freebsd-nq/sys/kern
John Dyson 56363b79a9 Fix some problems with return codes on the new pipe stuff. Bruce Evans
found the problems, and this commit will fix the "first batch" :-).
1996-01-31 02:05:12 +00:00
..
imgact_aout.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
imgact_gzip.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
imgact_shell.c
inflate.c
init_main.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
init_sysent.c Removed stale #includes of "opt_sysvipc.h". 1996-01-20 21:36:31 +00:00
kern_acct.c
kern_clock.c
kern_conf.c
kern_descrip.c Enable the new fast pipe code. The old pipes can be used with the 1996-01-28 23:41:40 +00:00
kern_devconf.c
kern_exec.c Removed stale #includes of "opt_sysvipc.h". 1996-01-20 21:36:31 +00:00
kern_exit.c Removed stale #includes of "opt_sysvipc.h". 1996-01-20 21:36:31 +00:00
kern_fork.c
kern_ktrace.c
kern_lkm.c
kern_lockf.c
kern_malloc.c Implement what I mentioned in rev 1.18: limit per-bucket allocations to 1996-01-29 11:12:37 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c Fix a printf, well, actually break it, that is... 1996-01-16 18:10:19 +00:00
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c Fixed dangling pointer bugs in DIOCSDINFO. 1996-01-28 08:15:44 +00:00
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c Kernel printf now returns int. 1996-01-29 03:18:05 +00:00
subr_prof.c
subr_rlist.c
subr_trap.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c Fix some problems with return codes on the new pipe stuff. Bruce Evans 1996-01-31 02:05:12 +00:00
sys_process.c Major fixes for ptrace()... 1996-01-24 18:29:00 +00:00
sys_socket.c
syscalls.c Add an option NFS_NOSERVER which saves 100K in the install kernel (or 1996-01-13 23:27:58 +00:00
syscalls.master Add an option NFS_NOSERVER which saves 100K in the install kernel (or 1996-01-13 23:27:58 +00:00
sysv_ipc.c (gulp!) reran makesyscalls.. 1996-01-08 04:30:48 +00:00
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c Fix a bug I made in the devfs. 1996-01-26 12:42:39 +00:00
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c Enable the new fast pipe code. The old pipes can be used with the 1996-01-28 23:41:40 +00:00
uipc_usrreq.c
vfs_bio.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
vfs_cache.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
vfs_cluster.c An earlier modification had decreased CPU usage, but also 1996-01-28 18:25:54 +00:00
vfs_conf.c
vfs_export.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
vfs_extattr.c Make sure the mountpoint is marked busy before doing operations on it. 1996-01-16 13:07:14 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
vfs_syscalls.c Make sure the mountpoint is marked busy before doing operations on it. 1996-01-16 13:07:14 +00:00
vfs_vnops.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src