about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* [BZ #3493]Ulrich Drepper2006-11-091-1/+1
* * posix/glob.c (glob_in_dir): Add some comments and asserts toUlrich Drepper2006-09-301-2/+16
* [BZ #3252, BZ #3253] cvs/fedora-glibc-20060925T1535Ulrich Drepper2006-09-251-54/+88
* [BZ #2526, BZ #3138, BZ #3143]Ulrich Drepper2006-09-124-4/+4
* [BZ #3155]Ulrich Drepper2006-09-073-21/+126
* * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, notUlrich Drepper2006-08-242-2/+2
* [BZ #2980] cvs/fedora-glibc-20060802T1650Ulrich Drepper2006-08-021-1/+1
* * posix/regex_internal.c (re_string_skip_chars): If no character hasUlrich Drepper2006-06-043-10/+76
* * sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper2006-05-181-7/+19
* * posix/wordexp.c (parse_glob): No need to check ifs for NULL, theUlrich Drepper2006-05-101-8/+4
* * posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper2006-05-101-20/+14
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-102-1/+7
* * sysdeps/posix/getaddrinfo.c: Implement configuration fileUlrich Drepper2006-05-043-0/+64
* [BZ #1201]Ulrich Drepper2006-05-021-1/+2
* * posix/Makefile (tests): Add tst-getaddrinfo3.Ulrich Drepper2006-04-302-1/+153
* * posix/tst-rfc3484.c (do_test): Also initialize source_addr_flags cvs/fedora-glibc-20060425T0903Ulrich Drepper2006-04-242-0/+5
* * posix/tst-rfc3484.c: Include <ifaddrs.h> early.Ulrich Drepper2006-04-242-0/+2
* * posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper2006-04-241-0/+22
* [BZ #2534, BZ #2535]Ulrich Drepper2006-04-211-10/+1
* * include/ifaddrs.h: Get uint32_t definition.Ulrich Drepper2006-04-202-2/+6
* * sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6Ulrich Drepper2006-04-152-1/+127
* 2006-04-05 Alan Modra <amodra@bigpond.net.au>Ulrich Drepper2006-04-051-8/+8
* [BZ #2450]Ulrich Drepper2006-04-011-4/+5
* * posix/sys/types.h [!__GNUC_PREREQ (2, 7)] (int64_t, u_int64_t):Roland McGrath2006-02-281-3/+7
* Add fifth parameter to linkat.Ulrich Drepper2006-02-271-1/+2
* * sysdeps/unix/sysv/linux/ftruncate64.c: Find generic implementationRoland McGrath2006-02-231-1/+2
* [BZ #2329]Roland McGrath2006-02-215-26/+28
* * inet/rcmd.c (iruserfopen): Remove redundant initialization.Roland McGrath2006-01-311-3/+1
* [BZ #1950, BZ #2153]Andreas Jaeger2006-01-151-3/+3
* [BZ #1060]Roland McGrath2006-01-111-341/+86
* [BZ #1535]Roland McGrath2006-01-082-1/+31
* * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.Roland McGrath2006-01-061-0/+8
* * io/euidaccess.c: Add eaccess as an alias.Roland McGrath2006-01-061-0/+4
* * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE whenRoland McGrath2006-01-051-4/+4
* * posix/unistd.h (ctermid): Remove __nonnull attribute.Ulrich Drepper2006-01-031-2/+2
* * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PTR_MANGLE, cvs/fedora-glibc-20060102T2114Ulrich Drepper2006-01-021-2/+2
* Update copyright year.Ulrich Drepper2006-01-011-2/+2
* * posix/tst-execle1.c (do_test): Add a const.Roland McGrath2005-12-273-7/+7
* 2005-12-27 Roland McGrath <roland@redhat.com>Roland McGrath2005-12-272-2/+2
* * sysdeps/unix/sysv/linux/renameat.c: Move errno setting code inUlrich Drepper2005-12-161-0/+18
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-1463-0/+6501
* 2005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2005-12-142-0/+75
* * posix/regex_internal.h: Include <stdint.h> if available.Ulrich Drepper2005-12-111-0/+8
* * catgets/gencat.c: Use GPL, not LGPL.Ulrich Drepper2005-12-071-11/+9
* * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,Ulrich Drepper2005-11-111-0/+14
* * configure.in: Remove gnu_ld definition and everything using it.Ulrich Drepper2005-11-062-7/+1
* [BZ #1224]Ulrich Drepper2005-10-151-27/+8
* [BZ #1221]Ulrich Drepper2005-10-151-5/+3
* * posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper2005-10-152-0/+54
* [BZ #368]Ulrich Drepper2005-10-142-49/+66