NetBSD/sys
pooka 300f534bd8 Build the kernel symbol table in rumpuser bootstrap and feed it to
the rump kernel.  After this change it is possible to use the
in-kernel linker and rump_sys_modctl() to load kernel modules at
runtime.

Previously loading modules at runtime was possible only through
using the host system ld.so.  Note that it is still preferred to
use shared libs when possible, since they are PIC and n virtual
kernels will only require one copy of r/o segments.  However, when
there is no access to source code, a binary kernel module is the
only thing available ...
2009-11-26 09:50:38 +00:00
..
altq s/the the/the/ 2009-11-22 18:40:26 +00:00
arch cgthree works on sparc64 so let's enable it for those poor souls who can't 2009-11-26 02:03:42 +00:00
coda Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
common/bus_dma
compat Regen for personality(2) update. 2009-11-24 10:44:41 +00:00
conf Add attribute mii to smsh(4). 2009-11-25 08:52:38 +00:00
crypto
ddb
dev include sys/param.h first, as is the convention 2009-11-26 07:35:39 +00:00
dist more s/the the/the/ 2009-11-22 19:09:15 +00:00
external make iasl build again. 2009-11-23 17:16:50 +00:00
fs Fix panic when trying to delete a directory entry (hi yamt!) by not 2009-11-22 17:09:58 +00:00
gdbscripts Add a command to dump all thread stacks in the system and a command to dump 2009-11-18 18:12:00 +00:00
ipkdb
kern modctl +RUMP 2009-11-26 09:00:45 +00:00
lib Redo the previous inverted logic. Sort alphabetically. 2009-11-21 13:37:18 +00:00
miscfs Allow chown if caller is in the new group. 2009-11-20 13:42:43 +00:00
modules Move the kmodule linker script source into sys/modules/xldscripts. It is 2009-11-10 14:47:52 +00:00
net Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
net80211
netatalk
netbt more s/the the/the/ 2009-11-22 19:09:15 +00:00
netinet ar_tha() can return NULL; treat this as an error. 2009-11-20 02:14:56 +00:00
netinet6 Clear cksum flags before any further processing like ip_forward does. 2009-11-11 22:19:22 +00:00
netipsec
netisdn
netiso
netkey
netnatm
netsmb
nfs Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
opencrypto
rump Build the kernel symbol table in rumpuser bootstrap and feed it to 2009-11-26 09:50:38 +00:00
secmodel Fixed security.models.suser.curtain to deny when uid does not match. 2009-11-18 09:47:18 +00:00
stand
sys Remove IPL_LPT and IPL_IPI aliases, use the actual IPLs. 2009-11-25 14:28:49 +00:00
ufs use NULL instead of 0 for pointers 2009-11-18 12:22:48 +00:00
uvm Add uvm_lwp_getuarea() and uvm_lwp_setuarea(). OK matt@. 2009-11-21 17:45:02 +00:00
Makefile