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
/
fork.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fork.cc (fork_child): Call the __pthread_atforkchild function.
Christopher Faylor
2001-04-13
1
-0
/
+5
*
Update copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* fork.cc (fork_parent): Return EAGAIN when can't record pid.
Christopher Faylor
2001-02-10
1
-3
/
+14
*
Update ChangeLog.
Christopher Faylor
2000-11-16
1
-1
/
+1
*
* sigproc.cc (wait_sig): Remove unneeded for loop iteration.
Christopher Faylor
2000-11-16
1
-1
/
+1
*
* cygheap.h: Move `token' and `impersonated' from class _pinfo
Corinna Vinschen
2000-11-15
1
-7
/
+8
*
* fork.cc (slow_pid_reuse): Off-by-one.
Christopher Faylor
2000-11-15
1
-4
/
+6
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-16
/
+71
*
* cygheap.cc (cygheap_root::cygheap_root): New function.
Corinna Vinschen
2000-11-15
1
-2
/
+1
*
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
Christopher Faylor
2000-11-06
1
-26
/
+1
*
* dtable.cc (dtable::release): Check for socket. Change
Corinna Vinschen
2000-10-26
1
-0
/
+15
*
* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP if
Christopher Faylor
2000-10-25
1
-0
/
+2
*
* fork.cc (fork): Set sigframe here, since it can pause for a considerable
Christopher Faylor
2000-10-23
1
-0
/
+1
*
* fhandler.h (fhandler_console): Remove tcsetpgrp.
Christopher Faylor
2000-10-21
1
-8
/
+11
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-0
/
+1
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-5
/
+2
*
* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
Christopher Faylor
2000-10-14
1
-22
/
+22
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
1
-377
/
+350
*
* errno.cc (seterrno_from_win_error): Fix debugging output.
Christopher Faylor
2000-10-12
1
-1
/
+2
*
* cygheap.cc (init_cheap): Set aside space for heap walk pointer.
Christopher Faylor
2000-09-30
1
-1
/
+1
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-1
/
+4
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-25
/
+27
*
* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
Christopher Faylor
2000-09-01
1
-0
/
+1
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+5
*
* 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
-0
/
+2
*
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
-3
/
+5
*
* fork.cc (vfork): Store complete stack frame in vfork_save structure for later
Christopher Faylor
2000-08-03
1
-4
/
+10
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-50
/
+46
*
* shared.h (class pinfo): New members `root' and `rootlen'.
Corinna Vinschen
2000-07-19
1
-0
/
+2
*
* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we can
Christopher Faylor
2000-07-15
1
-33
/
+48
*
Revert errnoneous commit.
Christopher Faylor
2000-07-03
1
-12
/
+4
*
* exceptions.cc (stack_info::walk): Use method to find offset.
Christopher Faylor
2000-07-03
1
-4
/
+12
*
* winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.
Corinna Vinschen
2000-07-02
1
-2
/
+2
*
* fork.cc (fork): Fix error in copying SID pointer.
Corinna Vinschen
2000-06-24
1
-1
/
+2
*
* cygwin.din: Define symbols for `cygwin_logon_user' and
Corinna Vinschen
2000-06-16
1
-2
/
+32
*
* exceptions.cc (sigsave): Copy on fork so that we can restore correct behavior
Christopher Faylor
2000-04-08
1
-1
/
+2
*
* exceptions.cc (interruptible): Change method for determining if something is
Christopher Faylor
2000-02-24
1
-1
/
+1
*
Respond to more g++ warnings relating to initializing structures.
Christopher Faylor
2000-02-23
1
-2
/
+2
*
Respond to a multitude of g++ warnings.
Christopher Faylor
2000-02-21
1
-4
/
+3
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+625