summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/external.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor2005-05-171-2/+6
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-1/+1
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-091-0/+12
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-0/+8
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-2/+0
* 2004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-061-2/+2
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-5/+5
* * dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor2004-02-251-0/+11
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-10/+0
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-0/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-1/+1
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-2/+7
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-2/+2
* * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen2003-11-081-0/+15
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-061-0/+4
* * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen2003-11-041-0/+9
* * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERRORCorinna Vinschen2003-10-221-0/+6
* * devices.cc: New file.Christopher Faylor2003-09-251-2/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * external.cc (check_ntsec): Return general ntsec state on NULLCorinna Vinschen2003-04-031-1/+3
* ChangeLog already commited yesterday:Corinna Vinschen2003-04-031-0/+12
* * include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor2003-03-281-1/+1
* Revert below changes regarding _pinfo::cmdline.Christopher Faylor2003-03-081-1/+1
* * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen2003-03-081-1/+1
* * pinfo.h (winpids::set): Renamed from init.Christopher Faylor2002-11-291-1/+1
* * external.cc (cygwin_internal): Fix va_arg references.Christopher Faylor2002-11-221-4/+3
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-0/+7
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-4/+4