Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-21 | [Powerpc] Tune/optimize powerpc{32,64}/power7/memchr.S. | Will Schmidt | |
Assorted tweaking, twisting and tuning to squeeze a few additional cycles out of the memchr code. Changes include bypassing the shift pairs (sld,srd) when they are not required, and unrolling the small_loop that handles short and trailing strings. Per scrollpipe data measuring aligned strings for 64-bit, these changes save between five and eight cycles (9-13% overall) for short strings (<32), Longer aligned strings see slight improvement of 1-3% due to bypassing the shifts and the instruction rearranging. | |||
2012-08-20 | Remove __ASSUME_SWAPCONTEXT_SYSCALL. | Joseph Myers | |
2012-08-20 | Define __ASSUME_UTIMES for s390. | Joseph Myers | |
2012-08-20 | Remove __ASSUME_MMAP2_SYSCALL. | Joseph Myers | |
2012-08-20 | S/390: Remove 32 bit getrlimit.c. | Andreas Krebbel | |
2012-08-17 | update linux nice.c include path too after recent file shuffle | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-08-17 | Quash warning in s_sincosl. | Marek Polacek | |
2012-08-17 | Adjust old #include's of sysdeps/unix/time.c to point to ↵ | Roland McGrath | |
sysdeps/posix/time.c instead. | |||
2012-08-17 | Move some things from sysdeps/unix to sysdeps/posix. | Roland McGrath | |
2012-08-17 | Merge unix/inet/syscalls.list into unix/syscalls.list. | Roland McGrath | |
2012-08-17 | Fix typo in last change. | Roland McGrath | |
2012-08-17 | Fix getaddrinfo for [!_STATBUF_ST_NSEC] case. | Roland McGrath | |
2012-08-17 | Make malloc build for no-threads configurations. | Roland McGrath | |
2012-08-17 | Split sys/param.h out into common file and sysdeps bits/param.h file. | Roland McGrath | |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | |
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 | |