Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-05 | 2012-03-05 Tom de Vries <tom@codesourcery.com> | Tom de Vries | 1 | -2/+2 | |
* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure default stack guard is set in last bytes. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same. | |||||
2012-03-01 | Kill sparc32 specific __getpagesize, unneeded. | David S. Miller | 1 | -45/+0 | |
* sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete. | |||||
2012-03-01 | Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement. | David S. Miller | 5 | -72/+4 | |
* sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks. * sysdeps/sparc/sparc32/dl-machine.h: Likewise. * sysdeps/sparc/sparc32/elf/start.S: Likewise. * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise. * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise. * sysdeps/sparc/sparc64/dl-machine.h: Likewise. * sysdeps/sparc/sparc64/elf/start.S: Likewise. * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise. * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise. * config.h.in (HAVE_BINUTILS_GOTDATA): Delete. * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks. * sysdeps/sparc/elf/configure: Regenerated. | |||||
2012-02-27 | Require Linux kernel headers from "make headers_install", >= 2.6.19.1. | Joseph Myers | 2 | -10/+10 | |
2012-02-26 | Fix name mangling of pthread_attr_t after change | Ulrich Drepper | 3 | -3/+3 | |
2012-02-26 | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 3 | -2/+9 | |
2012-02-26 | Work around problem of pthread_attr_t definition with old compilers | Ulrich Drepper | 3 | -2/+17 | |
2012-02-26 | Fix up POSIX testing in conformtest | Ulrich Drepper | 4 | -9/+13 | |
2012-02-20 | Tweak sparc32 longjmp to not store a dummy frame pointer onto the stack. | David S. Miller | 1 | -6/+4 | |
* sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path using a normal save/restore sequence, rather than allocating a dummy stack frame just to store a frame pointer and restore. * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise. | |||||
2012-02-20 | Use sparc GOTDATA relocations whenever possible. | David S. Miller | 5 | -27/+95 | |
* sysdeps/sparc/crti.S: Try to use GOTDATA relocs. * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise. * sysdeps/sparc/sparc32/elf/start.S: Likewise. * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise. * sysdeps/sparc/sparc64/elf/start.S: Likewise. * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise. * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (SYSCALL_ERROR_HANDLER): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (SYSCALL_ERROR_HANDLER): Likewise. | |||||
2012-02-21 | Split architecture-specific parts of sys/epoll.h into bits/epoll.h. | Joseph Myers | 7 | -297/+97 | |
2012-02-21 | Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h. | Joseph Myers | 5 | -69/+61 | |
2012-02-19 | Add support for Linux error EHWPOISON | Andreas Schwab | 3 | -2/+14 | |
2012-02-18 | Rework sparc PIC macros so crt{i,n}.S can use them too. | David S. Miller | 2 | -10/+10 | |
* sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro. (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore %o7 across the call. (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro instead. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use SETUP_PIC_REG_LEAF. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise. * sysdeps/sparc/crti.S: Use SETUP_PIC_REG. * sysdeps/sparc/crtn.S: Likewise. | |||||
2012-02-17 | Include <time.h> in clock_settime.c. | Aurelien Jarno | 1 | -1/+2 | |
2012-02-16 | Add O_FSYNC define to sparc just like other platforms. | David S. Miller | 1 | -0/+1 | |
2012-02-15 | Include sys/param.h in getcwd.c. | Mike Frysinger | 1 | -2/+2 | |
2012-02-15 | Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h. | Joseph Myers | 4 | -51/+38 | |
2012-02-14 | Split architecture-specific parts of sys/inotify.h into bits/inotify.h. | Joseph Myers | 5 | -115/+62 | |
2012-02-13 | Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h. | Joseph Myers | 4 | -40/+40 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 731 | -2194/+1460 | |
2012-02-09 | Use <> for include of kernel-features.h. | Richard Henderson | 1 | -1/+1 | |
2012-02-05 | Use macro for PIC setup in inline asm. | Joseph Myers | 1 | -10/+1 | |
2012-02-03 | Use macros for x86 PIC thunk names. | Joseph Myers | 1 | -7/+7 | |
2012-01-30 | Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait' | Roland McGrath | 1 | -1/+3 | |
Conflicts: ChangeLog | |||||
2012-01-30 | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h' | Roland McGrath | 1 | -1/+2 | |
Conflicts: ChangeLog | |||||
2012-01-28 | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds. | Chris Metcalf | 1 | -2/+2 | |
2012-01-28 | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 1 | -1/+3 | |
2012-01-28 | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. | Chris Metcalf | 1 | -1/+2 | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 2 | -12/+4 | |
2012-01-12 | Powerpc: correct duplicate label issue with multiple passes through context code | Will Schmidt | 3 | -9/+11 | |
2012-01-08 | Fix typo in Linux/PPC32 getcontext | Will Schmidt | 1 | -4/+4 | |
2012-01-08 | Add checking versions of poll and ppoll | Ulrich Drepper | 1 | -1/+2 | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 25 | -82/+78 | |
No more __const. | |||||
2012-01-07 | Update ABI information | Ulrich Drepper | 1 | -1/+1 | |
2012-01-07 | Remove m68k support from Linux configure | Ulrich Drepper | 1 | -1/+1 | |
2012-01-07 | More IA-64 removal | Ulrich Drepper | 3 | -3/+3 | |
2012-01-07 | Linux configure cleanup | Ulrich Drepper | 2 | -38/+0 | |
2012-01-07 | Remove IA-64 support from kernel-features.h | Ulrich Drepper | 1 | -8/+7 | |
2012-01-07 | More ia64 removal changes | Ulrich Drepper | 5 | -9/+143 | |
2012-01-07 | Remove IA-64 support | Ulrich Drepper | 70 | -5116/+0 | |
2012-01-01 | Implement timespec_get | Ulrich Drepper | 2 | -0/+67 | |
2011-12-22 | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 5 | -32/+61 | |
2011-12-21 | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 3 | -9/+9 | |
2011-12-17 | Simplify code for accessing powerpc GOT | Will Schmidt | 5 | -29/+23 | |
2011-12-02 | SH atomic asms fix for gcc 4.7 | Ulrich Drepper | 1 | -22/+28 | |
2011-12-01 | Truncate time values in Linux futimes when falling back to utime | Andreas Schwab | 1 | -3/+3 | |
2011-11-15 | Fix clock_gettime for assumed kernel >= 2.6.12 | Andreas Schwab | 2 | -2/+10 | |
2011-11-15 | Pretty printing | Ulrich Drepper | 1 | -1/+1 | |
2011-11-15 | Fix reference counting in network interface information cache | Andreas Schwab | 1 | -1/+2 | |