NetBSD/sys/kern
thorpej b436157e65 Make proc0 use the statically-allocate vmspace0 again, and make it use
the kernel's pmap, since proc0 (and other that share its address space)
are kernel-only processes, and should never contain userspace mappings.

This makes it easier to detect errors, like entering user mappings
for kernel processes, in pmap modules, and makes some sense, considering
that kernel processes are really just "thread contexts" for the kernel.
1998-03-27 01:52:01 +00:00
..
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
exec_elf64.c
exec_elf_common.c
exec_script.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
exec_subr.c fix uvm-related protection error: we can't write protect the 1998-02-23 18:53:22 +00:00
genassym.awk
genassym.sh
init_main.c Make proc0 use the statically-allocate vmspace0 again, and make it use 1998-03-27 01:52:01 +00:00
init_sysent.c regen 1998-02-25 21:30:36 +00:00
kern_acct.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_clock.c Teach the NTP PLL how to lock when hz == 1000. 1998-01-31 10:42:11 +00:00
kern_descrip.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_exec.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_exit.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_fork.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_fthread.c whoops! undo GC, these are still used by OLDVM. 1998-02-07 16:23:35 +00:00
kern_ktrace.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_lkm.c Use vfs_attach()/vfs_detach(). 1998-02-18 07:11:21 +00:00
kern_lock.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_malloc.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_ntptime.c
kern_physio.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_proc.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_prot.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_resource.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_sig.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_subr.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_synch.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_sysctl.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_time.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kern_xxx.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh Argh, protect userland from includes in the syscall names file. 1998-02-19 03:30:24 +00:00
subr_autoconf.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
subr_disk.c
subr_extent.c
subr_log.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
subr_pool.c Add option to use "static" storage provided by the caller. 1998-02-19 23:51:48 +00:00
subr_prf.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
subr_prof.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
subr_rmap.c
subr_xxx.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
sys_generic.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
sys_process.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
sys_socket.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
syscalls.c regen 1998-02-25 21:30:36 +00:00
syscalls.conf
syscalls.master change second parm of sysarch() from char * to void * 1998-02-25 21:24:56 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
tty_conf.c Move the code to wait for carrier on a tty into a common function, since it 1998-03-22 00:55:37 +00:00
tty_pty.c Replace TS_WOPEN with t_wopen, per mail on tech-kern. 1998-03-21 04:02:47 +00:00
tty_subr.c
tty_tb.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
tty_tty.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
tty.c Move the code to wait for carrier on a tty into a common function, since it 1998-03-22 00:55:37 +00:00
uipc_domain.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
uipc_mbuf.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
uipc_proto.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
uipc_socket2.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
uipc_socket.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
uipc_syscalls.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
uipc_usrreq.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
vfs_bio.c add flags arg to hashinit(), to pass to malloc(). 1998-02-07 02:44:44 +00:00
vfs_cache.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
vfs_cluster.c Don't panic if DIAGNOSTIC in cluster_rbuild() if we aren't able to shed 1998-03-02 19:28:07 +00:00
vfs_init.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
vfs_lockf.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
vfs_lookup.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
vfs_subr.c Clarify vget() comment a bit. 1998-03-04 09:13:48 +00:00
vfs_syscalls.c Move the permission check in change_owner() back to ufs_vnops::ufs_chown() 1998-03-10 11:49:33 +00:00
vfs_vnops.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
vnode_if.c Regen. 1998-03-01 02:29:59 +00:00
vnode_if.sh Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
vnode_if.src Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00