about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* * csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2007-08-208-38/+78
* * po/nl.po: Update from translation team.Ulrich Drepper2007-08-181-0/+4
* Update from translation team.Ulrich Drepper2007-08-181-25/+38
* Update.Andreas Jaeger2007-08-171-0/+5
* Make _nl_category_name_idxs extern.Andreas Jaeger2007-08-171-2/+2
* * login/tst-grantpt.c (test_einval): Add 3rd argument to open.Jakub Jelinek2007-08-172-1/+5
* * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u cvs/fedora-glibc-20070816T2121Jakub Jelinek2007-08-162-1/+5
* * sysdeps/unix/sysv/linux/alpha/lowlevellock.h Jakub Jelinek2007-08-162-2/+9
* * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Jakub Jelinek2007-08-163-24/+16
* * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. Jakub Jelinek2007-08-163-6/+5
* * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to... Jakub Jelinek2007-08-164-2/+13
* * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising cvs/fedora-glibc-20070815T2049Jakub Jelinek2007-08-1517-94/+638
* * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.SUlrich Drepper2007-08-1510-42/+299
* (__pthread_cond_broadcast): Pass LLL_PRIVATE to lll_* and or FUTEX_PRIVATE_FL...Ulrich Drepper2007-08-151-4/+50
* * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No Jakub Jelinek2007-08-148-30/+69
* * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare. Jakub Jelinek2007-08-145-48/+67
* * elf/dl-misc.c: Undo last change. The kernel won't allow it.Ulrich Drepper2007-08-142-6/+6
* * stdlib/strtold_l.c: Include wchar.h if needed. Add libc_hidden_def.Ulrich Drepper2007-08-142-1/+13
* * po/bg.po: New file. From the translation team.Ulrich Drepper2007-08-142-0/+6468
* * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, cvs/fedora-glibc-20070814T0725 cvs/fedora-glibc-20070814T0643Ulrich Drepper2007-08-1421-103/+465
* * sysdeps/unix/sysv/linux/i386/i786/Implies: New file.Ulrich Drepper2007-08-132-0/+6
* * sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper2007-08-134-1/+40
* * nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper2007-08-1329-7/+53
* * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,Ulrich Drepper2007-08-132-8/+3
* * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):Ulrich Drepper2007-08-132-1/+12
* * sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper2007-08-134-7/+27
* * sysdeps/unix/sysv/linux/powerpc/libc-start.cUlrich Drepper2007-08-122-1/+25
* 2007-08-01 Andreas Jaeger <aj@suse.de>Ulrich Drepper2007-08-126-154/+540
* * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.hUlrich Drepper2007-08-128-15/+58
* * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): ExpectUlrich Drepper2007-08-125-27/+46
* * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...Ulrich Drepper2007-08-1212-104/+266
* * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: IncludeUlrich Drepper2007-08-121-0/+6
* Include <kernel-features.h>.Ulrich Drepper2007-08-122-0/+4
* * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.Roland McGrath2007-08-122-3/+7
* typoRoland McGrath2007-08-111-1/+1
* * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper2007-08-1125-172/+421
* * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't needUlrich Drepper2007-08-112-2/+11
* * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.Ulrich Drepper2007-08-112-11/+33
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-1120-48/+185
* * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC ifUlrich Drepper2007-08-105-36/+101
* (shm_open): Fix typo in last change.Ulrich Drepper2007-08-101-1/+1
* * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):Roland McGrath2007-08-101-1/+8
* 2007-08-10 Roland McGrath <roland@frob.com>Roland McGrath2007-08-101-6/+11
* * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC is cvs/fedora-glibc-20070810T2152Ulrich Drepper2007-08-101-0/+5
* (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-102-2/+11
* * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correctUlrich Drepper2007-08-102-1/+4
* * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.Ulrich Drepper2007-08-104-3/+8
* * po/sv.po: Update from translation team.Ulrich Drepper2007-08-091-0/+4
* Update from translation team.Ulrich Drepper2007-08-091-898/+874