NetBSD/sys
isaki 0989c2e255 Add SCSI host adaptor selector to "boot" command of /boot.
By this function, /boot which booted from non-SCSI
(in other words, floppy) can load SCSI kernel.
Now, single /boot can load kernel of all supported filesystems
of all supported boot devices.

---
New "boot" command's syntax is: boot [hostadaptor@][dev:][file]

If you booted from SCSI, hostadaptor is already set (from IOCS)
and you can omit hostadaptor in this case.  You can type like
"boot sd0a:netbsd" as before.

If you booted from floppy (hostadaptor is not set) and want to
load the SCSI kernel (hostadaptor is needed), you have to select
your hostadaptor in boot command, like "boot spc0@sd0a:netbsd".
2016-06-26 04:17:17 +00:00
..
altq apply if_start_lock() to L2 callers which call ifp->if_start() of device derivers 2016-06-20 08:30:58 +00:00
arch Add SCSI host adaptor selector to "boot" command of /boot. 2016-06-26 04:17:17 +00:00
coda More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
compat Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND 2016-06-16 02:38:40 +00:00
conf Fix UVMHIST builds for kernels that don't include usb 2016-06-23 07:32:12 +00:00
crypto
ddb ddb: rename show arptab to show routes 2016-04-13 00:47:01 +00:00
dev diff reduction with openbsd; turn debugging on. 2016-06-24 16:08:54 +00:00
dist/pf Remove unnecessary NULL checks of ifa->ifa_addr 2016-06-22 07:48:17 +00:00
external apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 tunneling). 2016-06-20 06:46:37 +00:00
fs Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
gdbscripts make '$e' in here the whole structure instead of a pointer, to combine 2016-05-12 00:35:10 +00:00
ipkdb
kern Simplfy insertion of newly-activated modules into the list. There's no 2016-06-24 23:04:09 +00:00
lib Fix typo. 2016-06-25 04:53:32 +00:00
miscfs Split p_xstat (composite wait(2) status code, or signal number depending 2016-04-04 20:47:57 +00:00
modules GSoC 2016 (Hrishikesh Goyal): Htree index support from FreeBSD 2016-06-24 17:21:30 +00:00
net eliminate unused softint for gif(4) Rx 2016-06-24 06:32:47 +00:00
net80211 Get rid of invalid KASSERT 2016-06-20 08:57:18 +00:00
netatalk apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 tunneling). 2016-06-20 06:46:37 +00:00
netbt Revert previous: ran cvs commit when I meant cvs diff. Sorry! 2016-01-21 15:41:29 +00:00
netinet Fix typo in a comment 2016-06-23 06:40:48 +00:00
netinet6 Remove unnecessary NULL checks of ifa->ifa_addr 2016-06-22 07:48:17 +00:00
netipsec fix: locking about IFQ_ENQUEUE and ALTQ 2016-06-22 10:44:31 +00:00
netisdn Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
netkey
netmpls Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
netnatm Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
netsmb include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
nfs Serialize all access to the NFS request queue via splsoftnet(). Fixes random 2016-06-17 14:28:29 +00:00
opencrypto Needs sys/time.h for struct timespec. 2016-01-22 22:35:27 +00:00
rump Add new files 2016-06-24 21:31:30 +00:00
secmodel secmodel_extensions_system_cb() is not mount-specific, even though 2015-12-12 14:57:52 +00:00
stand
sys Bump kernel version for ip_moptions and ip6_moptions changes 2016-06-21 03:34:22 +00:00
ufs GSoC 2016 (Hrishikesh Goyal): Htree index support from FreeBSD 2016-06-24 17:21:30 +00:00
uvm Change two KASSERT to KASSERTMSG to provide better diagnostics. 2016-06-18 14:56:03 +00:00
Makefile