Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-16 | Fifth argument of la_pltenter() is not constant. | Carlos O'Donell | |
The original runtime linker auditing interface described by Solaris allows the 5th argument of la_pltenter() to be modified. This patch cleans up the ldsodefs.h definitions such that the 5th argument is not constant. At one point the 5th argument *was* constant but this was changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0. This patch updates alpha, ia64, mips, sh and sparc with similar changes. | |||
2012-08-16 | Remove __ASSUME_POSIX_TIMERS. | Joseph Myers | |
2012-08-15 | Remove executable permissions checked in by accident | Andreas Jaeger | |
2012-08-15 | Fix segmentation fault in strncasecmp for i686 | Liubov Dmitrieva | |
2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> [BZ #14195] * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix segmentation fault for a case of two empty input strings. * string/test-strncasecmp.c (check1): Renamed to... (bz12205): ...this. (bz14195): Add new testcase for two empty input strings and N > 0. (test_main): Call new testcase, adapt for renamed function. | |||
2012-08-15 | Clean up x86_64/multiarch/strstr-c.c include order. | Roland McGrath | |
2012-08-15 | Clean up x86_64/multiarch/memmove.c include order. | Roland McGrath | |
2012-08-15 | Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT]. | Roland McGrath | |
2012-08-14 | i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO | Mike Frysinger | |
Pretty sure we require recent enough versions of gcc/binutils to make this check pointless. I can't any logs in the last few years where this check didn't return "yes". Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-08-14 | Remove __ASSUME_CLONE_THREAD_FLAGS. | Joseph Myers | |
2012-08-14 | Another ULPs update. | Andreas Jaeger | |
2012-08-14 | Update i386 ULPs | Andreas Jaeger | |
2012-08-13 | Update x86-64 ULPs | Markus Trippelsdorf | |
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 | |
2012-08-09 | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | |
2012-08-08 | Remove __ASSUME_TGKILL. | Joseph Myers | |
2012-08-08 | Add a missing #include. | Roland McGrath | |
2012-08-08 | Missing #include updates for dirstream code move from unix to posix. | Roland McGrath | |
2012-08-07 | Remove some pre-2.6.16 Linux kernel conditionals. | Joseph Myers | |
2012-08-07 | Move common dirent implementation from sysdeps/unix to sysdeps/posix. | Roland McGrath | |
2012-08-07 | Make the bsd4.4/bits/fcntl.h be the generic one. | Roland McGrath | |
2012-08-07 | Update bsd4.4/bits/fcntl.h to match modern NetBSD bits. | Roland McGrath | |
2012-08-07 | Make the bsd4.4/bits/dirent.h be the generic one. | Roland McGrath | |
2012-08-07 | Define _DIRENT_MATCHES_DIRENT64 in bsd4.4/bits/dirent.h | Roland McGrath | |
2012-08-07 | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | |
2012-08-06 | Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵ | Roland McGrath | |
struct dirent64. | |||
2012-08-06 | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | |
2012-08-06 | Remove x32/iofopen.c and x32/iofopen64.c | H.J. Lu | |
2012-08-03 | Update SPARC ULPs. | David S. Miller | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2012-08-03 | Remove some pre-2.6.0 Linux kernel conditionals. | Joseph Myers | |
2012-08-03 | Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX. | Roland McGrath | |
2012-08-03 | Remove pre-2.6.0 Linux kernel support (bug 13717). | Joseph Myers | |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | |
2012-08-01 | Clean up fopen64 for O_LARGEFILE==0. | Roland McGrath | |
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 | 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-07-31 | Hurd: implement renameat | Pino Toscano | |
Provide an implementation of renameat, mostly based on rename. | |||
2012-07-31 | Don't assume SIGWINCH is defined. | 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-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | |
2012-07-27 | Update sparc ULPs. | David S. Miller | |
* 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 | |
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 | |