aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-09-20* kill.cc (main): Allow negative pids (indicates process groups).github/cr-0x9bcr-0x9bChristopher Faylor2-3/+18
2003-09-20* spawn.cc (pthread_cleanup): New struct.Christopher Faylor2-13/+37
2003-09-20fix accidental checkinChristopher Faylor1-1/+1
2003-09-20* thread.h (__reent_t::init_clib): Declare new function.Christopher Faylor6-33/+57
2003-09-19* include/cygwin/version.h: Bump DLL minor number to 5.Christopher Faylor2-1/+5
2003-09-19* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Handle buf ==Christopher Faylor4-15/+84
2003-09-19* fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-oneChristopher Faylor7-10/+34
2003-09-18This commit was manufactured by cvs2svn to create branch 'cr-0x9b'.cvs2svn102-5377/+2771
2003-08-29This commit was manufactured by cvs2svn to create branch 'Z-emcb-cvs2svn3525-812750/+0
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-29 * install-sh: Update to newer upstream versions (associated withDaniel Jacobowitz3-72/+269
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 * configure.in: Set RAW_CXX_FOR_TARGET if unset.Daniel Jacobowitz3-35/+44
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-27 * config/no-executables.m4: New file.Daniel Jacobowitz2-0/+65
2003-08-272003-08-27 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2-0/+10
2003-08-27Merge bugfix from GCC:Nathanael Nerode3-35/+43
2003-08-262003-08-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+7
2003-08-262003-08-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-6/+16
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-26 * sparc/elfsim.ld: Fix __EH_FRAME_BEGIN__ definition.Jason Merrill3-2/+7
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-232003-08-23 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2-2/+39
2003-08-23* syscalls.cc (_remove_r): Define.Christopher Faylor2-0/+19
2003-08-23* libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition toChristopher Faylor2-1/+6
2003-08-23Revise DejaGnu patch submission guidelines.Ben Elliston1-6/+6
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-222003-08-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston47-225/+522
2003-08-22Index: ChangeLogGeoffrey Keating1-36/+37
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