summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-141-3/+7
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-6/+7
* * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen2005-04-041-1/+2
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-0/+13
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-2/+2
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-0/+3
* * autoload.cc (LoadDllprime): Scrap use of .linkonce and just use an ifdefChristopher Faylor2005-03-101-1/+1
* * dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor2005-03-081-1/+0
* * sync.h (sync::init_lock): Declare new static member.Christopher Faylor2005-03-061-0/+1
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-8/+6
* update copyrightChristopher Faylor2005-01-061-1/+2
* * dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not alwaysChristopher Faylor2005-01-051-6/+8
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-1/+3
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-33/+6
* * dcrt0.cc (dll_crt0_0): Drop duplicated line.Corinna Vinschen2004-10-071-1/+0
* * cygwin.din (_impure_ptr): Export.Christopher Faylor2004-09-161-4/+3
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-7/+5
* * dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor2004-07-241-3/+3
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-2/+1
* * dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor2004-02-251-2/+4
* * dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor2004-02-241-1/+7
* * fork.cc (fork_child): Invert sense of test which defeated correct handling inChristopher Faylor2004-02-181-15/+6
* * cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.Christopher Faylor2004-02-161-6/+0
* * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor2004-02-141-11/+12
* * dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.Christopher Faylor2004-02-121-3/+2
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-13/+10
* * security.h (SID): New macro.Corinna Vinschen2004-02-051-2/+0
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-2/+1
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-261-7/+12
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-1/+10
* * dcrt0.cc (reent_data): Make global.Christopher Faylor2004-01-221-1/+1
* * sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor2004-01-191-4/+12
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-4/+12
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-148/+169
* 2004 stuffChristopher Faylor2004-01-031-1/+1
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-2/+1
* * dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor2003-12-261-7/+10
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-30/+36
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-7/+3
* * dcrt0.cc (alloc_stack): Move _main_tls if stack is relocated.Christopher Faylor2003-12-121-13/+17
* * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor2003-12-101-8/+10
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-10/+10
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-061-1/+3
* * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor2003-12-031-4/+3
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-25/+8
* * dcrt0.cc (check_sanity_and_sync): Correct api major version check so thatChristopher Faylor2003-11-221-2/+2
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-6/+6
* * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen2003-10-161-1/+0
* * fhandler_console.cc (char_command): Add escape sequence for codepageCorinna Vinschen2003-10-151-0/+1