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
*
* spawn.cc (spawn_guts): Move call to set_process_privilege()
Corinna Vinschen
2002-05-06
1
-2
/
+3
*
* fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.
Corinna Vinschen
2002-04-09
1
-3
/
+3
*
* fork.cc (fork_child): Call fixup_mmaps_after_fork() before
Corinna Vinschen
2002-03-11
1
-3
/
+3
*
2002-02-28 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-02-28
1
-0
/
+3
*
* fork.cc (fork_parent): Use sec_user_nih to control process/thread
Christopher Faylor
2002-02-19
1
-2
/
+2
*
* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reporting
Christopher Faylor
2001-11-25
1
-1
/
+1
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-1
/
+1
*
* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path
Christopher Faylor
2001-10-14
1
-1
/
+1
*
Throughout, rename PROC_FORK1 to PROC_FORK.
Christopher Faylor
2001-10-10
1
-1
/
+1
*
Revert incorrect checkins.
Christopher Faylor
2001-10-05
1
-1
/
+0
*
* heap.h (inheap): Check for NULL.
Christopher Faylor
2001-10-05
1
-0
/
+1
*
* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.
Christopher Faylor
2001-10-04
1
-0
/
+2
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-0
/
+1
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-3
/
+4
*
* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be
Christopher Faylor
2001-09-15
1
-5
/
+7
*
*** empty log message ***
Christopher Faylor
2001-09-14
1
-0
/
+1
*
* fork.cc (vfork): Avoid recursive vforks.
Christopher Faylor
2001-09-14
1
-1
/
+5
*
* cygheap.cc (dup_now): New function.
Christopher Faylor
2001-09-14
1
-8
/
+13
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
1
-2
/
+1
*
Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2001-09-11
1
-0
/
+2
*
* fork.cc (fork_parent): Stop malloc activity while fork is in control of the
Christopher Faylor
2001-09-09
1
-0
/
+2
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-7
/
+3
*
Remove initialization of static or global values to zero, throughout. This
Christopher Faylor
2001-09-06
1
-3
/
+3
*
* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.
Christopher Faylor
2001-09-06
1
-0
/
+1
*
* debug.cc (mark_closed): Rename from debug_mark_closed and make static.
Christopher Faylor
2001-09-01
1
-0
/
+1
*
Throughout, change check for running under Windows NT to 'iswinnt'.
Christopher Faylor
2001-08-04
1
-4
/
+4
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-1
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.
Christopher Faylor
2001-07-21
1
-1
/
+2
*
* cygheap.cc (_cmalloc): Use correct constants for size calculation.
Christopher Faylor
2001-07-18
1
-1
/
+1
*
* child_info.h: Bump magic number.
Christopher Faylor
2001-07-17
1
-2
/
+2
*
* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.
Christopher Faylor
2001-06-24
1
-1
/
+3
*
* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.
Christopher Faylor
2001-06-18
1
-6
/
+6
*
* environ.cc (set_file_api_mode): New function. Move setting
Egor Duda
2001-06-12
1
-0
/
+2
*
* fork.cc (fork_parent): Move atforkprepare call here.
Christopher Faylor
2001-05-20
1
-5
/
+5
*
* fork.cc (fork): Eliminate superfluous call to getuid().
Corinna Vinschen
2001-05-15
1
-2
/
+0
*
* autoload.cc: Add LoadDLLinitfunc for secur32.dll.
Corinna Vinschen
2001-04-30
1
-3
/
+3
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-6
/
+6
*
* 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
[next]