aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2003-08-25add missing filesChristopher Faylor1-0/+2
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor11-19/+39
2003-08-23* syscalls.cc (_remove_r): Define.Christopher Faylor2-0/+19
2003-08-23* cygheap.h (enum cygheap_types): Add HEAP_MMAP.Christopher Faylor3-11/+19
2003-08-22* cygheap.cc (user_heap_info::max): New field.Christopher Faylor1-0/+8
2003-08-22* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor4-14/+31
2003-08-22* exceptions.cc (sig_handle): Change so that default signals indicate success.Christopher Faylor2-1/+6
2003-08-22* sigproc.cc (wait_sig): Remove redundant test in do/while.Christopher Faylor2-1/+5
2003-08-22* sigproc.cc (wait_sig): Avoid infinite loop.Christopher Faylor2-3/+7
2003-08-21* speclib: Reenable removal of temp files.Christopher Faylor2-1/+5
2003-08-21* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor3-31/+41
2003-08-21* speclib: Fix created lib to avoid "File truncated" problems.Christopher Faylor2-0/+17
2003-08-20* exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.Christopher Faylor2-1/+6
2003-08-20* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor3-18/+43
2003-08-20* exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor3-31/+37
2003-08-20clarifyChristopher Faylor1-1/+1
2003-08-19* signal.cc (sigpending): Move.Christopher Faylor3-71/+112
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor9-110/+116
2003-08-19correct attribution, since this is not Pierre's patch.Christopher Faylor1-1/+1
2003-08-19* exceptions.cc (sigdelayed): Fix race where signal handler could get the wrongChristopher Faylor2-2/+7
2003-08-19* path.cc (mount): Add null/empty check for input parameters.Christopher Faylor2-1/+11
2003-08-17 * grp.cc (read_group): Revert previous change.Corinna Vinschen3-5/+7
2003-08-17 * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.Corinna Vinschen3-6/+15
2003-08-17* path.cc (special_name): Accommodate all special names with extensions.Christopher Faylor2-21/+23
2003-08-15 * mmap.cc (mmap64): Avoid crash if file size is less than requestedCorinna Vinschen2-1/+6
2003-08-13 * path.cc (special_name): Add checks for some specials followed byCorinna Vinschen2-0/+10
2003-08-13 * cygwin.din: Accomodate change from cygwin_lstat to lstat.Corinna Vinschen3-3/+12
2003-08-12 * include/sys/param.h (NBBY): Define if not defined.Corinna Vinschen2-0/+41
2003-08-09* include/cygwin/version.h: Bump DLL minor number to 3.Christopher Faylor2-1/+5
2003-08-08* include/stdint.h: Correctly define INT32_MIN.Christopher Faylor2-1/+5
2003-08-08* grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr afterChristopher Faylor2-1/+9
2003-08-06* Makefile.in: Rework to accommodate new speclib arguments.Christopher Faylor4-18/+42
2003-08-05* path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor4-32/+64
2003-08-05* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor5-10/+12
2003-07-30* dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to afterChristopher Faylor2-3/+10
2003-07-28* include/cygwin/version.h: Bump DLL minor number to 2.Christopher Faylor2-1/+5
2003-07-28* fhandler_base.cc (fhandler_base::readv): Rework to properly return number ofChristopher Faylor2-7/+13
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor14-224/+232
2003-07-26* configure.in: Use 'install-sh -c'.Christopher Faylor1-0/+5
2003-07-26preliminary checkinChristopher Faylor2-2/+2
2003-07-26preliminary checkinChristopher Faylor3-6/+5
2003-07-25* configure.in: Always use install-sh.Christopher Faylor3-51/+60
2003-07-25* include/cygwin/socket.h: Conditionalize [AP]F_INET6 define.Christopher Faylor2-0/+8
2003-07-25* Makefile.in (OBSOLETE_FUNCTION): Add fdopen.Christopher Faylor2-1/+5
2003-07-25* cygwin.din: Export _fdopen64Christopher Faylor5-2/+13
2003-07-24* environ.cc (check_case_init): Use strncasematch.Christopher Faylor4-2/+11
2003-07-21 * mmap.cc: Use proper format specifiers for _off64_t and size_t inCorinna Vinschen2-9/+15
2003-07-182003-07-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-23/+22
2003-07-17 * sysconf.cc (sysconf): Fix OPEN_MAX patch. Return page size onCorinna Vinschen2-2/+7
2003-07-17update copyrightChristopher Faylor1-1/+1