NetBSD/sys/kern
cgd 6ffadcadf6 fix off-by-one error in tickfix code. (should increment when count >=
interval, because count goes from 0->(interval-1) to count interval
ticks.)
1996-01-17 04:37:31 +00:00
..
Make.tags.inc
Makefile move ../sys/syscallargs.h out of the way when making new version, 1995-11-22 23:11:32 +00:00
exec_aout.c
exec_conf.c (1) undef various EXEC_ cpp symbols before defining them, in case 1995-12-09 05:34:47 +00:00
exec_ecoff.c
exec_elf.c * Don't rely on the protection bits of segments anymore to decide whether 1996-01-16 23:07:18 +00:00
exec_elf32.c * Don't rely on the protection bits of segments anymore to decide whether 1996-01-16 23:07:18 +00:00
exec_script.c
exec_subr.c
init_main.c New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
init_sysent.c update for new syscalls.master 1995-11-22 23:09:26 +00:00
kern_acct.c
kern_clock.c fix off-by-one error in tickfix code. (should increment when count >= 1996-01-17 04:37:31 +00:00
kern_descrip.c
kern_exec.c If we abort, make sure to free ep_emul_arg. 1995-12-09 04:11:00 +00:00
kern_exit.c Remove the process from zombproc and its parent's child list before freeing 1995-12-24 11:23:33 +00:00
kern_fork.c If __FORK_BRAINDAMAGE, continue stuffing retval[1] for the benefit of main(). 1995-12-10 08:26:02 +00:00
kern_ktrace.c
kern_lkm.c
kern_malloc.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c Add a limfree(), and use it. 1995-12-09 04:09:32 +00:00
kern_sig.c Changed name of sigaltstack's ss_base field to ss_sp to match XPG4.2 and 1996-01-04 22:21:33 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c
kern_time.c
kern_xxx.c
makesyscalls.sh
subr_autoconf.c
subr_disk.c New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
subr_log.c
subr_prf.c
subr_prof.c change definition of profil() to make it 64-bit friendly. This has 1995-11-22 23:07:19 +00:00
subr_rmap.c
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c update for new syscalls.master 1995-11-22 23:09:26 +00:00
syscalls.conf
syscalls.master change definition of profil() to make it 64-bit friendly. This has 1995-11-22 23:07:19 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c Remove unused third arg to shmfork(). 1995-12-09 04:12:56 +00:00
tty.c Correct test for ECHONL (from der Mouse; PR#1922). 1996-01-10 20:52:27 +00:00
tty_compat.c When converting from termios to sgtty, if RAW is set, use the previous\ 1995-12-07 00:53:29 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c ffs -> ufs 1995-11-11 22:00:15 +00:00
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c
vfs_syscalls.c ffs -> ufs 1995-11-11 22:00:15 +00:00
vfs_vnops.c
vnode_if.sh
vnode_if.src