Go to file
bjh21 b6ba812d35 Much juggling of pmap startup sequence:
* All of pmap_init is now deferred to the first call of pmap_create.  This
  allows us to allocate stuff dynamically using malloc.
* pv_table (which is needed before malloc is available) is temporarily
  allocated using pmap_steal_memory in pmap_bootstrap, and then
  re-allocated using malloc in pmap_create, with the old allocation being
  given back to UVM.  This should save some memory on small machines, but
  the malloc overhead probably soaks it up.
2000-09-23 12:54:47 +00:00
bin .Bl takes parameter "-offset indent", not "-indent". 2000-09-21 21:04:56 +00:00
crypto Add support for running kpasswdd from inetd. Active if INETD_SUPPORT 2000-09-13 11:29:26 +00:00
dist do not #undef _res; we want to get any #define our local resolv.h has. 2000-08-14 11:33:34 +00:00
distrib Add uscanner(4). 2000-09-23 04:37:18 +00:00
etc Prepare for USB scanners, and add Rio 500 support while messing. 2000-09-23 04:27:17 +00:00
games Correct descriptions of "marked" vs. "ignored" -- they were swapped. 2000-09-23 01:52:50 +00:00
gnu make this work for i386-netbsdelf. most of this work is based on patches 2000-09-14 03:56:04 +00:00
include Remove dup (WRT util.h) decl of secure_path(). 2000-09-21 10:13:15 +00:00
lib do not call wrefresh() uncondintionally from wgetch(). call it only 2000-09-23 09:34:07 +00:00
libexec Use strlcpy/strlcat instead of strn* plus manual termination. 2000-09-19 16:17:48 +00:00
regress Add md5sha subdir 2000-08-19 17:53:24 +00:00
sbin Fix spelling. 2000-09-20 22:08:01 +00:00
share Xref uscanner(4). 2000-09-23 04:35:54 +00:00
sys Much juggling of pmap startup sequence: 2000-09-23 12:54:47 +00:00
usr.bin Get the build ordering right for all and dependall. 2000-09-23 06:18:08 +00:00
usr.sbin If we're about to add a user whose specified home directory does 2000-09-20 19:28:40 +00:00
Makefile Descend into distrib on "make cleandir", too. This will let "make build" 2000-08-19 22:09:08 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING crypto-* is no longer there. 2000-08-20 19:51:24 +00:00