aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-12-02* io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat.Ulrich Drepper1-0/+18
2005-11-28(MREMAP_FIXED): Added. Patch by René Rebe <rene@exactcode.de>.Andreas Jaeger1-0/+5
2005-11-27* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there areUlrich Drepper1-0/+3
2005-11-27* sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication.Ulrich Drepper1-0/+4
2005-11-27* sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h.Roland McGrath1-0/+5
2005-11-27* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cacheUlrich Drepper1-0/+3
2005-11-27* nis/nis_table.c (nis_list): Add more free calls in error cases.Ulrich Drepper1-0/+4
2005-11-27 * sysdeps/alpha/strncmp.S: Don't read too much data when pointers ...Richard Henderson1-0/+5
2005-11-27* nis/nis_lookup.c (nis_lookup): Mark RPCTIMEOUT as const. PrettyUlrich Drepper1-0/+3
2005-11-27* nis/nis_table.c (__create_ib_request): Use strdupa instead ofUlrich Drepper1-0/+5
2005-11-26* nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand.Ulrich Drepper1-0/+18
2005-11-26 * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo. ...Richard Henderson1-0/+8
2005-11-25* Makeconfig (+cflags): Add -fmerge-all-constants by default.Ulrich Drepper1-0/+2
2005-11-25[BZ #1912]Ulrich Drepper1-0/+5
2005-11-25* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.Ulrich Drepper1-0/+4
2005-11-25[BZ #1926]Ulrich Drepper1-0/+4
2005-11-25[BZ #1925]Ulrich Drepper1-0/+5
2005-11-25* scripts/check-c++-types.sh: Improve comments.Ulrich Drepper1-0/+2
2005-11-24* scripts/check-local-headers.sh: New file.Ulrich Drepper1-0/+13
2005-11-22* nscd/connections.c (sendfileall): Define.Ulrich Drepper1-0/+9
2005-11-22[BZ #1908]Ulrich Drepper1-0/+10
2005-11-22* sunrpc/bindrsvprt.c (bindresvport): Wrap around to startportUlrich Drepper1-0/+7
2005-11-21* Makefile.in: Remove RCS ID line.Ulrich Drepper1-0/+26
2005-11-19* elf/elf.h: Revert last change.Roland McGrath1-0/+4
2005-11-19* sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.cvs/fedora-glibc-20051119T1959Ulrich Drepper1-0/+32
2005-11-18* sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove useless alias.Roland McGrath1-0/+8
2005-11-18* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.Roland McGrath1-0/+2
2005-11-18* nscd/grpcache.c: Include <sys/socket.h>.Roland McGrath1-0/+7
2005-11-18* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE.Ulrich Drepper1-0/+11
2005-11-18.Ulrich Drepper1-2/+0
2005-11-18.Ulrich Drepper1-1/+0
2005-11-18[BZ #1877]Ulrich Drepper1-0/+19
2005-11-17* elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30.Roland McGrath1-0/+4
2005-11-17* io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,Ulrich Drepper1-0/+8
2005-11-17[BZ #1877]Ulrich Drepper1-0/+11
2005-11-17* include/resolv.h: Include <stdbool.h>.Ulrich Drepper1-0/+3
2005-11-17* io/sys/stat.h: Use __const not const in fstatat prototypes.Ulrich Drepper1-0/+4
2005-11-16* sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set toUlrich Drepper1-0/+6
2005-11-16* sysdeps/unix/sysv/linux/fchownat.c: Include string.h.cvs/fedora-glibc-20051116T0829Ulrich Drepper1-0/+11
2005-11-16* iconvdata/Makefile (modules): Add ISO_11548-1.Ulrich Drepper1-0/+13
2005-11-16* sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Remove incorrect &.Ulrich Drepper1-0/+4
2005-11-16[BZ 1865]Ulrich Drepper1-0/+6
2005-11-16* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):Ulrich Drepper1-0/+7
2005-11-15* io/sys/poll.h: Add comment explaining poll is a cancellationUlrich Drepper1-0/+4
2005-11-15* sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align withUlrich Drepper1-2/+2
2005-11-15* sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl,Ulrich Drepper1-0/+10
2005-11-15* elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.cvs/fedora-glibc-20051115T0809Ulrich Drepper1-0/+5
2005-11-11* io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,Ulrich Drepper1-0/+67
2005-11-10* io/fcntl.h: Declare openat and openat64.Ulrich Drepper1-0/+11
2005-11-09(__libc_check_standard_fds): Reverse modes so that common operations onUlrich Drepper1-1/+1