Go to file
rafal 2fdb31c4e3 Fix a bug with list handling that caused this to abort with a "extraneous
<string>" message if the stars were aligned incorrectly due to fast-and-
loose list handling.

The list handling code didn't discriminate between list nodes and list
heads, resulting in string comparisons using memory in the "list heads
by length" array as the target of the comparison; if the string being
handled was short enough and the pointers present in the list heads
array were just the right form the tool would get spurious matches and
exit with the above message.

PR toolchain/18858
2002-10-30 18:14:37 +00:00
bin fix bug in determining execve name 2002-10-30 17:39:34 +00:00
crypto don't blindly trust rlen; from Heimdal 0.5.1 2002-10-21 19:39:51 +00:00
dist Fix typos. Found by Adrian Mrva. 2002-10-29 16:22:33 +00:00
distrib Add a missing /usr/share/man/cat4/veriexec.0 as well 2002-10-30 17:02:14 +00:00
doc Alan Barrett tells me he worked out that netbsd-1-6 was initially 2002-10-26 11:40:56 +00:00
etc Added verified exec device (veriexec) 2002-10-29 14:11:17 +00:00
games fix duplicate limerick-o in CLEANFILES 2002-10-22 16:14:04 +00:00
gnu Fix a bug with list handling that caused this to abort with a "extraneous 2002-10-30 18:14:37 +00:00
include set version to 0.5nb1 2002-10-21 21:10:59 +00:00
lib Save a jmp for memcpy(3). 2002-10-29 07:01:44 +00:00
libexec Fix typos. Found by Adrian Mrva. 2002-10-29 16:19:49 +00:00
regress Include <string.h> for memset() prototype. 2002-10-29 10:59:32 +00:00
rescue set SMALLPROG=0 (it was implicit) 2002-10-17 01:49:18 +00:00
sbin Lots of cleanup. 2002-10-29 14:11:06 +00:00
share Might as well install the veriexec(4) man page. 2002-10-30 15:45:10 +00:00
sys fix fat binary architecture choosing code. mach binaries now execute as 2002-10-30 15:21:01 +00:00
tools PR/18733: Jed Davis: define _PATH_DEFTAPE; pax needs it. 2002-10-20 00:42:20 +00:00
usr.bin Don't truncate the vm_map_entry offset to 32-bits when printing. 2002-10-29 14:50:53 +00:00
usr.sbin Fix typo. Found by Adrian Mrva. 2002-10-29 16:18:06 +00:00
build.sh - Add support for ./build.sh -k kern, which configures and builds the named 2002-10-20 15:48:01 +00:00
BUILDING regen for build.sh -k 2002-10-20 15:48:40 +00:00
Makefile move BUILDING.mdoc -> doc/BUILDING.mdoc 2002-09-21 08:19:27 +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 kernel update requires userland systrace recompile. 2002-10-11 21:55:48 +00:00