summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor2010-03-158-128/+218
* * sigproc.cc (no_signals_available): Get sense of the test right for previousChristopher Faylor2010-03-152-1/+6
* * sigproc.cc (no_signals_available): Don't try to send a signal if still inChristopher Faylor2010-03-152-1/+6
* * spinlock.h: New file.Christopher Faylor2010-03-135-38/+80
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-1218-74/+48
* * shared.cc (memory_init): Fix comment. Fix indentation.Christopher Faylor2010-03-102-11/+16
* * shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor2010-03-096-47/+85
* * shared.cc (inst_root_inited): Delete.Christopher Faylor2010-03-092-24/+25
* * syscalls.cc (nt_path_has_executable_suffix): Change storage class ofCorinna Vinschen2010-03-042-7/+23
* * cygwin.din: Export __xdr functions.Corinna Vinschen2010-03-044-1/+13
* Add XDR support.Corinna Vinschen2010-03-038-2/+161
* * cygtls.h: Replace /*gentls_offsets*/ at end.Christopher Faylor2010-03-022-1/+5
* * exception.h: Fix copyright.Christopher Faylor2010-03-012-1/+5
* Fix/delete inaccurate comments.Christopher Faylor2010-03-012-2/+2
* Update some copyrights.Christopher Faylor2010-02-289-216/+198
* * cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor2010-02-269-89/+125
* * mkimport: cd away from temp directory or Windows will have problems removingChristopher Faylor2010-02-262-0/+6
* * libc/strptime.cc: Implement support for era, alt_digits and POSIXCorinna Vinschen2010-02-262-47/+423
* * strsig.cc: Fix formatting and copyright.Corinna Vinschen2010-02-262-3/+7
* 2010-02-26 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2010-02-262-10/+16
* Add missing ChangeLog checkin.Corinna Vinschen2010-02-261-0/+7
* Remove all traces of __CYGWIN_USE_BIG_TYPES__.Corinna Vinschen2010-02-268-71/+15
* * include/cygwin/signal.h: Define SIGPWR as synonym for SIGLOST.Yaakov Selkowitz2010-02-264-2/+11
* * lc_era.h (lc_era_t): Fix apparent glibc bug in ja_JP era definition.Corinna Vinschen2010-02-252-1/+5
* * sec_auth.cc (get_full_privileged_inheritable_token): Fix dumb typoCorinna Vinschen2010-02-242-2/+7
* * dlfcn.cc (dlopen): Make sure exception handler is really loaded after dynamicChristopher Faylor2010-02-242-0/+8
* * cygtls.cc (_cygtls::init_exception_handler): Force installation of ourChristopher Faylor2010-02-242-8/+30
* * thread.cc (pthread_mutex::unlock): Don't attempt to unlock if there is anChristopher Faylor2010-02-232-5/+10
* * include/sys/strace.h: Define _STRACE_SPECIAL.Christopher Faylor2010-02-224-107/+198
* * lc_era.h: Redefine lc_era_t to keepCorinna Vinschen2010-02-224-83/+137
* * lc_era.h (lc_era): Fix "ja_JP" era_t_fmt entry to use traditionalCorinna Vinschen2010-02-203-4/+23
* * path.cc (warn_msdos): Enforce extended hex printing of multibyteCorinna Vinschen2010-02-202-2/+7
* Update copyrightChristopher Faylor2010-02-191-1/+1
* utils/ChangeLog:Christopher Faylor2010-02-192-30/+11
* * lc_era.h: New file.Corinna Vinschen2010-02-193-23/+122
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Try to openCorinna Vinschen2010-02-192-11/+38
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Set st_rdevCorinna Vinschen2010-02-192-15/+21
* * nlsfuncs.cc (eval_datetimefmt): Rename force to flags.Corinna Vinschen2010-02-182-16/+51
* * fhandler.cc (fhandler_base::setup_overlapped): Revert to starting with handleChristopher Faylor2010-02-182-1/+6
* * path.cc (path_conv::check): Treat native DOS paths as "noacl".Corinna Vinschen2010-02-152-5/+11
* * mount.cc (mount_info::conv_to_win32_path): Set UNC path flags toCorinna Vinschen2010-02-152-0/+14
* * fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state toChristopher Faylor2010-02-154-26/+12
* * regex/regcomp.c (xwcrtomb): Fix one explicable and one inexcplicable CChristopher Faylor2010-02-142-2/+7
* * regex/regcomp.c (xwcrtomb): Don't convert Unicode chars outside theCorinna Vinschen2010-02-132-8/+17
* * regex/regcomp.c (wgetnext): Use size_t as type for n2 since that'sCorinna Vinschen2010-02-123-2/+9
* * pthread.cc (pthread_mutex_init): Explicitly fill out third arg toChristopher Faylor2010-02-124-63/+46
* fix typoChristopher Faylor2010-02-121-1/+1
* * regex/regcomp.c (xwcrtomb): New function to convert wide charsCorinna Vinschen2010-02-123-5/+62
* * sec_auth.cc (get_user_local_groups): Retrieve name of well knownCorinna Vinschen2010-02-124-12/+40
* 2010-02-11 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2010-02-122-1/+5