Go to file
phil 63d5234cbf Integration of many changes from Matthias Pfaller plus some of mine.
Several had:  _MACHINE_ICU_H_ -> _NS32K_ICU_H_

cpu.h		* Removed definition of cpu_swapout.
		* Added definition of cpu_wait.

frame.h		* added struct switchframe

icu.h		* tweeked ints_off

param.h		* More derived constants.
		* Alot of things taken over from i386/include/param.h.

pcb.h		* Removed pcb_flags (was unused) and pcb_pl.
		  The current priority level is now stored
		  in the switch frame by cpu_switch.

pmap.h		* Taken over from i386/include/pmap.h.

psl.h		* Add USERMODE definition

trap.h		* T_INTERRUPT -> T_AST

types.h		* Remove __FORK_BRAINDAMAGE

vmparam.h	* Taken over from i386/include/vmparam.h.
		  Added definition of INTSTACK.
1996-02-01 00:03:25 +00:00
bin Rename struct timespec fields to conform to POSIX.1b 1996-02-01 00:02:24 +00:00
distrib Updates from Steve Allen <wormey@eskimo.com> -- mainly Kerberos. 1996-01-25 04:37:32 +00:00
etc Several fixes from Arne H. Juul (PR#1814). 1996-01-14 00:58:25 +00:00
games Clean this up a bit. 1995-12-21 11:27:51 +00:00
gnu #include <errno.h> to get sys_nerr and friends. 1996-01-29 08:38:04 +00:00
include Removed declarations for sys_nerr & sys_errlist (moved to errno.h) 1996-01-20 01:36:30 +00:00
lib Document EMFILE and ENFILE. 1996-01-31 20:14:42 +00:00
libexec Correct the instructions regarding the password database in 1996-01-14 20:55:23 +00:00
regress CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
sbin #include <sys/ioccom.h> -> #include <sys/ioctl.h> 1996-01-30 18:34:07 +00:00
share New man page contributed by Jon Buller. (mem.4 as modified from other 1996-01-25 07:19:54 +00:00
sys Integration of many changes from Matthias Pfaller plus some of mine. 1996-02-01 00:03:25 +00:00
usr.bin Update to match kernel. 1996-01-31 04:01:48 +00:00
usr.sbin interface aliases don't count as individual interfaces and hence don't 1996-01-31 20:25:31 +00:00
Makefile fix typo 1995-12-15 18:13:41 +00:00