summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add command-line option -dev to set the default value of the currdevmarcel2010-01-182-14/+58
* Add gmountver, disk mount verification GEOM class.trasz2010-01-161-0/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-0/+1
* Remove debugging printf(). There's no need to print the imagemarcel2010-01-101-2/+0
* Remove file system support based on the simple file system protocolmarcel2010-01-097-449/+276
* - Add code allowing a network device to only be open and closed oncemarius2010-01-092-10/+38
* Remove clause 3 and 4 from TNF licenses (this was the only 4-clause TNFmarius2010-01-091-10/+1
* Space cleanup for revision 201689 committed separately for easier review.delphij2010-01-061-35/+35
* Instead of assuming all vdevs are healthy, check the newest vdev labeldelphij2010-01-061-22/+66
* Fix typo: s/partion/partition/mbr2010-01-021-1/+1
* Reimplement the boot2 for pc98 completely.nyan2009-12-3122-4590/+1335
* Don't use 15M-16M area on pc98. It's reserved for some devices.nyan2009-12-312-1/+20
* Add setting machine type support to the loader.nyan2009-12-314-1/+112
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Execute the cleanup handlers before jumping to the kernel justmarius2009-12-241-0/+2
* - Consistently wrap debugging in NETIF_DEBUG. This basically mergesmarius2009-12-241-6/+22
* Revert r183628 as with the current ata(4) ATAPI DMA with AcerLabsmarius2009-12-241-1/+0
* Don't build zfsboot, gptzfsboot, and zfsloader if WITHOUT_ZFS is enabled.jhb2009-12-221-2/+8
* Move cursor position after putting a character.nyan2009-12-211-0/+10
* Fix ub_env_enum(): syscall() returns 0 when properly invoked.marcel2009-12-181-4/+3
* Fix debug messages of bd_io().nyan2009-12-172-8/+8
* Add support for memory disk (md). The size of the memory diskmarcel2009-12-132-0/+156
* Cleanups the boot2 for pc98. There is no functional change.nyan2009-12-118-164/+18
* Don't warn about an RSDP with a corrupt checksum. The kernel does a betterjhb2009-12-101-3/+1
* Fix a confusing typo in the EDD packet structure used in gptboot andjhb2009-12-092-6/+6
* - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it tojhb2009-12-092-21/+112
* MFi386: revision 200219nyan2009-12-082-8/+25
* MFi386: Use real mode instead of v86 mode.nyan2009-12-081-410/+361
* MFi386: revision 200216nyan2009-12-082-3/+2
* Improve the algorithm the loader uses to choose a memory range for itsjhb2009-12-073-8/+49
* Various small whitespace and style fixes.jhb2009-12-073-10/+11
* Remove spinconsole from pc98, some parts seem to be missed and it'ssobomax2009-11-271-2/+0
* Whitespace-only: another instance of identation with spaces.sobomax2009-11-271-1/+1
* Whitespace on: use tabs for identation consistently.sobomax2009-11-271-4/+4
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-276-20/+135
* Be nice, don't use the f-word.trasz2009-11-252-2/+2
* Create a seperate ZFS enabled loader.rnoland2009-11-235-15/+33
* Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot tojhb2009-11-202-14/+14
* Provide an effective (relocated) address when building modules metadata.raj2009-11-191-1/+3
* Introduce a new option (BOOT_PROMPT_123) that lets enter the boot promptattilio2009-11-122-0/+22
* - Remove trailing ";" after if statementantoine2009-11-111-6/+1
* Close a file descriptor leak in an error case.brueffer2009-10-281-0/+1
* Correct some issues with zfs boot.rnoland2009-10-233-23/+75
* Use zfs_read() instead of xfsread() to read /boot.config. xfsread() failsjhb2009-10-141-1/+1
* lindev(4) [1] is supposed to be a collection of linux-specific pseudobz2009-09-261-0/+1
* MFi386:nyan2009-09-131-1/+1
* If the pxe client is told to use / as the root path, honour that ratheremaste2009-09-101-1/+1
* Fix parse() so that the partition to boot (load /boot/loader) from canjhay2009-08-171-8/+5
* Update epair(4) to the new netisr implementation and polishbz2009-07-261-0/+1
* On special systems where the MBR and the GPT are in sync (up to the 4thrpaulo2009-06-261-1/+1
OpenPOWER on IntegriCloud