summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io/ftw.c (add_object): Remove inline to avoid warning.Ulrich Drepper2008-07-291-0/+2
* * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.Ulrich Drepper2008-07-291-0/+2
* * resolv/res_send.c (__libc_res_nsend): Take additional parameter. cvs/fedora-glibc-20080728T2320Ulrich Drepper2008-07-281-0/+34
* * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.Ulrich Drepper2008-07-271-0/+2
* * posix/wordexp.c (exec_comm): Use pipe2 if possible to createUlrich Drepper2008-07-271-1/+5
* * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper2008-07-271-0/+10
* * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.Ulrich Drepper2008-07-271-0/+5
* [BZ #6771]Ulrich Drepper2008-07-261-0/+5
* * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead ofUlrich Drepper2008-07-261-0/+3
* * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.Ulrich Drepper2008-07-261-0/+2
* * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. DropUlrich Drepper2008-07-261-0/+3
* * login/utmp_file.c (setutent_file): Minor optimization in caseUlrich Drepper2008-07-261-0/+5
* * Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper2008-07-261-0/+7
* [BZ #6763]Ulrich Drepper2008-07-261-1/+2
* [BZ #6724]Ulrich Drepper2008-07-261-0/+1
* * Versions.def: Add GLIBC_2.9 version tag for libutil.Ulrich Drepper2008-07-261-0/+34
* * scripts/gen-as-const.awk: Generate more widely usable code byUlrich Drepper2008-07-261-0/+3
* * stdio-common/printf_fp.c (___printf_fp): Give wide outout codeUlrich Drepper2008-07-261-0/+3
* * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.Ulrich Drepper2008-07-261-0/+11
* * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC haveUlrich Drepper2008-07-261-2/+2
* * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 has the newUlrich Drepper2008-07-261-0/+3
* * sysdeps/i386/i686/memcmp.S: Fix unwind information.Ulrich Drepper2008-07-261-0/+3
* [BZ #6698]Ulrich Drepper2008-07-251-0/+9
* * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the newUlrich Drepper2008-07-251-0/+3
* * nscd/connections.c (nscd_init): Clean up fcntl call.Ulrich Drepper2008-07-251-0/+2
* * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC andUlrich Drepper2008-07-251-0/+3
* * sysdeps/unix/sysv/linux/opensock.c (__opensock): UseUlrich Drepper2008-07-251-0/+3
* * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate andUlrich Drepper2008-07-251-0/+17
* * sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2008-07-251-0/+6
* * Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper2008-07-251-0/+45
* * elf/elf.h: Define AT_EXECFN.Ulrich Drepper2008-07-241-0/+15
* [BZ #6712]Ulrich Drepper2008-07-241-0/+6
* * hurd/fd-read.c (_hurd_fd_read): Fix last change.Roland McGrath2008-07-221-0/+4
* * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the serverRoland McGrath2008-07-211-0/+5
* * locale/setlocale.c (setname): Remove inline to avoid compilerUlrich Drepper2008-07-201-0/+3
* * locale/setlocale.c (setlocale): Take the setlocale lock earlier.Ulrich Drepper2008-07-201-0/+4
* * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn cvs/fedora-glibc-20080716T0944Ulrich Drepper2008-07-151-0/+3
* * malloc/hooks.c (__malloc_check_init): Remove printf.Ulrich Drepper2008-07-151-0/+4
* * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.Roland McGrath2008-07-141-0/+4
* * nscd/connections.c (main_loop_poll): Fix handling of read errorsUlrich Drepper2008-07-121-0/+6
* * resolv/res_send.c: Remove unnecessary res_pquery prototype.Ulrich Drepper2008-07-091-0/+2
* * resolv/res_query.c (__libc_res_nquery): Issue debug message onlyUlrich Drepper2008-07-091-0/+3
* * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAAUlrich Drepper2008-07-091-0/+5
* * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.Ulrich Drepper2008-07-081-0/+4
* [BZ #6719]Ulrich Drepper2008-07-081-0/+7
* * sysdeps/mach/hurd/open.c: Include <stdio.h>.Roland McGrath2008-07-071-0/+9
* [BZ #6723]Ulrich Drepper2008-07-061-0/+5
* * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS. cvs/fedora-glibc-20080703T1203Roland McGrath2008-07-021-0/+9
* * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.Roland McGrath2008-07-021-0/+12
* * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.Ulrich Drepper2008-06-271-1/+1