..
Make.tags.inc
from 4.4-Lite. probably don't work yet.
1994-12-03 07:42:51 +00:00
Makefile
Do not build vnode_if.[ch] for each kernel. Build them once, like the
1996-02-29 20:54:58 +00:00
exec_aout.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
exec_conf.c
(1) undef various EXEC_ cpp symbols before defining them, in case
1995-12-09 05:34:47 +00:00
exec_ecoff.c
- Make things compile cleanly after the NTP additions.
1996-03-07 14:31:16 +00:00
exec_elf.c
More proto fixes
1996-02-09 18:59:18 +00:00
exec_elf32.c
More proto fixes
1996-02-09 18:59:18 +00:00
exec_script.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
exec_subr.c
Use common fdclose() rather than a private version.
1994-12-04 03:10:40 +00:00
init_main.c
call config_init() before autoconfiguration, to initialize alldevs and
1996-04-04 00:26:28 +00:00
init_sysent.c
Reran makesyscalls.sh.
1996-03-08 21:05:40 +00:00
kern_acct.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
kern_clock.c
Fix db_printf formats.
1996-03-30 22:23:18 +00:00
kern_descrip.c
Eliminate kern_conf.h
1996-03-30 22:24:38 +00:00
kern_exec.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_exit.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_fork.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_ktrace.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_lkm.c
Fix PR2277; make lkmenodev() be the same type as enodev().
1996-03-31 21:40:27 +00:00
kern_malloc.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
kern_ntptime.c
- Make things compile cleanly after the NTP additions.
1996-03-07 14:31:16 +00:00
kern_physio.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
kern_proc.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_prot.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_resource.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_sig.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_subr.c
Removed a function that were #ifdef vax'ed.
1996-04-09 17:21:56 +00:00
kern_synch.c
Fix db_printf formats.
1996-03-30 22:23:18 +00:00
kern_sysctl.c
Fix __sysctl() to return the proper value to the caller, to match
1996-04-12 23:21:37 +00:00
kern_time.c
Changes for NVSv3 code: pull in more NFS include files into kern_time.c
1996-02-18 11:57:06 +00:00
kern_xxx.c
More proto fixes
1996-02-09 18:59:18 +00:00
makesyscalls.sh
support nested #if/#else/#endif sets, to allow ULTRIX compat code to handle
1996-03-15 01:25:12 +00:00
subr_autoconf.c
Make config_found_sm() (and therefore config_found()) and config_rootfound()
1996-04-04 06:06:18 +00:00
subr_disk.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
subr_log.c
Eliminate kern_conf.h
1996-03-30 22:24:38 +00:00
subr_prf.c
Change %r -> %: as for recursive printf's
1996-03-30 22:25:18 +00:00
subr_prof.c
Remove extraneous argument from sysctl_doprof().
1996-03-17 02:44:40 +00:00
subr_rmap.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
subr_xxx.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
sys_generic.c
kill unnecessary (and sometimes dangerous) casts of ioctl commands to int
1996-03-29 00:25:30 +00:00
sys_process.c
More proto fixes
1996-02-09 18:59:18 +00:00
sys_socket.c
splnet --> splsoftnet
1995-08-12 23:59:09 +00:00
syscalls.c
Reran makesyscalls.sh.
1996-03-08 21:05:40 +00:00
syscalls.conf
new RCS ID format.
1994-10-26 06:39:02 +00:00
syscalls.master
Add NTP kernel precision timekeeping from Dave Mill's xntp distribution
1996-02-27 04:20:30 +00:00
sysv_ipc.c
#include <sys/vnode.h>, for prototypes.
1995-06-03 05:53:28 +00:00
sysv_msg.c
More proto fixes
1996-02-09 18:59:18 +00:00
sysv_sem.c
More proto fixes
1996-02-09 18:59:18 +00:00
sysv_shm.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
tty.c
Fix another printf format warning.
1996-03-29 01:55:12 +00:00
tty_conf.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
tty_pty.c
Eliminate kern_conf.h
1996-03-30 22:24:38 +00:00
tty_subr.c
More proto fixes
1996-02-09 18:59:18 +00:00
tty_tb.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
tty_tty.c
Eliminate kern_conf.h
1996-03-30 22:24:38 +00:00
uipc_domain.c
More proto fixes
1996-02-09 18:59:18 +00:00
uipc_mbuf.c
More proto fixes
1996-02-09 18:59:18 +00:00
uipc_proto.c
uipc_proto.c: No need for the forward decls anymore; everything is prototyped.
1996-02-13 21:10:43 +00:00
uipc_socket.c
First pass at prototyping
1996-02-04 02:17:43 +00:00
uipc_socket2.c
First pass at prototyping
1996-02-04 02:17:43 +00:00
uipc_syscalls.c
More proto fixes
1996-02-09 18:59:18 +00:00
uipc_usrreq.c
More proto fixes
1996-02-09 18:59:18 +00:00
vfs_bio.c
Changes for NVSv3 code: pull in more NFS include files into kern_time.c
1996-02-18 11:57:06 +00:00
vfs_cache.c
First pass at prototyping
1996-02-04 02:17:43 +00:00
vfs_cluster.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
vfs_conf.c
ffs -> ufs
1995-11-11 22:00:15 +00:00
vfs_init.c
More proto fixes
1996-02-09 18:59:18 +00:00
vfs_lockf.c
First pass at prototyping
1996-02-04 02:17:43 +00:00
vfs_lookup.c
More proto fixes
1996-02-09 18:59:18 +00:00
vfs_subr.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
vfs_syscalls.c
Move an #ifdef FIFO so this compiles on a SPARC (-Wall) if FIFO is not
1996-03-22 06:51:04 +00:00
vfs_vnops.c
First pass at prototyping
1996-02-04 02:17:43 +00:00
vnode_if.c
Do not build vnode_if.[ch] for each kernel. Build them once, like the
1996-02-29 21:01:12 +00:00
vnode_if.sh
Do not build vnode_if.[ch] for each kernel. Build them once, like the
1996-02-29 20:54:58 +00:00
vnode_if.src
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
1996-02-09 14:45:36 +00:00