summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor2009-08-041-1/+1
* * globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.Corinna Vinschen2009-07-301-6/+9
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-0/+3
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-081-3/+3
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-2/+2
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-131-1/+1
* * dcrt0.cc (globify): Only call mbtowc for non-ascii chars.Corinna Vinschen2009-04-181-1/+1
* * dcrt0.cc (globify): Make multibyte-aware.Corinna Vinschen2009-04-171-1/+9
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-0/+3
* * dcrt0.cc (disable_dep): Disable. Explain why.Corinna Vinschen2009-03-041-3/+10
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-73/+8
* * pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor2008-12-201-2/+2
* * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen2008-11-121-0/+46
* * dcrt0.cc (dll_crt0_0): Don't initialize signals early when dynamicallyChristopher Faylor2008-10-051-1/+4
* * cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor2008-09-111-3/+3
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-3/+0
* Changes suggested by Dave Korn.Christopher Faylor2008-08-041-1/+0
* * dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor2008-08-011-0/+4
* * dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor2008-07-271-19/+6
* * dcrt0.cc (dll_crt0_1): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-261-3/+7
* * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-251-0/+16
* * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen2008-07-091-0/+1
* * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,Corinna Vinschen2008-04-261-1/+1
* * dcrt0.cc (dll_crt0_0): Move CWD initialization from here...Corinna Vinschen2008-04-221-2/+2
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-11/+2
* * dcrt0.cc (insert_file): Fix potential buffer overflow.Corinna Vinschen2008-04-031-1/+1
* * dcrt0.cc (insert_file): Convert filename to WCHAR and callCorinna Vinschen2008-04-021-8/+12
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen2008-03-241-0/+2
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-1/+2
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-8/+6
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-12/+0
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-4/+4
* * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.Corinna Vinschen2008-02-111-1/+1
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-1/+1
* * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen2008-01-311-5/+5
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-3/+2
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-5/+5
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-271-4/+2
* * dcrt0.cc (codepage_type): Remove definition.Christopher Faylor2007-08-021-1/+0
* * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, afterCorinna Vinschen2007-07-191-0/+2
* * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen2007-03-291-3/+0
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-4/+2
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor2007-02-221-11/+13
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-2/+1
* Partially revert change from 2005-04-03, always running under anCorinna Vinschen2006-12-121-12/+1
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-35/+7
* * dcrt0.cc (get_cygwin_startup_info): Fix comment.Corinna Vinschen2006-12-051-3/+4
* * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen2006-12-051-1/+27
* * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.Corinna Vinschen2006-10-271-1/+1