summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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