Go to file
jtc 41056da8a0 Include <machine/asm.h> instead of defining our own ENTRY() macro
Changed all instances of ENTRY() to match the new calling convention
(it takes a second argument ).

Added new macros:
	SYSTRAP(x):		Expands to the code used to call syscall x.
				This is used to simplify other macros.

	SYSCALL_NOERROR(x):	Like SYSCALL except that "x" is a syscall
				that can never fail.

	RSYSCALL_NOERROR(x):	Like RSYSCALL except that "x" is a syscall
				that can never fail.
1996-10-18 19:37:48 +00:00
bin PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
distrib remove obsolete doc/smm/01.setup/{vax,tahoe}. 1996-10-18 07:04:24 +00:00
etc remove obsolete doc/smm/01.setup/{vax,tahoe}. 1996-10-18 07:04:24 +00:00
games Use ${INSTALL}. 1996-10-18 02:48:24 +00:00
gnu Use ${INSTALL}. 1996-10-18 02:52:59 +00:00
include Use ${INSTALL}. 1996-10-18 02:52:59 +00:00
lib Include <machine/asm.h> instead of defining our own ENTRY() macro 1996-10-18 19:37:48 +00:00
libexec Use ${INSTALL}. 1996-10-18 05:45:01 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Remove #ifdef tahoe conditionals. We have no tahoe port. There is 1996-10-18 07:16:02 +00:00
share Update bt.4 -> bha.4 change; closes pr port-i386/2862 with slightly different 1996-10-18 19:16:47 +00:00
sys fix: add missing ntohs() for llc mode, as noted by several people including 1996-10-18 19:26:54 +00:00
usr.bin Implement a -c (Grand Total) option, a'la GNU du(1). 1996-10-18 07:20:31 +00:00
usr.sbin | -> } in manual page; closes pr bin/2858; mailed patch to author 1996-10-18 17:10:52 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00