Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -14/+0 |
| | |||||
* | * fhandler_nodevice.cc (fhandler_nodevice::open): Assume that errno has already | Christopher Faylor | 2004-03-27 | 1 | -1/+2 |
| | | | | been set if pc.error is nonzero. | ||||
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * cygtls.h (_threadinfo::lock): Remove wait argument. (_threadinfo::interrupt_setup): Remove retaddr argument. * exceptions.cc (_threadinfo::interrupt_setup): Ditto. (_threadinfo::interrupt_now): Accommodate change to interrupt_setup argument. (setup_handler): Ditto. Always lock sig stack prior to determining interrupt method. * gendef (_sigfe): Correct thinko regarding cmpxchg. (_sigbe): Ditto. (_threadinfo::lock): Ditto. (_threadinfo::pop): Eliminate left-over stack unlock. * sigproc.cc (proc_subproc): Chnage debugging output to printed warning. | ||||
* | * syscalls.cc (system): Strip signal considerations from here so that they are | Christopher Faylor | 2003-09-20 | 1 | -0/+40 |
not inherited by a child process. * spawn.cc (spawn_guts): Handle system() signal stuff here. * winsup.h (_P_SYSTEM): Define. |