NetBSD/sys
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
..
adosfs merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
arch Integration of many changes from Matthias Pfaller plus some of mine. 1996-02-01 00:03:25 +00:00
compat Add a vnode** argument to getvnode(), prototype it, and make it return 1996-01-30 20:05:33 +00:00
conf Add the "ahe" driver, autoconfiguration support for the aic7xxx-based 1996-01-13 02:05:14 +00:00
ddb fix paste-o 1995-11-24 22:13:08 +00:00
dev Handle COMMAND ABORTED by forcing a retry. PR#2003, but with some more 1996-01-31 15:16:06 +00:00
isofs/cd9660 NBPG may not be computable by the preprocessor. Make "do clustered io" 1995-12-01 00:47:33 +00:00
kern Add a vnode** argument to getvnode(), prototype it, and make it return 1996-01-30 20:05:33 +00:00
lib Initial commit of the NetBSD/arm32 port. 1996-01-31 23:44:43 +00:00
miscfs Don't include free blocks from the lower layer in statistics. 1996-01-30 16:45:10 +00:00
msdosfs Remember to multiply the seconds field by 2. Pointer out by John Hayward. 1996-01-31 20:51:40 +00:00
net Remove old workaround for a bug. 1995-12-27 06:30:38 +00:00
netccitt
netinet Ignore FIN if not yet connected. 1996-01-31 05:56:56 +00:00
netiso make netinet work on systems where pointers and longs are 64 bits 1995-11-21 01:07:34 +00:00
netns
nfs Don't specify a uid or gid in create operations; let the server fill it in. 1996-01-31 05:13:33 +00:00
scsi Handle COMMAND ABORTED by forcing a retry. PR#2003, but with some more 1996-01-31 15:16:06 +00:00
stand
sys Add a vnode** argument to getvnode(), prototype it, and make it return 1996-01-30 20:05:33 +00:00
ufs Fix from Lite-2: when reloading the file system, save fs_maxcluster and 1995-12-19 23:27:53 +00:00
vm Trivial change for consistency. 1996-01-31 03:11:16 +00:00
Makefile