NetBSD/sys/kern
1997-11-02 22:44:42 +00:00
..
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf_common.c
exec_script.c
exec_subr.c
genassym.awk
genassym.sh
init_main.c Add const where appropriate. 1997-10-19 02:00:19 +00:00
init_sysent.c Regen, syscalls.master changed. 1997-10-20 22:06:52 +00:00
kern_acct.c Add const where appropriate. 1997-10-19 02:00:19 +00:00
kern_clock.c
kern_descrip.c Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00
kern_exec.c
kern_exit.c
kern_fork.c
kern_ktrace.c Add const where appropriate. 1997-10-19 02:00:19 +00:00
kern_lkm.c
kern_lock.c
kern_malloc.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c Adjust u_int arguments of some system calls to int, to match user-level 1997-10-15 17:03:52 +00:00
kern_sig.c Disable an effectively no-op reference to u_kproc, with an explanation of what 1997-10-16 02:45:39 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c Fix PR4313: kern.maxvnodes setting was a psychotic placebo 1997-10-21 18:51:06 +00:00
kern_time.c Adjust u_int arguments of some system calls to int, to match user-level 1997-10-15 17:03:52 +00:00
kern_xxx.c
kgdb_stub.c
Make.tags.inc relocate where scsi devices are 1997-11-02 22:44:42 +00:00
Makefile
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_prf.c import chris torek's vfprintf() from libc [renamed to kprintf and all 1997-10-24 18:14:25 +00:00
subr_prof.c Add #include <sys/sysctl.h>, which in turn needs #include <vm/vm.h>. 1997-10-17 22:37:38 +00:00
subr_rmap.c
subr_xxx.c
sys_generic.c Adjust u_int arguments of some system calls to int, to match user-level 1997-10-15 17:03:52 +00:00
sys_process.c
sys_socket.c
syscalls.c Regen, syscalls.master changed. 1997-10-20 22:06:52 +00:00
syscalls.conf
syscalls.master Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c defopt UCONSOLE 1997-10-28 01:53:50 +00:00
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c PR/4280: Chris Jones: Sending more than one fd over AF_UNIX sockets causes 1997-10-17 17:35:08 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c Allow more than 4 (up to 16 now) virtual filesystems to be loaded. 1997-10-20 17:40:07 +00:00
vfs_init.c
vfs_lockf.c
vfs_lookup.c Conditionalize the recognition of symbolic link permission by 1997-10-30 22:47:06 +00:00
vfs_subr.c Separate assigments of tv_sec and tv_nsec since tv_sec is a time_t (int on 1997-10-18 16:34:17 +00:00
vfs_syscalls.c Conditionalize the recognition of symbolic link permission by 1997-10-30 22:47:06 +00:00
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src