aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath1-5/+3
2012-05-10Hurd: libc_once_getThomas Schwinge1-1/+1
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge1-1/+2
2012-04-23Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/.Joseph Myers1-0/+48
2012-02-27Add missing headersAndreas Schwab1-1/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert61-183/+122
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers1-5/+1
2011-11-15Clean up internal fopen usesUlrich Drepper1-1/+1
2011-10-31Cache network interface informationUlrich Drepper1-5/+5
2011-09-19Clean up disabling of script_executeRoland McGrath1-9/+11
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper1-4/+10
2011-08-04Fix encoding name for IDN in getaddrinfoAndreas Schwab1-1/+4
2011-06-30Make sure RES_USE_INET6 is always restoredAndreas Schwab1-0/+4
2011-06-22Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper1-5/+12
2011-06-22Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab1-1/+1
2011-06-21Fix IPv6-only lookups through getaddrinfoUlrich Drepper1-3/+31
2011-06-21Minor optimization of getaddrinfo after recent patchUlrich Drepper1-14/+4
2011-06-13Fix memory leak in getaddrinfoUlrich Drepper1-1/+1
2011-05-29Restore _res correctlyUlrich Drepper1-2/+2
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper1-91/+342
2011-05-15Use mmap for allocation of buffers used for __abort_msgUlrich Drepper1-12/+23
2011-05-11Fix sched_setscheduler call in spawn implementationUlrich Drepper1-3/+1
2011-05-08Make complete getcwd work in rtldUlrich Drepper1-21/+22
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper1-122/+234
2011-05-02getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski1-45/+28
2011-01-19Fix decoding of canonical name in getaddrinfo.Ulrich Drepper1-0/+1
2011-01-13Relax requirement on close in child created by posix_spawn.Ulrich Drepper1-3/+17
2010-08-11Add self-contained test for NSS.Ulrich Drepper1-1/+2
2010-04-04Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper1-2/+8
2010-03-26Fix one case of last checkin.Ulrich Drepper1-0/+1
2010-03-26Don't abort immediately on successful lookup in getaddrinfo.Ulrich Drepper1-10/+10
2010-03-26Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab1-0/+1
2010-03-25Fix typo in cuseridAndreas Schwab1-1/+1
2010-03-24calls to cuserid() can result in buffer overruns and/or overflowsJonathan Geisler1-2/+3
2009-12-10Fix a few error cases in *name4_r lookup handling.Ulrich Drepper1-7/+2
2009-10-30Implement mkstemps and mkstemps64.Ulrich Drepper1-7/+7
2009-07-25Handle missing NSS modules and those without callbacks.Ulrich Drepper1-0/+2
2009-06-15Preserve message printed before abort.Ulrich Drepper1-1/+16
2009-04-23* sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper2-24/+12
2009-04-17* sysdeps/posix/preadv.c: Reading of zero bytes is no error.Ulrich Drepper2-2/+2
2009-04-03* misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper4-0/+234
2009-04-03* sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2-45/+37
2009-02-25..Ulrich Drepper1-0/+10
2009-02-07[BZ #7095]Ulrich Drepper1-2/+29
2008-12-29* sysdeps/posix/getaddrinfo.c (gaih_inet): When theUlrich Drepper1-0/+2
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper1-0/+2
2008-11-27* sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict searchUlrich Drepper1-7/+1
2008-11-27* sysdeps/posix/getaddrinfo.c (getaddrinfo): If the system hasUlrich Drepper1-0/+6
2008-08-02* sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inlineUlrich Drepper1-2/+2
2008-07-30* sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initialUlrich Drepper1-1/+1