..
exec_aout.c
See to it that vm_tsize' and
vm_dsize' get set up properly for
1994-08-01 18:49:49 +00:00
exec_conf.c
Add hooks for COMPAT_FREEBSD, from Noriyuki Soda.
1995-10-10 01:26:36 +00:00
exec_ecoff.c
can't do ptr math on void *
1994-08-18 22:09:35 +00:00
exec_elf32.c
s/memcmp/bcmp/
1995-09-16 00:28:08 +00:00
exec_elf.c
s/memcmp/bcmp/
1995-09-16 00:28:08 +00:00
exec_script.c
Change fdclose' to
fdrelease', to avoid confusion with device interfaces.
1995-04-10 18:27:59 +00:00
exec_subr.c
Use common fdclose() rather than a private version.
1994-12-04 03:10:40 +00:00
init_main.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
init_sysent.c
Reran makesyscalls.sh.
1995-10-10 01:33:26 +00:00
kern_acct.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_clock.c
add support for clocks with hz > 1000, and for cases where 1000000 / hz != int
1995-03-03 01:24:03 +00:00
kern_descrip.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_exec.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_exit.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_fork.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_ktrace.c
Make the ktrace code emit a record that indicates the current emulation
1995-10-22 00:35:06 +00:00
kern_lkm.c
In lkmioctl(), disallow LMRESERV, LMLOADBUF, LMUNRESRV, LMREADY,
1995-10-10 00:23:20 +00:00
kern_malloc.c
make this work sanely on a 64-bit machine. Sacrifices a small bit of
1995-05-01 22:39:11 +00:00
kern_physio.c
Check for todo<0, done<0, and done>todo.
1995-10-10 02:51:45 +00:00
kern_proc.c
Use %p.
1995-03-19 23:44:44 +00:00
kern_prot.c
Add hooks for COMPAT_FREEBSD, from Noriyuki Soda.
1995-10-10 01:26:36 +00:00
kern_resource.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_sig.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_subr.c
add a facility by which to register 'hooks' to be run at shutdown time.
1995-05-31 20:41:44 +00:00
kern_synch.c
Fix various signal handling bugs:
1995-06-08 23:51:01 +00:00
kern_sysctl.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_time.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
kern_xxx.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
Make.tags.inc
from 4.4-Lite. probably don't work yet.
1994-12-03 07:42:51 +00:00
Makefile
make it reflect the current makesyscalls.sh, pointed out by
1994-12-23 10:08:25 +00:00
makesyscalls.sh
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
subr_autoconf.c
Add a new function config_scan(), which just calls a particular function
1994-11-04 06:40:11 +00:00
subr_disk.c
Make definition of b_cylinder global.
1995-03-29 20:57:35 +00:00
subr_log.c
be more careful with types, also pull in headers where necessary.
1994-10-30 21:43:03 +00:00
subr_prf.c
copy some format specifiers from kprintf to sprintf. b & r still missing
1995-06-16 10:52:17 +00:00
subr_prof.c
change definition of profil() to make it 64-bit friendly. This has
1995-11-22 23:07:19 +00:00
subr_rmap.c
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
1994-06-29 06:29:24 +00:00
subr_xxx.c
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
1994-06-29 06:29:24 +00:00
sys_generic.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
sys_process.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
sys_socket.c
splnet --> splsoftnet
1995-08-12 23:59:09 +00:00
syscalls.c
Reran makesyscalls.sh.
1995-10-10 01:33:26 +00:00
syscalls.conf
new RCS ID format.
1994-10-26 06:39:02 +00:00
syscalls.master
change definition of profil() to make it 64-bit friendly. This has
1995-11-22 23:07:19 +00:00
sysv_ipc.c
#include <sys/vnode.h>, for prototypes.
1995-06-03 05:53:28 +00:00
sysv_msg.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
sysv_sem.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
sysv_shm.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
tty_compat.c
Add hooks for COMPAT_FREEBSD, from Noriyuki Soda.
1995-10-10 01:26:36 +00:00
tty_conf.c
Add hooks for COMPAT_FREEBSD, from Noriyuki Soda.
1995-10-10 01:26:36 +00:00
tty_pty.c
Add hooks for COMPAT_FREEBSD, from Noriyuki Soda.
1995-10-10 01:26:36 +00:00
tty_subr.c
be more careful with types, also pull in headers where necessary.
1994-10-30 21:43:03 +00:00
tty_tb.c
tty_tb.c: need to include ioctl_compat.h in order to compile.
1995-05-10 16:52:53 +00:00
tty_tty.c
be more careful with types, also pull in headers where necessary.
1994-10-30 21:43:03 +00:00
tty.c
Add hooks for COMPAT_FREEBSD, from Noriyuki Soda.
1995-10-10 01:26:36 +00:00
uipc_domain.c
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
1994-06-29 06:29:24 +00:00
uipc_mbuf.c
be more careful with types, also pull in headers where necessary.
1994-10-30 21:43:03 +00:00
uipc_proto.c
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
1994-06-29 06:29:24 +00:00
uipc_socket2.c
Access rights are now stored in MT_CONTROL mbufs. Document this.
1995-08-16 01:03:19 +00:00
uipc_socket.c
splnet --> splsoftnet
1995-08-12 23:59:09 +00:00
uipc_syscalls.c
Add hooks for COMPAT_FREEBSD, from Noriyuki Soda.
1995-10-10 01:26:36 +00:00
uipc_usrreq.c
so_pcb should be a void *.
1995-08-17 02:57:20 +00:00
vfs_bio.c
fix bug pointed out by, and do the cleanup suggested by
1995-08-02 22:01:46 +00:00
vfs_cache.c
Distribute cache entries more evenly
1995-09-08 14:15:07 +00:00
vfs_cluster.c
avoid unnecessary aging of buffers. This used to make sense, when buffer
1995-07-24 21:19:27 +00:00
vfs_conf.c
ffs -> ufs
1995-11-11 22:00:15 +00:00
vfs_init.c
Use %p.
1995-03-19 23:44:44 +00:00
vfs_lockf.c
Use %p.
1995-03-19 23:44:44 +00:00
vfs_lookup.c
needs systm.h
1995-03-08 01:20:50 +00:00
vfs_subr.c
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
vfs_syscalls.c
ffs -> ufs
1995-11-11 22:00:15 +00:00
vfs_vnops.c
Remove gratuitous extra indirections.
1995-05-23 06:11:29 +00:00
vnode_if.sh
add prototypes before each inline
1995-03-10 04:13:52 +00:00
vnode_if.src
Remove a_fp.
1994-12-14 18:58:43 +00:00