Go to file
fvdl bb7657559b Don't use pool(9) for TLB shootdown queue elements. Recent pool
changes made the usage here clash with the pool code, and the
pool code is overkill for this case (fixed number of elements,
always NOWAIT).

Use a simple static freelist allocator instead (pv_list-like).
2002-10-01 19:36:06 +00:00
bin Use more mdoc. 2002-10-01 15:11:08 +00:00
crypto upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
dist Mark basic rate with '*' in PRINT_RATES(). 2002-09-30 13:31:57 +00:00
distrib slight tweak 2002-10-01 00:58:00 +00:00
doc sommerfeld_i386mp_1 was merged 2002-10-01 15:14:53 +00:00
etc Nuke 'umask 2' as it is inappropriate for the default useradd(8) 2002-09-29 14:52:57 +00:00
games - use correctly bounded strings when reloading a saved game. in particular, 2002-10-01 14:18:57 +00:00
gnu move mbone tools out of basesrc, as they use part of mrouted 2002-10-01 03:50:07 +00:00
include
lib New sentence, new line. From Robert Elz. 2002-10-01 19:26:58 +00:00
libexec Store pathnames of shared objects not found in search paths in cache 2002-10-01 14:16:53 +00:00
regress string.h included. 2002-09-21 07:33:25 +00:00
rescue Add chown and chgrp. Suggested by Geoff Wing in [bin/18393] 2002-09-24 06:37:55 +00:00
sbin Replace some \*[Lt]...\*[Gt] with .Aq ... 2002-10-01 14:57:46 +00:00
share misc mdoc fixes. 2002-09-29 20:42:45 +00:00
sys Don't use pool(9) for TLB shootdown queue elements. Recent pool 2002-10-01 19:36:06 +00:00
tools Fix from Giles Lean: 2002-09-30 00:39:21 +00:00
usr.bin upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
usr.sbin poll.h, not sys/poll.h 2002-10-01 05:56:12 +00:00
BUILDING regen for: USE_NEW_TOOLCHAIN was replaced with TOOLCHAIN_MISSING 2002-09-21 05:26:42 +00:00
Makefile move BUILDING.mdoc -> doc/BUILDING.mdoc 2002-09-21 08:19:27 +00:00
Makefile.inc
UPDATING MKDYNAMICROOT=yes; care needs to be taken if "make build" is not used 2002-09-24 14:43:39 +00:00
build.sh