about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Collapse)AuthorAgeFilesLines
* Use <> for include of kernel-features.h.Richard Henderson2012-02-091-1/+1
|
* Use macro for PIC setup in inline asm.Joseph Myers2012-02-051-10/+1
|
* Use macros for x86 PIC thunk names.Joseph Myers2012-02-031-7/+7
|
* Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'Roland McGrath2012-01-301-1/+3
|\ | | | | | | | | Conflicts: ChangeLog
| * Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf2012-01-281-1/+3
| |
* | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h'Roland McGrath2012-01-301-1/+2
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.Chris Metcalf2012-01-281-1/+2
| |/
* / Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf2012-01-281-2/+2
|/
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-262-12/+4
|
* Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt2012-01-123-9/+11
|
* Fix typo in Linux/PPC32 getcontextWill Schmidt2012-01-081-4/+4
|
* Add checking versions of poll and ppollUlrich Drepper2012-01-081-1/+2
|
* Remove pre-ISO C supportUlrich Drepper2012-01-0725-82/+78
| | | | No more __const.
* Update ABI informationUlrich Drepper2012-01-071-1/+1
|
* Remove m68k support from Linux configureUlrich Drepper2012-01-071-1/+1
|
* More IA-64 removalUlrich Drepper2012-01-073-3/+3
|
* Linux configure cleanupUlrich Drepper2012-01-072-38/+0
|
* Remove IA-64 support from kernel-features.hUlrich Drepper2012-01-071-8/+7
|
* More ia64 removal changesUlrich Drepper2012-01-075-9/+143
|
* Remove IA-64 supportUlrich Drepper2012-01-0770-5116/+0
|
* Implement timespec_getUlrich Drepper2012-01-012-0/+67
|
* Support building bits/syscall.h for any number of subarch variants.Joseph Myers2011-12-225-32/+61
|
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-213-9/+9
|
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-175-29/+23
|
* SH atomic asms fix for gcc 4.7Ulrich Drepper2011-12-021-22/+28
|
* Truncate time values in Linux futimes when falling back to utimeAndreas Schwab2011-12-011-3/+3
|
* Fix clock_gettime for assumed kernel >= 2.6.12Andreas Schwab2011-11-152-2/+10
|
* Pretty printingUlrich Drepper2011-11-151-1/+1
|
* Fix reference counting in network interface information cacheAndreas Schwab2011-11-151-1/+2
|
* Clean up internal fopen usesUlrich Drepper2011-11-152-3/+3
| | | | No need to ever not use c and e.
* Fix wanings in clock_gettimeUlrich Drepper2011-11-121-7/+7
|
* Avoid warning from shiftingUlrich Drepper2011-11-121-2/+6
|
* unsigned long it better for the size argumentsUlrich Drepper2011-11-011-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_writevUlrich Drepper2011-11-013-1/+30
|
* Cache network interface informationUlrich Drepper2011-10-312-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 OOMUlrich Drepper2011-10-301-15/+18
|
* Optimize access to isXYZ and toXYZ tablesUlrich Drepper2011-10-151-2/+5
| | | | | The functions to get the pointers can now depend on the TLS variable be initialized.
* Conditionalize unnecessary #include.Roland McGrath2011-10-081-4/+5
|
* Define IP_MULTICAST_ALLUlrich Drepper2011-09-151-1/+2
|
* Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵Roland McGrath2011-09-153-11/+5
| | | | ____longjmp_chk implementations.
* Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2011-09-122-4/+4
|
* Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab2011-09-112-12/+12
|
* Simplify malloc initializationUlrich Drepper2011-09-101-18/+0
| | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize).
* Remove support for !USE___THREADUlrich Drepper2011-09-1010-354/+83
|
* Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper2011-09-092-4/+4
|
* Revert "Fix semid_ds for x86-64"Andreas Schwab2011-09-071-4/+0
| | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.
* Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper2011-09-072-0/+8
|
* Fix handling of __vdso_clock_gettimeUlrich Drepper2011-09-061-2/+6
|
* Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper2011-09-063-14/+27
|
* Avoid gettimeofday vsyscallUlrich Drepper2011-09-061-19/+3
|