Age | Commit message (Expand) | Author | Files | Lines |
2015-07-09 | PLT avoidance for _exit in rtld. | Roland McGrath | 1 | -0/+1 |
2015-07-09 | hurd: permit to use mlock from non-root process | Samuel Thibault | 2 | -11/+14 |
2015-06-17 | Fix nice getpriority, setpriority namespace (bug 18553). | Joseph Myers | 2 | -4/+6 |
2015-06-17 | Fix mq_notify socket, recv namespace (bug 18546). | Joseph Myers | 2 | -0/+2 |
2015-06-12 | Fix getlogin_r namespace (bug 18527). | Joseph Myers | 1 | -2/+4 |
2015-03-21 | Fix warnings | Samuel Thibault | 8 | -16/+15 |
2015-03-21 | Add missing dependency | Samuel Thibault | 1 | -1/+1 |
2015-03-08 | hurd: Make libc able to call pthread stubs | Samuel Thibault | 1 | -0/+6 |
2015-02-24 | linux: open and openat ignore 'mode' with O_TMPFILE in flags | Eric Rannaud | 2 | -4/+4 |
2015-02-08 | hurd: fix tls.h build | Samuel Thibault | 1 | -0/+2 |
2015-02-08 | hurd: Ignore bytes beyond sockaddr length for AF_UNIX | Samuel Thibault | 4 | -8/+12 |
2015-02-07 | hurd: add basic types for ioctls | Samuel Thibault | 1 | -1/+22 |
2015-02-07 | hurd: support mmap with PROT_NONE | Samuel Thibault | 1 | -2/+9 |
2015-02-07 | hurd: fix f?chflags prototypes, declare them and their flags | Samuel Thibault | 3 | -3/+31 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 278 | -278/+278 |
2014-12-16 | Fix resolver if_* namespace (bug 17717). | Joseph Myers | 1 | -6/+11 |
2014-12-06 | Fix pthreads getrlimit, gettimeofday namespace (bug 17682). | Joseph Myers | 1 | -0/+1 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 2 | -2/+2 |
2014-11-23 | hurd: Fix dlopening libraries from static programs | Samuel Thibault | 1 | -0/+5 |
2014-11-12 | Fix __getcwd rewinddir namespace (bug 17584). | Joseph Myers | 1 | -2/+3 |
2014-10-10 | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 1 | -3/+3 |
2014-09-29 | Require autoconf 2.69 | H.J. Lu | 1 | -4/+4 |
2014-09-16 | Remove bitrotten --enable-oldest-abi (bug 6652). | Joseph Myers | 2 | -20/+0 |
2014-09-12 | Remove configuration name patterns from shlib-versions. | Joseph Myers | 1 | -5/+5 |
2014-09-12 | Move OS-specific shlib-versions entries to sysdeps files. | Joseph Myers | 1 | -0/+12 |
2014-08-28 | Fix hang on fork | Samuel Thibault | 1 | -0/+4 |
2014-08-28 | Simplify atomicity of socket creation in bind. | Samuel Thibault | 1 | -22/+18 |
2014-07-03 | Fix -Wundef warning on PAGE_COPY_THRESHOLD | Siddhesh Poyarekar | 1 | -3/+0 |
2014-05-27 | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 1 | -49/+26 |
2014-05-08 | Some configure-related decrufting. | Roland McGrath | 2 | -8/+0 |
2014-04-16 | hurd: Add i386 fields to TLS structure | Samuel Thibault | 1 | -0/+10 |
2014-04-16 | hurd: Move dtv, dtv_t, tcbhead_t declaration to per-arch file. | Samuel Thibault | 2 | -21/+24 |
2014-04-16 | hurd: Do not allow unmapping address 0 | Samuel Thibault | 1 | -0/+7 |
2014-03-14 | Compile with -Wundef. | Roland McGrath | 1 | -0/+1 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 2 | -3/+3 |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 2 | -4/+4 |
2014-02-06 | Revert "Patch [1/4] async-signal safe TLS." | Allan McRae | 1 | -7/+0 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 278 | -278/+278 |
2013-12-22 | Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. | Joseph Myers | 1 | -1/+1 |
2013-12-18 | Patch [1/4] async-signal safe TLS. | Paul Pluzhnikov | 1 | -0/+7 |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | 4 | -2/+2 |
2013-10-04 | Add fork hooks for pthread_atfork | Samuel Thibault | 1 | -0/+15 |
2013-09-24 | sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE. | Will Newton | 1 | -1/+0 |
2013-08-30 | Fix typos. | Ondřej Bílka | 2 | -2/+2 |
2013-08-29 | Hurd: Add ESUCCESS error_t value. | Thomas Schwinge | 2 | -1/+17 |
2013-08-29 | Hurd: Use __executable_start symbol instead of _start. | Samuel Thibault | 1 | -2/+2 |
2013-08-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-06-17 | Rewrite sysd-rules generation using an awk script. | Roland McGrath | 1 | -1/+1 |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers | 14 | -17/+17 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 2 | -2/+2 |