summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen2014-02-061-0/+12
* * include/sys/file.h (LOCK_SH): Drop definition in favor of newCorinna Vinschen2014-01-171-20/+0
* * external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor2013-12-181-1/+1
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-1/+2
* * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen2013-08-141-2/+5
* * include/sys/socket.h: Move SHUT_xx definitoins from here...Corinna Vinschen2013-05-311-7/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-234-26/+49
* * include/sys/queue.h: Delete in favor of more complete newlib file.Corinna Vinschen2013-04-221-512/+0
* Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen2013-04-221-2/+2
* * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen2013-03-071-3/+3
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-2126-30/+33
* * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen2012-12-141-2/+2
* * termios.cc (cfsetspeed): New function.Yaakov Selkowitz2012-11-211-0/+1
* * include/sys/termios.h (CBRK): Define as alias of CEOL.Yaakov Selkowitz2012-11-051-0/+9
* Fix copyrightCorinna Vinschen2012-10-311-1/+1
* * include/sys/param.h: Include stddef.h to define NULL.Corinna Vinschen2012-10-311-4/+3
* * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,Corinna Vinschen2012-10-301-0/+3
* * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen2012-08-081-1/+5
* * include/sys/elf_common.h (R_386_16): Define.Yaakov Selkowitz2012-06-101-0/+4
* * include/elf.h: Update from FreeBSD.Yaakov Selkowitz2012-06-065-229/+1239
* tcgetsid: fix return typeEric Blake2012-02-281-2/+4
* * cygwin.din (scandirat): Export.Yaakov Selkowitz2012-02-221-1/+5
* * include/sys/wait.h: Remove C++ inline functions for `union wait'. For C++Christopher Faylor2012-02-081-16/+10
* * include/sys/sysmacros.h: Include sys/types.h.Corinna Vinschen2012-02-081-1/+3
* * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen2011-12-221-1/+4
* * include/sys/wait.h: Add in all c++ functions.Christopher Faylor2011-12-081-1/+1
* * include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor2011-12-081-0/+2
* * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen2011-12-021-0/+2
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-241-2/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor2011-11-241-3/+3
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-301-0/+5
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-0/+2
* * include/sys/cygwin.h (cygwin_getinfo_types): Define valuesCorinna Vinschen2011-10-071-3/+49
* 2011-10-06 Christian Franke <franke@computer.org>Christian Franke2011-10-061-7/+49
* * external.cc (create_winenv): Rename from sync_winenv. TakeCorinna Vinschen2011-10-051-1/+2
* * dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor2011-08-031-1/+1
* * include/sys/param.h (NGROUPS): Redefine as NGROUPS_MAX.Corinna Vinschen2011-07-011-5/+9
* * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen2011-06-171-0/+1
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-3/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+7
* * sysconf.cc (sysinfo): New function.Yaakov Selkowitz2011-05-061-1/+18
* * signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor2011-05-051-1/+2
* * include/sys/poll.h: Include signal.h to get definition of sigset_t.Corinna Vinschen2011-04-211-0/+1
* * cygwin.din (ppoll): Export.Corinna Vinschen2011-04-181-1/+5
* * include/cygwin/types.h: Move #include <sys/sysmacros.h> toYaakov Selkowitz2011-04-051-4/+26
* * include/sys/xattr.h: New file.Corinna Vinschen2011-03-291-0/+18
* * Throughout fix copyright dates.Corinna Vinschen2011-02-152-2/+2
* * include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,Corinna Vinschen2011-02-111-14/+1
* * cygwin.din (madvise): Export posix_madvise as madvise.Corinna Vinschen2011-01-121-1/+22
* * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.Corinna Vinschen2011-01-111-3/+7