about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* hurd: Update struct statfs according to struct statvfsSamuel Thibault2018-04-191-8/+8
* hurd: Fix standard compliance of some statvfs fieldsSamuel Thibault2018-04-191-8/+8
* hurd: xfail some structure fields ABI incompatibility with standardsSamuel Thibault2018-04-191-0/+5
* hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault2018-04-184-26/+0
* hurd: Avoid PLT for dirfdSamuel Thibault2018-04-051-0/+1
* hurd: Fix typoSamuel Thibault2018-04-041-1/+1
* hurd: Add missing symbolsSamuel Thibault2018-04-041-0/+1
* hurd: Fix missing trailing NUL in __if_nametoindexSamuel Thibault2018-04-041-1/+1
* hurd: Make __if_nametoindex return ENODEV if ifname is too longSamuel Thibault2018-04-031-2/+6
* Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault2018-04-031-1/+1
* hurd: Fix buffer overrun in __if_nametoindexSamuel Thibault2018-04-031-1/+3
* hurd: Avoid more libc.so local PLTsSamuel Thibault2018-04-031-1/+1
* hurd: Avoid some libc.so PLTsSamuel Thibault2018-04-026-4/+35
* hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hiddenSamuel Thibault2018-04-021-0/+12
* hurd: Update localplt.dataSamuel Thibault2018-04-021-8/+28
* hurd: Add __errno_location to overridable ld.so symbolsSamuel Thibault2018-04-021-0/+1
* hurd: whitelist rtld symbols expected to be overridableSamuel Thibault2018-04-021-0/+20
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-025-5/+5
* hurd: Avoid local PLTs in libpthread.Samuel Thibault2018-04-025-5/+11
* hurd: Fix exposition of UTIME_NOW, UTIME_OMITSamuel Thibault2018-04-021-5/+5
* hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault2018-04-0245-403/+381
* hurd: Remove bogus net/if_ppp.hSamuel Thibault2018-04-022-173/+1
* hurd: Advertise libpthreadSamuel Thibault2018-04-022-14/+37
* hurd libpthread: add function missing in ABI listSamuel Thibault2018-04-021-0/+1
* hurd: Add hurd thread librarySamuel Thibault2018-04-0253-0/+2790
* hurd: advertise process memory locking optionSamuel Thibault2018-03-271-2/+2
* hurd: Regenerate errno.h headerSamuel Thibault2018-03-251-2/+2
* hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault2018-03-252-8/+48
* Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers2018-03-221-5/+0
* hurd: Code style fixesSamuel Thibault2018-03-201-7/+5
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+13
* hurd: fix buildSamuel Thibault2018-03-181-1/+1
* Hurd: fix port leak in TLSRichard Braun2018-03-181-8/+13
* hurd: Add mlockall supportSamuel Thibault2018-03-182-0/+82
* hurd: Fix boot with statically-linked exec serverSamuel Thibault2018-03-181-1/+1
* hurd: Reimplement libc locks using mach's gsyncAgustina Arzille2018-03-187-278/+142
* hurd: Rewrite __libc_cleanup_*Agustina Arzille2018-03-181-17/+30
* hurd: Add missing includeSamuel Thibault2018-03-181-0/+1
* hurd: Fix coding styleSamuel Thibault2018-03-182-8/+8
* hurd: Fix link cthread/pthread symbol exposition.Samuel Thibault2018-03-173-8/+8
* hurd: Replace threadvars with TLSSamuel Thibault2018-03-1715-144/+74
* hurd: add TLS supportSamuel Thibault2018-03-175-8/+73
* Lookup the startup server through /servers/startupDavid Michael2018-03-121-2/+3
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+21
* Add missing start-of-file descriptive comment.Samuel Thibault2018-03-062-2/+4
* hurd: Add futimesat and utimensat supportSamuel Thibault2018-03-066-36/+167
* hurd: Define and pass UTIME_NOW and UTIME_OMIT to new file_utimens RPCFlávio Cruz2018-03-056-53/+149
* hurd: Add futimens supportSamuel Thibault2018-03-041-0/+50
* Separate out error_t definitionSamuel Thibault2018-03-043-16/+29
* hurd: Add missing includeSamuel Thibault2018-03-041-0/+1