OSDN Git Service

ldso: Add remaining relocation types to the table
[uclinux-h8/uClibc.git] / libc / inet /
2013-12-20 Kenneth Soerenseninet: Fix threaded res_init
2013-11-12 Kenneth SoerensenMake res_init() thread safe.
2013-11-12 Sørensen, KennethFix threaded use of res_ functions.
2013-10-07 Denys Vlasenkopmap_getport: use TCP to talk to portmapper if protocol...
2013-07-19 Vanya Sergeevinet: fix unsafe access to _res.options in res_mkquery()
2013-03-29 Felix Fietkauinet: fix getting the nameserver from _res state after...
2013-03-20 Timo Teräsinet: do not filter responses in res_query
2013-03-20 Bernhard Reutner... inet: Fix LT{.old,} compilation due to res_iclose
2013-03-20 Bernhard Reutner... rpc: silence warning
2013-03-14 Bernhard Reutner... inet: res_nclose: free user-buffer, not global _res
2013-02-20 Bernhard Reutner... inet: remove noreturn attribute from res_nclose
2013-02-07 Markos Chandrasbuildsys: Fix kbuild-style switch fallout
2013-02-05 Bernhard Reutner... buildsys: switch libc to kbuild-style
2013-01-26 Mike Frysingerlibc/inet: pull in stddef.h for NULL
2013-01-17 Bernhard Reutner... socket.h: pull socket_type.h from eglibc
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-08-04 Will Newtonlibc/inet/resolv.c: Use IE model for TLS data.
2012-08-04 Will Newtonlibc/inet/resolv.c: Remove obsolete comment.
2012-06-15 Peter S. Mazingersignal: remove sigblock, siggetmask and sigsetmask
2012-06-15 Peter S. Mazingersocketcalls.c: rewrite to use cancel.h
2012-06-15 Peter S. Mazingerresolv.c: shrink code a bit in getnameinfo.
2012-06-15 Peter S. Mazingeraddr.c: get rid of a compiler warning
2012-06-15 Peter S. Mazingersocketcalls.c: prefer using recvfrom in recv and sendto...
2012-06-15 Peter S. Mazingerfix a bunch of build warnings
2012-06-15 Peter S. Mazingerresolv.c,time.c,_atexit.c: hide 3 locks
2012-06-15 Peter S. Mazingerpm_getport.c: s/__close/close/
2012-06-15 Peter S. Mazingerresolv.c: include param.h and use MIN instead of min
2012-06-15 Peter S. Mazingersa_len.c: do not include ipx.h, the IPX code is disabled
2012-06-15 Peter S. Mazingergetaddrinfo.c: replace #if SALEN with #if 0
2012-06-15 Peter S. Mazingerrpc: constify some more data
2012-06-15 Peter S. Mazingerclnt_generic.c: whitespace only, no code change
2012-06-15 Peter S. Mazingerpm_getmaps.c: change __close to close (even though...
2012-06-15 Peter S. Mazingerruserpass.c: needs stdio_ext.h only if threads are...
2012-06-15 Peter S. Mazingerrcmd.c: no need for stdio_ext.h
2012-06-15 Peter S. Mazingerxdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_t
2012-06-15 Peter S. Mazingersvc_auth.c: use same prototypes as in svc_authux.c
2012-06-15 Peter S. Mazingerpmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway...
2012-06-15 Peter S. Mazingerrpc: remove unused USE_IN_LIBIO guarded code
2012-06-15 Peter S. Mazingerresolv.c: remove duplicated attribute_hidden
2012-06-15 Peter S. Mazingerntohl.c: simplify and shrink ntohl and friends
2012-06-15 Peter S. Mazingerlibintl.h, clnt_perror.c: add fallback gettext(x) and...
2012-06-15 Peter S. Mazingerlibintl.h: add _(x) and N_(x) and use it everywhere
2012-06-15 Peter S. Mazingeruse one common prototype for _create_xid
2012-06-15 Peter S. Mazingerrpc_private.h: change guard
2012-06-15 Peter S. Mazingerremove __FORCE_GLIBC
2012-06-15 Peter S. Mazingerdo not include libc-internal.h
2012-06-15 Peter S. Mazingerinet_addr.c, inet_makeaddr.c: used the correct section...
2012-06-15 Peter S. Mazingerno need for hidden inet_ntoa_r
2012-06-15 Peter S. Mazingerremove unneeded hiddens for rtime, basename, strtof...
2012-04-17 Bernhard Reutner... resolv: tiny shrinkage in /etc/hosts handling
2012-04-17 Bernhard Reutner... resolv: remove unused variables
2012-04-17 Bernhard Reutner... resolv: Fix /etc/hosts for more than MAXALIASES aliases
2012-04-17 Alexander Komyagingetaddrinfo(): avoid call to __check_pf() when not...
2012-04-17 Ed Winet: adjust handling of cacnonname in getaddrinfo
2012-03-26 Carmelo Amorosoinet:rpc: fix build in !NPTL case
2012-02-07 Carmelo Amorosoinet:rpc: fix authnone_marshal in multithreading context
2011-11-27 Mike Frysingermake ARRAY_SIZE commonly available internally
2011-11-17 Bernhard Reutner... inet: hide relocations
2011-11-17 Bernhard Reutner... resolv: hide relocations
2011-10-21 Bernhard Reutner... resolv: fix memory leak
2011-10-20 Bernhard Reutner... resolv: commentary typo fix
2011-10-20 Bernhard Reutner... gethostbyname_r: set correct h_errno upon failure
2011-10-20 Bernhard Reutner... resolv: fix compilation
2011-09-10 Denys Vlasenkoresolv: simple optimizations and style/readability...
2011-08-26 Daniel Mackinet: build all res_* and ns_* functions conditionally
2011-08-26 Daniel Mackinet/resolv: add res_ninit and res_nclose
2011-08-26 Daniel Mackinet/resolv: add res_mkquery
2011-08-26 Daniel Mackinet/resolv: add ns_initparse, ns_parserr, ns_skiprr...
2011-08-26 Daniel Mackinet/resolv: add dn_skipname and ns_name_skip
2011-08-26 Daniel Mackinet/resolv: Add dn_comp
2011-08-26 Daniel Mackinet/resolv: add ns_name_pton, ns_name_pack and ns_name...
2011-08-26 Daniel Mackinet/resolv: add ns_{put,get}{16,32}
2011-08-26 Daniel Macklibc/inet/resolv.c: comment on #endif lines
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-06-17 Bernhard Reutner... resolv: fix bug in res_init with ipv6 nameservers
2011-06-14 Bernhard Reutner... resolv: try next server on SERVFAIL
2011-06-14 Natanael Copagetaddrinfo: allow numeric service without any hints
2011-05-12 Bernhard Reutner... linux_specific: handle accept4 and pipe2
2011-05-11 Bernhard Reutner... accept4: Implement cancellation
2011-05-11 Thierry RedingImplement accept4 system call.
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-03 Denys Vlasenkogetaddrinfo.c: fix incorrect check for ERANGE from...
2011-05-03 Denys Vlasenkogetaddrinfo.c: improve code readability. No functional...
2011-05-02 Bernhard Reutner... ether_aton: reject invalid input
2011-04-13 Bernhard Reutner... resolv: really fix res_close not to hang with ipv6
2011-04-12 Bernhard Reutner... resolv: fix res_close not to hang with ipv6
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Mark Saltersunrpc: fix spurious fall-through
2011-03-06 Peter S. Mazingersimplify ffs* code
2011-03-05 Bernd SchmidtImplement ffsl and ffsll.
2011-03-03 Peter S. Mazingerguard IPv6 stuff
2011-01-03 Carmelo AmorosoMerge commit 'origin/master' into prelink
2011-01-02 Khem Rajlibc/inet/netlinkaccess.h: Use the types from kernel
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-23 Philip Nyeresolv.c fails for /etc/hosts lookups
2010-10-14 Natanael Copagetproto: increase line buffer size, simlify and fix...
2010-10-14 Natanael Copagetnet: simplify alias handling and reduce MAXALIASES
2010-10-14 Natanael Copagetservice: fix handling of long lines
2010-10-14 Natanael Copagetservice: getservent_r must return ERANGE when buffer...
2010-09-17 Carmelo Amorosolibc: Handle cancellation in non multiplexed socket...
next