freebsd-dev/sys/kern
Garrett Wollman 8478cabaea kern_clock.c: define dk_names[][].
kern_sysctl.c: call dev_sysctl for hw.devconf mib subtree
kern_devconf.c: sysctl-accessible device-configuration and -management
	interface
1994-10-16 03:52:14 +00:00
..
imgact_aout.c While in the real world, I had a bad case of being swapped out for a lot of 1994-09-25 19:34:02 +00:00
imgact_gzip.c - remove unnecessary #includes (I think a couple of redundant ones remain) 1994-10-11 11:29:17 +00:00
imgact_shell.c While in the real world, I had a bad case of being swapped out for a lot of 1994-09-25 19:34:02 +00:00
inflate.c - remove unnecessary #includes (I think a couple of redundant ones remain) 1994-10-11 11:29:17 +00:00
init_main.c Got rid of map.h. It's a leftover from the rmap code, and we use rlists. 1994-10-09 07:35:18 +00:00
init_sysent.c Added errno conversion table (initialize to zero). 1994-10-09 22:07:38 +00:00
kern_acct.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
kern_clock.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_descrip.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
kern_devconf.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_exec.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
kern_exit.c Fixed bug in ibcs2 signal translation. 1994-10-11 20:42:01 +00:00
kern_fork.c Cosmetics. related to getting prototypes into view. 1994-10-10 01:00:49 +00:00
kern_ktrace.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
kern_lkm.c Don't allow the same MISC module loading more than once.. 1994-10-12 20:28:32 +00:00
kern_lockf.c While in the real world, I had a bad case of being swapped out for a lot of 1994-09-25 19:34:02 +00:00
kern_malloc.c Got rid of map.h. It's a leftover from the rmap code, and we use rlists. 1994-10-09 07:35:18 +00:00
kern_ntptime.c Add vm/vm.h for complete sysctl type. 1994-09-19 17:39:21 +00:00
kern_physio.c While in the real world, I had a bad case of being swapped out for a lot of 1994-09-25 19:34:02 +00:00
kern_proc.c Cosmetics. related to getting prototypes into view. 1994-10-10 01:00:49 +00:00
kern_prot.c Added ifdef COMPAT_IBCS2 around setre[ug]id. 1994-10-13 20:59:49 +00:00
kern_resource.c Cosmetics. related to getting prototypes into view. 1994-10-10 01:00:49 +00:00
kern_sig.c Cosmetics. related to getting prototypes into view. 1994-10-10 01:00:49 +00:00
kern_subr.c Added $Id$ 1994-08-02 07:55:43 +00:00
kern_synch.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
kern_sysctl.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_tc.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_time.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
kern_timeout.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_xxx.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
Make.tags.inc Added $Id$ 1994-08-02 07:55:43 +00:00
Makefile Added namespace information for future pollution-control measures. 1994-09-13 00:48:26 +00:00
makesyscalls.sh Added errno conversion table (initialize to zero). 1994-10-09 22:07:38 +00:00
md5c.c
subr_autoconf.c Added $Id$ 1994-08-02 07:55:43 +00:00
subr_clist.c While in the real world, I had a bad case of being swapped out for a lot of 1994-09-25 19:34:02 +00:00
subr_disklabel.c POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c, 1994-10-08 06:57:29 +00:00
subr_log.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
subr_param.c Added SYSV ipcs. 1994-09-13 14:47:38 +00:00
subr_prf.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
subr_prof.c Fix compiler warnings. 1994-09-21 21:58:39 +00:00
subr_rlist.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
subr_rmap.c Added $Id$ 1994-08-02 07:55:43 +00:00
subr_trap.c Ouch, fixed bug in errno translation (ibcs2 support). 1994-10-11 22:37:14 +00:00
subr_xxx.c Added $Id$ 1994-08-02 07:55:43 +00:00
sys_generic.c Damn, check in the wrong version, fixed. 1994-10-13 21:41:36 +00:00
sys_process.c While in the real world, I had a bad case of being swapped out for a lot of 1994-09-25 19:34:02 +00:00
sys_socket.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
syscalls.c Updated to add errno conversion table. (intialize to zero). 1994-10-09 21:58:47 +00:00
syscalls.master "idle priority" support. Based on code from Henrik Vestergaard Draboel, 1994-10-02 04:48:21 +00:00
sysv_ipc.c Added SYSV ipcs. 1994-09-13 14:47:38 +00:00
sysv_msg.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
sysv_sem.c Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
sysv_shm.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
tty_compat.c Better IXANY/IXOFF processing into setflags. 1994-10-11 20:29:42 +00:00
tty_conf.c Allow for loadable line disciplines (eventually). 1994-10-05 21:22:24 +00:00
tty_cons.c Conditionalized support for syscons as the console so that it can be 1994-08-31 07:44:22 +00:00
tty_pty.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
tty_subr.c While in the real world, I had a bad case of being swapped out for a lot of 1994-09-25 19:34:02 +00:00
tty_tb.c Added $Id$ 1994-08-02 07:55:43 +00:00
tty_tty.c Added $Id$ 1994-08-02 07:55:43 +00:00
tty.c ttywait: check conditions again right after oproc 1994-10-15 17:59:02 +00:00
uipc_domain.c Added $Id$ 1994-08-02 07:55:43 +00:00
uipc_mbuf.c Got rid of map.h. It's a leftover from the rmap code, and we use rlists. 1994-10-09 07:35:18 +00:00
uipc_proto.c Added $Id$ 1994-08-02 07:55:43 +00:00
uipc_sockbuf.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
uipc_socket2.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
uipc_socket.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
uipc_syscalls.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
uipc_usrreq.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
vfs_bio.c Stuff object into v_vmdata rather than pager. Not important which at 1994-10-05 09:48:45 +00:00
vfs_cache.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
vfs_cluster.c Cosmetics: added ()'s and fixed prinf-formats to make gcc silent. 1994-10-08 22:33:43 +00:00
vfs_conf.c Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
vfs_export.c Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
vfs_extattr.c Fix the problem with panics when mounting on nonexistant directories. Probably 1994-10-15 02:53:26 +00:00
vfs_init.c Cosmetics: added ()'s and fixed prinf-formats to make gcc silent. 1994-10-08 22:33:43 +00:00
vfs_lookup.c Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
vfs_mount.c Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
vfs_subr.c Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
vfs_syscalls.c Fix the problem with panics when mounting on nonexistant directories. Probably 1994-10-15 02:53:26 +00:00
vfs_vnops.c Stuff object into v_vmdata rather than pager. Not important which at 1994-10-05 09:48:45 +00:00
vnode_if.pl Added $Id$ 1994-08-02 07:55:43 +00:00
vnode_if.sh Added $Id$ 1994-08-02 07:55:43 +00:00
vnode_if.src Make NFS ask the filesystems for directory cookies instead of making them 1994-09-28 16:45:22 +00:00