NetBSD/sys
macallan 9c10440f53 Add copycols() and copyrows() methods which, instead of calling the underlying
driver methods, call the driver's putchar() method to redraw the affected
areas.
For unaccelerated framebuffers where reads are expensive and we can't spare
any memory for a shadow framebuffer. Enabled by setting VCONS_DONT_READ in
scr_flags
2010-08-18 16:46:51 +00:00
..
altq
arch Check the status of P- and T-state transformations on all CPUs. This is 2010-08-18 16:08:50 +00:00
coda Fix incorrect comments about the buffer size being 2K; it is really 8K now. 2010-08-07 20:39:33 +00:00
common/bus_dma
compat
conf
crypto
ddb
dev Add copycols() and copyrows() methods which, instead of calling the underlying 2010-08-18 16:46:51 +00:00
dist Revert previous - changes here are irrelevant to NetBSD 2010-08-11 11:57:36 +00:00
external
fs Remove extra char - not sure where that came from (duplicated vi command?) 2010-08-11 13:26:25 +00:00
gdbscripts
ipkdb
kern Now that ffs on disk inodes get freed in the reclaim routine it is no longer 2010-08-17 13:17:47 +00:00
lib print the correct error code if nfs_mount() fails. 2010-08-08 18:38:31 +00:00
miscfs in genfs_getpages(), mark the vnode dirty (ie. add to syncer worklist 2010-08-08 18:17:11 +00:00
modules Merge T-state a.k.a. throttling support for acpicpu(4). 2010-08-13 16:21:50 +00:00
net Keep condvar wmesg within 8 char limit 2010-08-11 11:47:29 +00:00
net80211
netatalk
netbt
netinet ahem, min -> max in previous 2010-08-11 11:06:42 +00:00
netinet6 Fix some code paths where pointers are dereferenced after checking that 2010-08-14 18:28:59 +00:00
netipsec
netisdn
netiso
netkey
netmpls
netnatm
netsmb
nfs Do not return a garbage vnode in vpp if fhtovp fails. 2010-08-12 09:41:10 +00:00
opencrypto Keep condvar wmesg within 8 char limit. 2010-08-11 11:49:09 +00:00
rump Prefault bus pages in driver attachment. This seems to work around 2010-08-17 20:42:47 +00:00
secmodel
stand
sys Add __BEGIN_PUBLIC / __END_PUBLIC, __BEGIN_HIDDEN / __END_HIDDEN and 2010-08-07 21:03:18 +00:00
ufs ffs_reclaim: don't free an already free inode. This may happen when 2010-08-12 07:41:49 +00:00
uvm sys_mremap: unwrap a short line 2010-08-16 01:21:10 +00:00
Makefile