NetBSD/sys
matt 9b83c0f5e6 Add struct pmap_limits and pm_{min,max}addr from uvm/pmap/map.h and use it to
store avail_start, avail_end, virtual_start, and virtual_end.
Remove iospace and let emips just bump pmap_limits.virtual_start to get the
VA space it needs.
pmap_segtab.c is almost identical to uvm/pmap/pmap_segtab.c now.  It won't
be long until we switch to the uvm/pmap one.
2015-06-11 08:22:08 +00:00
..
altq Build altq module. 2014-11-17 06:04:01 +00:00
arch Add struct pmap_limits and pm_{min,max}addr from uvm/pmap/map.h and use it to 2015-06-11 08:22:08 +00:00
coda Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
compat Force *stackp to (uintptr_t) before possibly moving to a smaller pointer size. 2015-06-11 02:54:00 +00:00
conf Create a new sysv_ipc module to contain the SYSVSHM, SYSVSEM, and 2015-05-13 02:06:25 +00:00
crypto More rnd.h user cleanup. 2015-04-13 22:43:41 +00:00
ddb Add support for 'q' qualifier for 64-bit values on examine and write. 2015-06-06 22:06:05 +00:00
dev Move declaration of avail_start, avail_end to <machine/kloader.h> 2015-06-11 08:14:38 +00:00
dist/pf <sys/rnd.h> not needed for pf_norm.c. 2015-04-13 16:35:33 +00:00
external disable drmkms on r100 and most r200. works around PR#49744, etc. 2015-05-29 05:48:46 +00:00
fs update: runs as a userspace process now. 2015-05-17 09:46:12 +00:00
gdbscripts
ipkdb
kern typo 2015-05-25 21:02:37 +00:00
lib If the platform support popcount as a __builtin, use that in preference 2015-05-29 19:38:59 +00:00
miscfs Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
modules Use SRCS+= instead of SRCS= in Makefile.incs to avoid assumptions of 2015-06-02 00:38:37 +00:00
net Guard against the possibility the there is no ready address. 2015-06-08 08:21:49 +00:00
net80211 src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
netatalk make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netbt make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netinet errno -> error, spotted by the hawk skrll 2015-06-08 08:19:20 +00:00
netinet6 remove transitional functions in{,6}_pcbconnect_m() that were used in 2015-05-24 15:43:45 +00:00
netipsec make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netisdn src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
netkey
netmpls make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netnatm make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netsmb Remove leftover IPX-related stuffs 2015-05-25 08:29:01 +00:00
nfs change nfs_boot_sendrecv to take sockaddr_in * instead of mbuf * 2015-05-21 02:04:22 +00:00
opencrypto Trivial printf format changes and typo fix 2015-03-26 17:40:16 +00:00
rump create /dev/{audio,sound,mixer,audioctl} -> foo0 symlinks 2015-06-08 12:18:04 +00:00
secmodel Do not release secmodels_lock when it is not held. 2014-11-04 16:01:58 +00:00
stand
sys Pull out route lookups from L2 output routines 2015-06-04 09:19:59 +00:00
ufs ufs_inactive: take UFS_WAPBL_BEGIN() before calling chkiq(). 2015-06-10 15:28:27 +00:00
uvm Use PMAP_MAP_POOLPAGE instead of POOL_PHYSTOV since we use PMAP_UNMAP_POOLPAGE. 2015-06-11 08:04:44 +00:00
Makefile