summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: document proc fd changesCorinna Vinschen2019-01-062-0/+13
* Cygwin: introduce fhandler_process_fd and add stat(2) handlingCorinna Vinschen2019-01-066-164/+189
* Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flagCorinna Vinschen2019-01-063-5/+10
* Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen2019-01-066-144/+137
* Cygwin: path_conv: decouple pathconv_flags from path_typesCorinna Vinschen2019-01-062-9/+13
* Cygwin: Mark all O_TMPFILEs as deletedCorinna Vinschen2019-01-061-5/+2
* Cygwin: Move O_TMPFILE to bin and allow linkat by handleCorinna Vinschen2019-01-063-1/+90
* Cygwin: try_to_bin: allow to move O_TMPFILE files into binCorinna Vinschen2019-01-061-26/+33
* Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handleCorinna Vinschen2019-01-066-5/+108
* Cygwin: pinfo: add method to send a serialized path_conv and HANDLECorinna Vinschen2019-01-062-2/+38
* Cygwin: path_conv: add serialization/deserialization facilityCorinna Vinschen2019-01-062-0/+67
* Cygwin: path_conv: reorder private method declarationsCorinna Vinschen2019-01-061-3/+5
* Cygwin: fhandler_base::open: allow to reopen file from handleCorinna Vinschen2019-01-061-1/+6
* Cygwin: pipe: use /proc/PID/fd/... or /proc/self/fd/... nameCorinna Vinschen2019-01-051-4/+11
* Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handlingCorinna Vinschen2019-01-053-2/+6
* Cygwin: return correct FH_PROCESSFD for files under /proc/PID/fd subdirCorinna Vinschen2019-01-052-3/+11
* Cygwin: try_to_bin: fix typos in commentsCorinna Vinschen2019-01-051-2/+2
* Cygwin: path_conv: nobody cares if a path had symlinks after the factCorinna Vinschen2019-01-052-8/+0
* Cygwin: drop disabled O_TMPFILE POSIX unlink codeCorinna Vinschen2019-01-041-40/+0
* Improve performance of memmemWilco Dijkstra2019-01-012-51/+137
* Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston2018-12-31106-1068/+1135
* Cygwin: open(2): Change comment in disabled O_TMPFILE POSIX unlink codeCorinna Vinschen2018-12-261-5/+12
* Cygwin: Change /proc/$PID/fd/<fd> symlink target for deleted filesCorinna Vinschen2018-12-261-3/+15
* Cygwin: Add Christmas hacking release notesCorinna Vinschen2018-12-262-0/+52
* Cygwin: Add documentation for chattr and lsattrCorinna Vinschen2018-12-261-0/+129
* Cygwin: Add lsattr and chattr toolsCorinna Vinschen2018-12-263-1/+652
* Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsCorinna Vinschen2018-12-254-0/+279
* Cygwin: mkdir: create case-sensitive dirsCorinna Vinschen2018-12-251-0/+34
* Cygwin: wincap: add wincap_10_1803, add has_case_sensitive_dirs itemCorinna Vinschen2018-12-252-1/+38
* Cygwin: cygheap: convert installation paths to UNICODE_STRINGSCorinna Vinschen2018-12-255-25/+30
* Cygwin: utilize FILE_DISPOSITION_POSIX_SEMANTICSCorinna Vinschen2018-12-231-3/+76
* Cygwin: support exFAT and fix remote FAT/FAT32 recognitionCorinna Vinschen2018-12-234-1/+12
* Cygwin: wincap: add wincap_10_1709, add has_posix_file_info itemCorinna Vinschen2018-12-232-6/+38
* Cygwin: ntdll.h: Update _FILE_INFORMATION_CLASSCorinna Vinschen2018-12-231-309/+348
* RTEMS: Use __uint64_t for __ino_tSebastian Huber2018-12-201-1/+1
* Plug routing sysctl leaks.markj2018-12-201-1/+5
* Cygwin: fix heap allocation on WOW64 and /3GB enabled 32 bit machinesCorinna Vinschen2018-12-191-11/+17
* nano-vfprintf_float.c: Fix check if negative for nans.Jon Beniston2018-12-131-1/+2
* Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy2018-12-101-0/+10
* sys/time.h: Remove KASSERTSebastian Huber2018-12-041-12/+0
* Ensure that all values of ns, us and ms workimp2018-12-041-7/+52
* When converting ns,us,ms to sbt, return the ceil()imp2018-12-041-3/+7
* Correct a misplaced closing paren.ian2018-12-041-3/+3
* sys: further adoption of SPDX licensing ID tags.pfg2018-12-041-0/+2
* Add inline functions to convert between sbintime_tian2018-12-041-7/+52
* Renumber copyright clause 4imp2018-12-041-1/+1
* Cygwin: mkvers: fix a bug in sed statementCorinna Vinschen2018-12-011-1/+2
* Cygwin: clocks: fix a hang on pre-Windows 10 machinesCorinna Vinschen2018-12-013-50/+71
* fix version typoMark Geisert2018-12-011-1/+1
* Cygwin: clocks: use either tickcount or tick periodCorinna Vinschen2018-11-292-15/+26