summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add a note to indicate that these files do borrow in part from mbr.s andjhb2007-11-262-0/+4
* MFi386: revision 1.18nyan2007-11-181-1/+1
* Add a trailing \0 to the read error string so that read errors don't printjhb2007-11-171-1/+1
* Though we are currently not interested in the EDD3 flag,bz2007-11-121-1/+1
* Document the per-arch default value of kern.maxbcache.ru2007-11-081-2/+3
* - Add constants for the different memory types in the SMAP table.jhb2007-10-282-31/+18
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isjhb2007-10-264-4/+5
* Add . to the include path so that we follow the 'machine' symlink we createjhb2007-10-261-1/+1
* The arm boot code uses this function as well. Redefining cgbase()imp2007-10-261-1/+1
* Fix signedness to make gcc happy.cognet2007-10-253-4/+4
* Break out of the I/O retry loop as soon as an I/O operation succeeds ratherjhb2007-10-251-0/+2
* MFi386: part of 1.52nyan2007-10-251-32/+33
* MFi386: part of revision 1.51nyan2007-10-251-161/+83
* Load the bytes into the EMAC's MAC address register in the properimp2007-10-251-2/+2
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-249-173/+839
* Rework the read/write support in the bios disk driver some to cut downjhb2007-10-241-196/+112
* MFi386: revision 1.50nyan2007-10-241-39/+30
* MFi386: revision 1.41nyan2007-10-241-2/+1
* Reindent the read/write code of bd_realstrategy() so it is more readable.jhb2007-10-241-39/+30
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-248-17/+10
* Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-152-2/+3
* Do not attempt to make an NFS rpc call if using tftpps2007-10-122-0/+9
* Also boot *.debug if everything else fails.obrien2007-10-041-0/+1
* Mention that autoboot_delay also accepts the "NO" value.ru2007-09-261-1/+2
* Don't pass RB_BOOTINFO to the kernel. There's no bootinfo actuallyimp2007-08-171-1/+1
* Use the .S version for now. I have a version optimized for size p4,imp2007-08-091-1/+1
* MFp4:imp2007-07-1311-34/+197
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-251-1/+0
* - Make better use of the global chosen, memory and mmu handles insteadmarius2007-06-178-333/+96
* - Remove dupe and unused declarations and prototypes.marius2007-06-161-67/+54
* Sync the styles of sys/boot/ofw/libofw/openfirm.c andmarius2007-06-161-376/+275
* MFp4: add FireWire/dcons support in loader for i386/amd64.simokawa2007-05-2910-4/+1661
* Have the processor defer all faults and exceptions for controlmarcel2007-05-271-1/+1
* Use lower cases for UUID string to conform RFC4122 and ISO/IEC-9834-8:2005.jkim2007-05-211-3/+3
* Tweak inlining parameters a little. Add warning to tell us if functionkan2007-05-192-2/+4
* Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables.sepotvin2007-05-091-1/+10
* fixup talk of kern.maxswzone... It's been 32MB for almost 5 years now...jmg2007-05-051-7/+6
* Add zfs_load here.pjd2007-04-091-0/+1
* Always try to load zpool.cache instead of trying to find good place topjd2007-04-091-0/+7
* Fix build.nyan2007-04-071-1/+1
* Added the IPLware 3.33 support.kato2007-04-076-7/+173
* pc98 boot2 is compiled with _KERNEL defined, and that makes non-statickan2007-04-061-1/+1
* Loop on sdcard init. This helps if one hasn't plugged in the cardimp2007-04-021-1/+2
* RTC_TIMR's RTC_SEC field is BCD. That makes it unsuitable forimp2007-03-284-8/+13
* Since we're about to set ST_RTMR to 1 to increase the accuracy of theimp2007-03-281-3/+0
* All SD cards have a block size of 512. The READ_BL_LEN field in theimp2007-03-281-4/+6
* Various buglets fixed (from submitter):imp2007-03-281-6/+7
* Fix problem where memcmp would return true in the case where theimp2007-03-281-1/+1
* Fix off by one error in length of the string.imp2007-03-281-1/+1
* Fix setting of serial port speed. A junk value was passed in AX whenthomas2007-03-261-1/+1
OpenPOWER on IntegriCloud