Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-02-05 | Use macro for PIC setup in inline asm. | Joseph Myers | |
2012-02-03 | Use macros for x86 PIC thunk names. | Joseph Myers | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2011-09-15 | Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵ | Roland McGrath | |
____longjmp_chk implementations. | |||
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | |
2011-08-22 | Fix missing declaration | Andreas Schwab | |
2011-08-11 | Clean up PLT use for scandirat | Andreas Schwab | |
2011-08-09 | Implement scandirat function | Ulrich Drepper | |
2011-08-08 | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | |
2011-04-03 | Fix typo in cache information table for x86-{32,64}. | Ulrich Drepper | |
2011-04-01 | Rename open_by_handle to open_by_handle_at. | Andreas Schwab | |
2011-04-01 | Define O_PATH. | Ulrich Drepper | |
2011-04-01 | Also make x86 sync_file_range a cancellation point. | Ulrich Drepper | |
2011-04-01 | Really implement fallocate{,64} and sync_file_range as cancellation points. | Ulrich Drepper | |
2011-04-01 | Add support for name_to_handle_at and open_by_handle. | Ulrich Drepper | |
2011-03-22 | Last change caused infinite loops because of missing loop increment. | Ulrich Drepper | |
2011-03-20 | Implement x86 cpuid handling of leaf4 for cache information. | Ulrich Drepper | |
2011-01-17 | Define MADV_NOHUGEPAGE. | Ulrich Drepper | |
2011-01-17 | Define MADV_HUGEPAGE. | Ulrich Drepper | |
2011-01-14 | Change setgroups to affect all the threads in the process. | Ulrich Drepper | |
2011-01-13 | Clean up PLT use for getrlimit64. | Ulrich Drepper | |
2010-12-25 | Use prlimit64 for 32-bit [gs]etrlimit64 implementation. | Ulrich Drepper | |
2010-11-19 | Define MAP_HUGETLB. | Ulrich Drepper | |
2010-08-16 | Simplify fanotify_init definition. | Ulrich Drepper | |
2010-08-15 | Remove third argument from fanotify_init function | Andreas Schwab | |
2010-08-11 | Add support for Linux fanotify_init and fanotify_mask syscalls. | Ulrich Drepper | |
2010-08-11 | Add support for prlimit and prlimit64 on Linux. | Ulrich Drepper | |
2010-06-14 | Define F_SETPIPE_SZ and F_GETPIPE_SZ. | Ulrich Drepper | |
2010-04-08 | Fix fallocate error return on i386. | Andreas Schwab | |
2010-04-03 | Handle unnecessary padding in getdents64. | Ulrich Drepper | |
The getdents64 syscall adds on 32-but platforms padding which isn't needed and not included in the userlevel data structure definition. We have to avoid copying those padding bytes in the readdir64_r function. | |||
2010-03-27 | Define miss_F_GETOWN_EX only if needed. | Ulrich Drepper | |
When doing i686-unknown-linux-gnu build configured with --enable-kernel=2.6.24, there are several warnings like this: ../sysdeps/unix/sysv/linux/i386/fcntl.c:36:12: warning: ‘miss_F_GETOWN_EX’ defined but not used | |||
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | |
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | |||
2009-12-11 | Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels. | Ulrich Drepper | |
2009-11-19 | Follow kernel F_OWNER_{GID -> PGRP} change. | Ulrich Drepper | |
But maintain compatiblity for 2.11. | |||
2009-11-17 | Change misleading names of parameters of sync_file_range. | Ulrich Drepper | |
2009-11-17 | Add missing Linux MADV_* definitions. | Ulrich Drepper | |
2009-11-14 | Fix building on x86 with older kernel headers. | Mike Frsyinger | |
Fix building on x86 when older linux headers lack __NR_fallocate define. | |||
2009-11-14 | Fix F_SETOWN_EX and F_GETOWN_EX definitions. | Ulrich Drepper | |
2009-11-06 | Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. | Jakub Jelinek | |
As reported in http://bugzilla.redhat.com/533063 , preadv/pwritev prototypes are wrong on 32-bit arches with -D_FILE_OFFSET_BITS=64 and as I've just found, fallocate is wrong too. The problem is that only off_t is remapped to the 64-bit type transparently, __off_t is not. | |||
2009-10-29 | Fix compat handling in *at functions. | Ulrich Drepper | |
When passed an empty string for the filename, the compat code using /proc in all *at functions did the wrong thing. | |||
2009-10-29 | Fix F_GETOWN on some Linux archs. | Ulrich Drepper | |
The syscall conventions on some Linux archs prevented F_GETOWN from working correctly in some situations. This can be rectified when using the new F_GETOWN_EX command. | |||
2009-10-29 | Define F_OWNER_* and f_owner_ex for Linux targets. | Ulrich Drepper | |
2009-10-01 | Define F_SETOWN_EX and F_GETOWN_EX in Linux headers. | Ulrich Drepper | |
2009-08-02 | Remove leftover code from Linux/x86 ____longjmp_chk. | Ulrich Drepper | |
2009-07-31 | Optimize x86 and x86-64 ____longjmp_chk for Linux. | Ulrich Drepper | |
2009-07-31 | Support multiarch for i686. | H.J. Lu | |
This patch adds multiarch support when configured for i686. I modified some x86-64 functions to support 32bit. I will contribute 32bit SSE string and memory functions later. | |||
2009-07-30 | Whitespace cleanup. | Ulrich Drepper | |
2009-07-30 | Add sigstack handling to Linux ____longjmp_chk on i386. | Ulrich Drepper | |
All other i386 ports need to provide their own versions. | |||
2009-07-23 | Add more cache descriptors for L3 caches on x86 and x86-64. | Ulrich Drepper | |
The most recent AP 485 describes a few more cache descriptors for L3 caches with 24-way associativity. |