Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414 | cvs2svn | 2025-04-14 | 1 | -15/+0 |
| | |||||
* | drop htonl(), htons(), ntohl(), ntohs() MD functions from libc | naddy | 2024-04-15 | 1 | -10/+4 |
| | | | | | | | | | | | Userland code compiled in a normal fashion picks up the htonl(), htons(), ntohl(), ntohs() macros implemented by endian.h. The functions in libc are effectively unused. Keep the MI functions in case something looks for the symbols in libc or plays games with #undef, but change them to wrap the implementation from endian.h. tweaks suggested by claudio@, ok miod@ | ||||
* | Switch from <sys/endian.h> or <machine/endian.h> to the new, | guenther | 2014-07-21 | 1 | -2/+2 |
| | | | | | | being-standardized <endian.h> ok deraadt@ millert@ beck@ | ||||
* | zap rcsid. | espie | 2005-08-06 | 1 | -4/+1 |
| | | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | millert | 2002-02-19 | 1 | -6/+1 |
| | |||||
* | #if __STDC__ --> #ifdef __STDC__ | mickey | 1997-07-25 | 1 | -2/+2 |
| | |||||
* | Update {hton,ntoh}[ls] argument and return types to match changes in | tholo | 1996-12-12 | 1 | -4/+4 |
| | | | | <machine/endian.h> | ||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -4/+2 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | make 64 bit clean | deraadt | 1996-06-10 | 1 | -3/+3 |
| | |||||
* | Pull in prototypes | tholo | 1996-03-25 | 1 | -0/+4 |
| | | | | Do the right thing in presense of __STDC__ | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+27 |