aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-29* io/ftw.c (add_object): Remove inline to avoid warning.Ulrich Drepper2-2/+4
2008-07-29* sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.Ulrich Drepper2-2/+4
2008-07-28* resolv/res_send.c (__libc_res_nsend): Take additional parameter.cvs/fedora-glibc-20080728T2320Ulrich Drepper8-71/+132
2008-07-27* libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.Ulrich Drepper2-2/+4
2008-07-27* posix/wordexp.c (exec_comm): Use pipe2 if possible to createUlrich Drepper4-15/+62
2008-07-27* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper8-27/+165
2008-07-27* sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.Ulrich Drepper4-3/+12
2008-07-26[BZ #6771]Ulrich Drepper2-1/+8
2008-07-26* sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead ofUlrich Drepper2-1/+4
2008-07-26* misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.Ulrich Drepper2-3/+30
2008-07-26* malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. DropUlrich Drepper2-8/+13
2008-07-26* login/utmp_file.c (setutent_file): Minor optimization in caseUlrich Drepper2-4/+10
2008-07-26* Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper7-5/+18
2008-07-26[BZ #6763]Ulrich Drepper1-1/+2
2008-07-26[BZ #6724]Ulrich Drepper1-0/+1
2008-07-26* Versions.def: Add GLIBC_2.9 version tag for libutil.Ulrich Drepper28-0/+1327
2008-07-26* scripts/gen-as-const.awk: Generate more widely usable code byUlrich Drepper3-3/+14
2008-07-26* stdio-common/printf_fp.c (___printf_fp): Give wide outout codeUlrich Drepper3-0/+9
2008-07-26* sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.Ulrich Drepper5-14/+20
2008-07-26* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC haveUlrich Drepper2-4/+4
2008-07-26* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 has the newUlrich Drepper2-3/+7
2008-07-26* sysdeps/i386/i686/memcmp.S: Fix unwind information.Ulrich Drepper2-2/+6
2008-07-25[BZ #6698]Ulrich Drepper4-13/+47
2008-07-25* sysdeps/unix/sysv/linux/kernel-features.h: PPC has the newUlrich Drepper2-1/+4
2008-07-25* nscd/connections.c (nscd_init): Clean up fcntl call.Ulrich Drepper2-1/+3
2008-07-25* nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC andUlrich Drepper2-3/+31
2008-07-25* sysdeps/unix/sysv/linux/opensock.c (__opensock): UseUlrich Drepper2-3/+41
2008-07-25* include/rpc/clnt.h: Declare __libc_clntudp_bufcreate andUlrich Drepper10-16/+169
2008-07-25* sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper3-22/+92
2008-07-25* Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper36-26/+1750
2008-07-24* elf/elf.h: Define AT_EXECFN.Ulrich Drepper8-20/+77
2008-07-24[BZ #6712]Ulrich Drepper1-0/+6
2008-07-24Don't declare _dl_discover_osversion only for older kernels.Ulrich Drepper1-3/+1
2008-07-22* hurd/fd-read.c (_hurd_fd_read): Fix last change.Roland McGrath2-1/+8
2008-07-21* hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the serverRoland McGrath1-0/+5
2008-07-212008-07-21 Roland McGrath <roland@frob.com>Roland McGrath1-1/+3
2008-07-20* locale/setlocale.c (setname): Remove inline to avoid compilerUlrich Drepper2-1/+4
2008-07-20* locale/setlocale.c (setlocale): Take the setlocale lock earlier.Ulrich Drepper3-19/+35
2008-07-15* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputncvs/fedora-glibc-20080716T0944Ulrich Drepper2-1/+8
2008-07-15* malloc/hooks.c (__malloc_check_init): Remove printf.Ulrich Drepper1-0/+4
2008-07-15(__malloc_check_init): Remove printf.Ulrich Drepper1-3/+1
2008-07-14* sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.Roland McGrath1-0/+4
2008-07-142008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath1-0/+2
2008-07-12* nscd/connections.c (main_loop_poll): Fix handling of read errorsUlrich Drepper2-29/+89
2008-07-11* locales/iso14651_t1_common: Add Kannada collation support.Ulrich Drepper2-0/+275
2008-07-09* resolv/res_send.c: Remove unnecessary res_pquery prototype.Ulrich Drepper2-1/+2
2008-07-09* resolv/res_query.c (__libc_res_nquery): Issue debug message onlyUlrich Drepper2-2/+7
2008-07-09* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAAUlrich Drepper2-4/+25
2008-07-08* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.Ulrich Drepper4-2/+31
2008-07-08[BZ #6719]Ulrich Drepper2-1/+8