aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
2008-09-11* cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor1-3/+3
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-3/+0
2008-08-04Changes suggested by Dave Korn.Christopher Faylor1-1/+0
2008-08-01* dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor1-0/+4
2008-07-27* dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor1-19/+6
2008-07-26 * dcrt0.cc (dll_crt0_1): Call malloc_init and user_shared_initialize_1Corinna Vinschen1-3/+7
2008-07-25 * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen1-0/+16
2008-07-09 * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen1-0/+1
2008-04-26 * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,Corinna Vinschen1-1/+1
2008-04-22 * dcrt0.cc (dll_crt0_0): Move CWD initialization from here...Corinna Vinschen1-2/+2
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-11/+2
2008-04-03 * dcrt0.cc (insert_file): Fix potential buffer overflow.Corinna Vinschen1-1/+1
2008-04-02 * dcrt0.cc (insert_file): Convert filename to WCHAR and callCorinna Vinschen1-8/+12
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen1-0/+2
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen1-1/+2
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-8/+6
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-12/+0
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-4/+4
2008-02-11 * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.Corinna Vinschen1-1/+1
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen1-1/+1
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen1-5/+5
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen1-3/+2
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen1-5/+5
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen1-4/+2
2007-08-02* dcrt0.cc (codepage_type): Remove definition.Christopher Faylor1-1/+0
2007-07-19 * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, afterCorinna Vinschen1-0/+2
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen1-3/+0
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-4/+2
2007-02-22* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor1-11/+13
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen1-2/+1
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen1-12/+1
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-35/+7
2006-12-05 * dcrt0.cc (get_cygwin_startup_info): Fix comment.Corinna Vinschen1-3/+4
2006-12-05 * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen1-1/+27
2006-10-27 * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.Corinna Vinschen1-1/+1
2006-06-03* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor1-3/+3
2006-06-03* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor1-1/+1
2006-06-03* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor1-4/+4
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor1-2/+8
2006-05-28white spaceChristopher Faylor1-1/+1
2006-05-25* cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor1-23/+3
2006-05-16* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor1-2/+2
2006-04-05* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}Christopher Faylor1-2/+3
2006-04-03* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor1-20/+19
2006-04-03* dcrt0.cc (sm): Delete.Christopher Faylor1-3/+6
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor1-9/+17
2006-03-23* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the consoleChristopher Faylor1-1/+0
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor1-12/+9
2006-03-21* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor1-1/+2