freebsd-nq/sys/kern
Poul-Henning Kamp 5e9ed9c990 Write protect the text segment of gzip'ed programs.
Various other cleanups by phk.

Reviewed by:	phk
Submitted by:	Igor Khasilev <igor@jabber.paco.odessa.ua>
1996-08-01 22:00:14 +00:00
..
imgact_aout.c
imgact_elf.c
imgact_gzip.c Write protect the text segment of gzip'ed programs. 1996-08-01 22:00:14 +00:00
imgact_shell.c
inflate.c
init_main.c Converted timer/run queues to 4.4BSD queue style. Removed old and unused 1996-07-31 09:26:54 +00:00
init_sysent.c
init_sysvec.c
kern_acct.c
kern_clock.c Fixed resource usage integrals. They were too large by a factor of 1996-07-30 16:59:22 +00:00
kern_conf.c Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. 1996-07-23 21:52:43 +00:00
kern_descrip.c
kern_devconf.c
kern_exec.c Backed out the recent changes/enhancements to the VM code. The 1996-07-30 03:08:57 +00:00
kern_exit.c Backed out the recent changes/enhancements to the VM code. The 1996-07-30 03:08:57 +00:00
kern_fork.c Converted timer/run queues to 4.4BSD queue style. Removed old and unused 1996-07-31 09:26:54 +00:00
kern_ktrace.c
kern_lkm.c
kern_lockf.c
kern_malloc.c Minor performance improvement to kern_malloc.c that increases the 1996-05-18 22:33:13 +00:00
kern_mib.c Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confused 1996-07-25 18:02:40 +00:00
kern_ntptime.c
kern_physio.c Fix a problem that caused system crashes after physio. This problem 1996-06-26 05:52:15 +00:00
kern_proc.c Quiet a couple of -Wunused warnings. 1996-07-09 16:51:18 +00:00
kern_prot.c
kern_random.c
kern_resource.c
kern_sig.c Log not exited signal only, but the fact that core dumped (or not) too 1996-07-09 18:12:37 +00:00
kern_subr.c
kern_synch.c Changed wakeup_one() to continue looping, possibly waking up additional 1996-07-31 10:35:47 +00:00
kern_sysctl.c
kern_tc.c Fixed resource usage integrals. They were too large by a factor of 1996-07-30 16:59:22 +00:00
kern_time.c Use a big delta in adjtime() for big negative adjustments as well as 1996-07-12 07:55:35 +00:00
kern_timeout.c Fixed resource usage integrals. They were too large by a factor of 1996-07-30 16:59:22 +00:00
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +00:00
md5c.c
subr_autoconf.c
subr_clist.c Killed sections 3 and 4 of my copyright as I don't agree with it (I believe 1996-04-08 01:22:00 +00:00
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_log.c Quiet a couple of -Wunused warnings. 1996-07-09 16:51:18 +00:00
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c
subr_trap.c Fixed cloned comments about npx traps to match context. 1996-07-12 06:03:14 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c A few minor mods (improvements) to support more efficient pipe 1996-07-13 22:52:50 +00:00
sys_process.c
sys_socket.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c Switched from using devfs_add_devsw() to devfs_add_devswf() 1996-03-28 14:31:42 +00:00
tty_subr.c Killed sections 3 and 4 of my copyright as I don't agree with it (I believe 1996-04-08 01:22:00 +00:00
tty_tb.c
tty_tty.c Switched from using devfs_add_devsw() to devfs_add_devswf() 1996-03-28 14:31:42 +00:00
tty.c
uipc_domain.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
uipc_mbuf.c
uipc_proto.c Clean up various compiler warnings. Most (if not all) were benign 1996-05-08 04:29:08 +00:00
uipc_sockbuf.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
uipc_socket2.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
uipc_socket.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
uipc_syscalls.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
uipc_usrreq.c Move or add #include <queue.h> in preparation for upcoming struct socket 1996-03-11 15:13:58 +00:00
vfs_bio.c Fixed a major bug that caused various pmap related panics, hangs, and reboots. 1996-06-30 05:17:08 +00:00
vfs_cache.c
vfs_cluster.c Modification to vfs_cluster to allow clustering of NFS delayed writes. 1996-07-27 18:49:18 +00:00
vfs_conf.c
vfs_export.c Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This 1996-07-30 18:00:32 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c Finished (?) cleaning up sysinit stuff. 1995-12-02 17:11:20 +00:00
vfs_subr.c Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This 1996-07-30 18:00:32 +00:00
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src