about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove pre-ISO C supportUlrich Drepper2012-01-072-8/+8
* Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath2011-09-151-2/+2
* Remove support for !USE___THREADUlrich Drepper2011-09-101-38/+12
* Fix missing declarationAndreas Schwab2011-08-221-0/+1
* 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
* Fix typo in cache information table for x86-{32,64}.Ulrich Drepper2011-04-031-1/+1
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-011-2/+2
* Define O_PATH.Ulrich Drepper2011-04-011-0/+1
* 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-012-6/+26
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-011-5/+43
* 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
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-01-171-0/+1
* Define MADV_HUGEPAGE.Ulrich Drepper2011-01-171-1/+2
* Change setgroups to affect all the threads in the process.Ulrich Drepper2011-01-141-4/+8
* Clean up PLT use for getrlimit64.Ulrich Drepper2011-01-131-1/+2
* Use prlimit64 for 32-bit [gs]etrlimit64 implementation.Ulrich Drepper2010-12-251-2/+2
* Define MAP_HUGETLB.Ulrich Drepper2010-11-191-1/+3
* Simplify fanotify_init definition.Ulrich Drepper2010-08-161-1/+0
* Remove third argument from fanotify_init functionAndreas Schwab2010-08-151-1/+1
* Add support for Linux fanotify_init and fanotify_mask syscalls.Ulrich Drepper2010-08-111-0/+3
* Add support for prlimit and prlimit64 on Linux.Ulrich Drepper2010-08-111-0/+2
* Define F_SETPIPE_SZ and F_GETPIPE_SZ.Ulrich Drepper2010-06-141-0/+2
* Fix fallocate error return on i386.Andreas Schwab2010-04-082-2/+14
* Handle unnecessary padding in getdents64.Ulrich Drepper2010-04-031-1/+2
* Define miss_F_GETOWN_EX only if needed.Ulrich Drepper2010-03-271-11/+11
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-5/+9
* Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.Ulrich Drepper2009-12-111-3/+3
* Follow kernel F_OWNER_{GID -> PGRP} change.Ulrich Drepper2009-11-191-3/+4
* Change misleading names of parameters of sync_file_range.Ulrich Drepper2009-11-171-1/+1
* Add missing Linux MADV_* definitions.Ulrich Drepper2009-11-171-9/+12
* Fix building on x86 with older kernel headers.Mike Frsyinger2009-11-142-0/+12
* Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper2009-11-141-2/+2
* Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek2009-11-061-2/+2
* Fix compat handling in *at functions.Ulrich Drepper2009-10-292-2/+14
* Fix F_GETOWN on some Linux archs.Ulrich Drepper2009-10-291-1/+28
* Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper2009-10-291-1/+18
* Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper2009-10-011-2/+4
* Remove leftover code from Linux/x86 ____longjmp_chk.Ulrich Drepper2009-08-021-6/+0
* Optimize x86 and x86-64 ____longjmp_chk for Linux.Ulrich Drepper2009-07-311-52/+21
* Support multiarch for i686.H.J. Lu2009-07-311-0/+1
* Whitespace cleanup.Ulrich Drepper2009-07-301-2/+2
* Add sigstack handling to Linux ____longjmp_chk on i386.Ulrich Drepper2009-07-301-0/+143
* Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper2009-07-231-0/+3
* Preserve stack alignment in i386 makecontext.Ulrich Drepper2009-07-231-6/+4