NetBSD/sys/kern
kleink d3aadd8976 Add posix_rename() syscall. 1997-05-18 19:56:48 +00:00
..
Make.tags.inc Ancient...needed a slight amount of fixing. 1997-05-04 01:54:24 +00:00
Makefile
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure 1997-05-08 16:19:43 +00:00
exec_elf64.c
exec_elf_common.c
exec_script.c va_mode contains stat bits. Use S_IS[UG]ID rather than VS[UG]ID. 1997-05-08 10:19:10 +00:00
exec_subr.c
genassym.awk
genassym.sh
init_main.c Eliminate vmspace.vm_pmap and all references to it unless 1997-05-16 21:39:50 +00:00
init_sysent.c
kern_acct.c
kern_clock.c add case for 512Hz in NTP code 1997-05-05 19:25:26 +00:00
kern_descrip.c
kern_exec.c Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure 1997-05-08 16:19:43 +00:00
kern_exit.c Delay turning off P_TRACED until the process is actually waited on. It can't 1997-04-28 13:17:05 +00:00
kern_fork.c
kern_ktrace.c
kern_lkm.c
kern_malloc.c
kern_ntptime.c
kern_physio.c
kern_proc.c Pull in the declarations of db_expression() and db_error(), used by 1997-05-08 17:22:05 +00:00
kern_prot.c Nuke the old COMPAT_09 truncation of UIDs, GIDs, process and process group IDs. 1997-04-23 18:59:53 +00:00
kern_resource.c
kern_sig.c Reinstate P_FSTRACE, with different semantics: 1997-04-28 04:49:27 +00:00
kern_subr.c
kern_synch.c Moved db_show_all_procs() to kern_proc.c 1997-05-07 18:49:10 +00:00
kern_sysctl.c Eliminate vmspace.vm_pmap and all references to it unless 1997-05-16 21:39:50 +00:00
kern_time.c Don't allow the time to be set backwards if in highly secure mode, since this would allow inode change times to be manipulated. 1997-04-26 21:22:57 +00:00
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c Fix two boundary/overflow errors in extent_alloc_subregion(): 1997-05-12 23:36:32 +00:00
subr_log.c
subr_prf.c
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c
sys_process.c Reinstate P_FSTRACE, with different semantics: 1997-04-28 04:49:27 +00:00
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master Add posix_rename() syscall. 1997-05-18 19:56:48 +00:00
sysv_ipc.c Don't use vaccess() here. 1997-05-08 17:16:15 +00:00
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c Fix printf format botch. 1997-05-17 00:19:02 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c Oops; forgot to GC the last mbuf allocated when out of clusters. 1997-04-28 17:03:58 +00:00
uipc_proto.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c When fstat(2)ing a file descriptor of a local communications domain socket, 1997-05-15 17:01:04 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c Snapshot of namei() cleanup: 1997-05-08 14:55:22 +00:00
vfs_subr.c Oops; fix reversed test for VDIR. 1997-05-08 16:34:54 +00:00
vfs_syscalls.c Add posix_rename() syscall. 1997-05-18 19:56:48 +00:00
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src