summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-2/+1
* revert inexplicable previous checkinChristopher Faylor2005-09-021-1/+2
* bad_addressesChristopher Faylor2005-09-021-2/+1
* * dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor2005-08-171-2/+3
* white spaceChristopher Faylor2005-08-121-1/+1
* * dcrt0.cc: Remove ld_preload declaration.Christopher Faylor2005-08-111-2/+0
* * Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor2005-08-081-0/+5
* revert erroneous checkinChristopher Faylor2005-08-071-3/+0
* * Makefile.in: Warn when end of cygheap is not on 64k boundary.Christopher Faylor2005-08-071-0/+3
* * cygmalloc.h (MSPACES): Define. This dropped through the cracks after theChristopher Faylor2005-07-281-8/+7
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-5/+5
* * dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor2005-07-051-1/+1
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-301-1/+1
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-0/+2
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-2/+12
* * dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. CommentChristopher Faylor2005-06-041-1/+12
* Revert 2005-05-30 close_all_files changes.Christopher Faylor2005-06-021-1/+1
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-1/+1
* * dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded sinceChristopher Faylor2005-05-171-2/+2
* * dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.Christopher Faylor2005-05-111-4/+4
* * dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor2005-05-101-1/+3
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-091-42/+48
* * 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