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-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
2011-04-01 * fhandler_random.cc (fhandler_dev_random::crypt_gen_random):Corinna Vinschen
2011-04-01 * libc/strptime.c: Remove misleading comment.Corinna Vinschen
2011-03-31 * ntdll.h: Allow usage from plain C code.Corinna Vinschen
2011-03-31 * uinfo.cc (cygheap_user::init): Don't call GetUserName. Fetch usernameCorinna Vinschen
2011-03-31 * Makefile.in (LIBS): Remove advapi32.dll.Corinna Vinschen
2011-03-31 * cyglsa.c: Fix compilation with MinGW-w64 toolchains.Corinna Vinschen
2011-03-31Fix ChangeLog entry.Corinna Vinschen
2011-03-31 * hires.h: Fix copyright.Corinna Vinschen
2011-03-30 * times.cc (hires_ms::resolution): Make sure resolution is never 0.Corinna Vinschen
2011-03-30 * regtool.cc (cmd_set): Avoid a compiler warning.Corinna Vinschen
2011-03-29 * cygtls.h (struct _local_storage): Redefine process_ident as wchar_tCorinna Vinschen
2011-03-29 * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen
2011-03-29 * cygcheck.cc (handle_unique_object_name): Avoid a compiler warning.Corinna Vinschen
2011-03-29 * uinfo.cc (cygheap_user::env_domain): Use LookupAccountSidW andCorinna Vinschen
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen
2011-03-29 * new-features.sgml (ov-new1.7.10): Document pthread spinlocks.Corinna Vinschen
2011-03-29 * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen
2011-03-29 * net.cc (SIO_BASE_HANDLE): Define.Corinna Vinschen
2011-03-29 * include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 10.Corinna Vinschen
2011-03-29 * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen
2011-03-29 * include/userenv.h: Add functions and definitions added with WindowsCorinna Vinschen
2011-03-29 * include/sys/xattr.h: New file.Corinna Vinschen
2011-03-29 * thread.cc (semaphore::init, destroy, close): Standards conformanceCorinna Vinschen
2011-03-29 * setfacl.c (strchrnul): Drop local implementation.Corinna Vinschen
2011-03-28 * new-features.sgml (ov-new1.7.9): Add "new API" paragraph.Corinna Vinschen
2011-03-28 * cygwin.din (strchrnul): Export.Corinna Vinschen
2011-03-27* dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill outChristopher Faylor