NetBSD/sys
yamt c5fcdd1719 some cleanups after the introduction of GOP_SIZE_MEM flag.
- remove GOP_SIZE_READ/GOP_SIZE_WRITE flags.
  they have not been used since the change.
- ufs_balloc_range: remove code which has been no-op since the change.
  thanks Konrad Schroder for explaining the original intention of the code.
- ffs_gop_size: don't extend past eof, in the case of GOP_SIZE_MEM.
  otherwise genfs_getpages end up to allocate pages past eof unnecessarily.
2006-03-30 12:40:06 +00:00
..
altq Fix some typos. 2006-02-25 02:28:55 +00:00
arch Don't pmap_remove_pv mappings for unmanaged pages. 2006-03-30 05:57:01 +00:00
coda Add comments explaining how the 3 size variables for venus calls are 2006-03-15 14:30:56 +00:00
compat Regen (_lwp*, sa_*). 2006-03-29 23:04:48 +00:00
conf Don't add CPUFLAGS to CFLAGS twice. 2006-03-29 21:35:32 +00:00
contrib Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
crypto
ddb Add a "show all pages" command to DDB which prints one line per physical 2006-02-19 18:52:29 +00:00
dev Use device_private(). 2006-03-29 18:17:36 +00:00
dist Moved from sys/dev/acpi/acpica/Subsystem. 2006-03-23 13:36:31 +00:00
fs Restrict generation numbers to 32bit values - we would have had to bump 2006-03-26 20:18:58 +00:00
gdbscripts
ipkdb
kern use uvm_km_alloc() instead of uvm_map(). 2006-03-30 04:05:05 +00:00
lib Remove an unused, obsolete copy (pointed out by Valeriy E. Ushakov). 2006-03-30 08:07:47 +00:00
lkm Fix "hard reboot" problem reported by Rhialto weeks ago on current-users@. 2006-02-03 02:37:57 +00:00
miscfs some cleanups after the introduction of GOP_SIZE_MEM flag. 2006-03-30 12:40:06 +00:00
net Add missing break tunwrite() which was causing EAFNOSUPPORT to be 2006-03-29 19:29:00 +00:00
net80211 Revamp ieee80211_get_rate. Now it does not use the rateset in the 2006-03-28 00:48:10 +00:00
netatalk
netccitt don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
netinet When reflecting an ICMP Echo, do not scribble over read-only/shared 2006-03-29 21:13:55 +00:00
netinet6 Add predicate IN6_IS_SCOPE_EMBEDDABLE(__a), which is true if and 2006-03-29 21:29:59 +00:00
netipsec FreeBSD SA-06:11 and CVE-2006-0905: update the replay sequence number 2006-03-23 15:25:46 +00:00
netisdn Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
netiso
netkey Make this compile without INET6. Spotted by Arto Selonen and Kurt 2006-01-25 15:12:05 +00:00
netnatm
netns
netsmb merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
nfs some cleanups after the introduction of GOP_SIZE_MEM flag. 2006-03-30 12:40:06 +00:00
opencrypto don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
stand
sys Following the example of sys/sys/proc.h rev. 1.164, pad the LWP flags to 8 2006-03-30 07:08:40 +00:00
ufs some cleanups after the introduction of GOP_SIZE_MEM flag. 2006-03-30 12:40:06 +00:00
uvm uvm_km_check_empty: fix an assertion. 2006-03-17 09:37:55 +00:00
Makefile