summaryrefslogtreecommitdiff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-111-11/+7
* * sysdeps/posix/posix_fallocate64.c: UndefineUlrich Drepper2007-07-281-1/+2
* [BZ #4102]Ulrich Drepper2007-04-281-5/+77
* * sysdeps/posix/getaddrinfo.c: Remove commented-out code.Ulrich Drepper2007-04-181-176/+0
* * sysdeps/posix/getaddrinfo.c (get_scope): Correct test forUlrich Drepper2007-03-061-1/+1
* [BZ #2648]Ulrich Drepper2007-02-171-5/+5
* * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannotUlrich Drepper2007-01-171-17/+1
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-112-13/+11
* .Jakub Jelinek2007-07-312-11/+13
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test forcvs/fedora-glibc-20061109T2048Ulrich Drepper2006-11-091-3/+5
* [BZ #3369]Ulrich Drepper2006-10-161-5/+5
* * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and valUlrich Drepper2006-10-021-2/+2
* * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,Ulrich Drepper2006-09-241-2/+10
* * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.cvs/fedora-glibc-20060731T0706Roland McGrath2006-07-311-1/+17
* * sysdeps/posix/spawni.c (__spawni): Use local_seteuid andUlrich Drepper2006-06-041-1/+3
* * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.Ulrich Drepper2006-06-041-5/+6
* * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits inUlrich Drepper2006-05-301-1/+2
* * sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper2006-05-181-1/+16
* * posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper2006-05-101-1/+0
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-101-2/+9
* * sysdeps/posix/getaddrinfo.c: Implement configuration fileUlrich Drepper2006-05-041-33/+379
* * posix/Makefile (tests): Add tst-getaddrinfo3.Ulrich Drepper2006-04-301-1/+1
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which causedcvs/fedora-glibc-20060426T2000Ulrich Drepper2006-04-261-1/+1
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai.Ulrich Drepper2006-04-241-1/+1
* [BZ #1951]Ulrich Drepper2006-04-231-6/+17
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loopUlrich Drepper2006-04-181-4/+38
* * include/ifaddrs.h: Define struct in6addrinfo.Ulrich Drepper2006-04-161-27/+100
* * sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6Ulrich Drepper2006-04-151-1/+1
* * sysdeps/posix/tempname.c (__gen_tempname): Change attempts_minUlrich Drepper2006-04-071-3/+7
* * sysdeps/posix/getaddrinfo.c (gaih_inet): No need to duplicateUlrich Drepper2006-03-291-9/+4
* * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.cvs/fedora-glibc-20060306T0720Roland McGrath2006-03-061-4/+4
* * sysdeps/posix/sysconf.c (__sysconf): Use #if _POSIX_FOO > 0Roland McGrath2006-03-061-80/+80
* 2006-02-27 Roland McGrath <roland@redhat.com>Roland McGrath2006-02-281-0/+5
* [BZ #2268]Roland McGrath2006-02-031-2/+4
* [BZ #1535]Roland McGrath2006-01-081-3/+3
* * po/.cvsignore: List libc.pot.files, and not any .pot names.Roland McGrath2006-01-081-1/+0
* * io/euidaccess.c: Add eaccess as an alias.Roland McGrath2006-01-061-0/+2
* * sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.Roland McGrath2005-12-291-3/+4
* * elf/cache.c: Use <> rather than "" #includes.Roland McGrath2005-12-211-2/+2
* * sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations.Ulrich Drepper2005-12-203-30/+58
* * sysdeps/posix/getaddrinfo.c (gaih): Mark as const.cvs/fedora-glibc-20051220T1751Ulrich Drepper2005-12-201-2/+3
* * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/.Roland McGrath2005-12-154-8/+8
* * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there areUlrich Drepper2005-11-271-4/+9
* (gaih_inet): Avoid some code duplication.Ulrich Drepper2005-11-271-50/+29
* * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cacheUlrich Drepper2005-11-271-44/+44
* * configure.in: Remove gnu_ld definition and everything using it.Ulrich Drepper2005-11-062-12/+2
* [BZ #1774]Ulrich Drepper2005-11-031-14/+16
* (fls): New function. (gaih_inet): Don't use ffs, use fls. Convert address to...Ulrich Drepper2005-09-261-6/+21
* [BZ #524]Ulrich Drepper2005-09-261-1/+1
* (__spawni): Automatically recognize some more cases when we can use vfork.Ulrich Drepper2005-09-131-2/+10