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
path: root/winsup
AgeCommit message (Expand)Author
2003-08-28* autoload.cc (SwitchToThread): Declare as autoload function.Christopher Faylor
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor
2003-08-28* specdir: Correctly remove temporary directory prior to use.Christopher Faylor
2003-08-28* sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor
2003-08-26 * include/cygwin/stat.h: Allow definition of internal stat structuresCorinna Vinschen
2003-08-262003-08-26 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-08-25add missing filesChristopher Faylor
2003-08-25* Makefile.in: Build libcygserver.a.Christopher Faylor
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor
2003-08-252003-08-26 Filip Navara <xnavara@volny.cz>Danny Smith
2003-08-25test new snmp headersDanny Smith
2003-08-25Add snmp APIDanny Smith
2003-08-252003-08-25 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith
2003-08-252003-08-25 Filip Navara <xnavara@volny.cz>Danny Smith
2003-08-252003-08-24 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-08-23* syscalls.cc (_remove_r): Define.Christopher Faylor
2003-08-23* cygheap.h (enum cygheap_types): Add HEAP_MMAP.Christopher Faylor
2003-08-22* cygheap.cc (user_heap_info::max): New field.Christopher Faylor
2003-08-22* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor
2003-08-22* exceptions.cc (sig_handle): Change so that default signals indicate success.Christopher Faylor
2003-08-222003-08-22 Filip Navara <xnavara@volny.cz>Danny Smith
2003-08-222003-08-22 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-08-22* sigproc.cc (wait_sig): Remove redundant test in do/while.Christopher Faylor
2003-08-22* sigproc.cc (wait_sig): Avoid infinite loop.Christopher Faylor
2003-08-21* speclib: Reenable removal of temp files.Christopher Faylor
2003-08-21* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor
2003-08-21* speclib: Fix created lib to avoid "File truncated" problems.Christopher Faylor
2003-08-20* exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.Christopher Faylor
2003-08-20* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor
2003-08-20* exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor
2003-08-20clarifyChristopher Faylor
2003-08-19* signal.cc (sigpending): Move.Christopher Faylor
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor
2003-08-19correct attribution, since this is not Pierre's patch.Christopher Faylor
2003-08-19* exceptions.cc (sigdelayed): Fix race where signal handler could get the wrongChristopher Faylor
2003-08-19* path.cc (mount): Add null/empty check for input parameters.Christopher Faylor
2003-08-182003-08-17 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-08-17 * grp.cc (read_group): Revert previous change.Corinna Vinschen
2003-08-17 * dump_setup.cc (check_package_files): Strip leading / and ./ fromCorinna Vinschen
2003-08-17 * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.Corinna Vinschen
2003-08-17* path.cc (special_name): Accommodate all special names with extensions.Christopher Faylor
2003-08-17Add ChangeLog entry for last commit.Danny Smith
2003-08-172003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net>Danny Smith
2003-08-16 * dump_setup.cc (package_find): Don't stop searching on missingCorinna Vinschen
2003-08-16 * cygcheck.cc (main): Fix some formatting and help text printing.Corinna Vinschen
2003-08-15 * mmap.cc (mmap64): Avoid crash if file size is less than requestedCorinna Vinschen
2003-08-15 * regtool.cc (usage): Add missing linefeed. Move example to --helpCorinna Vinschen
2003-08-152003-08-15 Martin Fuchs <Martin-Fuchs@gmx.net>Danny Smith
2003-08-152003-08-15 Andrew Greenwood <lists@silverblade.co.uk>Danny Smith
2003-08-13 * dump_setup.cc (check_package_files): Fix extra '/' in filename.Corinna Vinschen