freebsd-skq/include
mike bcee06d42c o Move NTOHL() and associated macros into <sys/param.h>. These are
deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
  source tree to use the lowercase function variants.
o Add missing license bits to sparc64's <machine/endian.h>.
  Approved by: jake
o Clean up <machine/endian.h> files.
o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>.
o Remove prototypes for non-existent bswapXX() functions.
o Include <machine/endian.h> in <arpa/inet.h> to define the
  POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>,
  and <sys/param.h>.
o Prepend underscores to the ntohl() family to help deal with
  complexities associated with having MD (asm and inline) versions, and
  having to prevent exposure of these functions in other headers that
  happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
  third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from <sys/types.h>.
o Add missing <arpa/inet.h> includes in userland.

Tested on:	alpha, i386
Reviewed by:	bde, jake, tmm
2002-02-18 20:35:27 +00:00
..
arpa o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
protocols WARNS-n and lint(1) silencer. Declare (const) strings properly as 2002-02-03 12:00:05 +00:00
rpc o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
rpcsvc Apply the following mechanical transformations in preparation for 2002-02-06 13:30:31 +00:00
_ctype.h Makes __istype() an inline (and a non inlined) function to avoid C++ 2002-02-05 06:21:34 +00:00
a.out.h
ar.h
assert.h Restore K&R prototype. Fix other style bugs. 2001-10-27 19:37:20 +00:00
bitstring.h
complex.h Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly 2001-06-13 15:16:30 +00:00
ctype.h Makes __istype() an inline (and a non inlined) function to avoid C++ 2002-02-05 06:21:34 +00:00
db.h
dirent.h
disktab.h style(9) the structure definitions. 2001-09-05 01:36:46 +00:00
dlfcn.h Allow ldd(1) be used on shared libraries in addition to executables. 2002-02-04 10:33:48 +00:00
elf-hints.h
elf.h Update copyright. 2001-06-09 05:22:31 +00:00
err.h
fnmatch.h
fstab.h
fts.h Complete prototype for fts_compar. 2001-06-13 14:59:57 +00:00
glob.h Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible 2001-07-29 00:52:37 +00:00
grp.h Move user_from_uid to pwd.h 2002-02-14 01:59:47 +00:00
hesiod.h
histedit.h Merge style with NetBSD -- ANSI-C prototypes, style(9) tabing, etc. 2001-10-01 21:07:33 +00:00
ieeefp.h
ifaddrs.h
inttypes.h Add support for C++. 2002-01-06 19:04:12 +00:00
iso646.h
langinfo.h * style(9)'ify 2001-12-12 15:41:08 +00:00
libgen.h
limits.h After one too many PRs on the subject, bite the bullet and define IOV_MAX 2001-06-18 20:24:54 +00:00
link.h style(9) the structure definitions. 2001-09-05 01:36:46 +00:00
locale.h
Makefile Fix bugs in the structure for rx_frame by making gap length one byte and 2001-12-31 22:01:44 +00:00
malloc.h Traditionally work in the -traditional case. 2001-11-07 23:14:31 +00:00
math.h Remove FreeBSD/vax and FreeBSD/tahoe support. 2001-11-03 08:38:54 +00:00
memory.h
monetary.h * style(9)'ify 2001-12-12 15:41:08 +00:00
mpool.h
ndbm.h
netconfig.h
netdb.h Fixed order of includes. <sys/cdefs.h> must be included before 2001-10-04 10:34:30 +00:00
nl_types.h
nlist.h
nsswitch.h
objformat.h
paths.h o Improve consistency of style by fixing tabs around _PATH_AUTHCONF. 2001-11-30 16:25:09 +00:00
pthread_np.h Make the name parameter const char *. 2001-08-11 05:16:00 +00:00
pthread.h Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to 2001-07-20 04:23:11 +00:00
pwd.h Move user_from_uid to pwd.h 2002-02-14 01:59:47 +00:00
ranlib.h
readpassphrase.h Introduce readpassphrase(3), a superset of getpass(3). This 2001-11-20 15:15:42 +00:00
regex.h
regexp.h
resolv.h Implement EDNS0 support, as EDNS0 support will be made mandatory for 2001-06-10 20:25:24 +00:00
rune.h
runetype.h
search.h
setjmp.h
sgtty.h
signal.h Oops, forgot to commit this (s/ucontext_t/struct __ucontext/). 2002-02-17 19:21:42 +00:00
stab.h
stdbool.h Remove comment, which didn't even help anyway. 2001-08-13 13:29:29 +00:00
stddef.h
stdio.h An extra #ifdef crept in with rev 1.38. 2001-12-05 04:16:33 +00:00
stdlib.h Move user_from_uid to pwd.h 2002-02-14 01:59:47 +00:00
strhash.h
string.h Fixed namespace pollution in previous commit. The C99 function 2001-11-28 19:02:01 +00:00
stringlist.h
strings.h
sysexits.h
tar.h
time.h I've been meaning to do this for a while. Add an underscore to the 2002-01-19 23:20:02 +00:00
timers.h
ttyent.h
unistd.h Change brk's prototype from char *brk(const char *) to int brk(const void *) 2002-01-24 12:11:31 +00:00
utime.h
utmp.h ll_time and ut_time are int32_t on disk and have to remain that way 2001-10-27 20:40:54 +00:00
vis.h
wchar.h VCS ID fixup 2001-07-10 17:50:46 +00:00
wctype.h VCS ID fixup 2001-07-10 17:50:46 +00:00