Go to file
bjh21 e9bb2a7916 Correct immediate constant handling: bits [11:8] are a rotation, not a shift.
Also add support for the "P" modifier to TEQ, TST, CMP and CMN, and don't
bother displaying the "S" bit for these instructions.

Together, these correct the disassembly of 0xe33ff3c2 (an instruction in
arm26 irq_handler() from "teqs r15, #0x08000000" to "teqp r15, 0x08000003".
2001-01-12 21:56:18 +00:00
bin
crypto don't use LOG_CONS 2001-01-11 02:58:05 +00:00
dist don't use LOG_CONS 2001-01-11 02:58:05 +00:00
distrib A lot of whitespace cleanup, and some reorganization/simplification of 2001-01-12 05:39:37 +00:00
etc extend /etc/ifconfig.xxN, for comment lines (#) and shell script 2001-01-11 17:56:16 +00:00
games The capital of Mordor is _not_ Minas Morgul. 2001-01-12 04:33:51 +00:00
gnu Xref our "crosscompiling howto" (in htdocs) 2001-01-12 01:43:57 +00:00
include
lib slighly clarify how endbyte is used, so that this matches implementation more closely 2001-01-12 19:23:11 +00:00
libexec
regress print a disclaimer on startup about this test suite - other sort implementations 2001-01-12 21:45:17 +00:00
sbin avoid signal handler race. help from deraadt 2001-01-12 19:13:41 +00:00
share mention that the file is like /etc/ifconfig.fxp0. wording. 2001-01-12 02:55:28 +00:00
sys Correct immediate constant handling: bits [11:8] are a rotation, not a shift. 2001-01-12 21:56:18 +00:00
usr.bin alltable[], itable[], dtable[] were moved to init.c, g/c from sort.[ch] 2001-01-12 19:41:13 +00:00
usr.sbin correct fd_set allocation. from deraadt 2001-01-12 18:53:20 +00:00
Makefile
Makefile.inc
UPDATING