Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-13 | Update x86-64 ULPs | Markus Trippelsdorf | 1 | -0/+3 | |
The recent clog and clog10 fixes are causing some failing tests on my AMD64 CPU. | |||||
2012-08-10 | Move Linux kernel version conditionals to kernel-features.h. | Joseph Myers | 2 | -6/+13 | |
2012-08-09 | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | 4 | -17/+61 | |
2012-08-08 | Remove __ASSUME_TGKILL. | Joseph Myers | 1 | -7/+0 | |
2012-08-08 | Add a missing #include. | Roland McGrath | 1 | -1/+2 | |
2012-08-08 | Missing #include updates for dirstream code move from unix to posix. | Roland McGrath | 2 | -4/+4 | |
2012-08-07 | Remove some pre-2.6.16 Linux kernel conditionals. | Joseph Myers | 4 | -152/+8 | |
2012-08-07 | Move common dirent implementation from sysdeps/unix to sysdeps/posix. | Roland McGrath | 15 | -7/+7 | |
2012-08-07 | Make the bsd4.4/bits/fcntl.h be the generic one. | Roland McGrath | 1 | -145/+0 | |
2012-08-07 | Update bsd4.4/bits/fcntl.h to match modern NetBSD bits. | Roland McGrath | 1 | -20/+53 | |
2012-08-07 | Make the bsd4.4/bits/dirent.h be the generic one. | Roland McGrath | 1 | -59/+0 | |
2012-08-07 | Define _DIRENT_MATCHES_DIRENT64 in bsd4.4/bits/dirent.h | Roland McGrath | 1 | -1/+6 | |
2012-08-07 | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | 3 | -56/+29 | |
2012-08-06 | Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵ | Roland McGrath | 20 | -39/+15 | |
struct dirent64. | |||||
2012-08-06 | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | 24 | -48/+26 | |
2012-08-06 | Remove x32/iofopen.c and x32/iofopen64.c | H.J. Lu | 2 | -2/+0 | |
2012-08-03 | Update SPARC ULPs. | David S. Miller | 1 | -4/+51 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
2012-08-03 | Remove some pre-2.6.0 Linux kernel conditionals. | Joseph Myers | 4 | -49/+4 | |
2012-08-03 | Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX. | Roland McGrath | 5 | -14/+137 | |
2012-08-03 | Remove pre-2.6.0 Linux kernel support (bug 13717). | Joseph Myers | 3 | -53/+28 | |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 60 | -204/+190 | |
2012-08-01 | Clean up fopen64 for O_LARGEFILE==0. | Roland McGrath | 2 | -5/+0 | |
2012-08-01 | Remove __ASSUME_FCNTL64. | Joseph Myers | 3 | -275/+8 | |
2012-08-01 | Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals). | Joseph Myers | 4 | -81/+2 | |
2012-08-01 | foo | Roland McGrath | 1 | -2/+6 | |
2012-08-01 | Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0. | Roland McGrath | 8 | -12/+0 | |
2012-08-01 | BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. | Roland McGrath | 6 | -54/+34 | |
2012-08-01 | * posix/unistd.h (setuid, setreuid, seteuid, setresuid): | Florian Weimer | 1 | -2/+2 | |
Declare with warn_unused_result. (setgid, setregid, setegid, setresgid): Likewise. * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid): Likewise. * WUR-REPORT: Remove set*id functions. | |||||
2012-07-31 | Hurd: implement renameat | Pino Toscano | 1 | -0/+51 | |
Provide an implementation of renameat, mostly based on rename. | |||||
2012-07-31 | Don't assume SIGWINCH is defined. | Roland McGrath | 1 | -2/+4 | |
2012-07-31 | Update sparc ULPs. | David S. Miller | 1 | -0/+8 | |
2012-07-31 | Improve clog, clog10 handling of values with real or imaginary part slightly ↵ | Joseph Myers | 2 | -2/+164 | |
above 1 (bug 13629). | |||||
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 10 | -18/+75 | |
2012-07-27 | Update sparc ULPs. | David S. Miller | 1 | -0/+53 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
2012-07-26 | Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵ | Joseph Myers | 2 | -0/+114 | |
13629). | |||||
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 10 | -2/+234 | |
2012-07-26 | Merge Linux 3.5 ptrace changes | Andreas Jaeger | 4 | -20/+33 | |
(__ptrace_eventcodes): Add new value PTRACE_EVENT_SECCOMP from Linux 3.5. (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust PTRACE_O_MASK. | |||||
2012-07-26 | Merge Linux 3.5 epoll changes | Andreas Jaeger | 1 | -0/+2 | |
Add EPOLLWAKEUP. | |||||
2012-07-26 | Merge _sigsys changes from Linux 3.5 | Andreas Jaeger | 4 | -3/+47 | |
2012-07-25 | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 17 | -502/+74 | |
2012-07-25 | Remove unused pseudo_end label | Andreas Schwab | 23 | -56/+23 | |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | 15 | -14/+45 | |
2012-07-25 | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 7 | -108/+301 | |
2012-07-25 | Set up errno properly for yn. | Marek Polacek | 5 | -0/+20 | |
2012-07-21 | Hurd: compliance fixes for getlogin_r | Pino Toscano | 1 | -2/+9 | |
- make LOGIN non-static, as it would make getlogin_r no more reentrant; change its type to string_t - fail with ERANGE if NAME has not enough space for the actual login string - copy with memcpy only the chars of the string | |||||
2012-07-21 | Hurd: compliance fixes for getgroups | Pino Toscano | 1 | -1/+4 | |
Fail with EINVAL when the requested number of groups is negative, or when it is positive but less than the actual number of groups. | |||||
2012-07-21 | Hurd: provide lremovexattr | Pino Toscano | 1 | -0/+35 | |
Add an implementation of lremovexattr based on removexattr. | |||||
2012-07-21 | Hurd: provide llistxattr | Pino Toscano | 1 | -0/+35 | |
Add an implementation of llistxattr based on listxattr. | |||||
2012-07-20 | Hurd: sendto: do not crash when ADDR is null | Pino Toscano | 1 | -25/+39 | |
Create a new create_address_port subroutine to isolate the address port creation (for both local and remove sockets), and use it inside HURD_DPORT_USE. Also intialize APORT to MACH_PORT_NULL and make sure to always deallocate it, when not null. | |||||
2012-07-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | 8 | -0/+79 | |