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 KPTR/KPTR24 are using u_int64_t. commented by minoura 2001-01-09 01:21:59 +00:00
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 Sync with lib/librpcsvc/Makefile; Pass -B ${MAKEFLAGS} to submake. 2001-01-07 06:56:15 +00:00
lib slighly clarify how endbyte is used, so that this matches implementation more closely 2001-01-12 19:23:11 +00:00
libexec - use SHUT_RDWR instead of 1+1 for the 2nd arg to shutdown() 2001-01-11 01:32:34 +00:00
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 if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc
UPDATING mention fixed bsd.subdir.mk bug. 2001-01-01 15:29:16 +00:00