summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/cygwin.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-8/+1
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-1/+3
* * include/a.out.h: Add copyright hint.Corinna Vinschen2001-03-051-0/+10
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-7/+7
* * environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor2000-11-081-1/+2
* * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor2000-11-031-1/+1
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-2/+2
* * include/netinet/tcp.h: Remove winsock.h include.Christopher Faylor2000-10-051-4/+4
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-261-3/+3
* * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor2000-08-251-1/+2
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-231-0/+2
* * include/sys/cygwin.h: Declare some thread classes.Christopher Faylor2000-08-221-0/+3
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-2/+5
* * dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor2000-07-281-1/+2
* * cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor2000-07-091-46/+53
* * external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor2000-07-081-3/+2
* * include/sys/cygwin.h: Hide internal data types in per_processCorinna Vinschen2000-07-071-0/+5