summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/byteorder.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* the disease is spreadingdlg2012-03-201-3/+3
|
* correct argument type for swap64(); from Thomas Pfaffjmc2009-03-171-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - sync prototypes and header file excerptsjaredy2005-07-221-3/+3
| | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
* put 64bit macros/functions documentation back.fgsch2003-09-261-3/+20
|
* No need to include non-standard machine/endian.h header sincemillert2003-09-261-3/+13
| | | | | sys/types does that for us. Add a STANDARDS section that says what is and is not standard. OK fgsch@
* revert for now.fgsch2003-09-211-20/+3
|
* document and declare 64-bit function/macros. ok millert@ deraadt@fgsch2003-09-211-3/+20
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-6/+9
|
* repairs; better English, formatting, etc.aaron1999-07-051-41/+66
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Document new functionsniklas1997-11-191-10/+82
|
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-051-2/+5
| | | | of u_short or u_int16_t.
* htons et al. works on explicit 16- and 32-bit quantities and not theniklas1996-11-251-11/+15
| | | | | | machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+78