Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-01 | Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals). | Joseph Myers | 10 | -107/+34 | |
2012-08-01 | Move Linuxism out of sysdeps/arm/dl-machine.h. | Roland McGrath | 3 | -4/+36 | |
2012-08-01 | Clean up mkostemps64 definition for O_LARGEFILE==0. | Roland McGrath | 3 | -2/+14 | |
2012-08-01 | Clean up mkstemps64 definition for O_LARGEFILE==0. | Roland McGrath | 3 | -2/+14 | |
2012-08-01 | Generic sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX. | Roland McGrath | 1 | -0/+3 | |
2012-08-01 | foo | Roland McGrath | 1 | -2/+6 | |
2012-08-01 | Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0. | Roland McGrath | 13 | -16/+38 | |
2012-08-01 | BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. | Roland McGrath | 13 | -57/+63 | |
2012-08-01 | * posix/unistd.h (setuid, setreuid, seteuid, setresuid): | Florian Weimer | 4 | -21/+19 | |
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-08-01 | Fix MIPS PREF/PREFX macro definitions in empty case. | Steve Ellcey | 2 | -2/+10 | |
2012-08-01 | m68k: update libm test ULPs | Andreas Schwab | 2 | -0/+93 | |
2012-07-31 | Improve MIPS n64 handling of 64-bit fcntl. | Joseph Myers | 5 | -0/+11 | |
2012-07-31 | Hurd: implement renameat | Pino Toscano | 2 | -0/+55 | |
Provide an implementation of renameat, mostly based on rename. | |||||
2012-07-31 | Clean up stub accept4 definition. | Roland McGrath | 3 | -3/+6 | |
2012-07-31 | Conditionalize use of PTR_MANGLE. | Roland McGrath | 3 | -4/+19 | |
2012-07-31 | Don't assume SIGWINCH is defined. | Roland McGrath | 2 | -2/+8 | |
2012-07-31 | Missing ChangeLog.arm entry. | Roland McGrath | 1 | -0/+5 | |
2012-07-31 | Update sparc ULPs. | David S. Miller | 2 | -0/+12 | |
2012-07-31 | Improve clog, clog10 handling of values with real or imaginary part slightly ↵ | Joseph Myers | 10 | -2/+258 | |
above 1 (bug 13629). | |||||
2012-07-31 | secure_getenv test should write errors to standard output | Florian Weimer | 2 | -27/+34 | |
This way, they end up in the log file. Also skip the test if no GID can be found. | |||||
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 39 | -82/+294 | |
2012-07-28 | Fix tst-pthread-getattr test case | Siddhesh Poyarekar | 2 | -22/+74 | |
Get the tst-pthread-getattr fix back with further improvements so that it does not fail on targets that use the user stack to save context. | |||||
2012-07-27 | Update sparc ULPs. | David S. Miller | 2 | -0/+57 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
2012-07-27 | Make mmap64 an alias of mmap on MIPS. | Joseph Myers | 3 | -0/+8 | |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | 7 | -5/+173 | |
2012-07-26 | Fix some -Wformat warnings in rpcgen. | Roland McGrath | 4 | -3/+10 | |
2012-07-26 | Provide a generic empty version of __check_native. | Pino Toscano | 2 | -0/+31 | |
Add an empty implementation of __check_native, as used in the posix version of getaddrinfo. This allows non-Linux GNU-based OSes to compile. | |||||
2012-07-26 | m68k: update libm test ULPs | Andreas Schwab | 2 | -0/+22 | |
2012-07-26 | Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵ | Joseph Myers | 10 | -54/+318 | |
13629). | |||||
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 20 | -150/+297 | |
2012-07-26 | Merge Linux 3.5 ptrace changes | Andreas Jaeger | 9 | -30/+74 | |
(__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 | 3 | -1/+10 | |
Add EPOLLWAKEUP. | |||||
2012-07-26 | Merge _sigsys changes from Linux 3.5 | Andreas Jaeger | 9 | -3/+99 | |
2012-07-25 | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 23 | -516/+185 | |
2012-07-25 | Remove unused pseudo_end label | Andreas Schwab | 28 | -64/+62 | |
2012-07-25 | Fix up ChangeLog entries | Florian Weimer | 8 | -31/+52 | |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | 40 | -28/+446 | |
2012-07-25 | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 8 | -108/+332 | |
2012-07-25 | Revert fix to tst-pthread-getattr since it fails on sparc | Siddhesh Poyarekar | 2 | -40/+16 | |
2012-07-25 | Set up errno properly for yn. | Marek Polacek | 8 | -1/+36 | |
2012-07-24 | conformtest: Update expectations for time.h. | Joseph Myers | 2 | -3/+11 | |
2012-07-23 | configure.in <sysdeps resolving>: Correct printing Implies_before. | Thomas Schwinge | 3 | -2/+8 | |
2012-07-22 | Add missing includes. | Thomas Schwinge | 4 | -2/+7 | |
Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad. | |||||
2012-07-20 | Document va_copy in preference to __va_copy. | Joseph Myers | 3 | -14/+24 | |
2012-07-21 | Hurd: compliance fixes for getlogin_r | Pino Toscano | 2 | -2/+13 | |
- 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 | 2 | -1/+7 | |
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 | 2 | -0/+38 | |
Add an implementation of lremovexattr based on removexattr. | |||||
2012-07-21 | Hurd: provide llistxattr | Pino Toscano | 2 | -0/+38 | |
Add an implementation of llistxattr based on listxattr. | |||||
2012-07-20 | Hurd: sendto: do not crash when ADDR is null | Pino Toscano | 2 | -25/+45 | |
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 | 20 | -12/+60 | |