Go to file
thorpej 9b3ce45b2a Add two new mbuf routines:
* m_apply(), which applies a function to each mbuf in chain
  starting at a specified offset, for a specified length.
* m_getptr(), which returns a pointer to the mbuf, as well as
  the offset into that mbuf, corresponding to an offset from
  the beginning of an mbuf chain.

From OpenBSD, cleaned up slightly by me.
2003-04-12 02:49:25 +00:00
bin some mdoc fixes. 2003-04-10 06:07:40 +00:00
crypto new copyright notice (w/ TNF copyright). thanks millert 2003-04-08 01:19:08 +00:00
dist don't print any warning message when no config file is found 2003-04-11 17:31:58 +00:00
distrib Add (recently added) cpuconf.h. 2003-04-11 17:21:47 +00:00
doc note improved pkg_install bzip2 support. 2003-04-10 17:03:23 +00:00
etc Build a selection of install kernels. 2003-04-10 02:22:06 +00:00
games Mention the /usr/share/misc/acronyms.comp database. 2003-04-11 11:13:34 +00:00
gnu Use MKPICLIB to determine if we should have a dependency on the .a or 2003-04-11 22:46:02 +00:00
include add functions to retrieve option values. 2003-04-11 17:36:57 +00:00
lib add functions to retrieve option values. 2003-04-11 17:36:57 +00:00
libexec rmail really shouldn't be invoking sendmail with "-odq" ("queue only") 2003-04-05 17:45:11 +00:00
regress update comment to match code, pointed out by Nick Hudson <skrll@netbsd.org> 2003-04-11 12:56:25 +00:00
rescue Build mount_* individually, since mount and most of mount_* no longer 2003-03-03 02:09:18 +00:00
sbin Document the -v and -z flags. 2003-04-12 01:08:28 +00:00
share Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It 2003-04-11 22:40:31 +00:00
sys Add two new mbuf routines: 2003-04-12 02:49:25 +00:00
tools build file(1) as a host tool (for compiling magic files) 2003-03-25 23:43:49 +00:00
usr.bin Link libz after libmagic otherwise it fails on NOPIC ports. 2003-04-12 02:15:22 +00:00
usr.sbin Use MKPICLIB to determine if we should have a dependency on the .a or 2003-04-11 22:46:02 +00:00
build.sh Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. 2003-03-14 05:22:50 +00:00
BUILDING Fix example 3; the build.sh target is "install" not "installworld". 2003-02-08 10:00:33 +00:00
Makefile Fix merge botch in last. 2003-04-04 01:16:28 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Since we mention __assert13, add __unsetenv13 here as well. 2003-04-10 08:12:29 +00:00