about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper2011-09-064-16/+29
|
* Avoid gettimeofday vsyscallUlrich Drepper2011-09-061-19/+3
|
* Fix missing declarationAndreas Schwab2011-09-061-0/+1
|
* Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper2011-09-064-3/+28
|
* Fixes and optimizations for 32-bit sparc fabs*().David S. Miller2011-09-051-0/+3
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-054-133/+198
|\ | | | | | | | | Conflicts: ChangeLog
| * Sanitize HWCAP_SPARC_* defines/usage, and add new entries.David S. Miller2011-09-011-1/+3
| |
| * Fix sparc localplt testcase failures. carlos/masterDavid S. Miller2011-08-314-132/+195
| |
* | Fix semid_ds for x86-64Ulrich Drepper2011-09-051-1/+5
|/
* Bug fixes for ____longjmp_chk on sparc.David S. Miller2011-08-222-5/+32
|
* Fix missing declarationAndreas Schwab2011-08-221-0/+1
|
* Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper2011-08-214-70/+47
|
* Remove the file<Andreas Schwab2011-08-201-1/+0
|
* Use correct scandir64 implementation on ppc64Andreas Schwab2011-08-201-0/+1
|
* Fix tst-writev on non-4K page sizeDavid S. Miller2011-08-171-1/+1
|
* * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller2011-08-141-2/+2
| | | | RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-114-4/+4
|\ | | | | | | | | Conflicts: ChangeLog
| * * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller2011-08-104-4/+4
| | | | | | | | | | | | | | enum. * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
* | Clean up PLT use for scandiratAndreas Schwab2011-08-111-1/+1
|/
* Implement scandirat functionUlrich Drepper2011-08-092-8/+115
|
* Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper2011-08-081-1/+2
|
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-232-2/+6
|
* Update ptrace constantsUlrich Drepper2011-07-235-8/+144
|
* Fix missing includeAndreas Schwab2011-07-201-1/+3
|
* Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek2011-07-201-6/+6
|
* S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macroAndreas Krebbel2011-07-192-8/+8
|
* Fix typos in pretty much unused code in sched.h header.Ulrich Drepper2011-07-181-1/+1
|
* Generalize framework to register monitoring of files in nscdUlrich Drepper2011-07-111-7/+1
| | | | | | | | nscd can clear caches when certain files change. The list of files was hardcoded so far and worked for nss_files and nss_dns and those modules which need no monitoring. nss_db, for instance, has its own set of files to monitor. Now the NSS modules themselves can request that certain files are monitored.
* Handle ext4 in {,f}pathconfUlrich Drepper2011-07-073-9/+87
| | | | | ext4 has a higher LINK_MAX limit than ext2/3. Unfortunately it is not easy to distinguish the filesystems from userlevel.
* Handle Lustre filesystemAndreas Dilger2011-07-073-2/+14
|
* Rebuild configure scriptsUlrich Drepper2011-07-061-3/+3
|
* Add missing HAVE_SENDFILE definitionUlrich Drepper2011-06-271-0/+1
|
* Use __gettimeofday instead of gettimeofdayH.J. Lu2011-06-261-1/+1
|
* Work around limit in writev in 2.6.38+ kernelsUlrich Drepper2011-06-241-0/+1
|
* Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementationUlrich Drepper2011-06-221-3/+49
|
* Rate limit expensive _SC_NPROCESSORS_ONLN computationUlrich Drepper2011-06-221-1/+31
|
* Clean up after kernel sigcontext header messUlrich Drepper2011-06-221-1/+5
|
* Improve 64-bit buildAndreas Schwab2011-06-151-0/+6
| | | | An imperfect version of fxstatat64 was used in ld.so.
* Quash two memset undeclared warnings.Andreas Jaeger2011-06-141-1/+2
|
* Fix typo in stack guard setup code for old kernelsUlrich Drepper2011-05-311-1/+1
|
* Same change for the other siginfi.h filesUlrich Drepper2011-05-293-6/+6
|
* Don't document si_code used for raise()Ulrich Drepper2011-05-291-2/+2
|
* Fix build for platforms with socketcall syscallUlrich Drepper2011-05-281-1/+2
|
* Add support for time syscall in vDSOUlrich Drepper2011-05-282-1/+16
|
* Add sendmmsg syscallUlrich Drepper2011-05-286-2/+127
|
* Set setns system callUlrich Drepper2011-05-283-3/+11
|
* Use getcpu definition from vDSO on x86-64Ulrich Drepper2011-05-272-2/+17
|
* Undo accidental change in x86-64 user.hJakub Jelinek2011-05-251-1/+1
|
* Define RLIMIT_RTTIMEUlrich Drepper2011-05-232-4/+16
|
* Fix sysconf compilation for !HP_TIMING_AVAIL archsAndreas Schwab2011-05-232-4/+4
|