freebsd-src/sys/kern
David Greenman 15f1b09648 Increased ratio of allowed vnodes on freelist to 1/4th of the total. This
is more representative of worst case situations of 4 files/directory. (If
that last sentence doesn't make any sense, I'm not surprised. It's rather
compilcated how this all fits together....).
This should fix a problem that Ed Hudson has been complaining about where
directories with lots of symlinks could cause excessive disk I/O.
1995-05-12 04:24:53 +00:00
..
imgact_aout.c
imgact_gzip.c
imgact_shell.c
inflate.c Changes needed for kzip to work. 1995-04-15 06:54:13 +00:00
init_main.c Kludged around a problem with "cat /proc/0/regs" causing a panic by 1995-05-04 08:21:24 +00:00
init_sysent.c Make setreuid/setregid active syscalls 1995-04-23 12:22:06 +00:00
kern_acct.c
kern_clock.c
kern_descrip.c
kern_devconf.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_ktrace.c
kern_lkm.c Undo the stupidity I inflicted on these files and replace it with 1995-04-20 05:08:53 +00:00
kern_lockf.c
kern_malloc.c Make vegetarian and animal rights people happy and use 0xdeadc0de instead 1995-04-16 11:25:15 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c set[ug]id(): call suser() only when neccesarry 1995-04-29 11:46:15 +00:00
kern_resource.c
kern_sig.c
kern_subr.c Improved hashinit panic strings. 1995-05-08 23:11:12 +00:00
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 Fix style inconsistencies in the last few commits. 1995-05-07 07:06:36 +00:00
subr_diskslice.c Fix reopening of open subdevices for DIOCSYNCSLICEINFO: 1995-05-08 16:24:08 +00:00
subr_dkbad.c
subr_log.c Bruce is right - ENOTTY is more appropriate than EINVAL in this case. 1995-04-29 11:36:47 +00:00
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c
subr_rmap.c
subr_trap.c
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c Make setreuid/setregid active syscalls 1995-04-23 12:22:06 +00:00
syscalls.master Make setreuid/setregid active syscalls 1995-04-23 12:22:06 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c Undo the move of `#include "sc.h"' etc. to cons.h. It broke anything 1995-04-24 16:43:01 +00:00
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Make two "ttyout" ttysleep wmesg unique 1995-05-07 23:53:36 +00:00
uipc_domain.c Delete two debugging printfs that mistakenly crept in. 1995-05-11 00:16:44 +00:00
uipc_mbuf.c
uipc_proto.c Make networking domains drop-ins, through the magic of GNU ld. (Some day, 1995-05-11 00:13:26 +00:00
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c Make networking domains drop-ins, through the magic of GNU ld. (Some day, 1995-05-11 00:13:26 +00:00
vfs_bio.c Fix -Wformat warnings from LINT kernel. 1995-05-11 19:26:53 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_export.c Increased ratio of allowed vnodes on freelist to 1/4th of the total. This 1995-05-12 04:24:53 +00:00
vfs_extattr.c Removed unused variable caused by last commit. 1995-05-02 09:06:04 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Increased ratio of allowed vnodes on freelist to 1/4th of the total. This 1995-05-12 04:24:53 +00:00
vfs_syscalls.c Removed unused variable caused by last commit. 1995-05-02 09:06:04 +00:00
vfs_vnops.c Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce's 1995-05-10 18:59:11 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src