]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/net
This commit was generated by cvs2svn to compensate for changes in r147078,
[FreeBSD/FreeBSD.git] / lib / libc / net /
2005-06-07 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-07 brooksThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-03 umereflect type change of n_net and getnetbyaddr(3).
2005-06-03 ume- Remove padding for ABI compatibility of n_net member...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-27 umereduce cast.
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-15 ume- The ai_addrlen of a struct addrinfo used to be a...
2005-05-14 gnnSubmitted by: Jinmei Tatuya, Hajimu Umemoto
2005-05-13 umeraise readability bit.
2005-05-13 umefree ypbuf only when yp_match() succeed.
2005-05-13 umeNI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493...
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
2005-05-04 umeThis commit was generated by cvs2svn to compensate...
2005-05-03 mlaierThis commit was generated by cvs2svn to compensate...
2005-05-03 umefix signed/unsigned comparison warnings.
2005-05-02 umethe 3rd argument of getsockname() should be socklen_t*.
2005-05-01 umeoops, we don't need previous change.
2005-05-01 umemake it compilable without YP definition.
2005-05-01 umedon't see RES_USE_INET6 when called from getipnodeby*().
2005-04-30 umeoops, gethostbyaddr(3) must return h_addr as an IPv4...
2005-04-30 umehandling RES_USE_INET6 better.
2005-04-30 ume_ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.
2005-04-30 ume_gethostbynisname() didn't support RES_USE_INET6.
2005-04-30 ume_ht_gethostbyname didn't handle RES_USE_INET6 correctly.
2005-04-29 ume- do validation check and IPv4-mapped IPv6 address...
2005-04-29 umeNETDB_INTERNAL is not fit, here. return NO_RECOVERY...
2005-04-29 umeour get{addr,name}info() is considered thread-safe.
2005-04-29 umewe cannot use inet_ntoa(3), here. so, use inet_ntop...
2005-04-29 hartiThis commit was generated by cvs2svn to compensate...
2005-04-28 umesync _map_v4v6_host*() with bind9's. it treats align...
2005-04-28 umewe don't need mutex lock to call _gethostbynis*(),...
2005-04-28 umemake gethostby*() thread-safe.
2005-04-28 ume_gethostbynis{addr,name}() can handle an IPv6, now.
2005-04-28 umemake getnetby*() thread-safe.
2005-04-27 umehide implementation specific internal functions from...
2005-04-26 umeour get{proto,serv}by*() use a thread-specific data...
2005-04-26 hartiThis commit was generated by cvs2svn to compensate...
2005-04-26 umeadd IPv6 awareness for NIS query of gethostby*().
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 umeensure parsing numeric address before any host query.
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 umeremove unused variable.
2005-04-24 mpThis commit was generated by cvs2svn to compensate...
2005-04-24 umeif last line didn't have trailing space, network addres...
2005-04-24 kientzleThis commit was generated by cvs2svn to compensate...
2005-04-19 ume- add getproto{byname,bynumber,ent}_r for internal...
2005-04-19 ume- nuke deprecated and unused getnodeby(3).
2005-04-18 umerename the NIS related fields to have yp_ prefix.
2005-04-18 delphijDo not check whether a pointer is NULL, since free...
2005-04-17 delphijFix build for !YP case.
2005-04-17 umelibc-internal interfaces should have two underscores...
2005-04-17 delphijWrong working directory, sorry. The previous patch...
2005-04-17 delphijRemove a check about whether sa->sa_len is equal to...
2005-04-15 umeNow, our getservbyname(3) is thread-safe. So, we don...
2005-04-15 ume- add getserv{byname,byport,ent}_r for internal use...
2005-04-15 umehostalias() is not thread-safe. So, introduce _res_hos...
2005-04-14 umeremove needless res_init() call.
2005-04-09 umeunbreak build without YP defined.
2005-04-08 stefanfRemove unused variables and assignments.
2005-04-06 ume- we are no longer shareing any resources to be locked...
2005-04-06 umeseparate gai_strerror(3) from getaddrinfo.c.
2005-04-05 umemake yp stuff re-entrant.
2005-04-05 umeadd missing mutex unlock.
2005-04-04 umemake _files_getaddrinfo() re-entrant.
2005-04-02 umenuke the logic for AF_UNSPEC and simplify. once, it...
2005-03-20 simonAdd byteorder(9) to SEE ALSO.
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-14 stefanf- Use socklen_t.
2005-02-14 stefanfFix most cases where the address of an int is passed...
2005-02-14 phantom. Convert return type of gai_strerror() to 'const char...
2005-02-14 phantomEAI_ADDRFAMILY and EAI_NODATA are obsoleted, and not...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-13 ruExpand *n't contractions.
2005-02-09 ruFixed the misplaced $FreeBSD$.
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
next