aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2003-08-30 * msg.cc: Move from cygwin directory.github/Z-emcb-cygwin_daemonZ-emcb-cygwin_daemonelfyn3-0/+93
2003-08-292003-08-29 Steve Cleary <scleary@jerviswebb.com>Danny Smith3-0/+64
2003-08-29* sigproc.h: Make some functions regparm.Christopher Faylor1-0/+11
2003-08-29* sigproc.h: Make some functions regparm.Christopher Faylor2-38/+31
2003-08-29* exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor3-6/+13
2003-08-28* autoload.cc (SwitchToThread): Declare as autoload function.Christopher Faylor1-0/+12
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor9-44/+72
2003-08-27* specdir: Correctly remove temporary directory prior to use.Christopher Faylor2-1/+5
2003-08-27* sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor2-70/+86
2003-08-26 * include/cygwin/stat.h: Allow definition of internal stat structuresCorinna Vinschen2-1/+6
2003-08-262003-08-26 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith4-1/+1145
2003-08-25add missing filesChristopher Faylor1-0/+2
2003-08-25* Makefile.in: Build libcygserver.a.Christopher Faylor3-6/+16
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor11-19/+39
2003-08-252003-08-26 Filip Navara <xnavara@volny.cz>Danny Smith2-1/+14
2003-08-25test new snmp headersDanny Smith1-0/+3
2003-08-25Add snmp APIDanny Smith8-2/+761
2003-08-252003-08-25 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith4-52/+63
2003-08-252003-08-25 Filip Navara <xnavara@volny.cz>Danny Smith2-66/+607
2003-08-242003-08-24 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith6-9/+45
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-222003-08-22 Filip Navara <xnavara@volny.cz>Danny Smith2-8/+29
2003-08-222003-08-22 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith5-2/+48
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-182003-08-17 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith4-33/+113
2003-08-17 * grp.cc (read_group): Revert previous change.Corinna Vinschen3-5/+7
2003-08-17 * dump_setup.cc (check_package_files): Strip leading / and ./ fromCorinna Vinschen2-0/+11
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-17Add ChangeLog entry for last commit.Danny Smith1-0/+7
2003-08-172003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net>Danny Smith3-1/+6
2003-08-16 * dump_setup.cc (package_find): Don't stop searching on missingCorinna Vinschen2-15/+27
2003-08-15 * cygcheck.cc (main): Fix some formatting and help text printing.Corinna Vinschen3-64/+230