about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-051-4/+10
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-041-1/+4
* Make sure RES_USE_INET6 is always restoredAndreas Schwab2011-06-301-0/+4
* Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper2011-06-221-5/+12
* Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab2011-06-221-1/+1
* Fix IPv6-only lookups through getaddrinfoUlrich Drepper2011-06-211-3/+31
* Minor optimization of getaddrinfo after recent patchUlrich Drepper2011-06-211-14/+4
* Fix memory leak in getaddrinfoUlrich Drepper2011-06-131-1/+1
* Restore _res correctlyUlrich Drepper2011-05-291-2/+2
* Don't unconditionally use alloca in gaih_inetUlrich Drepper2011-05-201-91/+342
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-151-12/+23
* Fix sched_setscheduler call in spawn implementationUlrich Drepper2011-05-111-3/+1
* Make complete getcwd work in rtldUlrich Drepper2011-05-081-21/+22
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-081-122/+234
* getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski2011-05-021-45/+28
* Fix decoding of canonical name in getaddrinfo.Ulrich Drepper2011-01-191-0/+1
* Relax requirement on close in child created by posix_spawn.Ulrich Drepper2011-01-131-3/+17
* Add self-contained test for NSS.Ulrich Drepper2010-08-111-1/+2
* Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper2010-04-041-2/+8
* Fix one case of last checkin.Ulrich Drepper2010-03-261-0/+1
* Don't abort immediately on successful lookup in getaddrinfo.Ulrich Drepper2010-03-261-10/+10
* Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab2010-03-261-0/+1
* Fix typo in cuseridAndreas Schwab2010-03-251-1/+1
* calls to cuserid() can result in buffer overruns and/or overflowsJonathan Geisler2010-03-241-2/+3
* Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2009-12-101-7/+2
* Implement mkstemps and mkstemps64.Ulrich Drepper2009-10-301-7/+7
* Handle missing NSS modules and those without callbacks.Ulrich Drepper2009-07-251-0/+2
* Preserve message printed before abort.Ulrich Drepper2009-06-151-1/+16
* * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper2009-04-232-24/+12
* * sysdeps/posix/preadv.c: Reading of zero bytes is no error.Ulrich Drepper2009-04-172-2/+2
* * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper2009-04-034-0/+234
* * sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2009-04-032-45/+37
* ..Ulrich Drepper2009-02-251-0/+10
* [BZ #7095]Ulrich Drepper2009-02-071-2/+29
* * sysdeps/posix/getaddrinfo.c (gaih_inet): When theUlrich Drepper2008-12-291-0/+2
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2008-12-031-0/+2
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict searchUlrich Drepper2008-11-271-7/+1
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): If the system hasUlrich Drepper2008-11-271-0/+6
* * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inlineUlrich Drepper2008-08-021-2/+2
* * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initialUlrich Drepper2008-07-301-1/+1
* * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to aUlrich Drepper2008-06-131-21/+9
* * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports noUlrich Drepper2008-05-171-1/+4
* * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_rUlrich Drepper2008-05-161-2/+3
* (match_prefix): Don't treat IPv4 loopback address special whenUlrich Drepper2008-05-141-11/+5
* * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses haveUlrich Drepper2008-05-141-1/+4
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_hconf_initUlrich Drepper2008-05-141-0/+5
* * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,Ulrich Drepper2008-05-141-0/+4
* * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP andUlrich Drepper2008-05-141-17/+25
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-101-73/+116
* [BZ #5939]Ulrich Drepper2008-03-301-1/+1