aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2017-06-14cygwin: readdir: don't lookup mount target inodesCorinna Vinschen1-41/+30
2017-06-14readdir() with mount point dentry, return mount point INOJoe Lowe1-23/+10
2017-06-07cygwin: document lrint bugfixCorinna Vinschen1-0/+3
2017-06-07cygwin: Fix lrint{f,l} to return a 64 bit long on x86_64Corinna Vinschen3-3/+9
2017-06-06cygwin: document env var crash fixCorinna Vinschen1-0/+3
2017-06-06cygwin: Fix crash if env var name starts with non-ASCII charCorinna Vinschen1-2/+2
2017-06-06cygwin: document wcsxfrm fixCorinna Vinschen1-0/+3
2017-06-06cygwin wcsxfrm: byte swap result ourselvesCorinna Vinschen1-8/+13
2017-04-24Fix transposed lines in 2.8.1 release textJon Turney1-2/+2
2017-04-24Update 2.8.1 release textJon Turney1-1/+7
2017-04-24cygwin: add 2.8.1 release fileCorinna Vinschen1-0/+23
2017-04-24cygwin TEST: Add nagging debug output to pinfoCorinna Vinschen1-0/+13
2017-04-24cygwin: pinfo: do not wait for setting ppid on a transitional procinfoCorinna Vinschen1-6/+11
2017-04-24cygwin: try unprivileged symlink creation on W10 1703 and laterCorinna Vinschen1-2/+9
2017-04-24cygwin: wincap: handle W10 1703Corinna Vinschen2-2/+28
2017-04-24cygwin: wincap: fix evaluation of build numberCorinna Vinschen1-0/+1
2017-04-24cygwin: remov unused winpids constructorCorinna Vinschen1-2/+0
2017-04-22Fix stat.st_blocks for files compressed with CompactOS methodChristian Franke1-5/+12
2017-04-18newlib: remove __infinity{f,ld} constantsCorinna Vinschen1-0/+5
2017-04-10Avoid decimal point localization in /proc/loadavgJon Turney1-3/+8
2017-04-06mkvers.sh: Remove "function" to avoid dash objecting to bash-ism.Mark Geisert1-1/+1
2017-04-04Cygwin: Export reallocarrayCorinna Vinschen2-1/+3
2017-04-04Bump Cygwin to 2.8.1Corinna Vinschen1-1/+1
2017-03-28Add latest changes to Cygwin release informationCorinna Vinschen1-0/+8
2017-03-28Change CURR_SHARED_MAGIC to account for getloadavg patchCorinna Vinschen1-1/+1
2017-03-27Implement getloadavg()Jon Turney10-4/+239
2017-03-27declaration of ppoll() by poll.h should be guarded by _GNU_SOURCEJon Turney1-0/+2
2017-03-27Recognize Netapp mode supporting reparse pointsCorinna Vinschen1-0/+1
2017-03-24cygwin: Do not generate surrogate chars on netappCorinna Vinschen1-1/+1
2017-03-24Document cygserver changesCorinna Vinschen1-0/+3
2017-03-22dlfcn: Remove stray debug outputnewlib-snapshot-20170323Corinna Vinschen2-2/+0
2017-03-22Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz1-1/+1
2017-03-21Cygwin: dlfcn: Fix reference countingCorinna Vinschen3-34/+57
2017-03-14Add release message for commit 973f766f6Corinna Vinschen1-0/+3
2017-03-14Revert "Add release message for commit 973f766f6"Corinna Vinschen2-6/+12
2017-03-14Add release message for commit 973f766f6Corinna Vinschen2-12/+6
2017-03-12Extend 2.8.0 release textCorinna Vinschen1-0/+5
2017-03-12Implement fhandler_dev_null::write to workaround a problem with NULCorinna Vinschen2-0/+11
2017-03-12Return value from write is ssize_t, not intCorinna Vinschen1-1/+1
2017-03-11getrandom: it's MIN, not MAXYaakov Selkowitz2-1/+3
2017-03-10Belatedly bump Cygwin DLL version to 2.8.0Corinna Vinschen2-2/+5
2017-03-10Drop now unused child_info_fork::from_mainCorinna Vinschen1-2/+1
2017-03-10fork: Don't copy _main_tls->local_clib from *_impure_ptrCorinna Vinschen1-7/+2
2017-03-10_dll_crt0: Drop incorrect check for being started from parent main threadCorinna Vinschen1-1/+1
2017-03-10errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen3-6/+5
2017-03-10Drop redundant brackets in call to _reclaim_reentCorinna Vinschen1-1/+1
2017-03-08Implement dladdr() (partially)Jon Turney5-1/+57
2017-03-08yield: Don't lower thread priority, it leads to starvationCorinna Vinschen1-5/+6
2017-03-08Cygwin: Emit correct errno EAGAIN if we can't create another threadCorinna Vinschen1-0/+2
2017-03-07Export timingsafe_bcmp and timingsafe_memcmpJon Turney3-1/+5