Go to file
thorpej f311a1c308 Make a slight modification of pmap_growkernel() -- it now returns the
end of the mappable kernel virtual address space.  Previously, it would
get called more often than necessary, because the caller only new what
was requested.

Also, export uvm_maxkaddr so that uvm_pageboot_alloc() can grow the
kernel pmap if necessary, as well.  Note that pmap_growkernel() must
now be able to handle being called before pmap_init().
1999-05-20 23:03:23 +00:00
bin Remove a bogus whitespace match in the builtin kill(1)'s `-s' parsing; 1999-05-19 14:37:05 +00:00
distrib Add sun3 stuff 1999-05-19 05:49:06 +00:00
etc * document `shells' default (suggested by cgd) 1999-05-19 02:25:14 +00:00
games Fixi uninit vars warnings. 1999-05-16 00:15:46 +00:00
gnu Patch from Richard Earnshaw to work around the ldrb label-movement problem. 1999-05-05 22:02:58 +00:00
include Declare dlerror()'s return value __aconst. 1999-05-19 14:50:49 +00:00
lib Declare dlerror()'s return value __aconst. 1999-05-19 14:50:49 +00:00
libexec Cast away a const for now; const poisoning kerberos #0. 1999-05-19 21:44:29 +00:00
regress first cut on a testsuite for sys/kern/subr_extent.c 1999-05-11 19:14:50 +00:00
sbin If -c not set on command line and the partition has a non-zero cpg 1999-05-19 00:25:59 +00:00
share Document the 'wdc at isa' flags. 1999-05-19 14:41:54 +00:00
sys Make a slight modification of pmap_growkernel() -- it now returns the 1999-05-20 23:03:23 +00:00
usr.bin ftp_login would only return success for proxy connections after the last 1999-05-20 14:08:12 +00:00
usr.sbin Back out last commit, local includes were out of sync. 1999-05-16 18:00:35 +00:00
Makefile Add the FORCE_DOMESTIC flag to force the 'all', 'includes', 1999-04-25 19:13:05 +00:00