summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Update to FICL 3.03 (the last release before FICL4 rewrite).jkim2007-03-2311-68/+405
* Catch up with ACPI-CA 20070320 import.jkim2007-03-222-32/+34
* - Moved the uninitialized variables from the data to the bss section.kato2007-03-173-14/+19
* Remove vestiges of very specific fpga support for my company's board.imp2007-03-152-38/+1
* MFi386: revision 1.17.nyan2007-03-041-1/+1
* Fix the cdboot twiddle display.remko2007-02-231-1/+1
* Document the init_chroot and init_script variables.imp2007-02-042-0/+54
* o Wrap long lines.maxim2007-01-141-8/+16
* o Typo: note -> node.maxim2007-01-141-1/+1
* o Move the comment to the correct place.maxim2007-01-141-1/+1
* Garbage collect the code for auto-loading modules based on ISAPNP IDs,marius2007-01-072-381/+0
* MFp4: differences for bwct ethernet attachmentimp2006-12-202-3/+13
* MFp4: Differences in flash part for bwct. need a more generic way to cope.imp2006-12-202-0/+35
* MFp4: Add timeout to eeprom access for lame eeprom that go awolimp2006-12-202-4/+8
* MFp4: bwct memory size and PLL parametersimp2006-12-201-0/+8
* MFp4: bwct boot rom is different. need a more generic way to cope long term.imp2006-12-201-0/+4
* MFp4: Delay a second or two after the upload before printing Done.imp2006-12-201-2/+6
* MFp4: bwct is a new board choice.imp2006-12-201-1/+1
* add an interface for passing the entire kernel size up front to thekmacy2006-12-182-1/+52
* Add an entry for the msk(4) module.yongari2006-12-131-0/+1
* Ignore any breakpoint instructions (int 3) we encounter in vm86 modejhb2006-12-061-0/+2
* Note that not all architectures use sendfile(2) buffers;yar2006-11-291-1/+4
* remove CDDL derive hcall.Skmacy2006-11-231-986/+0
* Remove LDR_LOG2_PGSZ, ia64_pgtbl and ia64_pgtblsz. They are part ofmarcel2006-11-192-8/+0
* Remove an unused variable.ru2006-11-161-2/+1
* Mfp4: Remove mci_device.c. It should have been removed when it wasimp2006-11-161-575/+0
* Move to using a common arm_init.S. These things are more similar thanimp2006-11-168-248/+26
OpenPOWER on IntegriCloud