summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.Jakub Jelinek2007-08-211-1/+3
* * csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2007-08-204-33/+55
* * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Jakub Jelinek2007-08-162-24/+9
* * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to... Jakub Jelinek2007-08-163-2/+0
* * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising cvs/fedora-glibc-20070815T2049Jakub Jelinek2007-08-152-7/+7
* * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No Jakub Jelinek2007-08-144-25/+46
* * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare. Jakub Jelinek2007-08-141-3/+8
* * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, cvs/fedora-glibc-20070814T0725 cvs/fedora-glibc-20070814T0643Ulrich Drepper2007-08-147-27/+48
* * sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper2007-08-132-1/+10
* * nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper2007-08-139-7/+19
* * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):Ulrich Drepper2007-08-131-1/+9
* * sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper2007-08-132-6/+14
* 2007-08-01 Andreas Jaeger <aj@suse.de>Ulrich Drepper2007-08-121-2/+19
* * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.hUlrich Drepper2007-08-121-1/+3
* * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): ExpectUlrich Drepper2007-08-124-27/+37
* * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...Ulrich Drepper2007-08-1210-99/+234
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-111-11/+7
* (shm_open): Fix typo in last change.Ulrich Drepper2007-08-101-1/+1
* 2007-08-10 Roland McGrath <roland@frob.com>Roland McGrath2007-08-101-6/+11
* (shm_open): Use O_CLOEXEC is available.Ulrich Drepper2007-08-101-16/+39
* * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l, Jakub Jelinek2007-08-101-2/+4
* * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correctUlrich Drepper2007-08-101-1/+1
* * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.Ulrich Drepper2007-08-102-2/+4
* * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939Roland McGrath2007-08-072-1/+6
* 2007-08-06 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-061-13/+7
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO): Jakub Jelinek2007-08-051-3/+2
* * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIRUlrich Drepper2007-08-041-2/+2
* * io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper2007-08-031-3/+29
* * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.Ulrich Drepper2007-08-032-9/+9
* * sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper2007-08-032-44/+27
* * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): UsingUlrich Drepper2007-08-011-59/+5
* * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate cvs/fedora-glibc-20070801T1703Ulrich Drepper2007-08-013-0/+120
* * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper2007-08-013-16/+28
* * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): CountUlrich Drepper2007-08-011-39/+68
* (__get_nprocs): Use /sys filesystem to determine which processors are online.Ulrich Drepper2007-07-311-1/+51
* * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix Jakub Jelinek2007-07-311-1/+1
* * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): OptimizeUlrich Drepper2007-07-291-3/+13
* * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.Ulrich Drepper2007-07-291-11/+46
* * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper2007-07-282-7/+9
* * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper2007-07-283-33/+27
* * sysdeps/posix/posix_fallocate64.c: UndefineUlrich Drepper2007-07-285-1/+186
* * io/Makefile (tests): Add tst-posix_fallocate.Ulrich Drepper2007-07-231-0/+5
* [BZ #3665, BZ #4126, BZ #4178, BZ #4610]Roland McGrath2007-07-235-5/+11
* 2007-07-22 Roland McGrath <roland@frob.com>Roland McGrath2007-07-221-1/+3
* * mach/lock-intern.h: Include <sys/cdefs.h>.Roland McGrath2007-07-223-1/+6
* 2006-06-13 Thomas Schwinge <tschwinge@gnu.org>Roland McGrath2007-07-222-3/+3
* * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.Ulrich Drepper2007-07-216-6/+12
* Define MSG_CMSG_CLOEXEC.Ulrich Drepper2007-07-211-1/+6
* * sysdeps/ia64/sched_cpucount.c: New file.Ulrich Drepper2007-07-192-0/+44
* * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): AddUlrich Drepper2007-07-191-0/+6