aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/external.cc
AgeCommit message (Expand)AuthorFilesLines
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-1/+1
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor1-1/+2
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor1-1/+1
2005-11-28 * autoload.cc (NtCreateSection): Define.Corinna Vinschen1-1/+2
2005-08-12white spaceChristopher Faylor1-1/+1
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor1-2/+1
2005-07-04 * cygheap.h (struct init_cygheap): Delete cygwin_regname member.Corinna Vinschen1-18/+5
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-1/+2
2005-05-19* external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor1-1/+2
2005-05-17 * external.cc (cygwin_internal): Avoid compiler warning.Corinna Vinschen1-1/+2
2005-05-17* include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor1-2/+6
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor1-1/+1
2005-05-09* dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor1-0/+12
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor1-0/+8
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