1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys
Marcel Moolenaar 3f52f44add Fix the dreaded double counting that was present on alpha as well and
got fixed two weeks after the ia64 version was copied from the alpha
version (see rev 1.32 of sys/alpha/alpha/mem.c). As such, we were
missing the same continue as on alpha.

While here, add a default case for the device minor switch and do
some general style(9) cleanups.

WARNING: this file still has bugs. When reading from region 6 or
region 7, we don't validate the physical address. One can trivially
cause a machine check by trying to read from address 0xFFFFFFFFFFFFFFF0
or something that uses the unimplemented physical address bits.

Reported by: Alan Robinson <alan.robinson@fujitsu-siemens.com>
2003-06-04 21:56:10 +00:00
..
alpha Change the second (and last) argument of cpu_set_upcall(). Previously 2003-06-04 21:13:21 +00:00
amd64 Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C. 2003-06-04 02:15:13 +00:00
arm sys/sys/limits.h: 2003-05-19 20:29:07 +00:00
boot Don't use a C compiler to assemble a pure asm file. 2003-06-02 02:37:27 +00:00
cam Check in some months long pending minor debug output changes. 2003-06-02 00:37:42 +00:00
coda
compat Put definition of struct svr4_sockcache_entry in a .h file rather than 2003-05-31 20:33:18 +00:00
conf We are at 5.1-CURRENT now 2003-06-02 04:58:43 +00:00
contrib This commit was generated by cvs2svn to compensate for changes in r115367, 2003-05-28 17:32:31 +00:00
crypto
ddb Make "where" an alias for "trace" 2003-06-01 09:06:23 +00:00
dev Batton down the hatches!!! 2003-06-04 21:10:15 +00:00
fs Don't unlock the parent directory vnode twice if the ISDOTDOT flag 2003-06-01 09:16:26 +00:00
geom Introduce g_provider_by_name() function, and use it. 2003-06-04 18:17:52 +00:00
gnu Remove extra ';' 2003-05-31 18:52:38 +00:00
i4b Fix off-by-one errors in range checks of state machine states & events. 2003-05-31 18:54:02 +00:00
i386 Change the second (and last) argument of cpu_set_upcall(). Previously 2003-06-04 21:13:21 +00:00
ia64 Fix the dreaded double counting that was present on alpha as well and 2003-06-04 21:56:10 +00:00
isa Use __FBSDID(). 2003-06-02 16:32:55 +00:00
isofs/cd9660 emove unused variable(s). 2003-05-31 20:19:13 +00:00
kern Change the second (and last) argument of cpu_set_upcall(). Previously 2003-06-04 21:13:21 +00:00
libkern
modules Add a geom_vol_ffs module and hook up to the build. 2003-06-03 20:32:13 +00:00
net Fix a typo in an ATM media name. As this name was not use yet, no problems 2003-06-02 09:13:08 +00:00
netatalk
netatm
netgraph fix a cut-n-paste error. 2003-05-15 18:51:28 +00:00
netinet Compensate for decreasing the minimum retransmit timeout. 2003-06-04 10:03:55 +00:00
netinet6
netipsec
netipx
netkey
netnatm
netncp - Merge struct procsig with struct sigacts. 2003-05-13 20:36:02 +00:00
netsmb - Merge struct procsig with struct sigacts. 2003-05-13 20:36:02 +00:00
nfs
nfsclient Remove unsed variables. 2003-05-31 20:05:25 +00:00
nfsserver Add /* FALLTHROUGH */ 2003-05-31 18:20:26 +00:00
opencrypto Flush my local cache of cryto subsystem fixes: 2003-06-02 23:28:06 +00:00
pc98 MFi386: revision 1.199 2003-06-01 04:51:07 +00:00
pccard
pci Change a : 2003-06-01 22:09:12 +00:00
posix4
powerpc Change the second (and last) argument of cpu_set_upcall(). Previously 2003-06-04 21:13:21 +00:00
rpc
security Also implement mpo_copy_mbuf_label() for mac_lomac, or labels may 2003-06-02 18:49:11 +00:00
sparc64 Change the second (and last) argument of cpu_set_upcall(). Previously 2003-06-04 21:13:21 +00:00
sys Change the second (and last) argument of cpu_set_upcall(). Previously 2003-06-04 21:13:21 +00:00
tools
ufs Return EOPNOTSUPP for attempted EA operations on VCHR vnodes in UFS2; 2003-06-01 02:42:18 +00:00
vm - Add further vm object locking to vm_object_deallocate(), specifically, 2003-06-04 21:07:42 +00:00
Makefile Exclude sys/boot for amd64. There are still toolchain issues to deal 2003-05-08 06:35:39 +00:00