aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)Author
2011-08-08Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper
2011-04-03Fix typo in cache information table for x86-{32,64}.Ulrich Drepper
2011-04-01Rename open_by_handle to open_by_handle_at.Andreas Schwab
2011-04-01Define O_PATH.Ulrich Drepper
2011-04-01Also make x86 sync_file_range a cancellation point.Ulrich Drepper
2011-04-01Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper
2011-04-01Add support for name_to_handle_at and open_by_handle.Ulrich Drepper
2011-03-22Last change caused infinite loops because of missing loop increment.Ulrich Drepper
2011-03-20Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper
2011-01-17Define MADV_NOHUGEPAGE.Ulrich Drepper
2011-01-17Define MADV_HUGEPAGE.Ulrich Drepper
2011-01-14Change setgroups to affect all the threads in the process.Ulrich Drepper
2011-01-13Clean up PLT use for getrlimit64.Ulrich Drepper
2010-12-25Use prlimit64 for 32-bit [gs]etrlimit64 implementation.Ulrich Drepper
2010-11-19Define MAP_HUGETLB.Ulrich Drepper
2010-08-16Simplify fanotify_init definition.Ulrich Drepper
2010-08-15Remove third argument from fanotify_init functionAndreas Schwab
2010-08-11Add support for Linux fanotify_init and fanotify_mask syscalls.Ulrich Drepper
2010-08-11Add support for prlimit and prlimit64 on Linux.Ulrich Drepper
2010-06-14Define F_SETPIPE_SZ and F_GETPIPE_SZ.Ulrich Drepper
2010-04-08Fix fallocate error return on i386.Andreas Schwab
2010-04-03Handle unnecessary padding in getdents64.Ulrich Drepper
2010-03-27Define miss_F_GETOWN_EX only if needed.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-12-11Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.Ulrich Drepper
2009-11-19Follow kernel F_OWNER_{GID -> PGRP} change.Ulrich Drepper
2009-11-17Change misleading names of parameters of sync_file_range.Ulrich Drepper
2009-11-17Add missing Linux MADV_* definitions.Ulrich Drepper
2009-11-14Fix building on x86 with older kernel headers.Mike Frsyinger
2009-11-14Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper
2009-11-06Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek
2009-10-29Fix compat handling in *at functions.Ulrich Drepper
2009-10-29Fix F_GETOWN on some Linux archs.Ulrich Drepper
2009-10-29Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper
2009-10-01Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper
2009-08-02Remove leftover code from Linux/x86 ____longjmp_chk.Ulrich Drepper
2009-07-31Optimize x86 and x86-64 ____longjmp_chk for Linux.Ulrich Drepper
2009-07-31Support multiarch for i686.H.J. Lu
2009-07-30Whitespace cleanup.Ulrich Drepper
2009-07-30Add sigstack handling to Linux ____longjmp_chk on i386.Ulrich Drepper
2009-07-23Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper
2009-07-23Preserve stack alignment in i386 makecontext.Ulrich Drepper
2009-05-31Add missing file from accept4 commit.Ulrich Drepper
2009-05-29Compact cache info data structure for x86/x86-64.Ulrich Drepper
2009-05-22Implement accept4 for more archs using socketcall.Jakub Jelinek
2009-05-15Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek
2009-05-10* version.h (VERSION): Bump to 2.10.1.cvs/fedora-glibc-20090510T1842cvs/masterUlrich Drepper
2009-03-17Yet more changes to match sort function type change.Ulrich Drepper
2009-03-03* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.Ulrich Drepper
2009-03-02* sysdeps/unix/sysv/linux/fallocate.c: New file.Ulrich Drepper