NetBSD/lib
thorpej e9c2ed11fe Add names for some ICMP and TCP protocol header offsets:
- icmptype (offset of ICMP type field)
	- icmpcode (offset of ICMP code field)
	- tcpflags (offset of TCP flags field)
and field values:
	- icmp-echoreply, icmp-unreach, icmp-sourcequench,
	  icmp-redirect, icmp-echo, icmp-routeradvert,
	  icmp-routersolicit, icmp-timxceed, icmp-paramprob,
	  icmp-tstamp, icmp-tstampreply, icmp-ireq, icmp-ireqreply,
	  icmp-maskreq, icmp-maskreply
	- tcp-fin, tcp-syn, tcp-rst, tcp-push, tcp-ack, tcp-urg

This allows expressions like the following:

	icmp[0] = 3
	(tcp[13] & 0x02) != 0

to be written as:

	icmp[icmptype] = icmp-unreach
	(tcp[tcpflags] & tcp-syn) != 0

which is a bit more user-friendly for e.g. writing packet filter rules.
2000-12-28 22:12:07 +00:00
..
csu
libarch param.h -> types.h 2000-09-13 05:22:12 +00:00
libasn1 libc has strlcat/tpy 2000-12-25 23:59:07 +00:00
libbz2 Install html documentation for libbz2/bzip2. 2000-11-10 02:00:09 +00:00
libc Sync with arm32: remove ovbcopy entry point. 2000-12-28 18:33:54 +00:00
libcom_err strlcpy/cat is in libc 2000-12-25 23:53:25 +00:00
libcompat check LIBC_SCCS 2000-09-14 01:24:31 +00:00
libcrypt Fix comment. 2000-12-03 13:01:37 +00:00
libcrypto s/MAN1/MAN/ 2000-10-07 04:23:32 +00:00
libcrypto_idea additional build tree for overriding libcrypto's dummy IDEA/RC5 functions. 2000-09-30 00:24:52 +00:00
libcrypto_rc5 additional build tree for overriding libcrypto's dummy IDEA/RC5 functions. 2000-09-30 00:24:52 +00:00
libcurses Libcurses minor bump. 2000-12-22 17:08:32 +00:00
libdes
libedit bump libedit minor - added some public stuff for readline emulation 2000-12-23 22:07:16 +00:00
libform Added early release version of libform - please be gentle. 2000-12-17 12:04:30 +00:00
libgssapi
libhdb Use 2000-08-30 23:51:46 +00:00
libintl fix mmap() return value validation. comment from freebsd-audit. 2000-12-15 06:37:21 +00:00
libipsec support rijndael-cbc 2000-10-03 23:00:54 +00:00
libkadm Use 2000-08-30 23:51:46 +00:00
libkadm5 Use 2000-08-30 23:51:46 +00:00
libkadm5clnt Use 2000-08-30 23:51:46 +00:00
libkadm5srv Use 2000-08-30 23:51:46 +00:00
libkafs
libkdb
libkrb Use 2000-08-30 23:51:46 +00:00
libkrb5 install kerberos.8 manpage, and krb5.conf sample file 2000-09-10 19:36:43 +00:00
libkstream
libkvm adapt to latest struct proc, struct sigacts, struct sigctx changes 2000-12-22 23:11:19 +00:00
libl
libm Make these idempotent as far as the FPU register stack is concerned. 2000-09-26 07:28:23 +00:00
libmenu Added libform specific error code. 2000-11-07 10:59:27 +00:00
libossaudio
libpcap Add names for some ICMP and TCP protocol header offsets: 2000-12-28 22:12:07 +00:00
libposix
libresolv
librmt
libroken
librpcsvc Add -${MAKEFLAGS} so that make options (like -m) get used for the submake 2000-11-29 09:25:22 +00:00
libskey
libsl
libss
libssl
libtelnet
libterm No need to initialise globals BC and UP to NULL; this happens anyway 2000-12-13 22:14:40 +00:00
libusb Repair hid_parse_usage_in_page() after format string cleanup: use fmtcheck(). 2000-12-28 01:22:40 +00:00
libutil __CONCAT does token pasting, not string concatnation. if something like: 2000-12-19 23:09:02 +00:00
libvers
libwrap Format string audit cleanup (increase format checking) 2000-10-04 16:24:49 +00:00
liby
libz Add format checking 2000-10-04 17:12:01 +00:00
Makefile always build libintl (don't check MKNLS). 2000-11-04 15:35:43 +00:00
Makefile.inc Format string cleanup by sommerfeld. 2000-10-10 19:09:38 +00:00
bumpversion
checkver
checkvers