| Commit message (Expand) | Author | Age | Files | Lines |
* | * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is | Christopher Faylor | 2004-09-12 | 1 | -3/+10 |
* | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 2004-09-03 | 1 | -3/+3 |
* | * spawn.cc (spawn_guts): Check if script is executable. | Corinna Vinschen | 2004-07-08 | 1 | -0/+7 |
* | * spawn.cc (find_exec): Use has_slash to determine if path has a slash rather | Christopher Faylor | 2004-06-02 | 1 | -5/+3 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -1/+1 |
* | * cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff is | Christopher Faylor | 2004-03-14 | 1 | -1/+2 |
* | * Makefile.in (clean): Remove sigfe.s. | Christopher Faylor | 2004-02-13 | 1 | -2/+1 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * uinfo.cc (cygheap_user::init): Use sec_user_nih to build a | Corinna Vinschen | 2004-02-06 | 1 | -11/+4 |
* | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 2004-02-02 | 1 | -8/+1 |
* | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 2004-01-23 | 1 | -0/+8 |
* | * spawn.cc (spawn_guts): Change type back to 'int' after erroneous change | Christopher Faylor | 2003-12-08 | 1 | -1/+1 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -5/+5 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -3/+4 |
* | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2003-11-14 | 1 | -4/+4 |
* | 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-27 | 1 | -0/+3 |
* | * spawn.cc (spawn_guts): Set errno to E2BIG if command line is | Corinna Vinschen | 2003-09-26 | 1 | -0/+7 |
* | * fork.cc (fork_parent): Detect failed pinfo constructor. | Christopher Faylor | 2003-09-26 | 1 | -1/+2 |
* | * spawn.cc (spawnve): Remove vfork short circuit and let caller deal with error | Christopher Faylor | 2003-09-26 | 1 | -3/+1 |
* | * spawn.cc (spawn_guts): Catch potential error from pinfo.remember. Change | Christopher Faylor | 2003-09-26 | 1 | -6/+15 |
* | * spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcess | Christopher Faylor | 2003-09-25 | 1 | -15/+15 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | * spawn.cc (pthread_cleanup): New struct. | Christopher Faylor | 2003-09-20 | 1 | -13/+29 |
* | fix accidental checkin | Christopher Faylor | 2003-09-20 | 1 | -1/+1 |
* | * syscalls.cc (system): Strip signal considerations from here so that they are | Christopher Faylor | 2003-09-20 | 1 | -2/+26 |
* | * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid. | Corinna Vinschen | 2003-09-16 | 1 | -3/+3 |
* | 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-10 | 1 | -3/+0 |
* | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 2003-06-30 | 1 | -5/+4 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * spawn.cc (spawn_guts): Call CreateProcess while impersonated, | Corinna Vinschen | 2003-06-09 | 1 | -7/+15 |
* | * spawn.cc (spawn_guts): Don't hang around if the parent doesn't exist. | Christopher Faylor | 2003-06-03 | 1 | -2/+2 |
* | * spawn.cc (spawn_guts): Show more of command line in strace output. | Christopher Faylor | 2003-05-19 | 1 | -3/+3 |
* | * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code. | Christopher Faylor | 2003-02-13 | 1 | -1/+1 |
* | * syscalls.cc (seteuid32): On Win95 get the pw entry. If it exists | Corinna Vinschen | 2003-01-25 | 1 | -1/+0 |
* | * dtable.cc (dtable::set_file_pointers_for_exec): New function. | Christopher Faylor | 2002-10-17 | 1 | -0/+1 |
* | * cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do it | Christopher Faylor | 2002-10-14 | 1 | -2/+4 |
* | * cygthread.cc (cygthread::stub): Don't create event for long-running threads. | Christopher Faylor | 2002-10-13 | 1 | -3/+5 |
* | * cygheap.cc (dup_now): Make fatal error a little more informative. | Christopher Faylor | 2002-10-09 | 1 | -14/+28 |
* | Cleanup calls to CreateFile throughout. | Christopher Faylor | 2002-09-19 | 1 | -7/+4 |
* | * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields. | Christopher Faylor | 2002-08-18 | 1 | -3/+5 |
* | * spawn.cc (spawn_guts): Don't set mount_h here. | Christopher Faylor | 2002-08-06 | 1 | -1/+0 |
* | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 2002-07-13 | 1 | -9/+9 |
* | * cygheap.h (cygheap_user::issetuid): New method. | Christopher Faylor | 2002-06-16 | 1 | -1/+1 |
* | * spawn.cc (spawn_guts): Revert removal of ciresrv.moreinfo->uid = ILLEGAL_UID. | Christopher Faylor | 2002-06-16 | 1 | -0/+1 |
* | * cygheap.h (cygheap_user::userprofile_env_buf): New static member. | Christopher Faylor | 2002-06-14 | 1 | -2/+2 |
* | * cygheap.cc (cygheap_user::set_logsrv): Remove. | Christopher Faylor | 2002-06-14 | 1 | -17/+9 |
* | * cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL on | Christopher Faylor | 2002-06-12 | 1 | -15/+4 |
* | * spawn.cc (spawn_guts): More hToken removal cleanup. | Christopher Faylor | 2002-06-11 | 1 | -7/+2 |
* | * spawn.cc (spawn_guts): Define sec_attribs and call sec_user_nih() only once. | Christopher Faylor | 2002-06-11 | 1 | -11/+9 |
* | * Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGS | Christopher Faylor | 2002-06-11 | 1 | -32/+19 |