summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
Commit message (Expand)AuthorAgeFilesLines
* Bump Cygwin DLL minor number.Corinna Vinschen2015-08-031-1/+1
* Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen2015-07-211-1/+2
* Lower Cygwin's MINSIGSTKSZ and SIGSTKSZCorinna Vinschen2015-07-191-6/+4
* Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen2015-07-172-2/+15
* Document the fact that we forgot to bump for sigaltstack and sethostnameCorinna Vinschen2015-07-171-1/+2
* Define larger MINSIGSTKSZ and SIGSTKSZ values for CygwinCorinna Vinschen2015-06-261-0/+7
* Complement SIGEV_* enums with macrosKen Brown2015-06-231-0/+4
* Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen2015-06-201-3/+0
* Preliminary infrastructure to implement alternate stackCorinna Vinschen2015-06-191-0/+6
* Add sethostnameCorinna Vinschen2015-06-171-2/+2
* Bump minor DLL version to 5Corinna Vinschen2015-06-111-1/+1
* Bump minor DLL version to 4Corinna Vinschen2015-06-081-1/+1
* Bump minor DLL version to 3Corinna Vinschen2015-06-021-1/+1
* Bump minor DLL version to 2cygwin-2_0_2-releaseCorinna Vinschen2015-05-031-1/+1
* Bump minor DLL version to 1cygwin-2_0_1-releaseCorinna Vinschen2015-04-301-1/+1
* Define __s64 and __u64cygwin-2_0_0-releaseCorinna Vinschen2015-04-271-1/+5
* Remove Cygwin's libgen.hCorinna Vinschen2015-04-231-23/+0
* Bump Cygwin version to 2.0.0.Corinna Vinschen2015-04-231-2/+2
* Remove __acl16 from official headerCorinna Vinschen2015-04-231-10/+0
* Try to make sure struct _mcontext is 16-byte alignedJon TURNEY2015-04-232-3/+3
* Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen2015-04-233-544/+1
* Provide ucontext to signal handlersJon TURNEY2015-04-232-0/+42
* Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY2015-04-231-1/+4
* Rename struct ucontext to struct __mcontextJon TURNEY2015-04-231-9/+19
* Prepare to rename/reuse struct ucontext.Corinna Vinschen2015-04-231-2/+4
* Add CMIN and CTIME definitionsCorinna Vinschen2015-04-231-1/+3
* Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen2015-04-232-23/+2
* Drop cygwin/_types.h.Corinna Vinschen2015-04-231-16/+0
* Remove now useless include/cygwin/sys_time.hCorinna Vinschen2015-03-131-27/+0
* Fix typo in include/cygwin/version.hAlexey Pavlov2015-03-121-1/+1
* Include sys/_timespec.h in cygwin/types.h to adjust to newlibCorinna Vinschen2015-03-111-1/+2
* cygwin: fix __x86_64__ conditional in stdint.hYaakov Selkowitz2015-03-101-1/+1
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 36.Corinna Vinschen2015-03-041-1/+1
* * common.din (issetugid): Export.Corinna Vinschen2015-03-031-1/+2
* * include/sys/socket.h (sockatmark): Add prototype.Corinna Vinschen2015-02-241-1/+2
* 2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY2015-02-201-3/+2
* * common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.Corinna Vinschen2015-02-061-1/+2
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 35.Corinna Vinschen2015-02-061-1/+1
* * common.din (wcstold): Export.Corinna Vinschen2015-02-041-1/+2
* * common.din (sockatmark): Export.Corinna Vinschen2015-01-201-2/+3
* * include/cygwin/socket.h (struct cmsghdr): Redefine cmsg_len as typeCorinna Vinschen2015-01-081-2/+5
* * common.din (__fbufsize, __flbf, __fpending, __freadable, __freading,Yaakov Selkowitz2014-12-181-1/+8
* * environ.cc (regopt): Remove function.Corinna Vinschen2014-12-081-1/+0
* * common.din (__bsd_qsort_r): Add.Yaakov Selkowitz2014-12-051-1/+2
* * include/fcntl.h: Move all open flags (except O_NDELAY) to newlib'sCorinna Vinschen2014-11-251-15/+2
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 34.Corinna Vinschen2014-11-131-1/+1
* * cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.Corinna Vinschen2014-11-122-2/+14
* * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen2014-11-062-2/+5
* * common.din (stime): Export.Yaakov Selkowitz2014-10-222-1/+4
* * Makefile.in (DLL_OFILES): Add quotactl.o.Corinna Vinschen2014-10-173-3/+246