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
*
* cygheap.cc (cygheap_init): Eliminate debugging #if.
Christopher Faylor
2005-09-05
1
-6
/
+7
*
Grr. REVERT erroneous checkin. AGAIN.
Christopher Faylor
2005-09-02
1
-7
/
+6
*
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
Christopher Faylor
2005-09-02
1
-6
/
+7
*
revert inexplicable previous checkin
Christopher Faylor
2005-09-02
1
-7
/
+6
*
bad_addresses
Christopher Faylor
2005-09-02
1
-6
/
+7
*
* dcrt0.cc: Remove ld_preload declaration.
Christopher Faylor
2005-08-11
1
-0
/
+1
*
* fork.cc (fork_parent): Fix null deref if pinfo creation fails.
Christopher Faylor
2005-07-29
1
-2
/
+3
*
* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.
Christopher Faylor
2005-07-17
1
-2
/
+2
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-2
/
+2
*
* cygthread.cc (cygthread::detach): Fix debugging output.
Christopher Faylor
2005-06-15
1
-3
/
+0
*
* child_info.h (child_info::cygheap_h): Delete.
Christopher Faylor
2005-06-01
1
-35
/
+26
*
* cygtls.h (_local_storage::unknown_thread_name): New buffer.
Christopher Faylor
2005-05-18
1
-2
/
+2
*
.
Christopher Faylor
2005-04-14
1
-3
/
+1
*
* cygheap.cc (cygheap_init): Accomodate set_process_privilege change.
Corinna Vinschen
2005-04-03
1
-4
/
+6
*
* fork.cc (fork_child): Add missing __stdcall.
Corinna Vinschen
2005-04-01
1
-1
/
+1
*
* sigproc.cc (create_signal_arrive): New (temporary?) function to create
Christopher Faylor
2005-04-01
1
-0
/
+3
*
* fork.cc (fork_child): Fixup SYSV IPC shared memory before fixing
Corinna Vinschen
2005-04-01
1
-5
/
+11
*
* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.
Christopher Faylor
2005-03-22
1
-0
/
+2
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
* cygwin.din: Export getpriority and setpriority.
Corinna Vinschen
2005-01-25
1
-0
/
+1
*
Reorganize header file inclusion throughout so that cygerrno.h comes first.
Christopher Faylor
2005-01-12
1
-1
/
+1
*
* cygthread.cc (cygthread::stub): Detect if thread function wants to release
Christopher Faylor
2004-12-23
1
-1
/
+1
*
* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't close
Christopher Faylor
2004-12-06
1
-2
/
+1
*
* sigproc.cc (mychild): Reimplement as list scan.
Christopher Faylor
2004-12-05
1
-99
/
+33
*
* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.
Christopher Faylor
2004-12-03
1
-0
/
+2
*
* child_info.h (child_info_spawn::hexec_proc): Eliminate.
Christopher Faylor
2004-11-26
1
-25
/
+3
*
* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has been
Christopher Faylor
2004-10-28
1
-1
/
+1
*
* cygtls.h: Add alignment kludge to fix disparity between compilers.
Christopher Faylor
2004-09-14
1
-1
/
+3
*
* fork.cc (slow_pid_reuse): Temporarily double the number of pids held to
Christopher Faylor
2004-09-14
1
-1
/
+1
*
* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
Christopher Faylor
2004-09-12
1
-36
/
+3
*
* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.
Christopher Faylor
2004-08-31
1
-5
/
+4
*
* fork.cc (fork_parent): Record child's pid when we're sure that it has been
Christopher Faylor
2004-08-30
1
-2
/
+1
*
* fork.cc (fork_parent): Save parent pid in a temporary variable since child
Christopher Faylor
2004-03-07
1
-1
/
+5
*
* fork.cc (fork_child): Invert sense of test which defeated correct handling in
Christopher Faylor
2004-02-18
1
-1
/
+1
*
* fork.cc (fork_child): Move fixup_shms_after_fork so that
Corinna Vinschen
2004-02-17
1
-4
/
+4
*
* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
Christopher Faylor
2004-02-14
1
-1
/
+0
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-22
/
+28
*
* uinfo.cc (cygheap_user::init): Use sec_user_nih to build a
Corinna Vinschen
2004-02-06
1
-4
/
+2
*
* cygerrno.h (set_errno): Set global errno whenever setting thread specific
Christopher Faylor
2004-02-01
1
-0
/
+1
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-0
/
+2
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-3
/
+4
*
2004 stuff
Christopher Faylor
2004-01-03
1
-1
/
+1
*
* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_hold
Christopher Faylor
2004-01-03
1
-15
/
+3
*
Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate
Christopher Faylor
2003-12-30
1
-1
/
+17
*
* fork.cc (fork_child): After a pthread/fork, ensure that impure pointer stuff
Christopher Faylor
2003-12-23
1
-1
/
+2
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-2
/
+12
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
1
-2
/
+2
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-5
/
+5
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-5
/
+9
*
* fork.cc (fork_parent): Detect failed pinfo constructor.
Christopher Faylor
2003-09-26
1
-0
/
+7
[next]