summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
Commit message (Expand)AuthorAgeFilesLines
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-7/+2
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-3/+7
* * cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor2008-03-021-1/+1
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-2/+2
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-2/+1
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-1/+10
* * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen2008-02-061-0/+3
* * autoload.cc (CharToOemA): Remove.Corinna Vinschen2008-02-051-0/+3
* * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen2008-01-311-3/+11
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-3/+0
* * fhandler.cc (rootdir): Delete.Corinna Vinschen2007-08-201-1/+0
* * ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.Corinna Vinschen2007-08-161-0/+20
* * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen2007-07-261-1/+3
* * init.cc (in_dllentry): Delete.Christopher Faylor2007-07-141-1/+0
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-2/+1
* * exceptions.cc (_cygtls::signal_exit): Only call myself.exit when whenChristopher Faylor2007-02-201-1/+1
* * winsup.h (clear_procimptoken): Close hProcImpToken in a safer way.Corinna Vinschen2006-12-131-1/+2
* Partially revert change from 2005-04-03, always running under anCorinna Vinschen2006-12-121-0/+10
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-0/+3
* * winsup.h (WINVER): Set to 0x0600 to cover Vista.Corinna Vinschen2006-12-061-1/+1
* * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.Corinna Vinschen2006-10-271-1/+1
* * winsup.h (WINVER): Define instead of _WIN32_WINNT. Set to 0x0502.Corinna Vinschen2006-10-171-3/+2
* * winsup.h: Turn off DEBUGGING.Christopher Faylor2006-10-131-3/+0
* * winsup.h: Turn on DEBUGGING by default for now.Christopher Faylor2006-08-101-0/+3
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-1/+7
* * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen2006-07-131-1/+1
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-021-0/+2
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-1/+2
* * cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor2006-03-161-1/+1
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-10/+6
* * winsup.h (cygwin_hmodule): Declare.Christopher Faylor2006-02-231-0/+1
* * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen2006-02-071-1/+1
* * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen2006-02-051-0/+1
* * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen2006-01-271-1/+3
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-0/+1
* * cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor2005-12-211-1/+1
* * winsup.h (flush_file_buffers): Define as inline function.Corinna Vinschen2005-12-201-1/+4
* * winsup.h (flush_file_buffers): Declare new function.Corinna Vinschen2005-12-201-0/+2
* * winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor2005-12-171-1/+1
* * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen2005-12-071-1/+2
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-1/+5
* * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen2005-10-171-10/+0
* * cygheap.h (class process_lock): New class.Christopher Faylor2005-10-031-1/+0
* * dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor2005-09-301-1/+1
* * cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor2005-09-231-0/+1
* * dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor2005-09-201-1/+1
* * exceptions.cc (sigtid): Remove declaration.Christopher Faylor2005-09-141-2/+2
* * winsup.h (create_pipe): Declare new function.Christopher Faylor2005-08-191-0/+4
* * dcrt0.cc: Remove ld_preload declaration.Christopher Faylor2005-08-111-0/+4
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-0/+2