| Commit message (Expand) | Author | Age | Files | Lines |
* | Define F_SETOWN_EX and F_GETOWN_EX in Linux headers. | Ulrich Drepper | 2009-10-01 | 1 | -2/+4 |
* | Remove leftover code from Linux/x86 ____longjmp_chk. | Ulrich Drepper | 2009-08-02 | 1 | -6/+0 |
* | Optimize x86 and x86-64 ____longjmp_chk for Linux. | Ulrich Drepper | 2009-07-31 | 1 | -52/+21 |
* | Support multiarch for i686. | H.J. Lu | 2009-07-31 | 1 | -0/+1 |
* | Whitespace cleanup. | Ulrich Drepper | 2009-07-30 | 1 | -2/+2 |
* | Add sigstack handling to Linux ____longjmp_chk on i386. | Ulrich Drepper | 2009-07-30 | 1 | -0/+143 |
* | Add more cache descriptors for L3 caches on x86 and x86-64. | Ulrich Drepper | 2009-07-23 | 1 | -0/+3 |
* | Preserve stack alignment in i386 makecontext. | Ulrich Drepper | 2009-07-23 | 1 | -6/+4 |
* | Add missing file from accept4 commit. | Ulrich Drepper | 2009-05-31 | 1 | -0/+1 |
* | Compact cache info data structure for x86/x86-64. | Ulrich Drepper | 2009-05-29 | 1 | -78/+78 |
* | Implement accept4 for more archs using socketcall. | Jakub Jelinek | 2009-05-22 | 1 | -4/+0 |
* | Add missing export of fallocate64 on 32-bit platforms. | Jakub Jelinek | 2009-05-15 | 2 | -1/+5 |
* | * version.h (VERSION): Bump to 2.10.1. cvs/fedora-glibc-20090510T1842 cvs/master | Ulrich Drepper | 2009-05-10 | 1 | -0/+1 |
* | Yet more changes to match sort function type change. | Ulrich Drepper | 2009-03-17 | 3 | -18/+19 |
* | * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}. | Ulrich Drepper | 2009-03-03 | 1 | -0/+17 |
* | * sysdeps/unix/sysv/linux/fallocate.c: New file. | Ulrich Drepper | 2009-03-02 | 2 | -0/+64 |
* | * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534 | Jakub Jelinek | 2009-02-16 | 1 | -43/+47 |
* | [BZ #7095] | Ulrich Drepper | 2009-02-07 | 1 | -9/+15 |
* | * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors. | Ulrich Drepper | 2009-02-01 | 1 | -0/+14 |
* | * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument | Ulrich Drepper | 2009-01-03 | 1 | -1/+3 |
* | * socket/sys/socket.h: Declare accept4. | Ulrich Drepper | 2008-12-03 | 2 | -60/+108 |
* | * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK. | Ulrich Drepper | 2008-08-15 | 1 | -0/+1 |
* | * Versions.def (glibc): Add GLIBC_2.9. | Ulrich Drepper | 2008-07-25 | 1 | -0/+135 |
* | [BZ #5436] | Ulrich Drepper | 2008-04-09 | 1 | -1/+2 |
* | * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid | Ulrich Drepper | 2008-01-09 | 1 | -4/+6 |
* | (intel_02_known): New entry 0x3f. | Ulrich Drepper | 2007-12-23 | 1 | -0/+1 |
* | [BZ #5435] | Ulrich Drepper | 2007-12-03 | 1 | -5/+11 |
* | * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC. cvs/fedora-glibc-20071017T2007 | Ulrich Drepper | 2007-10-17 | 1 | -0/+2 |
* | Correct return value type __THROW marker of splice, vmsplice, and tee. | Ulrich Drepper | 2007-09-18 | 1 | -7/+7 |
* | * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add | Ulrich Drepper | 2007-09-15 | 5 | -6/+12 |
* | * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark | Ulrich Drepper | 2007-08-24 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate cvs/fedora-glibc-20070801T1703 | Ulrich Drepper | 2007-08-01 | 3 | -0/+120 |
* | * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC. | Ulrich Drepper | 2007-07-21 | 1 | -1/+2 |
* | * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries. | Ulrich Drepper | 2007-07-09 | 1 | -1/+3 |
* | * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information | Ulrich Drepper | 2007-05-21 | 1 | -0/+80 |
* | * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where | Ulrich Drepper | 2007-05-18 | 1 | -3/+3 |
* | * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before cvs/fedora-glibc-20070202T0923 | Ulrich Drepper | 2007-02-01 | 1 | -5/+13 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 3 | -13/+10 |
* | . | Jakub Jelinek | 2007-07-31 | 3 | -10/+13 |
* | [BZ #3514, BZ #3515] | Ulrich Drepper | 2006-12-03 | 1 | -0/+4 |
* | * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke | Ulrich Drepper | 2006-11-20 | 1 | -2/+3 |
* | * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add | Ulrich Drepper | 2006-11-10 | 1 | -0/+1 |
* | * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): | Ulrich Drepper | 2006-11-06 | 1 | -1/+28 |
* | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 2006-10-28 | 1 | -11/+3 |
* | * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait. | Ulrich Drepper | 2006-10-11 | 1 | -1/+1 |
* | [BZ #3252, BZ #3253] cvs/fedora-glibc-20060925T1535 | Ulrich Drepper | 2006-09-25 | 1 | -103/+17 |
* | * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin | Ulrich Drepper | 2006-08-30 | 1 | -1/+2 |
* | * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab, | Ulrich Drepper | 2006-08-08 | 1 | -12/+30 |
* | Update. | Ulrich Drepper | 2006-07-26 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*. | Ulrich Drepper | 2006-05-05 | 1 | -0/+9 |