about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Collapse)AuthorAgeFilesLines
...
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-151-12/+24
|
* Make complete getcwd work in rtldUlrich Drepper2011-05-085-9/+54
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-083-17/+47
| | | | | | | | | | The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n).
* Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder2011-05-071-2/+3
|
* Misplaced new line in last patchUlrich Drepper2011-05-071-3/+1
|
* Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov2011-05-071-1/+5
|
* Better use of open in pathconf.Ulrich Drepper2011-05-021-1/+6
|
* Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper2011-05-021-1/+13
|
* Remove doubled words.Jim Meyering2011-04-226-12/+12
|
* Fix FPU context handling in getcontext on x86-64.Ulrich Drepper2011-04-171-1/+2
| | | | fnstenv on x86-64 seems to clear the state. Work around.
* Make ppc sync_file_range cancelable.Andreas Schwab2011-04-091-3/+13
|
* Fix typo in comment.Ulrich Drepper2011-04-091-2/+2
|
* Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab2011-04-071-11/+15
|
* Fix typo in cache information table for x86-{32,64}.Ulrich Drepper2011-04-031-1/+1
|
* Define CLOCK_BOOTTIME.Ulrich Drepper2011-04-021-0/+2
|
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-018-14/+14
|
* Define O_PATH.Ulrich Drepper2011-04-017-1/+8
|
* Also make x86 sync_file_range a cancellation point.Ulrich Drepper2011-04-013-3/+50
|
* Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper2011-04-017-31/+112
|
* Install bits/timex.h header.Andreas Schwab2011-04-011-1/+1
|
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-018-36/+282
|
* Export new symbol.Ulrich Drepper2011-03-311-0/+3
|
* Add clock_adjtime syscall.Ulrich Drepper2011-03-304-85/+205
|
* Last change caused infinite loops because of missing loop increment.Ulrich Drepper2011-03-221-0/+2
|
* Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper2011-03-201-7/+56
|
* Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-02-171-2/+2
|
* Remove use of ranlib.Ulrich Drepper2011-02-151-64/+132
|
* Update sysdeps/unix/sysv/linux/sparc/bits/socket.hAndreas Schwab2011-02-071-2/+28
|
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-01-177-0/+7
|
* Define MADV_HUGEPAGE.Ulrich Drepper2011-01-177-7/+15
|
* Add definitions for new socket protocols.Ulrich Drepper2011-01-172-6/+14
|
* Change setgroups to affect all the threads in the process.Ulrich Drepper2011-01-142-4/+45
|
* Clean up PLT use for getrlimit64.Ulrich Drepper2011-01-132-2/+4
|
* Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper2011-01-131-2/+2
|
* sparc64: Use i386 implementation for fxstat.David S. Miller2011-01-041-1/+1
| | | | | This was simply missed when Jakub converted all of the other sparc64 xstat cases.
* Use prlimit64 for 32-bit [gs]etrlimit64 implementation.Ulrich Drepper2010-12-254-2/+115
|
* Remove `.ctors' and `.dtors' output sectionsH.J. Lu2010-12-241-1/+1
|
* More accurate computatin of reclen in readdir_r.Ulrich Drepper2010-12-191-0/+1
| | | | | | Alignment issue can increase the reclen limit. Make sure Linux 64-bit readdir_r also accounts for 64-bit alignment in getdents.
* Define MAP_HUGETLB.Ulrich Drepper2010-11-192-2/+5
|
* Define SWAP_FLAG_DISCARD.Ulrich Drepper2010-11-161-1/+2
|
* Verify in ttyname() that the symlink is valid.Miklos Szeredi2010-11-032-10/+55
|
* powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman2010-10-242-0/+4
|
* Implement accurate fma.Jakub Jelinek2010-10-131-0/+5
|
* Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper2010-10-111-5/+8
|
* Fix last checkin.Andreas Jaeger2010-10-011-6/+6
|
* Handle cgroup and btrfs filesystemsAndreas Jaeger2010-10-013-2/+18
|
* Revert "powerpc: PPCA2 optimized memcpy function"Ulrich Drepper2010-09-272-6/+0
| | | | | | | | This reverts commit 44f91d3884e241e4402eb3e8b9b6dfa2acc9f80c. Conflicts: ChangeLog
* Properly convert f_fsid in statvfsAndreas Schwab2010-09-271-1/+2
|
* powerpc: PPCA2 optimized memcpy functionMichael B. Brutman2010-09-212-0/+6
|
* getdents64 fallback d_type supportJoseph Myers2010-09-211-1/+5
|