summaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* MFC r355702:Toomas Soome2019-12-201-2/+2
* MFC r355703:Toomas Soome2019-12-201-3/+2
* MFC r354245, r354833, r354837: add flua to the base systemKyle Evans2019-12-031-1/+3
* MFC r354746:Toomas Soome2019-11-181-14/+9
* MFC r346759: loader: implement map-vdisk and unmap-vdisk commandsKyle Evans2019-10-242-0/+431
* MFC r345477, r346675, r346984, r348748Kyle Evans2019-10-242-35/+59
* MFC r341276:Kyle Evans2019-10-241-0/+1
* MFC r349343: Use a common kernel path between loader and kernelKyle Evans2019-10-241-1/+4
* MFC r348499: Fix comment parsing in interp_simple.cKyle Evans2019-10-241-1/+1
* MFC r348194, r348196, r348204, r348207: loader/fdt pnpmatchKyle Evans2019-10-241-12/+494
* MFC r345066, r347219-r347220, r347223, r347388-r347389, r347391, r347393,Kyle Evans2019-10-245-67/+94
* MFC r345998-r346002, r346007-r346008: various loader improvementsKyle Evans2019-10-241-48/+65
* MFC r345330: loader: fix loading of kernels with . in pathKyle Evans2019-10-241-8/+10
* MFC r344892: stand/common/module: Apply style(9)Kyle Evans2019-10-241-756/+757
* MFC r344268: loader: ptable_close() should check its argumentKyle Evans2019-10-241-0/+3
* loader: ignore some variable settings if input unverifiedSimon J. Gerraty2019-07-251-0/+30
* MFC r348569: [zfsboot] Fix boot env back compat (#190)Kyle Evans2019-06-101-0/+1
* MFC r348025:Leandro Lupori2019-06-051-1/+1
* MFC r348005:Leandro Lupori2019-06-051-3/+3
* MFC r347142:Toomas Soome2019-05-061-0/+4
* MFC r345830: Create kernel module to parse Veriexec manifest based on envsMarcin Wojtas2019-04-262-0/+10
* MFC r344238-r344241Ian Lepore2019-04-211-14/+17
* Add support for loader veriexecSimon J. Gerraty2019-04-127-3/+77
* MFC r344161: stand: dev_net: correct net_open's interpretation of paramsKyle Evans2019-04-081-3/+5
* MFC: r341231Toomas Soome2018-12-301-6/+6
* MFC r341253: panic() should not apply \n.Maxim Sobolev2018-12-171-1/+1
* MFC r340215:Toomas Soome2018-11-292-5/+2
* MFC: r340240:Toomas Soome2018-11-291-4/+6
* userboot: handle guest interpreter mismatches more intelligentlyKyle Evans2018-09-014-0/+12
* lualoader: Print error messages from command failures at the promptKyle Evans2018-08-311-3/+8
* Collapse zfsloader functionality back down into loader.Warner Losh2018-07-201-1/+0
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-132-3/+23
* Transition to boot_env_to_howto and boot_howto_to_env in the bootWarner Losh2018-07-133-27/+1
* Eliminate boot loader copies of boot arg parsing.Warner Losh2018-07-131-52/+2
* Stop using ../zfs/libzfs.h but instead use libzfs.h.Warner Losh2018-07-081-1/+1
* stand/common/disk.c: dev->d_offset still needs to be set to 0Allan Jude2018-07-031-0/+1
* stand/common/disk.c: Read partition table relative to the start of the diskAllan Jude2018-07-021-9/+15
* stand/common/disk.c: Update debug printfAllan Jude2018-06-171-1/+1
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-0/+5
* stand: One more trivial consolidation (setting environment from howto)Kyle Evans2018-06-092-0/+11
* stand: Fix build after r334882Kyle Evans2018-06-091-0/+1
* stand: Consolidate checking for boot flags driven by environment varsKyle Evans2018-06-093-7/+18
* Remove comments and assertions that are no longer valid after r330809.Ian Lepore2018-06-051-2/+1
* Fix build of stand with base gccDimitry Andric2018-05-312-2/+2
* - Unbreak booting sparc64 kernels after the metadata unification inMarius Strobl2018-05-211-3/+5
* Revert r333365Warner Losh2018-05-101-0/+4
* We don't use f_devdata, so don't set it. Should that need to changeWarner Losh2018-05-081-4/+0
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-011-2/+1
* loader: cstyle cleanup of command.cToomas Soome2018-04-161-329/+337
* loader: make sure we do not return garbage from help_getnextToomas Soome2018-04-161-1/+1