aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/external.cc
AgeCommit message (Expand)AuthorFilesLines
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-2/+0
2004-10-062004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-2/+2
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-5/+5
2004-02-25* dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor1-0/+11
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-10/+0
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-0/+1
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-1/+1
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-2/+7
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+2
2003-11-08 * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen1-0/+15
2003-11-06 * syscalls.cc (getshmlba): New function.Corinna Vinschen1-0/+4
2003-11-04 * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen1-0/+9
2003-10-22 * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERRORCorinna Vinschen1-0/+6
2003-09-25* devices.cc: New file.Christopher Faylor1-2/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-03 * external.cc (check_ntsec): Return general ntsec state on NULLCorinna Vinschen1-1/+3
2003-04-03 ChangeLog already commited yesterday:Corinna Vinschen1-0/+12
2003-03-28* include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor1-1/+1
2003-03-08Revert below changes regarding _pinfo::cmdline.Christopher Faylor1-1/+1
2003-03-08 * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen1-1/+1
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor1-1/+1
2002-11-22* external.cc (cygwin_internal): Fix va_arg references.Christopher Faylor1-4/+3
2002-10-30* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor1-0/+7
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-4/+4
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor1-1/+1
2002-06-09* external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor1-3/+2
2002-06-03 * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen1-0/+8
2002-05-29* include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor1-1/+1
2002-05-29 * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen1-1/+1
2002-05-29* external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor1-2/+2
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-0/+3
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-02-14* include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.Christopher Faylor1-0/+5
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-1/+2
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor1-0/+32
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor1-0/+19
2001-10-08* external.cc (fillout_pinfo): Reset counter whenever we initialize the pidChristopher Faylor1-2/+5
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+1
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-05-11* external.cc (fillout_pinfo): Use correct pids.Christopher Faylor1-2/+2
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-1/+1
2001-03-18Update copyright.Christopher Faylor1-1/+1
2001-03-18* external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid whenChristopher Faylor1-2/+3
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-4/+3
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-1/+1
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor1-2/+22
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor1-7/+6