summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/external.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor2002-06-211-1/+1
* * external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor2002-06-091-3/+2
* * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen2002-06-031-0/+8
* * include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor2002-05-291-1/+1
* * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen2002-05-291-1/+1
* * external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor2002-05-291-2/+2
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-0/+3
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.Christopher Faylor2002-02-141-0/+5
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-1/+2
* * external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor2002-01-291-0/+32
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-0/+19
* * external.cc (fillout_pinfo): Reset counter whenever we initialize the pidChristopher Faylor2001-10-081-2/+5
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-1/+1
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* * external.cc (fillout_pinfo): Use correct pids.Christopher Faylor2001-05-111-2/+2
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-1/+1
* Update copyright.Christopher Faylor2001-03-181-1/+1
* * external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid whenChristopher Faylor2001-03-181-2/+3
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-4/+3
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-1/+1
* * environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor2000-11-081-2/+22
* * pinfo.cc (winpids:add): New method.Christopher Faylor2000-11-051-7/+6
* * external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor2000-10-201-1/+1
* * exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor2000-09-161-1/+1