aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/spawn.cc
AgeCommit message (Expand)AuthorFilesLines
2003-12-22This commit was manufactured by cvs2svn to create tag 'csl-arm-2003-q4'.csl-arm-2003-q4cvs2svn1-1111/+0
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-5/+5
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-3/+4
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-4/+4
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-0/+3
2003-09-26 * spawn.cc (spawn_guts): Set errno to E2BIG if command line isCorinna Vinschen1-0/+7
2003-09-26* fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor1-1/+2
2003-09-26* spawn.cc (spawnve): Remove vfork short circuit and let caller deal with errorChristopher Faylor1-3/+1
2003-09-26* spawn.cc (spawn_guts): Catch potential error from pinfo.remember. ChangeChristopher Faylor1-6/+15
2003-09-25* spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcessChristopher Faylor1-15/+15
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-20* spawn.cc (pthread_cleanup): New struct.Christopher Faylor1-13/+29
2003-09-20fix accidental checkinChristopher Faylor1-1/+1
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor1-2/+26
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen1-3/+3
2003-09-102003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-3/+0
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen1-5/+4
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-09 * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen1-7/+15
2003-06-03* spawn.cc (spawn_guts): Don't hang around if the parent doesn't exist.Christopher Faylor1-2/+2
2003-05-19* spawn.cc (spawn_guts): Show more of command line in strace output.Christopher Faylor1-3/+3
2003-02-13* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor1-1/+1
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen1-1/+0
2002-10-17* dtable.cc (dtable::set_file_pointers_for_exec): New function.Christopher Faylor1-0/+1
2002-10-14* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do itChristopher Faylor1-2/+4
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor1-3/+5
2002-10-09* cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor1-14/+28
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor1-7/+4
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor1-3/+5
2002-08-06* spawn.cc (spawn_guts): Don't set mount_h here.Christopher Faylor1-1/+0
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-9/+9
2002-06-16* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor1-1/+1
2002-06-16* spawn.cc (spawn_guts): Revert removal of ciresrv.moreinfo->uid = ILLEGAL_UID.Christopher Faylor1-0/+1
2002-06-14* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor1-2/+2
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor1-17/+9
2002-06-12* cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL onChristopher Faylor1-15/+4
2002-06-11* spawn.cc (spawn_guts): More hToken removal cleanup.Christopher Faylor1-7/+2
2002-06-11* spawn.cc (spawn_guts): Define sec_attribs and call sec_user_nih() only once.Christopher Faylor1-11/+9
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor1-32/+19
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-1/+1
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-2/+0
2002-05-06 * spawn.cc (spawn_guts): Move call to set_process_privilege()Corinna Vinschen1-7/+0
2002-03-22* spawn.cc (find_exec): Return input if file not found.Christopher Faylor1-1/+3
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor1-5/+3
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-1/+1
2002-01-13Add copyright stuffChristopher Faylor1-1/+1
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor1-1/+3
2001-11-05Eliminate excess whitespace.Christopher Faylor1-3/+3
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor1-10/+41