index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
spawn.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
Christopher Faylor
2001-01-28
1
-0
/
+4
*
* spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.
Christopher Faylor
2000-11-20
1
-6
/
+20
*
* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting in
Christopher Faylor
2000-11-20
1
-1
/
+6
*
* cygheap.h: Move `token' and `impersonated' from class _pinfo
Corinna Vinschen
2000-11-15
1
-5
/
+7
*
* spawn.cc (spawn_guts): Revert patch to ignore chroot settings
Corinna Vinschen
2000-11-15
1
-6
/
+1
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-26
/
+13
*
* cygheap.cc (cygheap_root::cygheap_root): New function.
Corinna Vinschen
2000-11-15
1
-3
/
+7
*
* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used in
Christopher Faylor
2000-11-08
1
-1
/
+1
*
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
Christopher Faylor
2000-11-06
1
-21
/
+2
*
* pinfo.cc (EnumProcessesNT): Avoid 0 pids.
Christopher Faylor
2000-11-04
1
-0
/
+1
*
Whitespace cleanup.
Christopher Faylor
2000-10-28
1
-1
/
+1
*
* dtable.cc (dtable::release): Check for socket. Change
Corinna Vinschen
2000-10-26
1
-0
/
+17
*
* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP if
Christopher Faylor
2000-10-25
1
-0
/
+1
*
* exceptions.cc (signal_exit): Kill any executing child process if we're dying.
Christopher Faylor
2000-10-24
1
-2
/
+5
*
* spawn.cc (spawn_guts): Don't do the reparenting step if we notice that the
Christopher Faylor
2000-10-21
1
-5
/
+1
*
* fhandler.h (fhandler_console): Remove tcsetpgrp.
Christopher Faylor
2000-10-21
1
-0
/
+2
*
* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoid
Christopher Faylor
2000-10-20
1
-11
/
+17
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-66
/
+35
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-29
/
+15
*
* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
Christopher Faylor
2000-10-14
1
-123
/
+98
*
* errno.cc (seterrno_from_win_error): Fix debugging output.
Christopher Faylor
2000-10-12
1
-1
/
+2
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
1
-32
/
+28
*
* path.cc (symlink_info::check): Set executable bit for a file if the first two
Christopher Faylor
2000-09-30
1
-3
/
+3
*
* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
Christopher Faylor
2000-09-27
1
-9
/
+9
*
* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
Christopher Faylor
2000-09-26
1
-1
/
+1
*
* spawn.cc (av::dup_maybe): Make function void rather than void *.
Christopher Faylor
2000-09-25
1
-1
/
+1
*
* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] as
Christopher Faylor
2000-09-19
1
-1
/
+1
*
* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
Christopher Faylor
2000-09-13
1
-14
/
+35
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+5
*
* sigproc.cc: Add include file for proper definitions.
Christopher Faylor
2000-09-06
1
-1
/
+1
*
* path.cc (cwd_win32): Eliminate.
Christopher Faylor
2000-09-05
1
-4
/
+2
*
* path.cc (readlink): Check if buffer length is positive. Truncate output to
Christopher Faylor
2000-09-04
1
-1
/
+1
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-233
/
+256
*
* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
Christopher Faylor
2000-09-01
1
-0
/
+1
*
* dcrt0.cc (dll_crt0_1): Move set_os_type.
Christopher Faylor
2000-08-26
1
-9
/
+8
*
* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier in
Christopher Faylor
2000-08-24
1
-1
/
+8
*
Revert previous erroneous checkin.
Christopher Faylor
2000-08-23
1
-4
/
+0
*
* include/sys/cygwin.h: Protect class definitions.
Christopher Faylor
2000-08-23
1
-0
/
+4
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+6
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-1
/
+3
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
1
-3
/
+3
*
* select.cc (allocfd_set): Zero allocated fd_set.
Christopher Faylor
2000-08-09
1
-4
/
+6
*
* fork.cc (vfork): Store complete stack frame in vfork_save structure for later
Christopher Faylor
2000-08-03
1
-9
/
+10
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-5
/
+5
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-69
/
+90
*
* testsuite/winsup.api/winsup.exp: ignore stdout by default
DJ Delorie
2000-07-27
1
-0
/
+2
*
* spawn.cc (span_guts): Retrieve security attributes before setting
Corinna Vinschen
2000-07-21
1
-6
/
+8
*
* spawn.cc (spawn_guts): Don't restore impersonation in case
Corinna Vinschen
2000-07-19
1
-6
/
+6
*
* shared.h (class pinfo): New members `root' and `rootlen'.
Corinna Vinschen
2000-07-19
1
-0
/
+2
[next]