| Home | Sort by: relevance | last modified time | path |
| /src/share/man/man4/ | |
| nfe.4 | 1.2.2.2 Thu Apr 20 03:11:14 UTC 2006 snj Pull up following revision(s) (requested by tron in ticket #1266): share/man/man4/Makefile: revision 1.377 sys/dev/pci/if_nfe.c: revision 1.1 sys/dev/pci/if_nfereg.h: revision 1.1 share/man/man4/nfe.4: revision 1.1 sys/dev/pci/if_nfevar.h: revision 1.1 distrib/sets/lists/man/mi: revision 1.863 add nfe driver and manpage from OpenBSD. |
| /src/sys/compat/common/ | |
| kern_sig_16.c | 1.3.4.1 Mon Nov 11 17:11:07 UTC 2019 martin Pull up following revision(s) (requested by pgoyette in ticket #413): sys/kern/kern_core.c: revision 1.27 (patch) sys/kern/kern_sig.c: revision 1.377 (patch) sys/kern/kern_sig.c: revision 1.378 (patch) sys/kern/sys_sig.c: revision 1.50 sys/kern/sys_ptrace_common.c: revision 1.70 sys/kern/compat_stub.c: revision 1.16 sys/compat/common/kern_sig_16.c: revision 1.4 sys/kern/compat_stub.c: revision 1.17 sys/sys/compat_stub.h: revision 1.20 sys/sys/signalvar.h: revision 1.98 sys/sys/compat_stub.h: revision 1.21 sys/sys/signalvar.h: revision 1.99 Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 - Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| /src/sys/dev/pci/ | |
| if_nfereg.h | 1.1.8.2 Thu Apr 20 03:11:14 UTC 2006 snj Pull up following revision(s) (requested by tron in ticket #1266): share/man/man4/Makefile: revision 1.377 sys/dev/pci/if_nfe.c: revision 1.1 sys/dev/pci/if_nfereg.h: revision 1.1 share/man/man4/nfe.4: revision 1.1 sys/dev/pci/if_nfevar.h: revision 1.1 distrib/sets/lists/man/mi: revision 1.863 add nfe driver and manpage from OpenBSD. |
| if_nfevar.h | 1.1.8.2 Thu Apr 20 03:11:14 UTC 2006 snj Pull up following revision(s) (requested by tron in ticket #1266): share/man/man4/Makefile: revision 1.377 sys/dev/pci/if_nfe.c: revision 1.1 sys/dev/pci/if_nfereg.h: revision 1.1 share/man/man4/nfe.4: revision 1.1 sys/dev/pci/if_nfevar.h: revision 1.1 distrib/sets/lists/man/mi: revision 1.863 add nfe driver and manpage from OpenBSD. |
| if_nfe.c | 1.3.4.2 Thu Apr 20 03:11:14 UTC 2006 snj Pull up following revision(s) (requested by tron in ticket #1266): share/man/man4/Makefile: revision 1.377 sys/dev/pci/if_nfe.c: revision 1.1 sys/dev/pci/if_nfereg.h: revision 1.1 share/man/man4/nfe.4: revision 1.1 sys/dev/pci/if_nfevar.h: revision 1.1 distrib/sets/lists/man/mi: revision 1.863 add nfe driver and manpage from OpenBSD. |
| /src/sys/arch/sparc64/sparc64/ | |
| locore.s | 1.377 Sun Oct 26 21:03:45 UTC 2014 palle branches: 1.377.2; sun4v: Create CLEANWIN0 and CLEANWIN1 macros for handling clean window traps on both sun4u and sun4u (based on the original code inlined in the sun4u trap table). Update trap tables accordingly for both sun4u and sun4v. Ok martin@ Sun Oct 26 21:03:45 UTC 2014 palle branches: 1.377.2; sun4v: Create CLEANWIN0 and CLEANWIN1 macros for handling clean window traps on both sun4u and sun4u (based on the original code inlined in the sun4u trap table). Update trap tables accordingly for both sun4u and sun4v. Ok martin@ 1.377.2.8 Mon Aug 28 17:51:53 UTC 2017 skrll Sync with HEAD 1.377.2.7 Sun Feb 05 13:40:21 UTC 2017 skrll Sync with HEAD 1.377.2.6 Wed Oct 05 20:55:36 UTC 2016 skrll Sync with HEAD 1.377.2.5 Sat Jul 09 20:24:57 UTC 2016 skrll Sync with HEAD 1.377.2.4 Sun May 29 08:44:19 UTC 2016 skrll Sync with HEAD 1.377.2.3 Sat Mar 19 11:30:05 UTC 2016 skrll Sync with HEAD 1.377.2.2 Sun Dec 27 00:09:44 UTC 2015 skrll Sync with HEAD (as of 26th Dec) 1.377.2.1 Mon Apr 06 15:18:03 UTC 2015 skrll Sync with HEAD |
| /src/sys/kern/ | |
| compat_stub.c | 1.15.2.1 Mon Nov 11 17:11:07 UTC 2019 martin Pull up following revision(s) (requested by pgoyette in ticket #413): sys/kern/kern_core.c: revision 1.27 (patch) sys/kern/kern_sig.c: revision 1.377 (patch) sys/kern/kern_sig.c: revision 1.378 (patch) sys/kern/sys_sig.c: revision 1.50 sys/kern/sys_ptrace_common.c: revision 1.70 sys/kern/compat_stub.c: revision 1.16 sys/compat/common/kern_sig_16.c: revision 1.4 sys/kern/compat_stub.c: revision 1.17 sys/sys/compat_stub.h: revision 1.20 sys/sys/signalvar.h: revision 1.98 sys/sys/compat_stub.h: revision 1.21 sys/sys/signalvar.h: revision 1.99 Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 - Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| kern_core.c | 1.24.22.1 Mon Nov 11 17:11:07 UTC 2019 martin Pull up following revision(s) (requested by pgoyette in ticket #413): sys/kern/kern_core.c: revision 1.27 (patch) sys/kern/kern_sig.c: revision 1.377 (patch) sys/kern/kern_sig.c: revision 1.378 (patch) sys/kern/sys_sig.c: revision 1.50 sys/kern/sys_ptrace_common.c: revision 1.70 sys/kern/compat_stub.c: revision 1.16 sys/compat/common/kern_sig_16.c: revision 1.4 sys/kern/compat_stub.c: revision 1.17 sys/sys/compat_stub.h: revision 1.20 sys/sys/signalvar.h: revision 1.98 sys/sys/compat_stub.h: revision 1.21 sys/sys/signalvar.h: revision 1.99 Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 - Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| sys_sig.c | 1.47.4.3 Mon Nov 11 17:11:07 UTC 2019 martin Pull up following revision(s) (requested by pgoyette in ticket #413): sys/kern/kern_core.c: revision 1.27 (patch) sys/kern/kern_sig.c: revision 1.377 (patch) sys/kern/kern_sig.c: revision 1.378 (patch) sys/kern/sys_sig.c: revision 1.50 sys/kern/sys_ptrace_common.c: revision 1.70 sys/kern/compat_stub.c: revision 1.16 sys/compat/common/kern_sig_16.c: revision 1.4 sys/kern/compat_stub.c: revision 1.17 sys/sys/compat_stub.h: revision 1.20 sys/sys/signalvar.h: revision 1.98 sys/sys/compat_stub.h: revision 1.21 sys/sys/signalvar.h: revision 1.99 Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 - Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| sys_ptrace_common.c | 1.58.2.10 Mon Nov 11 17:11:07 UTC 2019 martin Pull up following revision(s) (requested by pgoyette in ticket #413): sys/kern/kern_core.c: revision 1.27 (patch) sys/kern/kern_sig.c: revision 1.377 (patch) sys/kern/kern_sig.c: revision 1.378 (patch) sys/kern/sys_sig.c: revision 1.50 sys/kern/sys_ptrace_common.c: revision 1.70 sys/kern/compat_stub.c: revision 1.16 sys/compat/common/kern_sig_16.c: revision 1.4 sys/kern/compat_stub.c: revision 1.17 sys/sys/compat_stub.h: revision 1.20 sys/sys/signalvar.h: revision 1.98 sys/sys/compat_stub.h: revision 1.21 sys/sys/signalvar.h: revision 1.99 Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 - Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| kern_exec.c | 1.377 Wed Feb 19 15:23:20 UTC 2014 maxv branches: 1.377.2; We need VMCMDs for a binary and its interpreter, so make sure we have at least one VMCMD. This also prevents the kernel from using an uninitialized pointer as entry point for the execution. From me and Christos ok christos@ Wed Feb 19 15:23:20 UTC 2014 maxv branches: 1.377.2; We need VMCMDs for a binary and its interpreter, so make sure we have at least one VMCMD. This also prevents the kernel from using an uninitialized pointer as entry point for the execution. From me and Christos ok christos@ 1.377.2.1 Sun Aug 10 06:55:58 UTC 2014 tls Rebase. |
| kern_sig.c | 1.377 Sun Nov 10 13:28:06 UTC 2019 pgoyette Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 1.364.2.9 Mon Nov 11 17:11:07 UTC 2019 martin Pull up following revision(s) (requested by pgoyette in ticket #413): sys/kern/kern_core.c: revision 1.27 (patch) sys/kern/kern_sig.c: revision 1.377 (patch) sys/kern/kern_sig.c: revision 1.378 (patch) sys/kern/sys_sig.c: revision 1.50 sys/kern/sys_ptrace_common.c: revision 1.70 sys/kern/compat_stub.c: revision 1.16 sys/compat/common/kern_sig_16.c: revision 1.4 sys/kern/compat_stub.c: revision 1.17 sys/sys/compat_stub.h: revision 1.20 sys/sys/signalvar.h: revision 1.98 sys/sys/compat_stub.h: revision 1.21 sys/sys/signalvar.h: revision 1.99 Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 - Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| /src/sys/sys/ | |
| compat_stub.h | 1.18.2.2 Mon Nov 11 17:11:07 UTC 2019 martin Pull up following revision(s) (requested by pgoyette in ticket #413): sys/kern/kern_core.c: revision 1.27 (patch) sys/kern/kern_sig.c: revision 1.377 (patch) sys/kern/kern_sig.c: revision 1.378 (patch) sys/kern/sys_sig.c: revision 1.50 sys/kern/sys_ptrace_common.c: revision 1.70 sys/kern/compat_stub.c: revision 1.16 sys/compat/common/kern_sig_16.c: revision 1.4 sys/kern/compat_stub.c: revision 1.17 sys/sys/compat_stub.h: revision 1.20 sys/sys/signalvar.h: revision 1.98 sys/sys/compat_stub.h: revision 1.21 sys/sys/signalvar.h: revision 1.99 Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 - Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| signalvar.h | 1.93.2.4 Mon Nov 11 17:11:07 UTC 2019 martin Pull up following revision(s) (requested by pgoyette in ticket #413): sys/kern/kern_core.c: revision 1.27 (patch) sys/kern/kern_sig.c: revision 1.377 (patch) sys/kern/kern_sig.c: revision 1.378 (patch) sys/kern/sys_sig.c: revision 1.50 sys/kern/sys_ptrace_common.c: revision 1.70 sys/kern/compat_stub.c: revision 1.16 sys/compat/common/kern_sig_16.c: revision 1.4 sys/kern/compat_stub.c: revision 1.17 sys/sys/compat_stub.h: revision 1.20 sys/sys/signalvar.h: revision 1.98 sys/sys/compat_stub.h: revision 1.21 sys/sys/signalvar.h: revision 1.99 Convert the sendsig_sigcontext_16 function pointer to use the new compat_hook mechanism. XXX Despite being a kernel<-->module abi change, this should be XXX pulled up to -9 - Convert the coredump_vec modular function pointer to use the new compat_hook mechanism. XXX Should be pulled up to -9 despite the kernel <--> module ABI XXX change. |
| /src/share/mk/ | |
| bsd.README | 1.377 Mon Jun 25 09:38:46 UTC 2018 kamil branches: 1.377.2; Rephrase the documentation of MKSANITIZER Based on the feedback from <f8l> and <pgoyette>. Mon Jun 25 09:38:46 UTC 2018 kamil branches: 1.377.2; Rephrase the documentation of MKSANITIZER Based on the feedback from <f8l> and <pgoyette>. 1.377.2.2 Mon Apr 13 08:03:26 UTC 2020 martin Mostly merge changes from HEAD upto 20200411 1.377.2.1 Mon Jun 10 22:05:42 UTC 2019 christos Sync with HEAD |
| /src/sys/arch/i386/conf/ | |
| CARDBUS | 1.27 Sat Nov 18 02:08:30 UTC 2000 lukem pull up stuff changed in GENERIC from 1.370 - 1.377, appropriately commented out if it's not relevant to a laptop |
| /src/usr.bin/make/ | |
| make.1 | 1.377 Sat Jun 01 06:26:36 UTC 2024 sjg branches: 1.377.2; make: add .export-all An explicit syntax for exporting all global variables is much safer than allowing .export with no argument to do the same. Add .export-all and have .export with no argument throw a warning saying to use .export-all Reviewed by: rillig Sat Jun 01 06:26:36 UTC 2024 sjg branches: 1.377.2; make: add .export-all An explicit syntax for exporting all global variables is much safer than allowing .export with no argument to do the same. Add .export-all and have .export with no argument throw a warning saying to use .export-all Reviewed by: rillig 1.377.2.1 Sat Aug 02 05:58:29 UTC 2025 perseant Sync with HEAD |
| /src/ | |
| build.sh | 1.377 Tue Apr 23 07:47:36 UTC 2024 martin branches: 1.377.2; For consistency, check MKREPRO_TIMESTAMP always numerically (not as string) Tue Apr 23 07:47:36 UTC 2024 martin branches: 1.377.2; For consistency, check MKREPRO_TIMESTAMP always numerically (not as string) 1.377.2.1 Sat Aug 02 05:18:23 UTC 2025 perseant Sync with HEAD |
| /src/share/man/man9/ | |
| Makefile | 1.377 Mon Mar 24 13:42:40 UTC 2014 hannken branches: 1.377.2; - Make VI_XLOCK, VI_CLEAN and VI_LOCKSHARE private to kern/vfs_*.c. - Make vwait() static. - Add vdead_check() to check a vnode for being or becoming dead. Discussed on tech-kern. Welcome to 6.99.38 Mon Mar 24 13:42:40 UTC 2014 hannken branches: 1.377.2; - Make VI_XLOCK, VI_CLEAN and VI_LOCKSHARE private to kern/vfs_*.c. - Make vwait() static. - Add vdead_check() to check a vnode for being or becoming dead. Discussed on tech-kern. Welcome to 6.99.38 1.377.2.1 Sun Aug 10 06:53:26 UTC 2014 tls Rebase. |
| /src/sys/arch/i386/stand/lib/ | |
| biosdisk.c | 1.49.6.5 Wed Oct 18 00:11:53 UTC 2023 martin Pull up following revision(s) (requested by manu in ticket #1751): sys/dev/raidframe/rf_netbsdkintf.c: revision 1.383 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.385 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.402 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.403 sys/arch/i386/stand/lib/biosdisk.c: revision 1.59 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.377 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.378 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.379 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.392 sys/rump/librump/rumpkern/emul.c: revision 1.200 sys/arch/i386/stand/lib/biosdisk.c: revision 1.60 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.416 (all via patch) Get &rsc->sc_dksc only when we know 'rsc' is not NULL. This was actually harmless because we didn't use the pointer then. Gcc -Os on landisk is not smart enough to follow the conditional initialization and warns, unconditionaly initialize dksc at declaration with a XXX gcc comment. Improve wording in comments in raid_dumpblock(). in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen. Nix trailing whitespace. if raidframe sets booted_device, log a debug message about it. merge two debug lines in auto-root selection. convert non-config-handled "DEBUG_ROOT" to aprint_debug(). now it's possible to get boot-time info about raidframe root device selection with simple "boot -x". Align the behavior of different boot methods in RAIDframe We enforce the documented and paritally implemented behavior when looking for the kernel in RAID 1 sets without a partition name given. We search for: - A GPT partition with bootme attribute set - A FFS or LFS patititon - The first partition Fix root search in RAID 1 sets We use the wedge information given by bootstrap, where the kernel was found. This requires src/sys/arch/i386/stand/i386/lib/biosdisk.c 1.59 to work in all cases. Fix build with -DNO_GPT |
| /src/sys/uvm/ | |
| uvm_map.c | 1.377 Sat Apr 04 21:17:02 UTC 2020 ad branches: 1.377.2; Mark uvm_map_entry_cache with PR_LARGECACHE. Sat Apr 04 21:17:02 UTC 2020 ad branches: 1.377.2; Mark uvm_map_entry_cache with PR_LARGECACHE. 1.377.2.1 Mon Apr 20 11:29:14 UTC 2020 bouyer Sync with HEAD |
| /src/sys/rump/librump/rumpkern/ | |
| emul.c | 1.191.2.1 Wed Oct 18 00:11:53 UTC 2023 martin Pull up following revision(s) (requested by manu in ticket #1751): sys/dev/raidframe/rf_netbsdkintf.c: revision 1.383 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.385 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.402 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.403 sys/arch/i386/stand/lib/biosdisk.c: revision 1.59 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.377 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.378 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.379 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.392 sys/rump/librump/rumpkern/emul.c: revision 1.200 sys/arch/i386/stand/lib/biosdisk.c: revision 1.60 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.416 (all via patch) Get &rsc->sc_dksc only when we know 'rsc' is not NULL. This was actually harmless because we didn't use the pointer then. Gcc -Os on landisk is not smart enough to follow the conditional initialization and warns, unconditionaly initialize dksc at declaration with a XXX gcc comment. Improve wording in comments in raid_dumpblock(). in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen. Nix trailing whitespace. if raidframe sets booted_device, log a debug message about it. merge two debug lines in auto-root selection. convert non-config-handled "DEBUG_ROOT" to aprint_debug(). now it's possible to get boot-time info about raidframe root device selection with simple "boot -x". Align the behavior of different boot methods in RAIDframe We enforce the documented and paritally implemented behavior when looking for the kernel in RAID 1 sets without a partition name given. We search for: - A GPT partition with bootme attribute set - A FFS or LFS patititon - The first partition Fix root search in RAID 1 sets We use the wedge information given by bootstrap, where the kernel was found. This requires src/sys/arch/i386/stand/i386/lib/biosdisk.c 1.59 to work in all cases. Fix build with -DNO_GPT |
| /src/share/misc/ | |
| acronyms.comp | 1.377 Fri Oct 27 21:28:14 UTC 2023 jschauma +ROA route origin authorization |
| /src/etc/ | |
| Makefile | 1.377 Sun Jan 10 06:13:25 UTC 2010 dholland Fix installation permissions of /var/db/locate.database as per PR misc/41544. 1.359.2.6 Sat Jan 30 19:21:15 UTC 2010 snj branches: 1.359.2.6.2; 1.359.2.6.6; Pull up following revision(s) (requested by dholland in ticket #1273): etc/Makefile: revision 1.377 etc/Makefile: revision 1.378 Fix installation permissions of /var/db/locate.database as per PR misc/41544. |
| /src/sys/dev/raidframe/ | |
| rf_netbsdkintf.c | 1.377 Wed Oct 30 07:59:44 UTC 2019 maxv Get &rsc->sc_dksc only when we know 'rsc' is not NULL. This was actually harmless because we didn't use the pointer then. Reported-by: syzbot+77097fae0e3aad6de088@syzkaller.appspotmail.com 1.376.4.6 Wed Oct 18 00:11:52 UTC 2023 martin Pull up following revision(s) (requested by manu in ticket #1751): sys/dev/raidframe/rf_netbsdkintf.c: revision 1.383 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.385 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.402 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.403 sys/arch/i386/stand/lib/biosdisk.c: revision 1.59 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.377 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.378 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.379 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.392 sys/rump/librump/rumpkern/emul.c: revision 1.200 sys/arch/i386/stand/lib/biosdisk.c: revision 1.60 sys/dev/raidframe/rf_netbsdkintf.c: revision 1.416 (all via patch) Get &rsc->sc_dksc only when we know 'rsc' is not NULL. This was actually harmless because we didn't use the pointer then. Gcc -Os on landisk is not smart enough to follow the conditional initialization and warns, unconditionaly initialize dksc at declaration with a XXX gcc comment. Improve wording in comments in raid_dumpblock(). in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen. Nix trailing whitespace. if raidframe sets booted_device, log a debug message about it. merge two debug lines in auto-root selection. convert non-config-handled "DEBUG_ROOT" to aprint_debug(). now it's possible to get boot-time info about raidframe root device selection with simple "boot -x". Align the behavior of different boot methods in RAIDframe We enforce the documented and paritally implemented behavior when looking for the kernel in RAID 1 sets without a partition name given. We search for: - A GPT partition with bootme attribute set - A FFS or LFS patititon - The first partition Fix root search in RAID 1 sets We use the wedge information given by bootstrap, where the kernel was found. This requires src/sys/arch/i386/stand/i386/lib/biosdisk.c 1.59 to work in all cases. Fix build with -DNO_GPT |