Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-01 | Clean up fopen64 for O_LARGEFILE==0. | Roland McGrath | |
2012-08-02 | Small cleanup in Makeconfig. | Marek Polacek | |
2012-08-01 | Remove __ASSUME_FCNTL64. | Joseph Myers | |
2012-08-01 | Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals). | Joseph Myers | |
2012-08-01 | Move Linuxism out of sysdeps/arm/dl-machine.h. | Roland McGrath | |
2012-08-01 | Clean up mkostemps64 definition for O_LARGEFILE==0. | Roland McGrath | |
2012-08-01 | Clean up mkstemps64 definition for O_LARGEFILE==0. | Roland McGrath | |
2012-08-01 | Generic sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX. | Roland McGrath | |
2012-08-01 | foo | Roland McGrath | |
2012-08-01 | Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0. | Roland McGrath | |
2012-08-01 | BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. | Roland McGrath | |
2012-08-01 | * posix/unistd.h (setuid, setreuid, seteuid, setresuid): | Florian Weimer | |
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 | |
2012-08-01 | m68k: update libm test ULPs | Andreas Schwab | |
2012-07-31 | Improve MIPS n64 handling of 64-bit fcntl. | Joseph Myers | |
2012-07-31 | Hurd: implement renameat | Pino Toscano | |
Provide an implementation of renameat, mostly based on rename. | |||
2012-07-31 | Clean up stub accept4 definition. | Roland McGrath | |
2012-07-31 | Conditionalize use of PTR_MANGLE. | Roland McGrath | |
2012-07-31 | Don't assume SIGWINCH is defined. | Roland McGrath | |
2012-07-31 | Missing ChangeLog.arm entry. | Roland McGrath | |
2012-07-31 | Update sparc ULPs. | David S. Miller | |
2012-07-31 | Improve clog, clog10 handling of values with real or imaginary part slightly ↵ | Joseph Myers | |
above 1 (bug 13629). | |||
2012-07-31 | secure_getenv test should write errors to standard output | Florian Weimer | |
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 | |
2012-07-28 | Fix tst-pthread-getattr test case | Siddhesh Poyarekar | |
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 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2012-07-27 | Make mmap64 an alias of mmap on MIPS. | Joseph Myers | |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | |
2012-07-26 | Fix some -Wformat warnings in rpcgen. | Roland McGrath | |
2012-07-26 | Provide a generic empty version of __check_native. | Pino Toscano | |
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 | |
2012-07-26 | Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵ | Joseph Myers | |
13629). | |||
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | |
2012-07-26 | Merge Linux 3.5 ptrace changes | Andreas Jaeger | |
(__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 | |
Add EPOLLWAKEUP. | |||
2012-07-26 | Merge _sigsys changes from Linux 3.5 | Andreas Jaeger | |
2012-07-25 | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | |
2012-07-25 | Remove unused pseudo_end label | Andreas Schwab | |
2012-07-25 | Fix up ChangeLog entries | Florian Weimer | |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | |
2012-07-25 | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | |
2012-07-25 | Revert fix to tst-pthread-getattr since it fails on sparc | Siddhesh Poyarekar | |
2012-07-25 | Set up errno properly for yn. | Marek Polacek | |
2012-07-24 | conformtest: Update expectations for time.h. | Joseph Myers | |
2012-07-23 | configure.in <sysdeps resolving>: Correct printing Implies_before. | Thomas Schwinge | |
2012-07-22 | Add missing includes. | Thomas Schwinge | |
Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad. | |||
2012-07-20 | Document va_copy in preference to __va_copy. | Joseph Myers | |
2012-07-21 | Hurd: compliance fixes for getlogin_r | Pino Toscano | |
- 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 | |
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 | |
Add an implementation of lremovexattr based on removexattr. |