NetBSD/sys/kern
mrg 89d0a3e519 remove redundant vm includes. 2000-06-26 14:38:50 +00:00
..
Make.tags.inc
Makefile
exec_aout.c round the sizes of mapped text and data segments to PAGE_SIZE. 2000-06-13 06:21:51 +00:00
exec_conf.c PE/COFF (Win32) compatible binary support (experimental). 2000-06-09 22:38:56 +00:00
exec_ecoff.c
exec_elf32.c remove redundant vm includes. 2000-06-26 14:38:50 +00:00
exec_elf64.c
exec_elf_common.c remove redundant vm includes. 2000-06-26 14:38:50 +00:00
exec_script.c
exec_subr.c Add vmcmd_readvn (which was the 2nd halt of vmcmd_map_readvn). 2000-06-21 05:41:07 +00:00
genassym.awk
genassym.sh
init_main.c <vm/vm_pageout.h> is already empty; kill it totally. 2000-06-25 13:49:33 +00:00
init_sysent.c
kern_acct.c Don't reset file size limit to infinity on exit. Instead, temporarily 2000-05-08 19:06:36 +00:00
kern_allocsys.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
kern_clock.c Move schedticks and cp_time into schedstate_percpu. Also, allow 2000-06-03 20:42:42 +00:00
kern_descrip.c Eliminate incorrect use of "curproc" in a comment. 2000-05-26 23:10:36 +00:00
kern_exec.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
kern_exit.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
kern_fork.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
kern_kthread.c Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
kern_ktrace.c Track which process a CPU is running/has last run on by adding a 2000-05-31 05:02:31 +00:00
kern_lkm.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
kern_lock.c Fix assorted bugs around shutdown/reboot/panic time. 2000-06-10 18:44:43 +00:00
kern_malloc.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
kern_ntptime.c fix type of sysctl_ntptime 'where' arg in defined(NTP) case 2000-06-02 18:22:44 +00:00
kern_physio.c __predict_false() uvm_useracc() failure. 2000-05-08 20:03:20 +00:00
kern_proc.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
kern_prot.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
kern_resource.c Track which process a CPU is running/has last run on by adding a 2000-05-31 05:02:31 +00:00
kern_sig.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
kern_subr.c Make this file compile with DIAGNOSTIC. 2000-05-31 06:18:03 +00:00
kern_synch.c Fix assorted bugs around shutdown/reboot/panic time. 2000-06-10 18:44:43 +00:00
kern_sysctl.c Add #ifdef checks for SYSVMSG, SYSVSEM and SYSVSHM in more places to catch 2000-06-16 00:57:04 +00:00
kern_time.c Track which process a CPU is running/has last run on by adding a 2000-05-31 05:02:31 +00:00
kern_xxx.c defopt SYSCALL_DEBUG. 2000-06-06 18:26:32 +00:00
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c Replace my personal attribution string ("This product includes software 2000-06-13 22:36:16 +00:00
subr_disk.c
subr_extent.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
subr_log.c brain-oh in last. test logsoftc.sc_pgid, not p. 2000-05-28 18:31:13 +00:00
subr_pool.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
subr_prf.c Fix assorted bugs around shutdown/reboot/panic time. 2000-06-10 18:44:43 +00:00
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
sys_process.c
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c White space nit in previous. 2000-06-02 16:05:49 +00:00
sysv_sem.c Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", 2000-06-02 15:53:03 +00:00
sysv_shm.c Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", 2000-06-02 15:53:03 +00:00
tty.c Introduce a new process state distinct from SRUN called SONPROC 2000-05-26 00:36:42 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
uipc_mbuf2.c
uipc_proto.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
uipc_usrreq.c Oops, missed a couple of places where CMSG_*() should be used. No 2000-06-05 16:29:45 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c Fix several problems with lockf/fcntl byte range locks: 2000-06-12 14:33:04 +00:00
vfs_lookup.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
vfs_subr.c Fix assorted bugs around shutdown/reboot/panic time. 2000-06-10 18:44:43 +00:00
vfs_syscalls.c Correct situation where vnode was left hanging around when trying to 2000-06-19 18:53:55 +00:00
vfs_vnops.c
vnode_if.c Change the sementics of the last parameter from a boolean ("waitfor") to 2000-05-13 23:43:06 +00:00
vnode_if.sh
vnode_if.src Change the sementics of the last parameter from a boolean ("waitfor") to 2000-05-13 23:43:06 +00:00