Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2011-04-20 * devices.h: Renumber internal devices so that FH_PROCESS is part ofCorinna Vinschen
2011-04-20 Fix spacesCorinna Vinschen
2011-04-20* select.cc (pipe_cleanup): Make sure that device_specific_pipe is alwaysChristopher Faylor
2011-04-192011-04-02 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY
2011-04-19 * COPYING: Replace with the GPLv3 definition.Corinna Vinschen
2011-04-19 * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen
2011-04-19 * net.cc (get_ipv4fromreg_ipcnt): Rearrange to fetch all registryCorinna Vinschen
2011-04-19 * fhandler_registry.cc (fhandler_registry::fstat): Use RegQueryInfoKeyW.Corinna Vinschen
2011-04-19 * fhandler_proc.cc (read_value): Remove definition.Corinna Vinschen
2011-04-18 * localtime.cc (tzload): Don't change global timezone informationCorinna Vinschen
2011-04-18 * cygtls.cc (_cygtls::remove): Always close sockevt handle.Corinna Vinschen
2011-04-18fix typoChristopher Faylor
2011-04-18 * new-features.sgml (ov-new1.7.10): Document ppoll.Corinna Vinschen
2011-04-18 * cygwin.din (ppoll): Export.Corinna Vinschen
2011-04-18 * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle theCorinna Vinschen
2011-04-18 * Fix various copyrights.Corinna Vinschen
2011-04-18 * setfacl.c (getaclentry): Allow extra colon in mask and other entries.Corinna Vinschen
2011-04-18* * signal.cc (_pinfo::kill): Set this_process_state when process exists.Christopher Faylor
2011-04-18* signal.cc (_pinfo::kill): Return 0 when attempting to test for existence ofChristopher Faylor
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor
2011-04-15* thread.cc (pthread_setschedprio): New function.Yaakov Selkowitz
2011-04-132011-04-12 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY
2011-04-11* new-features.sgml (ov-new1.7.10): Document /proc/swaps.Yaakov Selkowitz
2011-04-11* fhandler_proc.cc (proc_tab): Add /proc/swaps virtual file.Yaakov Selkowitz
2011-04-07* Makefile.in: Move srcdir definition before others which uses it.Christopher Faylor
2011-04-06* dll_init.cc (reserve_at, release_at): New functions.Christopher Faylor
2011-04-05* include/cygwin/types.h: Move #include <sys/sysmacros.h> toYaakov Selkowitz
2011-04-05* include/cygwin/types.h: Move multiple inclusion guards toYaakov Selkowitz
2011-04-04* Makefile.in: Move Makefile.common include earlier to fix problems withChristopher Faylor
2011-04-04 * new-features.sgml (ov-new1.7.10): Document dropped NT4 support.Corinna Vinschen
2011-04-04 Drop NT4 support.Corinna Vinschen
2011-04-04 * dtable.cc (dtable::init_std_file_from_handle): Fix a comment toCorinna Vinschen
2011-04-04* new-features.sgml (ov-new1.7.10): Document additional informationYaakov Selkowitz
2011-04-04* Makefile.in (fhandler_proc_CFLAGS): Define USERNAME, HOSTNAME,Yaakov Selkowitz
2011-04-04* devices.h (fh_devices): Define FH_PROC_MIN_MINOR.Yaakov Selkowitz
2011-04-04 * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Add.Corinna Vinschen
2011-04-04 * passwd.c (main): Add the ability to specify a username for the -RCorinna Vinschen
2011-04-04 * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration.Corinna Vinschen
2011-04-04Add ChangeLog missing in previous checkinCorinna Vinschen
2011-04-04 * sec_auth.cc (get_user_groups): Mark well-known groups as well-known.Corinna Vinschen
2011-04-02 * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen
2011-04-02 * fhandler_proc.cc (format_proc_partitions): Express length in WCHARCorinna Vinschen
2011-04-02 * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen
2011-04-02update copyrightChristopher Faylor
2011-04-01* new-features.sgml (ov-new1.7.10): Document /proc/sysvipc/.Yaakov Selkowitz
2011-04-01Implement /proc/sysvipc/*Yaakov Selkowitz
2011-04-01 * Makefile.in (DLL_OFILES): Add avapi32.o.Corinna Vinschen
2011-04-01* new-features.sgml (ov-new1.7.10): /proc/loadavg now showsYaakov Selkowitz
2011-04-01* fhandler_proc.cc (format_proc_loadavg): Add running/totalYaakov Selkowitz