about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Fix missing vm86 symbolAndreas Schwab2012-05-041-1/+1
* Move abilist files into sysdep dirs.David S. Miller2012-04-2813-0/+3401
* Put vm86 into libc.aNix2012-04-211-1/+1
* Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-201-1/+1
* Add x32 support to ldconfigH.J. Lu2012-03-161-27/+39
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0993-279/+186
* 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