NetBSD/sys
mark 9785e7cd61 Added support for all variations of the msr instruction.
Added support the new instructions defined in the ARM V4 Architecture
Reference manual (long multiplies, half word load and stores,
half word/byte signed loads).
Added support for the ARM810 IMB architecture defined SWIs.
Fixed bug in calculating some immediate constants.
Added support for the wfs, rfs, wfc, rfc instructions
Added support for the floating point compare instructions
Added ldf, stf, ldc and stc instructions.
Fixed mis-disassembly of some msr/mrs instructions.
The ldm and stm instructions will modify the direction identifier to
use the stack variations if the base register is r13.
1996-10-29 23:12:26 +00:00
..
adosfs make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
arch Added support for all variations of the msr instruction. 1996-10-29 23:12:26 +00:00
compat Workaround for building linux-emulation LKM. 1996-10-29 02:19:25 +00:00
conf Bump NetBSD version to 1.2B (kernel interface changed) 1996-10-25 20:13:16 +00:00
ddb Make this compile with -Wcast-qual 1996-10-28 08:42:13 +00:00
dev update alpha_XXX_dmamap() invocations to match prototype. 1996-10-25 21:33:30 +00:00
ipkdb Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
isofs/cd9660 make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
kern Minor nit in my change regarding const and non-ansi code... 1996-10-27 21:50:33 +00:00
lib second and third args to scanc() (string and table) are not and should not 1996-10-24 23:50:31 +00:00
lkm Clean up changes to make sys/lkm build again 1996-10-22 19:43:13 +00:00
miscfs define path name string variables that we should not (and, thankfully, do 1996-10-25 21:57:58 +00:00
msdosfs make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
net -Wcast-qual cleanups. Don't discard 'const' when casting. 1996-10-25 22:15:54 +00:00
netccitt backout previous kprintf change 1996-10-13 02:10:01 +00:00
netinet In udp_output(), sanity check the length of the packet to be transmitted. 1996-10-25 06:35:16 +00:00
netiso backout previous kprintf change 1996-10-13 16:50:51 +00:00
netnatm backout previous kprintf change 1996-10-13 01:59:55 +00:00
netns backout previous kprintf change 1996-10-13 01:59:55 +00:00
nfs make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
scsi * At least the Teac FC-1 Shugart-SCSI bridgeboard does motor on/off 1996-10-23 07:25:39 +00:00
stand backout previous kprintf change 1996-10-12 22:14:10 +00:00
sys Clarify the purpose of this file (user-level code only). 1996-10-27 19:27:54 +00:00
ufs revert previous kprintf changes 1996-10-12 21:58:44 +00:00
vm Minor nit in my change regarding const and non-ansi code... 1996-10-27 21:50:33 +00:00
Makefile enable lkm on non alpha/mips platforms. 1996-10-20 23:03:07 +00:00