summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-2337-80/+0
* cygwin: include sys/types.h in sys/xattr.hYaakov Selkowitz2016-06-031-0/+1
* Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2016-04-131-3/+1
* Fix FIONBIO commentsCorinna Vinschen2016-03-241-1/+2
* Feature test macros overhaul: dirent.hYaakov Selkowitz2016-03-171-3/+10
* Support profiling of multi-threaded apps.Mark Geisert2016-03-101-0/+2
* Implement POSIX.1e ACL functionsCorinna Vinschen2016-03-081-1/+84
* cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen2016-02-091-1/+3
* Convert utmp{x}name to int, return useful value. Define _PATH_UTMPXCorinna Vinschen2016-01-071-1/+1
* Introduce the 'usertemp' filesystem typeJohannes Schindelin2015-12-071-1/+2
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-071-41/+0
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-061-3/+5
* Try to make sure struct _mcontext is 16-byte alignedJon TURNEY2015-04-231-2/+2
* Provide ucontext to signal handlersJon TURNEY2015-04-231-0/+26
* Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY2015-04-231-1/+4
* Add CMIN and CTIME definitionsCorinna Vinschen2015-04-231-1/+3
* * include/sys/socket.h (sockatmark): Add prototype.Corinna Vinschen2015-02-241-1/+2
* * cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.Corinna Vinschen2014-11-121-1/+12
* * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen2014-11-061-1/+3
* * Makefile.in (DLL_OFILES): Add quotactl.o.Corinna Vinschen2014-10-172-2/+244
* * include/sys/file.h: Add extern "C".Corinna Vinschen2014-08-061-0/+9
* headers: properly decorate attributesEric Blake2014-08-012-15/+15
* * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.Corinna Vinschen2014-05-151-1/+3
* * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen2014-03-121-2/+2
* * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,Corinna Vinschen2014-02-221-1/+21
* * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT andCorinna Vinschen2014-02-181-2/+8
* * 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