freebsd-nq/sys/kern
Bruce Evans 4bb0ce8ce3 Fix correct_writedisklabel() and writedisklabel(). Their setting of
bp->b_flags has been broken for many years:
a) they didn't set B_BUSY for doing i/o.  This has been fatal since
   1995/07/25 when biodone() started checking that B_BUSY is set.
b) they didn't set B_INVAL for releasing the buffer.  This at best
   just put a useless buffer in the LRU queue for a little while.

Fix a couple of spelling errors and complete a couple of function
pointer declarations.
1995-08-28 16:09:11 +00:00
..
imgact_aout.c Moved setting of VTEXT flag into the appropriate image activators. This 1995-08-24 10:32:37 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
init_sysent.c
kern_acct.c
kern_clock.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
kern_descrip.c
kern_devconf.c
kern_exec.c Moved setting of VTEXT flag into the appropriate image activators. This 1995-08-24 10:32:37 +00:00
kern_exit.c
kern_fork.c
kern_ktrace.c
kern_lkm.c Call nosys() from lkmnosys() with the correct number and type of args 1995-08-25 20:03:02 +00:00
kern_lockf.c
kern_malloc.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c
kern_subr.c
kern_synch.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
kern_sysctl.c
kern_tc.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
kern_time.c
kern_timeout.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
kern_xxx.c Call boot() instead of cpu_reset() if init isn't running in shutdown_nice. 1995-08-20 04:42:25 +00:00
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
subr_disklabel.c Fix correct_writedisklabel() and writedisklabel(). Their setting of 1995-08-28 16:09:11 +00:00
subr_diskmbr.c Don't clip d_ncylinders to value used by partitions. 1995-08-23 11:43:45 +00:00
subr_diskslice.c
subr_dkbad.c
subr_log.c Made msgbuf range checking more robust and clean. 1995-08-07 07:58:23 +00:00
subr_param.c
subr_prf.c Killed some gratuitous #include's. 1995-08-24 12:54:11 +00:00
subr_prof.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
subr_rlist.c
subr_rmap.c
subr_trap.c A couple of micro optimizations to improve NULL syscall performance by 1995-08-21 18:06:48 +00:00
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
sysv_sem.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
sysv_shm.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
uipc_mbuf.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
uipc_proto.c Make everything except the unsupported network sources compile cleanly 1995-08-16 16:14:28 +00:00
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c Remove extra arg from one of the calls to (*pr_usrreq)(). 1995-08-25 20:27:46 +00:00
uipc_syscalls.c
uipc_usrreq.c Make everything except the unsupported network sources compile cleanly 1995-08-16 16:14:28 +00:00
vfs_bio.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vfs_export.c Don't compile the diagnostic functions vhold() and holdrele() unless 1995-08-25 20:49:44 +00:00
vfs_extattr.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vfs_init.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vfs_lookup.c Add support for amd direct maps. 1995-08-24 10:17:39 +00:00
vfs_mount.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vfs_subr.c Don't compile the diagnostic functions vhold() and holdrele() unless 1995-08-25 20:49:44 +00:00
vfs_syscalls.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src