aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/init.cc
AgeCommit message (Expand)AuthorFilesLines
2005-01-16* init.cc (dll_entry): Remove unused extern.Christopher Faylor1-1/+0
2005-01-13* init.cc (dll_entry): Nuke attempt to set exit code since parent will useChristopher Faylor1-6/+0
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor1-2/+7
2004-12-27* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor1-0/+3
2004-12-27* init.cc (dll_entry): Remove exit code setting.Christopher Faylor1-3/+0
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor1-0/+3
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-1/+0
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-3/+3
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-2/+2
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen1-0/+27
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-1/+1
2004-04-30 * init.cc (threadfunc_fe): Hack to make thread stacks always 16Corinna Vinschen1-0/+2
2004-03-22Christopher Faylor <cgf@redhat.com>Christopher Faylor1-18/+16
2004-02-24* dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor1-1/+1
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor1-3/+3
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-1/+1
2004-01-19* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor1-18/+19
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-7/+51
2004-01-032004 stuffChristopher Faylor1-1/+1
2004-01-03* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor1-1/+1
2003-12-26* dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor1-1/+3
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-3/+2
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor1-3/+32
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor1-3/+0
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-3/+5
2002-11-242002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins1-5/+1
2002-10-07* dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need toChristopher Faylor1-12/+4
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-6/+8
2002-09-16* init.cc: Cleanup slightly and remove obsolete code.Christopher Faylor1-15/+2
2002-09-162002-09-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+7
2001-10-10Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor1-2/+0
2001-09-11Update copyrights.Christopher Faylor1-2/+2
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor1-1/+1
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-1/+1
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-1/+0
2000-04-16* init.cc (dll_entry): Use better check for determining when to set threadChristopher Faylor1-1/+1
2000-04-15* fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor1-0/+6
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor1-14/+5
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+58