about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Collapse)AuthorAgeFilesLines
* Fix sparc localplt testcase failures. carlos/masterDavid S. Miller2011-08-313-132/+175
|
* 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-091-5/+97
|
* 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
|
* Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMUlrich Drepper2011-05-211-0/+4
|
* Cleanup x86-64 sys/user.hUlrich Drepper2011-05-161-43/+43
|
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-151-1/+2
| | | | | | | | | fopen should set the FD_CLOEXEC flag if requested evenif the kernel does not support an aotmic operation. freopen should reuse the file descriptor for the stream. This is especially important for calls to change the standard streams (stin, stdout, stderr).
* sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper2011-05-152-37/+33
| | | | The code is also cleaned up to avoid inefficiencies.
* Make stack canary value harder to read through read overflowUlrich Drepper2011-05-151-13/+28
|
* Use non-cancelable interfaces in setup codeUlrich Drepper2011-05-151-4/+5
|
* 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
|