summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* our get{proto,serv}by*() use a thread-specific data space.ume2005-04-262-2/+2
* add IPv6 awareness for NIS query of gethostby*().ume2005-04-262-25/+56
* ensure parsing numeric address before any host query.ume2005-04-252-100/+126
* remove unused variable.ume2005-04-251-3/+1
* if last line didn't have trailing space, network address was alsoume2005-04-241-10/+11
* - add getproto{byname,bynumber,ent}_r for internal use within libc.ume2005-04-194-53/+181
* - nuke deprecated and unused getnodeby(3).ume2005-04-191-31/+0
* rename the NIS related fields to have yp_ prefix.ume2005-04-184-38/+38
* Do not check whether a pointer is NULL, since free(3) already takes care ofdelphij2005-04-181-6/+3
* Fix build for !YP case.delphij2005-04-171-0/+4
* libc-internal interfaces should have two underscores in frontume2005-04-174-12/+12
* Wrong working directory, sorry. The previous patch was what I havedelphij2005-04-171-5/+0
* Remove a check about whether sa->sa_len is equal to salen fromdelphij2005-04-171-0/+2
* Now, our getservbyname(3) is thread-safe. So, we don't needume2005-04-151-14/+1
* - add getserv{byname,byport,ent}_r for internal use within libc.ume2005-04-154-127/+288
* hostalias() is not thread-safe. So, introduce _res_hostalias()ume2005-04-153-14/+29
* remove needless res_init() call.ume2005-04-141-9/+0
* unbreak build without YP defined.ume2005-04-091-0/+4
* Remove unused variables and assignments.stefanf2005-04-083-8/+3
* - we are no longer shareing any resources to be locked betweenume2005-04-062-27/+12
* separate gai_strerror(3) from getaddrinfo.c.ume2005-04-063-28/+62
* make yp stuff re-entrant.ume2005-04-051-26/+15
* add missing mutex unlock.ume2005-04-051-0/+1
* make _files_getaddrinfo() re-entrant.ume2005-04-041-22/+19
* nuke the logic for AF_UNSPEC and simplify. once, it was introducedume2005-04-021-301/+47
* Add byteorder(9) to SEE ALSO.simon2005-03-201-2/+3
* - Use socklen_t.stefanf2005-02-141-2/+1
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.phantom2005-02-141-29/+21
* EAI_ADDRFAMILY and EAI_NODATA are obsoleted, and not definined anymore,phantom2005-02-141-7/+0
* Expand *n't contractions.ru2005-02-132-2/+2
* Fixed the misplaced $FreeBSD$.ru2005-02-095-5/+11
* use strdup().ume2005-01-281-2/+1
* make _getipnodebyname_multi() static.ume2005-01-271-1/+1
* implement AI_NUMERICSERV (as defined in RFC3493).ume2005-01-271-10/+13
* fill ai_canonname field for numeric hostname, by the given hostname.ume2005-01-271-7/+25
* query A RR before AAAA RR.ume2005-01-271-10/+10
* Markup and grammar fixes.ru2005-01-243-23/+31
* Update man pages to be in line with guidelines for IPv6 in FreeBSD.gnn2005-01-243-653/+17
* Fix a dangling MKLINK from my last commit.gnn2005-01-241-1/+1
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)gnn2005-01-237-0/+2099
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)gnn2005-01-237-2357/+2
* Sort sections.ru2005-01-2014-95/+95
* Eliminate macro calls inside literal displays.ru2005-01-151-1/+1
* Scheduled mdoc(7) sweep.ru2005-01-111-7/+10
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-035-15/+12
* Various markup and spelling fixes.trhodes2004-12-291-1/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-1/+1
* o Backout rev. 1.16, see 1.3 commit log for more info.maxim2004-10-091-6/+4
* Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.hmaxim2004-09-291-0/+1
OpenPOWER on IntegriCloud