summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-233/+256
* * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor2000-09-011-0/+1
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-261-9/+8
* * dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor2000-08-241-1/+8
* Revert previous erroneous checkin.Christopher Faylor2000-08-231-4/+0
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-231-0/+4
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+6
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-1/+3
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-3/+3
* * select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor2000-08-091-4/+6
* * fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor2000-08-031-9/+10
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-5/+5
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-69/+90
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+2
* * spawn.cc (span_guts): Retrieve security attributes before settingCorinna Vinschen2000-07-211-6/+8
* * spawn.cc (spawn_guts): Don't restore impersonation in caseCorinna Vinschen2000-07-191-6/+6
* * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen2000-07-191-0/+2
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-1/+1
* * environ.cc: Use new definition of "environ" throughout.Christopher Faylor2000-07-161-6/+5
* * spawn.cc (spawn_guts): Use \ for quoting '"'.Christopher Faylor2000-07-161-5/+6
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-4/+4
* * spawn.cc (spawn_guts): Close handle `hToken' only if it's notCorinna Vinschen2000-07-091-1/+1
* * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen2000-07-021-11/+9
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-011-1/+1
* * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen2000-06-241-1/+2
* * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen2000-06-191-5/+15
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-161-0/+11
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-301-1/+1
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-19/+14
* * spawn.cc (spawn_guts): Restore dependency on signal_arrived. It's needed toChristopher Faylor2000-03-151-2/+6
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-53/+52
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-231-3/+2
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+980