summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-3110-72/+78
* change copyrightChristopher Faylor2003-08-311-1/+1
* * sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor2003-08-303-3/+6
* missed oneChristopher Faylor2003-08-301-408/+0
* Remove some cygserver files.Christopher Faylor2003-08-3011-3786/+4
* * sigproc.h: Make some functions regparm.Christopher Faylor2003-08-291-0/+11
* * sigproc.h: Make some functions regparm.Christopher Faylor2003-08-292-38/+31
* * exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor2003-08-293-6/+13
* * autoload.cc (SwitchToThread): Declare as autoload function.Christopher Faylor2003-08-281-0/+12
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-289-44/+72
* * specdir: Correctly remove temporary directory prior to use.Christopher Faylor2003-08-272-1/+5
* * sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor2003-08-272-70/+86
* * include/cygwin/stat.h: Allow definition of internal stat structuresCorinna Vinschen2003-08-262-1/+6
* add missing filesChristopher Faylor2003-08-251-0/+2
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-2511-19/+39
* * syscalls.cc (_remove_r): Define.Christopher Faylor2003-08-232-0/+19
* * cygheap.h (enum cygheap_types): Add HEAP_MMAP.Christopher Faylor2003-08-233-11/+19
* * cygheap.cc (user_heap_info::max): New field.Christopher Faylor2003-08-221-0/+8
* * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor2003-08-224-14/+31
* * exceptions.cc (sig_handle): Change so that default signals indicate success.Christopher Faylor2003-08-222-1/+6
* * sigproc.cc (wait_sig): Remove redundant test in do/while.Christopher Faylor2003-08-222-1/+5
* * sigproc.cc (wait_sig): Avoid infinite loop.Christopher Faylor2003-08-222-3/+7
* * speclib: Reenable removal of temp files.Christopher Faylor2003-08-212-1/+5
* * miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor2003-08-213-31/+41
* * speclib: Fix created lib to avoid "File truncated" problems.Christopher Faylor2003-08-212-0/+17
* * exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.Christopher Faylor2003-08-202-1/+6
* * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor2003-08-203-18/+43
* * exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor2003-08-203-31/+37
* clarifyChristopher Faylor2003-08-201-1/+1
* * signal.cc (sigpending): Move.Christopher Faylor2003-08-193-71/+112
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-199-110/+116
* correct attribution, since this is not Pierre's patch.Christopher Faylor2003-08-191-1/+1
* * exceptions.cc (sigdelayed): Fix race where signal handler could get the wrongChristopher Faylor2003-08-192-2/+7
* * path.cc (mount): Add null/empty check for input parameters.Christopher Faylor2003-08-192-1/+11
* * grp.cc (read_group): Revert previous change.Corinna Vinschen2003-08-173-5/+7
* * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.Corinna Vinschen2003-08-173-6/+15
* * path.cc (special_name): Accommodate all special names with extensions.Christopher Faylor2003-08-172-21/+23
* * mmap.cc (mmap64): Avoid crash if file size is less than requestedCorinna Vinschen2003-08-152-1/+6
* * path.cc (special_name): Add checks for some specials followed byCorinna Vinschen2003-08-132-0/+10
* * cygwin.din: Accomodate change from cygwin_lstat to lstat.Corinna Vinschen2003-08-133-3/+12
* * include/sys/param.h (NBBY): Define if not defined.Corinna Vinschen2003-08-122-0/+41
* * include/cygwin/version.h: Bump DLL minor number to 3.Christopher Faylor2003-08-092-1/+5
* * include/stdint.h: Correctly define INT32_MIN.Christopher Faylor2003-08-082-1/+5
* * grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr afterChristopher Faylor2003-08-082-1/+9
* * Makefile.in: Rework to accommodate new speclib arguments.Christopher Faylor2003-08-064-18/+42
* * path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor2003-08-054-32/+64
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor2003-08-055-10/+12
* * dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to afterChristopher Faylor2003-07-302-3/+10
* * include/cygwin/version.h: Bump DLL minor number to 2.Christopher Faylor2003-07-282-1/+5
* * fhandler_base.cc (fhandler_base::readv): Rework to properly return number ofChristopher Faylor2003-07-282-7/+13