summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/cygwin.h
Commit message (Expand)AuthorAgeFilesLines
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+2
* * include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' toCorinna Vinschen2008-03-181-1/+2
* * path.sgml: Remove documentation for old path API. Add documentationCorinna Vinschen2008-03-131-6/+5
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-8/+57
* * include/sys/cygwin.h (__INT_MAX_PATH): Remove.Corinna Vinschen2008-02-161-3/+1
* * include/sys/cygwin.h (__INT_MAX_PATH): Define to 32K.Corinna Vinschen2008-02-151-1/+3
* * include/sys/cygwin.h (external_pinfo): Define program_long size usingChristopher Faylor2008-02-151-1/+1
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-1/+1
* * include/sys/cygwin.h: Include limits.h.Corinna Vinschen2007-12-071-0/+1
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-1/+5
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-271-5/+2
* * cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor2007-03-301-1/+2
* * cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor2006-05-251-1/+2
* * external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor2006-02-101-1/+1
* * external.cc (setup_winenv): New function.Christopher Faylor2006-02-021-1/+2
* * include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.Christopher Faylor2005-11-011-0/+2
* * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor2005-05-171-1/+2
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-091-1/+3
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-1/+3
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-1/+1
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-18/+18
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+1
* * dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor2004-02-251-1/+2
* * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen2003-11-081-1/+3
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-061-1/+2
* * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen2003-11-041-1/+2
* * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERRORCorinna Vinschen2003-10-221-1/+2
* fix stupid typoChristopher Faylor2003-09-171-1/+1
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-1/+1
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-1/+1
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-2/+1
* * include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.Christopher Faylor2003-09-011-2/+2
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-1/+1
* ChangeLog already commited yesterday:Corinna Vinschen2003-04-031-1/+2
* * include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor2003-03-281-1/+1
* Switch to 32/64 datatypes:Corinna Vinschen2003-03-091-1/+1
* * include/sys/cygwin.h: Use C-style comments.Christopher Faylor2003-02-051-21/+21
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-1/+2
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-2/+1
* * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen2002-06-031-1/+2
* * include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor2002-05-291-0/+1
* * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen2002-05-291-1/+3
* * external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor2002-05-291-2/+4
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-0/+5
* * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor2002-03-151-1/+1
* * include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.Christopher Faylor2002-02-141-0/+1
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-2/+1
* * include/cygwin/grp.h: New file.Corinna Vinschen2002-02-091-4/+4
* * external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor2002-01-291-1/+9
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-1/+3