HardenedBSD/sys/kern
1994-08-28 16:16:33 +00:00
..
imgact_aout.c Changes preparing for iBCS support 1994-08-24 11:52:21 +00:00
imgact_shell.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
init_main.c 1) Changed ddb into a option rather than a pseudo-device (use options DDB 1994-08-27 16:14:39 +00:00
init_sysent.c Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out until 1994-08-26 18:15:25 +00:00
kern_acct.c
kern_clock.c 1) Changed ddb into a option rather than a pseudo-device (use options DDB 1994-08-27 16:14:39 +00:00
kern_descrip.c
kern_exec.c Pay attention to *all* errors from copyinstr(). This patch fixes a bug 1994-08-24 10:53:53 +00:00
kern_exit.c Changes preparing for iBCS support 1994-08-24 11:52:21 +00:00
kern_fork.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
kern_ktrace.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
kern_lkm.c Changes to new sysent structure. TODO MOD_EXEC support. 1994-08-26 08:42:07 +00:00
kern_lockf.c
kern_malloc.c
kern_physio.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
kern_proc.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
kern_prot.c
kern_resource.c
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
kern_tc.c 1) Changed ddb into a option rather than a pseudo-device (use options DDB 1994-08-27 16:14:39 +00:00
kern_time.c
kern_timeout.c 1) Changed ddb into a option rather than a pseudo-device (use options DDB 1994-08-27 16:14:39 +00:00
kern_xxx.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
Make.tags.inc
Makefile
makesyscalls.sh Oops didn't check that init_sysent.c was generated proberly. Fixed. 1994-08-26 09:33:37 +00:00
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_log.c
subr_param.c
subr_prf.c 1) Changed ddb into a option rather than a pseudo-device (use options DDB 1994-08-27 16:14:39 +00:00
subr_prof.c
subr_rlist.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
subr_rmap.c
subr_trap.c Don't test if a u_int is < 0. The remaining test is sufficient and the 1994-08-28 16:16:33 +00:00
subr_xxx.c
sys_generic.c
sys_process.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
sys_socket.c
syscalls.c Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out until 1994-08-26 18:15:25 +00:00
syscalls.master Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out until 1994-08-26 18:15:25 +00:00
tty_compat.c Support speeds 57600 and 115200. 1994-08-25 10:01:00 +00:00
tty_conf.c
tty_cons.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Added support for TIOCSTAT ioctl. This allows shells that use raw/cbreak 1994-08-18 09:16:37 +00:00
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c Implemented filesystem clean bit via: 1994-08-20 16:03:26 +00:00
vfs_export.c Initialized v_writecount. 1994-08-24 04:06:39 +00:00
vfs_extattr.c Implemented filesystem clean bit via: 1994-08-20 16:03:26 +00:00
vfs_init.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vfs_lookup.c 1) cleaned up after Garrett - fixed more redundant declarations, changed 1994-08-20 03:49:02 +00:00
vfs_mount.c Implemented filesystem clean bit via: 1994-08-20 16:03:26 +00:00
vfs_subr.c Initialized v_writecount. 1994-08-24 04:06:39 +00:00
vfs_syscalls.c Implemented filesystem clean bit via: 1994-08-20 16:03:26 +00:00
vfs_vnops.c Moved over my fix for vnode lossage when multiple TIOCSCTTY ioctls are 1994-08-18 03:53:38 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src