aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/spawn.cc
AgeCommit message (Expand)AuthorFilesLines
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+6
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-1/+3
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-3/+3
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor1-4/+6
2000-08-03* fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor1-9/+10
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-5/+5
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-69/+90
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+2
2000-07-21 * spawn.cc (span_guts): Retrieve security attributes before settingCorinna Vinschen1-6/+8
2000-07-19 * spawn.cc (spawn_guts): Don't restore impersonation in caseCorinna Vinschen1-6/+6
2000-07-19 * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen1-0/+2
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor1-1/+1
2000-07-16* environ.cc: Use new definition of "environ" throughout.Christopher Faylor1-6/+5
2000-07-16* spawn.cc (spawn_guts): Use \ for quoting '"'.Christopher Faylor1-5/+6
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor1-4/+4
2000-07-09 * spawn.cc (spawn_guts): Close handle `hToken' only if it's notCorinna Vinschen1-1/+1
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen1-11/+9
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-1/+1
2000-06-24 * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen1-1/+2
2000-06-19 * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen1-5/+15
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen1-0/+11
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor1-1/+1
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor1-19/+14
2000-03-15* spawn.cc (spawn_guts): Restore dependency on signal_arrived. It's needed toChristopher Faylor1-2/+6
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-53/+52
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor1-3/+2
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+980