summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-35/+26
* * cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor2005-05-181-2/+2
* .Christopher Faylor2005-04-141-3/+1
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-4/+6
* * fork.cc (fork_child): Add missing __stdcall.Corinna Vinschen2005-04-011-1/+1
* * sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor2005-04-011-0/+3
* * fork.cc (fork_child): Fixup SYSV IPC shared memory before fixingCorinna Vinschen2005-04-011-5/+11
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-0/+2
* copyrightChristopher Faylor2005-02-201-1/+2
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-1/+1
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-061-2/+1
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-99/+33
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-031-0/+2
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-25/+3
* * fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has beenChristopher Faylor2004-10-281-1/+1
* * cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor2004-09-141-1/+3
* * fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor2004-09-141-1/+1
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-36/+3
* * fork.cc (fork_parent): Return the cygpid directly derived from the winpid.Christopher Faylor2004-08-311-5/+4
* * fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor2004-08-301-2/+1
* * fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor2004-03-071-1/+5
* * fork.cc (fork_child): Invert sense of test which defeated correct handling inChristopher Faylor2004-02-181-1/+1
* * fork.cc (fork_child): Move fixup_shms_after_fork so thatCorinna Vinschen2004-02-171-4/+4
* * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor2004-02-141-1/+0
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-22/+28
* * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen2004-02-061-4/+2
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-011-0/+1
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-0/+2
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-3/+4
* 2004 stuffChristopher Faylor2004-01-031-1/+1
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-15/+3
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-1/+17
* * fork.cc (fork_child): After a pthread/fork, ensure that impure pointer stuffChristopher Faylor2003-12-231-1/+2
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-2/+12
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-2/+2
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-5/+5
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-5/+9
* * fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor2003-09-261-0/+7
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-9/+0
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-251-1/+1
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-0/+2
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-14/+4
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef senseChristopher Faylor2003-04-241-3/+3
* Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor2003-03-261-1/+0
* * fork.cc: Conditionalize use of slow_pid_reuse throughout. It's not necessaryChristopher Faylor2003-03-221-0/+4
* * cygthread.cc (cygthread::exiting): New variable.Christopher Faylor2002-10-221-3/+7