NetBSD/sys
deraadt ed575390ee pmap.c, machdep.c, autoconf.c, cpu.c, intr.c, : net-posted patches from Torek
autoconf.c: mountroot kludges that need fixing later
clock.c: two volatile decls
conf.c: stategy()'s return void, *tty[] not tty[], __P()'d xxdump() calls,
	add mem_no, *constty[] not &cons.
genassym.c, machdep.c: sys/vmmeter.h needed
intr.c: make kernel writable temporarily in intr_fasttrap()
intr.c: do not use NETISR_ARP
locore.s: icode maps at 0 so do not relocate, don't define __main here.
machdep.c: don't have sysctl.h (yet), use vm_page_free_count for freemem,
	setregs() sets pc/npc/stack, note: signal delivery code needs
	fixing, add various other NetBSD function stubs.
pmap.c: do kernel_pmap/kernel_pmap_store the old way, delete
	vm_page_startup_initialized weirdness.
swapgeneric.c: everything about mountroot needs fixing, help.
trap.c: sunsys -> sun_sysent, etc.
vm_machdep.c: don't use cpu_coredump() for now.
1993-10-11 02:16:12 +00:00
..
arch pmap.c, machdep.c, autoconf.c, cpu.c, intr.c, : net-posted patches from Torek 1993-10-11 02:16:12 +00:00
compat Chris Torek's sparc port. Missing lots of things. 1993-10-02 10:22:00 +00:00
conf add kern/exec_aout.c as a standard file. 1993-09-05 01:31:59 +00:00
ddb Call vm_map_print and vm_object_print with func ptr to db_printf. Add DDB_MACHINE_COMMANDS from Mach 3.0 version. 1993-09-13 14:08:54 +00:00
dev Add DRQUNK and IOBASEUNK. 1993-10-06 12:09:25 +00:00
isofs Bug fix in compare routine for correct sorting order. 1993-09-16 16:54:09 +00:00
kern use the ALIGN macro to align the stack, rather than rounding up 1993-10-06 07:27:58 +00:00
lib make an arch directory in libc, and move all machine dirs into it 1993-10-07 00:17:24 +00:00
libkern deal with the libc "arch" change 1993-10-10 01:53:09 +00:00
miscfs kill volatile warning. 1993-09-16 22:08:30 +00:00
msdosfs patch from ws via brezak, to fix the "don't panic, but can't see 1993-09-17 01:21:46 +00:00
net Call output routine redundantly to possible avoid some hangs due to missed 1993-10-02 09:28:04 +00:00
netccitt Declare frame_reject(), rej_routine(), free_iframes() as static. 1993-09-06 18:09:55 +00:00
netinet Add definition for reverse address resolution protocol. 1993-09-05 00:52:15 +00:00
netiso Move pk_flowcontrol() up and declare it static void. 1993-09-06 18:08:02 +00:00
netns fix multiple inclusion protection and rcsid, because of RCS+crash fuckup 1993-05-21 07:44:05 +00:00
nfs Changes to VFS readdir semantics 1993-09-07 15:40:14 +00:00
pcfs Clean up deleted files. 1993-08-13 11:35:49 +00:00
scsi Normalize play_msf changes with 386bsd patch. 1993-08-04 19:33:44 +00:00
stand add rcs ids, and clean up headers where necessary 1993-05-20 03:53:21 +00:00
sys generalize kernacc() to any protections in the function "kerncheckprot()", 1993-10-06 23:38:19 +00:00
ufs Add FS_CLEANFREQ. 1993-10-01 01:47:10 +00:00
vm get rid of a few ref's to buffer_map 1993-10-11 02:11:28 +00:00
Makefile Compile libkern too. 1993-09-10 23:33:02 +00:00