freebsd-dev/sys/kern
Poul-Henning Kamp 1e3a24e880 Actually access the right first page if the file.
Bruce finally caught this bogon for me, Thank you Bruce !
Due to some part of the VM/buffer/pmap magic doing clustering, this bogon
managed to work better than 99.9% of the time.  Amazing.
If You ever again see a weird message from the gzip code, please tell me.
1995-02-13 07:40:33 +00:00
..
imgact_aout.c
imgact_gzip.c Actually access the right first page if the file. 1995-02-13 07:40:33 +00:00
imgact_shell.c
inflate.c
init_main.c
init_sysent.c Actually enable NTP kernel PLL. (Oops!) 1994-12-14 17:57:47 +00:00
kern_acct.c
kern_clock.c Obtained from: my old fix for 1.1.5 1994-12-12 11:58:46 +00:00
kern_descrip.c Obtained from: my fix for 1.1.5 1994-12-12 12:27:39 +00:00
kern_devconf.c Another part of Bill Paul's fix to swapgeneric to properly use the -a flag. 1994-12-31 17:15:16 +00:00
kern_exec.c These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
kern_exit.c Fixed multiple bugs that cause null pointers to be followed or FREEed data 1994-12-28 06:15:08 +00:00
kern_fork.c Don't count the parent's previous timeslice in the child's resource usage 1995-01-21 15:08:57 +00:00
kern_ktrace.c
kern_lkm.c
kern_lockf.c
kern_malloc.c Calling semantics for kmem_malloc() have been changed...and the third 1995-02-02 08:49:08 +00:00
kern_ntptime.c
kern_physio.c These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
kern_proc.c
kern_prot.c
kern_resource.c Don't allow negative limits at all. Convert them to RLIM_INFINITY instead 1994-12-06 22:53:37 +00:00
kern_sig.c Correct a name of one structure member in the sigaltstack structure. 1995-01-29 01:19:25 +00:00
kern_subr.c Minor code improvement to uiomove() 1995-02-12 09:11:47 +00:00
kern_synch.c Don't mess with already freed structures when a process is being run 1994-12-12 06:04:27 +00:00
kern_sysctl.c Fixed multiple bugs that cause null pointers to be followed or FREEed data 1994-12-28 06:15:08 +00:00
kern_tc.c Obtained from: my old fix for 1.1.5 1994-12-12 11:58:46 +00:00
kern_time.c
kern_timeout.c Obtained from: my old fix for 1.1.5 1994-12-12 11:58:46 +00:00
kern_xxx.c Implemented a "TEXT_SET" called 'cleanup_set' which will be called before 1994-12-04 19:58:43 +00:00
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c Fix cblock starvation bugs by reserving enough cblocks for minimal 1994-11-26 19:24:13 +00:00
subr_disklabel.c Print `slicename' and not a bogus pointer in diskerr() 1994-12-22 04:42:31 +00:00
subr_diskmbr.c Fixed $Id$ 1995-01-23 02:31:53 +00:00
subr_diskslice.c $Id: -> $Id$ 1995-01-31 04:33:41 +00:00
subr_dkbad.c subr_diskslice.c implements everything related to slices and labels except 1994-12-12 00:20:34 +00:00
subr_log.c
subr_param.c Increase maxfiles to NPROC*2. This makes the per-process open file limit 1995-01-12 03:38:12 +00:00
subr_prf.c Print "(null)" instead of "<null>" for NULL string args for consistency 1994-12-30 12:17:42 +00:00
subr_prof.c Don't waste 1264K for each MB of unused text. 1995-01-29 03:03:23 +00:00
subr_rlist.c Rewrote rlist_free(). The previous code was a good example of how to 1995-01-31 06:48:53 +00:00
subr_rmap.c
subr_trap.c Removed unnecessary check for pr_scale in the AST/OWEUPC case. 1995-02-10 06:43:47 +00:00
subr_xxx.c
sys_generic.c
sys_process.c Wire the page table before doing the vm_fault(). Fixes a panic that 1995-02-10 22:36:11 +00:00
sys_socket.c
syscalls.c
syscalls.master Actually enable NTP kernel PLL. (Oops!) 1994-12-14 17:57:47 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c Kill redundant declarations of d_open_t and d_close_t. 1995-01-23 18:46:13 +00:00
tty_pty.c
tty_subr.c Fix cblock starvation bugs by reserving enough cblocks for minimal 1994-11-26 19:24:13 +00:00
tty_tb.c
tty_tty.c don't allow ctty to be set to ctty - infinite kernel recursion 1994-12-04 01:46:13 +00:00
tty.c Purge queues in ttylclose(), if ttywflush() failed 1995-02-13 02:18:28 +00:00
uipc_domain.c Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> 1995-01-05 19:51:51 +00:00
uipc_mbuf.c Update kmem_malloc() call to new waitflag(s) interface. 1995-02-05 07:08:27 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c Merge in the socket-level support for Transaction TCP. 1995-02-07 02:01:16 +00:00
uipc_syscalls.c
uipc_usrreq.c Merge in the socket-level support for Transaction TCP. 1995-02-07 02:01:16 +00:00
vfs_bio.c Make B_NOCACHE and B_INVAL buffers work correctly - throw away the data in 1995-02-03 03:35:56 +00:00
vfs_cache.c
vfs_cluster.c Fixed a variety of deadlock and panic bugs, removed the bypass code, and 1995-01-24 10:00:46 +00:00
vfs_conf.c
vfs_export.c Fixed some formatting weirdness that I overlooked in the previous commit. 1995-01-10 07:32:52 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Fixed some formatting weirdness that I overlooked in the previous commit. 1995-01-10 07:32:52 +00:00
vfs_syscalls.c
vfs_vnops.c These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src