summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ns_ntoa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove netns stuff, ok millerthenning2005-06-171-106/+0
| | | | libc major bump by espie in a few
* Do check for current pointer vs. buffer end before touching anymillert2003-09-251-2/+2
| | | | | elements in the buffer. Fixes an out of bounds access. From aaron@; OK deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* sprintf -> snprintftdeval2003-04-051-6/+12
| | | | ok tedu@, hints deraadt@, millert@
* cleanupderaadt2002-07-251-23/+26
|
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-2/+2
|
* Part one of userland __P removal. Done with a simple regexp with some minor ↵millert2002-02-161-2/+2
| | | | hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
* Fix compiler warnings.millert1997-08-241-2/+2
|
* long stuff; netbsdderaadt1997-07-211-3/+3
|
* Clean up some -Wall flowers.millert1997-07-091-2/+2
|
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-051-2/+2
| | | | of u_short or u_int16_t.
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Pull in prototypestholo1996-03-251-1/+2
| | | | Do the right thing in presense of __STDC__
* initial import of NetBSD treederaadt1995-10-181-0/+106