aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-01Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers10-107/+34
2012-08-01Move Linuxism out of sysdeps/arm/dl-machine.h.Roland McGrath3-4/+36
2012-08-01Clean up mkostemps64 definition for O_LARGEFILE==0.Roland McGrath3-2/+14
2012-08-01Clean up mkstemps64 definition for O_LARGEFILE==0.Roland McGrath3-2/+14
2012-08-01Generic sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX.Roland McGrath1-0/+3
2012-08-01fooRoland McGrath1-2/+6
2012-08-01Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0.Roland McGrath13-16/+38
2012-08-01BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath13-57/+63
2012-08-01 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer4-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-01Fix MIPS PREF/PREFX macro definitions in empty case.Steve Ellcey2-2/+10
2012-08-01m68k: update libm test ULPsAndreas Schwab2-0/+93
2012-07-31Improve MIPS n64 handling of 64-bit fcntl.Joseph Myers5-0/+11
2012-07-31Hurd: implement renameatPino Toscano2-0/+55
Provide an implementation of renameat, mostly based on rename.
2012-07-31Clean up stub accept4 definition.Roland McGrath3-3/+6
2012-07-31Conditionalize use of PTR_MANGLE.Roland McGrath3-4/+19
2012-07-31Don't assume SIGWINCH is defined.Roland McGrath2-2/+8
2012-07-31Missing ChangeLog.arm entry.Roland McGrath1-0/+5
2012-07-31Update sparc ULPs.David S. Miller2-0/+12
2012-07-31Improve clog, clog10 handling of values with real or imaginary part slightly ↵Joseph Myers10-2/+258
above 1 (bug 13629).
2012-07-31secure_getenv test should write errors to standard outputFlorian Weimer2-27/+34
This way, they end up in the log file. Also skip the test if no GID can be found.
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath39-82/+294
2012-07-28Fix tst-pthread-getattr test caseSiddhesh Poyarekar2-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-27Update sparc ULPs.David S. Miller2-0/+57
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2012-07-27Make mmap64 an alias of mmap on MIPS.Joseph Myers3-0/+8
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson7-5/+173
2012-07-26Fix some -Wformat warnings in rpcgen.Roland McGrath4-3/+10
2012-07-26Provide a generic empty version of __check_native.Pino Toscano2-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-26m68k: update libm test ULPsAndreas Schwab2-0/+22
2012-07-26Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵Joseph Myers10-54/+318
13629).
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers20-150/+297
2012-07-26Merge Linux 3.5 ptrace changesAndreas Jaeger9-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-26Merge Linux 3.5 epoll changesAndreas Jaeger3-1/+10
Add EPOLLWAKEUP.
2012-07-26Merge _sigsys changes from Linux 3.5Andreas Jaeger9-3/+99
2012-07-25Remove pre-2.4.21 Linux kernel support.Joseph Myers23-516/+185
2012-07-25Remove unused pseudo_end labelAndreas Schwab28-64/+62
2012-07-25Fix up ChangeLog entriesFlorian Weimer8-31/+52
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer40-28/+446
2012-07-25Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers8-108/+332
2012-07-25Revert fix to tst-pthread-getattr since it fails on sparcSiddhesh Poyarekar2-40/+16
2012-07-25Set up errno properly for yn.Marek Polacek8-1/+36
2012-07-24conformtest: Update expectations for time.h.Joseph Myers2-3/+11
2012-07-23configure.in <sysdeps resolving>: Correct printing Implies_before.Thomas Schwinge3-2/+8
2012-07-22Add missing includes.Thomas Schwinge4-2/+7
Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad.
2012-07-20Document va_copy in preference to __va_copy.Joseph Myers3-14/+24
2012-07-21Hurd: compliance fixes for getlogin_rPino Toscano2-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-21Hurd: compliance fixes for getgroupsPino Toscano2-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-21Hurd: provide lremovexattrPino Toscano2-0/+38
Add an implementation of lremovexattr based on removexattr.
2012-07-21Hurd: provide llistxattrPino Toscano2-0/+38
Add an implementation of llistxattr based on listxattr.
2012-07-20Hurd: sendto: do not crash when ADDR is nullPino Toscano2-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-20Move localplt baselines to sysdeps directories.Joseph Myers20-12/+60