Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-06-21Add release message for commit 2c83227Corinna Vinschen
2016-06-21Drop useless calls to path_conv.isgood_inodeCorinna Vinschen
2016-06-21Use correct file info (especially inode number) for newly created filesCorinna Vinschen
2016-06-21Use new path_conv_handle functions to access file infoCorinna Vinschen
2016-06-21Improve encapsulation of FS type behind path_conv coverCorinna Vinschen
2016-06-15uinfo.cc: More comment fixes, remove unused testing code.Corinna Vinschen
2016-06-15uinfo.cc: Fix commentCorinna Vinschen
2016-06-08Fix typos in comments and debug output in select_stuff::waitCorinna Vinschen
2016-06-06Add release message for commit 7239bb7b3ded5ab961dc56dc346d8ab83660ba29Corinna Vinschen
2016-06-06Add release message for select(2) changesCorinna Vinschen
2016-06-06Improve timer handling in select.Corinna Vinschen
2016-06-06Fix condition in select which results in busy loop.Corinna Vinschen
2016-06-06Return at most one line of input in canonical modeTakashi Yano
2016-06-06Allow 'make distclean' to clean winsup/cygwinKen Brown
2016-06-06Only regenerate tlsoffsets{64}.h if cygtls.h can be compiledCorinna Vinschen
2016-06-03cygwin: include sys/types.h in sys/xattr.hYaakov Selkowitz
2016-06-03sched.cc: Use PROCESS_QUERY_INFORMATION for nowCorinna Vinschen
2016-06-01Revert "Cygwin hangs up if several keys are typed during outputting a lot of ...Corinna Vinschen
2016-06-01dlopen: Add dot to filename if no slash is presentCorinna Vinschen
2016-05-31Cygwin: Add release messages for previous two commitsCorinna Vinschen
2016-05-31realpath: Handle Win32 and NT long path prefixesCorinna Vinschen
2016-05-25TZ: Replace unreliable isupper calls on wcharsCorinna Vinschen
2016-05-24Git is Git, not GITAdam Dinwoodie
2016-05-24Fix typo and wrong URL in winsup/READMECorinna Vinschen
2016-05-20Add release message for previous mmap fixCorinna Vinschen
2016-05-20mmap: Fix size restriction of maps due to using 32 bit size typeCorinna Vinschen
2016-05-20Add release message for scheduler fixesCorinna Vinschen
2016-05-20Fix thread priority handlingCorinna Vinschen
2016-05-20Rewrite scheduler functions getting and setting process and thread priorityCorinna Vinschen
2016-05-20Miscellaneous style cleanup, whitespace only.John Hood
2016-05-20Improve and simplify select().John Hood
2016-05-20Use high-resolution timebases for select().John Hood
2016-05-18Bump Cygwin DLL version to 2.5.2Corinna Vinschen
2016-04-21Always provide register_t via <sys/types.h>Sebastian Huber
2016-04-21Remove cygwin/types.hCorinna Vinschen
2016-04-21Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber
2016-04-20Add release message for commit 9409c53Corinna Vinschen
2016-04-20Don't test pthread objects for being already initialized at init timeCorinna Vinschen
2016-04-20Provide in_port_t via <sys/types.h>Sebastian Huber
2016-04-19Provide in_addr_t via <sys/types.h>Sebastian Huber
2016-04-19Introduce __sa_family_t for BSD compatibiliySebastian Huber
2016-04-19Introduce __socklen_t for BSD compatibilitySebastian Huber
2016-04-19BSD compatibility for <machine/endian.h>Sebastian Huber
2016-04-19Disallow S_ISGID on directories without default ACL entriesCorinna Vinschen
2016-04-18Handle permissions a bit closer to POSIX 1003.1eCorinna Vinschen
2016-04-18Also create NULL SID ACE if special POSIX bits are setCorinna Vinschen
2016-04-18Add release message for commit e2ea143Corinna Vinschen
2016-04-18Fix attempt to create ACLs without NULL SIDCorinna Vinschen
2016-04-15Cygwin: Drop definition and usage of _mode_t in favor of __mode_tCorinna Vinschen