summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/init.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor2005-09-071-0/+1
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-1/+0
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-0/+1
* revert inexplicable previous checkinChristopher Faylor2005-09-021-1/+0
* bad_addressesChristopher Faylor2005-09-021-0/+1
* * init.cc (respawn_wow64_process): Make inline function. RemoveCorinna Vinschen2005-08-141-20/+52
* * cygwin.sc: Place .cygwin_dll_common.Christopher Faylor2005-06-091-1/+1
* * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor2005-05-171-1/+1
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-0/+3
* copyrightChristopher Faylor2005-02-201-1/+2
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-1/+0
* * init.cc (dll_entry): Nuke attempt to set exit code since parent will useChristopher Faylor2005-01-131-6/+0
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-2/+7
* * init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor2004-12-271-0/+3
* * init.cc (dll_entry): Remove exit code setting.Christopher Faylor2004-12-271-3/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-0/+3
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+0
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-3/+3
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-2/+2
* * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen2004-07-241-0/+27
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * init.cc (threadfunc_fe): Hack to make thread stacks always 16Corinna Vinschen2004-04-301-0/+2
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2004-03-221-18/+16
* * dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor2004-02-241-1/+1
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-3/+3
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-1/+1
* * sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor2004-01-191-18/+19
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-7/+51
* 2004 stuffChristopher Faylor2004-01-031-1/+1
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-1/+1
* * dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor2003-12-261-1/+3
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-3/+2
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-3/+32
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-061-3/+0
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-3/+5
* 2002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-11-241-5/+1
* * dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need toChristopher Faylor2002-10-071-12/+4
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-6/+8
* * init.cc: Cleanup slightly and remove obsolete code.Christopher Faylor2002-09-161-15/+2
* 2002-09-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-161-0/+7
* Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor2001-10-101-2/+0
* Update copyrights.Christopher Faylor2001-09-111-2/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-1/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-1/+1
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-011-1/+0
* * init.cc (dll_entry): Use better check for determining when to set threadChristopher Faylor2000-04-161-1/+1
* * fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor2000-04-151-0/+6