about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * elf/dl-error.c (_dl_signal_error): Use __longjmp instead of longjmp.Ulrich Drepper2005-12-171-0/+3
* * sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missing jmp.Ulrich Drepper2005-12-171-0/+4
* * nscd/Makefile: Don't build nscd_nischeck.Ulrich Drepper2005-12-161-0/+5
* * sysdeps/unix/sysv/linux/renameat.c: Move errno setting code inUlrich Drepper2005-12-161-0/+15
* [BZ #1997]Roland McGrath2005-12-151-0/+4
* * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/.Roland McGrath2005-12-151-0/+80
* * sysdeps/unix/sysv/linux/Makefile (inhibit-siglist): Removed.Roland McGrath2005-12-151-0/+4
* 2005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2005-12-141-0/+1590
* * sysdeps/generic/Makefile: Remove remaining bits/endian.h cruft.Roland McGrath2005-12-131-0/+4
* * sysdeps/generic/signame.c: Removed.Ulrich Drepper2005-12-131-0/+5
* * sysdeps/generic/det_endian.c: Removed.Ulrich Drepper2005-12-131-0/+6
* * sysdeps/powerpc/dl-procinfo.c: New file.Roland McGrath2005-12-131-0/+5
* * io/sys/stat.h: Add restrict to fstatat declarations.Ulrich Drepper2005-12-121-0/+4
* * posix/regex_internal.h: Include <stdint.h> if available.Ulrich Drepper2005-12-111-0/+8
* * nis/nis_call.c (inetstr2int): Optimize.Ulrich Drepper2005-12-091-0/+4
* * nis/nis_call.c (__nisbind_create): Remove __nisbind_destroy,Ulrich Drepper2005-12-081-0/+10
* * nis/ypclnt.c (yp_update): Before trying default authentication,Ulrich Drepper2005-12-081-0/+5
* * nis/nis_table.c (nis_list): Fix memory handling in error case.Ulrich Drepper2005-12-081-0/+9
* * catgets/gencat.c: Use GPL, not LGPL.Ulrich Drepper2005-12-071-0/+68
* * sunrpc/auth_des.c (authdes_pk_create): If conversation keyUlrich Drepper2005-12-071-0/+6
* * sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H preprocessorRoland McGrath2005-12-061-0/+18
* * sysdeps/generic/dwarf2.h: Replace license text with glibc LGPL.Roland McGrath2005-12-061-2/+2
* * hurd/hurdmalloc.c: Remove $ tag $ magic.Roland McGrath2005-12-061-0/+16
* * malloc/tst-mallocfork.c (do_test): Make sure sa_flags isRoland McGrath2005-12-061-0/+5
* * stdlib/longlong.h: Update from GCC.Roland McGrath2005-12-061-0/+4
* * soft-fp/soft-fp.h: Include <stdlib.h>.Roland McGrath2005-12-061-0/+6
* * sysdeps/unix/sysv/linux/kernel-features.hRoland McGrath2005-12-061-0/+3
* * sysdeps/generic/dwarf2.h: Replace license text with glibc LGPL.Roland McGrath2005-12-061-0/+4
* * nis/nis_table.c (nis_list): Optimize freeing and reallocation ofUlrich Drepper2005-12-041-0/+3
* * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):Ulrich Drepper2005-12-031-0/+2
* * nis/nis_error.c (nis_sperror_r): Let snprintf determine whetherUlrich Drepper2005-12-031-0/+6
* * nis/nss_nisplus/nisplus-service.c: Fix locking to useUlrich Drepper2005-12-031-0/+20
* * nis/nss_nisplus/nisplus-pwd.c (_nss_pwd_create_tablename):Ulrich Drepper2005-12-031-0/+10
* * nis/nss_nisplus/nisplus-pwd.c: Fix locking to useUlrich Drepper2005-12-031-0/+4
* * io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat.Ulrich Drepper2005-12-021-0/+18
* (MREMAP_FIXED): Added. Patch by René Rebe <rene@exactcode.de>.Andreas Jaeger2005-11-281-0/+5
* * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there areUlrich Drepper2005-11-271-0/+3
* * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication.Ulrich Drepper2005-11-271-0/+4
* * sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h.Roland McGrath2005-11-271-0/+5
* * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cacheUlrich Drepper2005-11-271-0/+3
* * nis/nis_table.c (nis_list): Add more free calls in error cases.Ulrich Drepper2005-11-271-0/+4
* * sysdeps/alpha/strncmp.S: Don't read too much data when pointers ...Richard Henderson2005-11-271-0/+5
* * nis/nis_lookup.c (nis_lookup): Mark RPCTIMEOUT as const. PrettyUlrich Drepper2005-11-271-0/+3
* * nis/nis_table.c (__create_ib_request): Use strdupa instead ofUlrich Drepper2005-11-271-0/+5
* * nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand.Ulrich Drepper2005-11-261-0/+18
* * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo. ...Richard Henderson2005-11-261-0/+8
* * Makeconfig (+cflags): Add -fmerge-all-constants by default.Ulrich Drepper2005-11-251-0/+2
* [BZ #1912]Ulrich Drepper2005-11-251-0/+5
* * sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.Ulrich Drepper2005-11-251-0/+4
* [BZ #1926]Ulrich Drepper2005-11-251-0/+4