freebsd-nq/sys/kern
John Dyson 9970cd3721 Improve the caching of small files like directories, while not
substantially increasing buffer space.  Specifically, we double
the number of buffers, but allocate only half the amount of memory
per buffer.  Note that VDIR files aren't cached unless instantiated
in a buffer.  This will significantly improve caching.
1996-11-17 02:11:01 +00:00
..
imgact_aout.c
imgact_elf.c Added a missing break, so all static bins would be missed :( 1996-10-24 19:13:00 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c init_main.c: pass -d to init if DEVFS_ROOT 1996-10-28 11:34:57 +00:00
init_sysent.c Add the utrace(caddr_t addr,size_t len) syscall, that will store the 1996-09-19 19:49:13 +00:00
init_sysvec.c
kern_acct.c
kern_clock.c Improved biasing of i586 clock by adjusting for hardclock() latency. 1996-10-25 13:01:56 +00:00
kern_conf.c init_main.c: pass -d to init if DEVFS_ROOT 1996-10-28 11:34:57 +00:00
kern_descrip.c Fixed bitrot in the read-only attribute: 1996-09-28 16:33:21 +00:00
kern_exec.c Fix an ordering bug -- pmap_remove_pages should be called BEFORE 1996-11-09 03:54:25 +00:00
kern_exit.c Performance optimizations. One of which was meant to go in before the 1996-10-12 21:35:25 +00:00
kern_fork.c Move static variable nextpid out from fork1(). Now top(1) can print 1996-10-27 13:29:22 +00:00
kern_ktrace.c Remove the extra length field from the utrace entries. It's redundant. 1996-09-22 18:17:51 +00:00
kern_lkm.c
kern_lockf.c
kern_malloc.c
kern_mib.c Oops, read-only is spelled RD here. 1996-09-28 15:53:30 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c Attached simple external ddb commands show rtc', show pgrpdump' 1996-09-14 10:53:48 +00:00
kern_prot.c
kern_random.c More merge and update. 1996-10-30 22:41:46 +00:00
kern_resource.c
kern_shutdown.c Further improved version of hadling a HALT when there is no console. 1996-10-31 00:57:28 +00:00
kern_sig.c Kill unnecessary test in coredump() that wasn't removed in rev 1.19 1996-10-19 01:06:20 +00:00
kern_subr.c
kern_synch.c Make processes waken up eligible for immediate swap-in. 1996-10-17 02:58:20 +00:00
kern_sysctl.c
kern_tc.c Improved biasing of i586 clock by adjusting for hardclock() latency. 1996-10-25 13:01:56 +00:00
kern_time.c if we jump the time, we need to check all the process real interval timers. 1996-09-30 19:28:52 +00:00
kern_timeout.c Improved biasing of i586 clock by adjusting for hardclock() latency. 1996-10-25 13:01:56 +00:00
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c close bin/1648 libmd not 64bit safe. 1996-10-22 16:27:47 +00:00
subr_autoconf.c
subr_clist.c Attached simple external ddb commands show rtc', show pgrpdump' 1996-09-14 10:53:48 +00:00
subr_disklabel.c Don't include <sys/conf.h> for the kernel in disk-related headers. 1996-09-20 17:39:44 +00:00
subr_diskmbr.c Don't clobber max_ncyls, ending up guessing thetotal number of cylinders as 1996-11-04 17:40:43 +00:00
subr_diskslice.c Search for labels on all slices whenever any minor for a drive is opened. 1996-10-29 13:15:30 +00:00
subr_dkbad.c Don't include <sys/conf.h> for the kernel in disk-related headers. 1996-09-20 17:39:44 +00:00
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c Improved non-statistical (GUPROF) profiling: 1996-10-17 19:32:31 +00:00
subr_rlist.c Undo a mistaken change from splhigh to splvm. Subr_rlist has been 1996-10-12 21:37:59 +00:00
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c Mostly some fixes from bde to start support for ASYNC I/O (SIGIO). 1996-10-11 02:27:30 +00:00
sys_process.c
sys_socket.c
syscalls.c Add the utrace(caddr_t addr,size_t len) syscall, that will store the 1996-09-19 19:49:13 +00:00
syscalls.master Add the utrace(caddr_t addr,size_t len) syscall, that will store the 1996-09-19 19:49:13 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c if there is no console, cngetc should act like getc and return -1 1996-10-30 21:40:25 +00:00
tty_pty.c
tty_snoop.c
tty_subr.c Attached simple external ddb commands show rtc', show pgrpdump' 1996-09-14 10:53:48 +00:00
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c Add the IP_RECVIF socket option, which supplies a packet's incoming interface 1996-11-11 04:56:32 +00:00
uipc_socket2.c Add the IP_RECVIF socket option, which supplies a packet's incoming interface 1996-11-11 04:56:32 +00:00
uipc_socket.c Increase robustness of FreeBSD against high-rate connection attempt 1996-10-07 04:32:42 +00:00
uipc_syscalls.c Preserve file flags in accept(2). 1996-10-15 19:28:44 +00:00
uipc_usrreq.c
vfs_bio.c Improve the caching of small files like directories, while not 1996-11-17 02:11:01 +00:00
vfs_cache.c
vfs_cluster.c Fix 4 problems: 1996-10-06 07:50:05 +00:00
vfs_conf.c
vfs_export.c Restored writability of kern.maxvnodes. It was broken a year ago in 1996-11-12 09:24:31 +00:00
vfs_extattr.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Restored writability of kern.maxvnodes. It was broken a year ago in 1996-11-12 09:24:31 +00:00
vfs_syscalls.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src