Go to file
pavel 450a020195 The esp_input_cb function used m_copyback, which fails if the mbuf is
read-only. This can actually happen if the packet was received by the
xennet interface, see PR kern/33162. Change it to m_copyback_cow.

AH and IPCOMP probably need similar fixes.

Requested by Jeff Rizzo, tested on Xen with -current by him.
2006-04-28 22:39:02 +00:00
bin Avoid double free. 2006-04-27 13:25:21 +00:00
common Initial commit of proplib, a library for manipulating property lists and 2006-04-27 20:11:27 +00:00
crypto Add a NetBSD RCS ID. 2006-04-15 13:43:11 +00:00
dist Coverity CID 785: Prevent NULL pointer dereference if an appropriate group 2006-04-28 19:49:13 +00:00
distrib Support for building proplib in userspace. 2006-04-27 20:41:57 +00:00
doc s/allready/already/ 2006-04-25 02:19:31 +00:00
etc Add /usr/include/prop 2006-04-28 03:27:49 +00:00
games Credit Alan Perlis for ``give him a lollipop'' programming language quote. 2006-04-26 00:52:21 +00:00
gnu Adapt to new html/readme files sync. 2006-04-22 16:05:16 +00:00
include Install proplib include files. 2006-04-27 23:42:08 +00:00
lib Back out previous incorrect change. 2006-04-27 23:41:24 +00:00
libexec New io statistics 2006-04-14 13:19:03 +00:00
regress Be a little more careful about what we copy into the working file when; 2006-04-27 22:37:54 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin Avoid a core dump if ginode() returns NULL. Correct an error message 2006-04-28 00:07:54 +00:00
share New sentence, new line; capitalize Ethernet. 2006-04-28 22:13:08 +00:00
sys The esp_input_cb function used m_copyback, which fails if the mbuf is 2006-04-28 22:39:02 +00:00
tools Don't barf if USE_GCC4 is not defined. 2006-04-01 20:21:30 +00:00
usr.bin Coverity CID 1858, 1857: Fix leaks. While here, pass lint use warn/warnx 2006-04-28 20:35:15 +00:00
usr.sbin RCSId police. 2006-04-28 07:20:39 +00:00
x11 Add missing closing brace. How did this ever work previously? 2006-04-21 21:46:06 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +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 Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00
build.sh Fix the iso-image action. These changes were accidentally omitted 2006-02-03 12:29:41 +00:00