Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use sparc GOTDATA relocations whenever possible. | David S. Miller | 2012-02-20 | 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. | ||||
* | Split architecture-specific parts of sys/epoll.h into bits/epoll.h. | Joseph Myers | 2012-02-21 | 7 | -297/+97 |
| | |||||
* | Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h. | Joseph Myers | 2012-02-21 | 5 | -69/+61 |
| | |||||
* | Add support for Linux error EHWPOISON | Andreas Schwab | 2012-02-19 | 3 | -2/+14 |
| | |||||
* | Rework sparc PIC macros so crt{i,n}.S can use them too. | David S. Miller | 2012-02-18 | 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. | ||||
* | Include <time.h> in clock_settime.c. | Aurelien Jarno | 2012-02-17 | 1 | -1/+2 |
| | |||||
* | Add O_FSYNC define to sparc just like other platforms. | David S. Miller | 2012-02-16 | 1 | -0/+1 |
| | |||||
* | Include sys/param.h in getcwd.c. | Mike Frysinger | 2012-02-15 | 1 | -2/+2 |
| | |||||
* | Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h. | Joseph Myers | 2012-02-15 | 4 | -51/+38 |
| | |||||
* | Split architecture-specific parts of sys/inotify.h into bits/inotify.h. | Joseph Myers | 2012-02-14 | 5 | -115/+62 |
| | |||||
* | Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h. | Joseph Myers | 2012-02-13 | 4 | -40/+40 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 754 | -2263/+1506 |
| | |||||
* | Use <> for include of kernel-features.h. | Richard Henderson | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | Use macro for PIC setup in inline asm. | Joseph Myers | 2012-02-05 | 1 | -10/+1 |
| | |||||
* | Use macros for x86 PIC thunk names. | Joseph Myers | 2012-02-03 | 1 | -7/+7 |
| | |||||
* | Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait' | Roland McGrath | 2012-01-30 | 1 | -1/+3 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 2012-01-28 | 1 | -1/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h' | Roland McGrath | 2012-01-30 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. | Chris Metcalf | 2012-01-28 | 1 | -1/+2 |
| |/ | |||||
* / | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds. | Chris Metcalf | 2012-01-28 | 1 | -2/+2 |
|/ | |||||
* | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 2012-01-26 | 2 | -12/+4 |
| | |||||
* | Powerpc: correct duplicate label issue with multiple passes through context code | Will Schmidt | 2012-01-12 | 3 | -9/+11 |
| | |||||
* | Fix typo in Linux/PPC32 getcontext | Will Schmidt | 2012-01-08 | 1 | -4/+4 |
| | |||||
* | Add checking versions of poll and ppoll | Ulrich Drepper | 2012-01-08 | 1 | -1/+2 |
| | |||||
* | More fallout from supporting only ELF | Ulrich Drepper | 2012-01-08 | 1 | -4/+0 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 25 | -82/+78 |
| | | | | No more __const. | ||||
* | Update ABI information | Ulrich Drepper | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Remove m68k support from Linux configure | Ulrich Drepper | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | More IA-64 removal | Ulrich Drepper | 2012-01-07 | 3 | -3/+3 |
| | |||||
* | Linux configure cleanup | Ulrich Drepper | 2012-01-07 | 2 | -38/+0 |
| | |||||
* | Remove IA-64 support from kernel-features.h | Ulrich Drepper | 2012-01-07 | 1 | -8/+7 |
| | |||||
* | More ia64 removal changes | Ulrich Drepper | 2012-01-07 | 5 | -9/+143 |
| | |||||
* | Remove IA-64 support | Ulrich Drepper | 2012-01-07 | 70 | -5116/+0 |
| | |||||
* | Implement timespec_get | Ulrich Drepper | 2012-01-01 | 2 | -0/+67 |
| | |||||
* | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 2011-12-22 | 5 | -32/+61 |
| | |||||
* | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 2011-12-21 | 3 | -9/+9 |
| | |||||
* | Simplify code for accessing powerpc GOT | Will Schmidt | 2011-12-17 | 5 | -29/+23 |
| | |||||
* | SH atomic asms fix for gcc 4.7 | Ulrich Drepper | 2011-12-02 | 1 | -22/+28 |
| | |||||
* | Truncate time values in Linux futimes when falling back to utime | Andreas Schwab | 2011-12-01 | 1 | -3/+3 |
| | |||||
* | Fix clock_gettime for assumed kernel >= 2.6.12 | Andreas Schwab | 2011-11-15 | 2 | -2/+10 |
| | |||||
* | Pretty printing | Ulrich Drepper | 2011-11-15 | 1 | -1/+1 |
| | |||||
* | Fix reference counting in network interface information cache | Andreas Schwab | 2011-11-15 | 1 | -1/+2 |
| | |||||
* | Clean up internal fopen uses | Ulrich Drepper | 2011-11-15 | 2 | -3/+3 |
| | | | | No need to ever not use c and e. | ||||
* | Fix wanings in clock_gettime | Ulrich Drepper | 2011-11-12 | 1 | -7/+7 |
| | |||||
* | Avoid warning from shifting | Ulrich Drepper | 2011-11-12 | 1 | -2/+6 |
| | |||||
* | unsigned long it better for the size arguments | Ulrich Drepper | 2011-11-01 | 1 | -4/+6 |
| | | | | | The new syscalls should use unsigned long not size_t. The parameters are not a direct measure of memory size. | ||||
* | New Linux syscalls process_vm_readv and process_vm_writev | Ulrich Drepper | 2011-11-01 | 3 | -1/+30 |
| | |||||
* | Cache network interface information | Ulrich Drepper | 2011-10-31 | 2 | -33/+144 |
| | | | | | | | | | | | | Whenever getaddrinfo needed network interface information it used the netlink interface to read the information every single time. The problem is that this information can change at any time. The patch implements monitoring of the network interfaces through nscd. If no change is detected the previously read information can be reused (which is the norm). This timestamp information is also made available to other processes using the shared memory segment between nscd and those processes. | ||||
* | Fix potential double close in __check_fd if OOM | Ulrich Drepper | 2011-10-30 | 1 | -15/+18 |
| | |||||
* | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | 2011-10-15 | 1 | -2/+5 |
| | | | | | The functions to get the pointers can now depend on the TLS variable be initialized. |