NetBSD/sys
matt ee00feaab9 Revamp how user MSR/SRR1 are dealt with.
Add a PSL_USEROK_P(psl) macro which valids the bits (replaces the use of
PSL_USERSTATIC).
Add a PSL_USERSRR1 mask which is used to mask out status bits in the upper
half of SRR1.
Make sure PSL_VEC is set appropriately in userret().  PSL_VEC is in the same
region as SSR1 status bits so it's not preserved on exceptions.  Thus we
need to make to set it.
When returning a MSR/SRR1 to userland, always clear the status bits.
Add emulation of the mfpvr, mtmsr, and mfmsr instructions.
2004-04-15 21:07:06 +00:00
..
altq parameter with two es. From Peter Postma. 2004-02-24 15:22:01 +00:00
arch Revamp how user MSR/SRR1 are dealt with. 2004-04-15 21:07:06 +00:00
coda Tango on sysctl_createv() and flags. The flags have all been renamed, 2004-03-24 15:34:46 +00:00
compat fix undefined variable. 2004-03-29 21:43:28 +00:00
conf s/SYSCTL_USE_DESCR/SYSCTL_INCLUDE_DESCR/g since the latter name seems 2004-04-09 19:01:38 +00:00
crypto s/netbsd.org/NetBSD.org/g 2003-11-28 08:56:48 +00:00
ddb Tango on sysctl_createv() and flags. The flags have all been renamed, 2004-03-24 15:34:46 +00:00
dev Assign a syslog priority to the AEN codes and use that priority when 2004-04-15 02:03:03 +00:00
fs Manually attach malloc types when being built as an lkm. 2004-03-27 04:43:43 +00:00
gdbscripts
ipkdb
kern check process flags, noted by Stefan Esser 2004-04-09 16:49:33 +00:00
lib add '.L' prefixes to local labels. 2004-04-15 09:20:29 +00:00
lkm Set PATH and use ip_fil_netbsd.c 2004-03-28 09:37:14 +00:00
miscfs Tango on sysctl_createv() and flags. The flags have all been renamed, 2004-03-24 15:34:46 +00:00
net don't use u_long in an ioctl, rather, u_int64_t so there are no long 32/64 2004-04-15 15:17:11 +00:00
net80211 Get the sense of ra->ra_nok and ra->ra_nfail right. They indicate 2004-03-29 04:09:45 +00:00
netatalk
netccitt Change global head-of-local-IP-address list from in_ifaddr to 2003-11-11 20:25:26 +00:00
netinet Add back one line which was accidentially removed (by me) a while ago. 2004-04-14 18:07:52 +00:00
netinet6 Make these compile without INET. tcp_input probably needs a lot more 2004-03-29 04:59:02 +00:00
netipsec s/netbsd.org/NetBSD.org/g 2004-04-06 08:48:55 +00:00
netisdn Pass the number of B channels down in the info ioctl. 2004-03-28 14:27:26 +00:00
netiso Spell the plural of suffix "suffixes", not "suffices". 2004-02-13 17:56:17 +00:00
netkey fixed a memory leak (refcnt) in #ifdef IPSEC_DOSEQCHECK portion 2004-04-12 07:50:56 +00:00
netnatm
netns parameter with two es. From Peter Postma. 2004-02-24 15:22:01 +00:00
netsmb align Extended file attributes defines 2004-03-22 16:42:06 +00:00
nfs nfs_readdirplusrpc: fix a deadlock problem. 2004-04-05 10:44:09 +00:00
opencrypto Split opencrypto configuration into an attribute, usable by inkernel 2003-12-31 16:44:26 +00:00
stand
sys There was no need to bump the kernel version for a BPF ioctl change; back 2004-04-15 15:50:45 +00:00
ufs If we bail out due to an error, we need 'unreserve' the space that 2004-03-30 14:50:46 +00:00
uvm Fix a tyop. 2004-04-05 01:39:07 +00:00
Makefile Build net80211/. 2003-10-13 06:49:14 +00:00