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
AgeCommit message (Expand)Author
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen
2012-02-11 * miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment aboutCorinna Vinschen
2012-02-09*** empty log message ***Corinna Vinschen
2012-02-08 * uinfo.cc (cygheap_user::env_userprofile): Simplify since networkCorinna Vinschen
2012-02-08 * uinfo.cc (cygheap_user::env_userprofile): Convert nativeCorinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-16 * globals.cc (__getlogin_username): Remove.Corinna Vinschen
2011-05-16 * cygtls.h (struct _local_storage): Remove unused members rarg andCorinna Vinschen
2011-04-29 * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (GetSecurityDescriptorDacl): Remove.Corinna Vinschen
2011-04-19 * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen
2011-03-31 * uinfo.cc (cygheap_user::init): Don't call GetUserName. Fetch usernameCorinna Vinschen
2011-03-29 * uinfo.cc (cygheap_user::env_domain): Use LookupAccountSidW andCorinna Vinschen
2010-09-28 Revert accidental previous login.Corinna Vinschen
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen
2010-09-26 * uinfo.cc (cygheap_user::init): Call GetUserNameW and convert toCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-10-31 * cygprops.h: New file.Corinna Vinschen
2009-10-18 * uinfo.cc (uinfo_init): Deimpersonate, don't reimpersonate, ifCorinna Vinschen
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen
2009-05-06 * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen
2009-01-26 * uinfo.cc (pwdgrp::load): Open file with FILE_OPEN_FOR_BACKUP_INTENTCorinna Vinschen
2008-12-20 * pwdgrp.h (pwdgrp::refresh): Fix indentation.Corinna Vinschen
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-11 Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen
2008-07-09 * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-08-21 * uinfo.cc (pwdgrp::load): Use NT native functions.Corinna Vinschen
2007-08-21 * ntdll.h (NtNotifyChangeDirectoryFile): Declare.Corinna Vinschen
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen
2007-07-19 * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen
2007-07-17 * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-22 * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen