1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/kern
1997-11-23 10:43:49 +00:00
..
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
init_sysent.c
init_sysvec.c
kern_acct.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
kern_clock.c Removed unused #include. 1997-11-18 12:24:22 +00:00
kern_conf.c Staticized. 1997-11-22 08:35:46 +00:00
kern_descrip.c Fixed duplicate definitions of M_FILE (one static). 1997-11-23 10:43:49 +00:00
kern_exec.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
kern_exit.c Avoid passing a `retval' to wait1() 1997-11-20 19:09:43 +00:00
kern_fork.c Removed unused includes. 1997-11-20 16:36:17 +00:00
kern_intr.c
kern_ktrace.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
kern_linker.c Fixed a sloppy common-style definitions. 1997-11-20 20:07:59 +00:00
kern_lkm.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
kern_lock.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
kern_lockf.c
kern_malloc.c Remove the long description from the in-kernel datastructure. 1997-10-28 19:01:02 +00:00
kern_mib.c
kern_module.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
kern_ntptime.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
kern_opt.c
kern_physio.c
kern_proc.c
kern_prot.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
kern_random.c
kern_resource.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
kern_shutdown.c Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>. 1997-11-18 15:16:43 +00:00
kern_sig.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
kern_subr.c
kern_synch.c Staticized. 1997-11-22 08:35:46 +00:00
kern_sysctl.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
kern_tc.c Removed unused #include. 1997-11-18 12:24:22 +00:00
kern_threads.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
kern_time.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
kern_timeout.c Removed unused #include. 1997-11-18 12:24:22 +00:00
kern_xxx.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
link_aout.c Fixed a sloppy common-style definitions. 1997-11-20 20:07:59 +00:00
Make.tags.inc
Makefile
makesyscalls.sh Don't generate new prototype files with the extra int retval[] arg at 1997-11-18 03:34:39 +00:00
md5c.c
subr_autoconf.c Removed an unused #include. Ifdefed a conditionally used #include. 1997-11-18 12:43:41 +00:00
subr_clist.c
subr_disklabel.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
subr_diskmbr.c
subr_diskslice.c Rename some local variables to avoid shadowing other local variables. 1997-11-07 09:21:01 +00:00
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
subr_rlist.c
subr_smp.c Use UPAGES when setting up private pages for SMP (which includes idle stack). 1997-11-07 19:58:34 +00:00
subr_trap.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
subr_xxx.c
sys_generic.c Fixed some style bugs in the poll() code. 1997-11-23 10:30:50 +00:00
sys_pipe.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
sys_process.c Set return value for the correct process in ptrace(). 1997-11-12 12:28:12 +00:00
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c Removed an unused #include. Added an unsed #include of <sys/ucred.h> 1997-11-18 12:52:10 +00:00
sysv_msg.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
sysv_sem.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
sysv_shm.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c Removed unused #includes. Ifdefed a conditionally used #include. 1997-11-18 16:12:51 +00:00
tty_subr.c
tty_tb.c
tty_tty.c Get tty ioctl numbers by #including <sys/ttycom.h> instead of 1997-11-18 12:59:09 +00:00
tty.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c MF22: MSG_EOR bug fix. 1997-11-09 05:07:40 +00:00
uipc_syscalls.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
uipc_usrreq.c Fixed duplicate definitions of M_FILE (one static). 1997-11-23 10:43:49 +00:00
vfs_aio.c Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>. 1997-11-18 10:02:40 +00:00
vfs_bio.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
vfs_cache.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
vfs_cluster.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
vfs_conf.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
vfs_default.c Removed an unused #include. 1997-11-18 13:03:48 +00:00
vfs_export.c Staticized. 1997-11-22 08:35:46 +00:00
vfs_extattr.c Staticized. 1997-11-22 06:41:21 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
vfs_subr.c Staticized. 1997-11-22 08:35:46 +00:00
vfs_syscalls.c Staticized. 1997-11-22 06:41:21 +00:00
vfs_vnops.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src