summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/htonl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replacing <machine/endian.h> with <sys/endian.h> does not imply removingmiod2014-12-201-0/+2
| | | | <sys/types.h>. kthxbye
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+1
| | | | ok dlg@ mpi@ bcook@ millert@ miod@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-4/+0
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* ansi Cderaadt2007-11-241-3/+4
|
* sync from libcmickey2004-11-281-10/+6
|
* ansi and some missing protosderaadt2004-08-071-3/+2
|
* short and long are now u_int16_t and u_int32_tniklas1996-11-271-2/+3
|
* 64 bit cleanderaadt1996-06-101-3/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+29