Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Linuxism out of sysdeps/arm/dl-machine.h. | Roland McGrath | 2012-08-01 | 3 | -4/+36 |
| | |||||
* | Clean up mkostemps64 definition for O_LARGEFILE==0. | Roland McGrath | 2012-08-01 | 3 | -2/+14 |
| | |||||
* | Clean up mkstemps64 definition for O_LARGEFILE==0. | Roland McGrath | 2012-08-01 | 3 | -2/+14 |
| | |||||
* | Generic sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX. | Roland McGrath | 2012-08-01 | 1 | -0/+3 |
| | |||||
* | foo | Roland McGrath | 2012-08-01 | 1 | -2/+6 |
| | |||||
* | Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0. | Roland McGrath | 2012-08-01 | 13 | -16/+38 |
| | |||||
* | BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. | Roland McGrath | 2012-08-01 | 13 | -57/+63 |
| | |||||
* | * posix/unistd.h (setuid, setreuid, seteuid, setresuid): | Florian Weimer | 2012-08-01 | 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. | ||||
* | Fix MIPS PREF/PREFX macro definitions in empty case. | Steve Ellcey | 2012-08-01 | 2 | -2/+10 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2012-08-01 | 2 | -0/+93 |
| | |||||
* | Improve MIPS n64 handling of 64-bit fcntl. | Joseph Myers | 2012-07-31 | 5 | -0/+11 |
| | |||||
* | Hurd: implement renameat | Pino Toscano | 2012-07-31 | 2 | -0/+55 |
| | | | | Provide an implementation of renameat, mostly based on rename. | ||||
* | Clean up stub accept4 definition. | Roland McGrath | 2012-07-31 | 3 | -3/+6 |
| | |||||
* | Conditionalize use of PTR_MANGLE. | Roland McGrath | 2012-07-31 | 3 | -4/+19 |
| | |||||
* | Don't assume SIGWINCH is defined. | Roland McGrath | 2012-07-31 | 2 | -2/+8 |
| | |||||
* | Missing ChangeLog.arm entry. | Roland McGrath | 2012-07-31 | 1 | -0/+5 |
| | |||||
* | Update sparc ULPs. | David S. Miller | 2012-07-31 | 2 | -0/+12 |
| | |||||
* | Improve clog, clog10 handling of values with real or imaginary part slightly ↵ | Joseph Myers | 2012-07-31 | 10 | -2/+258 |
| | | | | above 1 (bug 13629). | ||||
* | secure_getenv test should write errors to standard output | Florian Weimer | 2012-07-31 | 2 | -27/+34 |
| | | | | | This way, they end up in the log file. Also skip the test if no GID can be found. | ||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 39 | -82/+294 |
| | |||||
* | Fix tst-pthread-getattr test case | Siddhesh Poyarekar | 2012-07-28 | 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. | ||||
* | Update sparc ULPs. | David S. Miller | 2012-07-27 | 2 | -0/+57 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Make mmap64 an alias of mmap on MIPS. | Joseph Myers | 2012-07-27 | 3 | -0/+8 |
| | |||||
* | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | 2012-07-27 | 7 | -5/+173 |
| | |||||
* | Fix some -Wformat warnings in rpcgen. | Roland McGrath | 2012-07-26 | 4 | -3/+10 |
| | |||||
* | Provide a generic empty version of __check_native. | Pino Toscano | 2012-07-26 | 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. | ||||
* | m68k: update libm test ULPs | Andreas Schwab | 2012-07-26 | 2 | -0/+22 |
| | |||||
* | Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵ | Joseph Myers | 2012-07-26 | 10 | -54/+318 |
| | | | | 13629). | ||||
* | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 2012-07-26 | 20 | -150/+297 |
| | |||||
* | Merge Linux 3.5 ptrace changes | Andreas Jaeger | 2012-07-26 | 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. | ||||
* | Merge Linux 3.5 epoll changes | Andreas Jaeger | 2012-07-26 | 3 | -1/+10 |
| | | | | Add EPOLLWAKEUP. | ||||
* | Merge _sigsys changes from Linux 3.5 | Andreas Jaeger | 2012-07-26 | 9 | -3/+99 |
| | |||||
* | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 2012-07-25 | 23 | -516/+185 |
| | |||||
* | Remove unused pseudo_end label | Andreas Schwab | 2012-07-25 | 28 | -64/+62 |
| | |||||
* | Fix up ChangeLog entries | Florian Weimer | 2012-07-25 | 8 | -31/+52 |
| | |||||
* | Rename __secure_getenv to secure_getenv | Florian Weimer | 2012-07-25 | 40 | -28/+446 |
| | |||||
* | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 2012-07-25 | 8 | -108/+332 |
| | |||||
* | Revert fix to tst-pthread-getattr since it fails on sparc | Siddhesh Poyarekar | 2012-07-25 | 2 | -40/+16 |
| | |||||
* | Set up errno properly for yn. | Marek Polacek | 2012-07-25 | 8 | -1/+36 |
| | |||||
* | conformtest: Update expectations for time.h. | Joseph Myers | 2012-07-24 | 2 | -3/+11 |
| | |||||
* | configure.in <sysdeps resolving>: Correct printing Implies_before. | Thomas Schwinge | 2012-07-23 | 3 | -2/+8 |
| | |||||
* | Add missing includes. | Thomas Schwinge | 2012-07-22 | 4 | -2/+7 |
| | | | | | Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad. | ||||
* | Document va_copy in preference to __va_copy. | Joseph Myers | 2012-07-20 | 3 | -14/+24 |
| | |||||
* | Hurd: compliance fixes for getlogin_r | Pino Toscano | 2012-07-21 | 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 | ||||
* | Hurd: compliance fixes for getgroups | Pino Toscano | 2012-07-21 | 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. | ||||
* | Hurd: provide lremovexattr | Pino Toscano | 2012-07-21 | 2 | -0/+38 |
| | | | | Add an implementation of lremovexattr based on removexattr. | ||||
* | Hurd: provide llistxattr | Pino Toscano | 2012-07-21 | 2 | -0/+38 |
| | | | | Add an implementation of llistxattr based on listxattr. | ||||
* | Hurd: sendto: do not crash when ADDR is null | Pino Toscano | 2012-07-20 | 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. | ||||
* | Move localplt baselines to sysdeps directories. | Joseph Myers | 2012-07-20 | 20 | -12/+60 |
| | |||||
* | Fix tst-pthread-getattr test case | Siddhesh Poyarekar | 2012-07-20 | 2 | -12/+50 |
| | | | | | | | | | | | | | | In some cases, the compiler would optimize out the call to allocate_and_test and thus result in a false positive for the test case. Another problem was the fact that the compiler could in some cases generate additional shifting of the stack pointer, resulting in alloca moving the stack pointer beyond what is allowed by the rlimit. Hence, accessing the stackaddr returned by pthread_getattr_np is safer than relying on the alloca'd result. Another problem is when RLIMIT may be very large, which may result in violation of other resource limits. Hence we cap the max stack size to 8M for this test. |