summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* uinfo.cc: Fix commentCorinna Vinschen2016-06-151-2/+2
* Fix typos in comments and debug output in select_stuff::waitCorinna Vinschen2016-06-081-3/+3
* Add release message for commit 7239bb7b3ded5ab961dc56dc346d8ab83660ba29Corinna Vinschen2016-06-061-0/+3
* Add release message for select(2) changesCorinna Vinschen2016-06-061-0/+2
* Improve timer handling in select.Corinna Vinschen2016-06-061-43/+50
* Fix condition in select which results in busy loop.Corinna Vinschen2016-06-061-1/+1
* Return at most one line of input in canonical modeTakashi Yano2016-06-061-6/+5
* Allow 'make distclean' to clean winsup/cygwinKen Brown2016-06-062-7/+9
* Only regenerate tlsoffsets{64}.h if cygtls.h can be compiledCorinna Vinschen2016-06-061-1/+1
* cygwin: include sys/types.h in sys/xattr.hYaakov Selkowitz2016-06-031-0/+1
* sched.cc: Use PROCESS_QUERY_INFORMATION for nowCorinna Vinschen2016-06-031-2/+1
* Revert "Cygwin hangs up if several keys are typed during outputting a lot of ...Corinna Vinschen2016-06-011-1/+1
* dlopen: Add dot to filename if no slash is presentCorinna Vinschen2016-06-011-1/+1
* Cygwin: Add release messages for previous two commitsCorinna Vinschen2016-05-311-0/+6
* realpath: Handle Win32 and NT long path prefixesCorinna Vinschen2016-05-311-4/+6
* TZ: Replace unreliable isupper calls on wcharsCorinna Vinschen2016-05-251-2/+4
* Git is Git, not GITAdam Dinwoodie2016-05-242-3/+3
* Fix typo and wrong URL in winsup/READMECorinna Vinschen2016-05-241-3/+3
* Add release message for previous mmap fixCorinna Vinschen2016-05-201-0/+3
* mmap: Fix size restriction of maps due to using 32 bit size typeCorinna Vinschen2016-05-202-35/+36
* Add release message for scheduler fixesCorinna Vinschen2016-05-201-0/+3
* Fix thread priority handlingCorinna Vinschen2016-05-201-9/+11
* Rewrite scheduler functions getting and setting process and thread priorityCorinna Vinschen2016-05-202-172/+173
* Miscellaneous style cleanup, whitespace only.John Hood2016-05-201-2/+2
* Improve and simplify select().John Hood2016-05-202-49/+15
* Use high-resolution timebases for select().John Hood2016-05-202-70/+114
* Bump Cygwin DLL version to 2.5.2Corinna Vinschen2016-05-182-1/+14
* Always provide register_t via <sys/types.h>Sebastian Huber2016-04-211-5/+0
* Remove cygwin/types.hCorinna Vinschen2016-04-211-22/+0
* Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber2016-04-212-123/+143
* Add release message for commit 9409c53Corinna Vinschen2016-04-201-0/+4
* Don't test pthread objects for being already initialized at init timeCorinna Vinschen2016-04-201-12/+0
* Provide in_port_t via <sys/types.h>Sebastian Huber2016-04-191-1/+4
* Provide in_addr_t via <sys/types.h>Sebastian Huber2016-04-191-1/+5
* Introduce __sa_family_t for BSD compatibiliySebastian Huber2016-04-192-1/+4
* Introduce __socklen_t for BSD compatibilitySebastian Huber2016-04-192-5/+7
* BSD compatibility for <machine/endian.h>Sebastian Huber2016-04-193-29/+59
* Disallow S_ISGID on directories without default ACL entriesCorinna Vinschen2016-04-191-1/+13
* Handle permissions a bit closer to POSIX 1003.1eCorinna Vinschen2016-04-182-10/+10
* Also create NULL SID ACE if special POSIX bits are setCorinna Vinschen2016-04-181-0/+1
* Add release message for commit e2ea143Corinna Vinschen2016-04-181-0/+4
* Fix attempt to create ACLs without NULL SIDCorinna Vinschen2016-04-181-3/+6
* Cygwin: Drop definition and usage of _mode_t in favor of __mode_tCorinna Vinschen2016-04-152-4/+3
* Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber2016-04-152-12/+8
* Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber2016-04-152-5/+3
* Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber2016-04-152-6/+4
* Define mode_t via __mode_tSebastian Huber2016-04-151-4/+0
* Add BSD guard for ino_t in <sys/types.h>Sebastian Huber2016-04-152-8/+4
* Provide POSIX defined id_t in <sys/types.h>Sebastian Huber2016-04-151-6/+0
* Use __machine_*_t_defined for internal typesSebastian Huber2016-04-151-4/+4