aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/inet_ntoa.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libkern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Remove inet_ntoa() from the kernelEric van Gyzen2017-02-161-14/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-071-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill)Alfred Perlstein2000-11-251-0/+14
* Add $FreeBSD$Peter Wemm2000-05-011-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Add inet_ntoa() and replace ARP's private routine with same.Garrett Wollman1995-03-161-0/+49