summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Clarify source file license in CYGWIN_LICENSECorinna Vinschen2016-06-231-5/+7
* Remove support for SUNWNFS file systemCorinna Vinschen2016-06-235-37/+11
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-2321-37276/+2374
* Bump DLL minor versionCorinna Vinschen2016-06-231-1/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-23408-1053/+347
* Add release message for commit 2c83227Corinna Vinschen2016-06-211-0/+3
* Drop useless calls to path_conv.isgood_inodeCorinna Vinschen2016-06-211-6/+2
* Use correct file info (especially inode number) for newly created filesCorinna Vinschen2016-06-211-3/+9
* Use new path_conv_handle functions to access file infoCorinna Vinschen2016-06-212-15/+5
* Improve encapsulation of FS type behind path_conv coverCorinna Vinschen2016-06-211-3/+24
* uinfo.cc: More comment fixes, remove unused testing code.Corinna Vinschen2016-06-151-12/+4
* 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