summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/external.cc
Commit message (Expand)AuthorAgeFilesLines
* * external.cc (fillout_pinfo): Don't truncate ctty if it's < 0.Christopher Faylor2011-06-011-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+1
* * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration.Corinna Vinschen2011-04-041-2/+3
* * external.cc (sync_wincwd): Remove.Corinna Vinschen2010-08-271-26/+0
* * external.cc (cygwin_internal): In CW_CVT_MNT_OPTS case, initializeCorinna Vinschen2010-08-241-1/+1
* * external.cc (sync_wincwd): New function.Corinna Vinschen2010-08-191-6/+26
* * external.cc (CW_SETCWD): New option.Christopher Faylor2010-08-181-0/+6
* * path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor2010-07-041-1/+7
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-2/+2
* * external.cc (cygwin_internal): Add CW_CVT_MNT_OPTS to allow mountCorinna Vinschen2010-04-291-0/+34
* * external.cc (cygwin_internal): Add CW_INT_SETLOCALE case toCorinna Vinschen2010-02-081-1/+7
* * cygprops.h: New file.Corinna Vinschen2009-10-311-0/+8
* Consistently use va_end.Eric Blake2009-10-141-42/+80
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-131-0/+7
* * external.cc (cygwin_internal): Return 0 in CW_SET_DOS_FILE_WARNINGCorinna Vinschen2009-10-121-0/+2
* Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson2009-10-061-0/+38
* * external.cc (cygwin_internal): Add hack to always reset cxx_malloc to properChristopher Faylor2009-09-211-0/+5
* * Fix copyright dates.Corinna Vinschen2009-01-161-1/+1
* * include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor2009-01-091-0/+7
* * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen2008-11-261-0/+6
* * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen2008-08-141-1/+2
* * sec_auth.cc (extract_nt_dom_user): Return domain and user name asCorinna Vinschen2008-07-301-1/+9
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-141-2/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-5/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-6/+7
* * include/sys/cygwin.h (__INT_MAX_PATH): Remove.Corinna Vinschen2008-02-161-0/+2
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-1/+4
* * external.cc (get_cygdrive_info): Make inline.Corinna Vinschen2007-10-311-11/+2
* * cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor2007-03-301-0/+7
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-1/+1
* * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen2007-02-221-1/+0
* * external.cc (sync_winenv): Use cur_environ () rather than __cygwin_environ.Christopher Faylor2007-01-121-1/+1
* * cygheap.h (struct cwdstuff): Add "sync" member and accompanyingCorinna Vinschen2006-12-071-0/+1
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.Corinna Vinschen2006-10-221-1/+2
* * external.cc (cygwin_internal): Use security_descriptor::copy method.Corinna Vinschen2006-10-221-3/+2
* * cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor2006-05-251-0/+2
* * external.cc (cygwin_internal): Set errno on failure.Christopher Faylor2006-05-021-0/+1
* * external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor2006-02-101-13/+25
* * external.cc (setup_winenv): New function.Christopher Faylor2006-02-021-0/+24
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-1/+1
* * cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor2005-12-211-1/+2
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-1/+1
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-1/+2
* white spaceChristopher Faylor2005-08-121-1/+1
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-2/+1
* * cygheap.h (struct init_cygheap): Delete cygwin_regname member.Corinna Vinschen2005-07-041-18/+5
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-1/+2
* * external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor2005-05-191-1/+2
* * external.cc (cygwin_internal): Avoid compiler warning.Corinna Vinschen2005-05-171-1/+2