freebsd-dev/sys/kern
Poul-Henning Kamp a98ca4699e Second batch of cleanup changes.
This time mostly making a lot of things static and some unused
variables here and there.
1995-10-29 15:33:36 +00:00
..
imgact_aout.c
imgact_gzip.c
imgact_shell.c Remove prototype definitions from <sys/systm.h>. 1995-10-08 00:06:22 +00:00
inflate.c
init_main.c Remove prototype definitions from <sys/systm.h>. 1995-10-08 00:06:22 +00:00
init_sysent.c Remake generated files to reflect makesyscalls.sh changes 1995-10-07 06:29:30 +00:00
kern_acct.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
kern_clock.c Improve clock accuracy by accounting for late/missed clock interrupts 1995-10-12 20:35:01 +00:00
kern_conf.c fix REALLY STUPID bug/typo 1995-10-04 08:58:00 +00:00
kern_descrip.c Killed a few gratuitous #include's. 1995-10-21 08:38:13 +00:00
kern_devconf.c
kern_exec.c Killed a few gratuitous #include's. 1995-10-21 08:38:13 +00:00
kern_exit.c Remove COMPAT_IBCS2 option. 1995-10-23 19:44:38 +00:00
kern_fork.c Remove prototype definitions from <sys/systm.h>. 1995-10-08 00:06:22 +00:00
kern_ktrace.c
kern_lkm.c add the file kern_conf.c so it can be compiled in when needed 1995-10-04 03:42:39 +00:00
kern_lockf.c
kern_malloc.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c Remove prototype definitions from <sys/systm.h>. 1995-10-08 00:06:22 +00:00
kern_resource.c Fix a sign extension bug that was unleashed by the previous change. 1995-10-23 19:05:50 +00:00
kern_sig.c Implement SA_NODEFER sa_flag for sigaction(): 1995-10-19 19:16:01 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c Sorry, the last commit screwed up for me, this is the right one (I hope!) 1995-10-28 13:07:28 +00:00
kern_tc.c Improve clock accuracy by accounting for late/missed clock interrupts 1995-10-12 20:35:01 +00:00
kern_time.c
kern_timeout.c Improve clock accuracy by accounting for late/missed clock interrupts 1995-10-12 20:35:01 +00:00
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh Fix misc formatting errors in makesyscalls.sh. 1995-10-07 23:56:20 +00:00
md5c.c
subr_autoconf.c
subr_clist.c Fix clist limits. They were usually one too low. E.g., for a limit of 1995-10-25 17:59:58 +00:00
subr_disklabel.c
subr_diskmbr.c Remove unused functions and variables, make things static, and other cleanups. 1995-10-28 15:39:31 +00:00
subr_diskslice.c
subr_dkbad.c
subr_log.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c Killed a few gratuitous #include's. 1995-10-21 08:38:13 +00:00
subr_rmap.c
subr_trap.c Remove unused functions and variables, make things static, and other cleanups. 1995-10-28 15:39:31 +00:00
subr_xxx.c
sys_generic.c Remove the ugly COMPAT_IBCS2 hack to hide a return value through 1995-10-10 08:08:54 +00:00
sys_process.c
sys_socket.c
syscalls.c Remake generated files to reflect makesyscalls.sh changes 1995-10-07 06:29:30 +00:00
syscalls.master Fix misc formatting errors in makesyscalls.sh. 1995-10-07 23:56:20 +00:00
sysv_ipc.c
sysv_msg.c Start including <sys/sysproto.h> to get the correct args structs and 1995-10-21 19:50:00 +00:00
sysv_sem.c Start including <sys/sysproto.h> to get the correct args structs and 1995-10-21 19:50:00 +00:00
sysv_shm.c Start including <sys/sysproto.h> to get the correct args structs and 1995-10-21 19:50:00 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c Fixed data loss in writes to pty masters. Data was almost always lost 1995-10-25 18:23:58 +00:00
tty_snoop.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
tty_subr.c Fix clist limits. They were usually one too low. E.g., for a limit of 1995-10-25 17:59:58 +00:00
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c Simplify the pseudo-argument removal changes by not optimizing for 1995-10-23 15:42:12 +00:00
uipc_usrreq.c
vfs_bio.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
vfs_cache.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
vfs_cluster.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
vfs_conf.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
vfs_export.c Call vfs_unbusy() before error returns from sysctl_vnode(). This fixes 1995-10-28 08:50:08 +00:00
vfs_extattr.c Moved the filesystem read-only check out of the syscalls and into the 1995-10-22 09:32:48 +00:00
vfs_init.c
vfs_lookup.c Moved the filesystem read-only check out of the syscalls and into the 1995-10-22 09:32:48 +00:00
vfs_mount.c Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
vfs_subr.c Call vfs_unbusy() before error returns from sysctl_vnode(). This fixes 1995-10-28 08:50:08 +00:00
vfs_syscalls.c Moved the filesystem read-only check out of the syscalls and into the 1995-10-22 09:32:48 +00:00
vfs_vnops.c Moved the filesystem read-only check out of the syscalls and into the 1995-10-22 09:32:48 +00:00
vnode_if.pl Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
vnode_if.sh Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
vnode_if.src Interface change for the VOP_GETPAGES -- missed in previous commits. 1995-10-23 02:55:55 +00:00