aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+13
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+13
2018-05-04Ignore absolute symbols in ABI tests.Joseph Myers12-58/+0
2018-04-24Fix Hurd glibc build with GCC 8.Joseph Myers1-2/+4
2018-04-20hurd: XFAIL appearance of sched_param and sched_priority from <sys/types.h>Samuel Thibault1-0/+69
2018-04-20Revert "hurd: Fix mach installed headers test"Samuel Thibault4-0/+34
2018-04-19hurd: Update struct statfs according to struct statvfsSamuel Thibault1-8/+8
2018-04-19hurd: Fix standard compliance of some statvfs fieldsSamuel Thibault1-8/+8
2018-04-19hurd: xfail some structure fields ABI incompatibility with standardsSamuel Thibault1-0/+5
2018-04-18hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault4-26/+0
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault1-0/+1
2018-04-04hurd: Fix typoSamuel Thibault1-1/+1
2018-04-04hurd: Add missing symbolsSamuel Thibault1-0/+1
2018-04-04hurd: Fix missing trailing NUL in __if_nametoindexSamuel Thibault1-1/+1
2018-04-03hurd: Make __if_nametoindex return ENODEV if ifname is too longSamuel Thibault1-2/+6
2018-04-03Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault1-1/+1
2018-04-03hurd: Fix buffer overrun in __if_nametoindexSamuel Thibault1-1/+3
2018-04-03hurd: Avoid more libc.so local PLTsSamuel Thibault1-1/+1
2018-04-02hurd: Avoid some libc.so PLTsSamuel Thibault6-4/+35
2018-04-02hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hiddenSamuel Thibault1-0/+12
2018-04-02hurd: Update localplt.dataSamuel Thibault1-8/+28
2018-04-02hurd: Add __errno_location to overridable ld.so symbolsSamuel Thibault1-0/+1
2018-04-02hurd: whitelist rtld symbols expected to be overridableSamuel Thibault1-0/+20
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault5-5/+5
2018-04-02hurd: Avoid local PLTs in libpthread.Samuel Thibault5-5/+11
2018-04-02hurd: Fix exposition of UTIME_NOW, UTIME_OMITSamuel Thibault1-5/+5
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault45-403/+381
2018-04-02hurd: Remove bogus net/if_ppp.hSamuel Thibault2-173/+1
2018-04-02hurd: Advertise libpthreadSamuel Thibault2-14/+37
2018-04-02hurd libpthread: add function missing in ABI listSamuel Thibault1-0/+1
2018-04-02hurd: Add hurd thread librarySamuel Thibault53-0/+2790
2018-03-27hurd: advertise process memory locking optionSamuel Thibault1-2/+2
2018-03-25hurd: Regenerate errno.h headerSamuel Thibault1-2/+2
2018-03-25hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault2-8/+48
2018-03-22Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers1-5/+0
2018-03-20hurd: Code style fixesSamuel Thibault1-7/+5
2018-03-20Add narrowing subtract functions.Joseph Myers1-0/+13
2018-03-18hurd: fix buildSamuel Thibault1-1/+1
2018-03-18Hurd: fix port leak in TLSRichard Braun1-8/+13
2018-03-18hurd: Add mlockall supportSamuel Thibault2-0/+82
2018-03-18hurd: Fix boot with statically-linked exec serverSamuel Thibault1-1/+1
2018-03-18hurd: Reimplement libc locks using mach's gsyncAgustina Arzille7-278/+142
2018-03-18hurd: Rewrite __libc_cleanup_*Agustina Arzille1-17/+30
2018-03-18hurd: Add missing includeSamuel Thibault1-0/+1
2018-03-18hurd: Fix coding styleSamuel Thibault2-8/+8
2018-03-17hurd: Fix link cthread/pthread symbol exposition.Samuel Thibault3-8/+8
2018-03-17hurd: Replace threadvars with TLSSamuel Thibault15-144/+74
2018-03-17hurd: add TLS supportSamuel Thibault5-8/+73
2018-03-12Lookup the startup server through /servers/startupDavid Michael1-2/+3
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+21