freebsd_amp_hwpstate/sys/kern
David Greenman 0711286530 Cleaned up after Bruce: there were still some things that included
com.h/lpa.h. Removed all vestiges of com/lpa out of conf.c and also
fixed up the end of cdevsw/bdevsw to have "no" routines instead of
a NULL pointer (suggested by someone a few weeks back).
1994-08-30 19:36:35 +00:00
..
Make.tags.inc
Makefile
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
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
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.c
tty_compat.c Support speeds 57600 and 115200. 1994-08-25 10:01:00 +00:00
tty_conf.c
tty_cons.c Cleaned up after Bruce: there were still some things that included 1994-08-30 19:36:35 +00:00
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c Changed to reclaim memory from other buffers to eliminate memory 1994-08-30 18:19:11 +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 "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +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 "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
vfs_syscalls.c Implemented filesystem clean bit via: 1994-08-20 16:03:26 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src