aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2004-11-24* child_info.h (child_info_spawn::hexec_proc): Eliminate.github/noreparentnoreparentChristopher Faylor9-67/+65
2004-11-21* cygheap.h (init_cygheap::pid_handle): New element.Christopher Faylor5-3/+31
2004-11-20* pinfo.h (pinfo::alert_parent): New function.Christopher Faylor7-45/+78
2004-11-20New ChangeLog for this branch.Christopher Faylor2-3/+82
2004-11-20fix wait when invoked from non-cygwin process.Christopher Faylor3-16/+29
2004-11-20unexperimentChristopher Faylor2-28/+10
2004-11-20experimentChristopher Faylor2-3/+18
2004-11-18raceChristopher Faylor2-2/+3
2004-11-18checkpointChristopher Faylor14-244/+48
2004-11-16Use cygthread. Add release mechanism to cygthread so that it can beChristopher Faylor16-71/+73
2004-11-16guess ignoring SIGCHLD really is important.Christopher Faylor2-14/+14
2004-11-16experimental branch which removes cygwin's reparenting code, in favor of a pipe.Christopher Faylor15-443/+292
2004-11-11* include/cygwin/version.h: Bump DLL minor number to 13.Christopher Faylor2-1/+5
2004-10-28* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has beenChristopher Faylor2-1/+6
2004-10-282004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet6-23/+41
2004-10-26* cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since itChristopher Faylor4-5/+20
2004-10-262004-10-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-6/+14
2004-10-20* select.cc (start_thread_socket): Remove attempt to delay reading of exitsockChristopher Faylor2-6/+12
2004-10-20revert erroneous checkinChristopher Faylor1-7/+4
2004-10-20* fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error message.Christopher Faylor3-8/+16
2004-10-13* select.cc (start_thread_socket): Remove unused code.Christopher Faylor2-6/+4
2004-10-11* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Revert previous checkin.Christopher Faylor2-1/+5
2004-10-11* cygtls.h (exitsock): New element.Christopher Faylor5-127/+137
2004-10-07 * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen4-11/+47
2004-10-07 * dcrt0.cc (dll_crt0_0): Drop duplicated line.Corinna Vinschen2-1/+4
2004-10-07revert erroneously applied changeChristopher Faylor1-1/+0
2004-10-07* spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask.Christopher Faylor3-2/+10
2004-10-07 * fhandler_tty.cc (fhandler_tty_slave::read): Use previouslyCorinna Vinschen2-1/+6
2004-10-062004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet4-5/+12
2004-10-05revert erroneous checkinChristopher Faylor1-1/+1
2004-10-05* pinfo.cc (_pinfo::commune_send): Correct debugging output.Christopher Faylor3-2/+6
2004-10-04fix erroneous checkinChristopher Faylor1-1/+1
2004-10-04* include/cygwin/signal.h: Add siginterrupt definition.Christopher Faylor2-1/+6
2004-10-022004-10-02 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet4-5/+9
2004-09-28* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to setChristopher Faylor2-1/+6
2004-09-27 * lib/_cygwin_crt0_common.cc: Revert patch from 2004-09-16. BrakesCorinna Vinschen2-0/+12
2004-09-24Sergey Ivanov <seriv@parkheights.dyndns.org>Christopher Faylor2-5/+11
2004-09-232004-09-22 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-7/+12
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag earlier.Christopher Faylor2-1/+5
2004-09-20.Christopher Faylor1-1/+1
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor3-1/+10
2004-09-17 * syscalls.cc (unlink): Don't use "delete on close" on remote shares.Corinna Vinschen2-2/+22
2004-09-17 * cygwin.din (_impure_ptr): And export again. There are libs out there.Corinna Vinschen2-0/+5
2004-09-16 * cygwin.din (_impure_ptr): Don't export.Corinna Vinschen3-8/+8
2004-09-16* cygwin.din (_impure_ptr): Export.Christopher Faylor4-6/+17
2004-09-14* cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor4-55/+75
2004-09-14 * autoload.cc (EnumProcessModules): Add.Corinna Vinschen4-1/+30
2004-09-14* fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor2-1/+6
2004-09-13trivia change to force a new snapshotChristopher Faylor1-4/+4
2004-09-12* sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor2-8/+21