aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Trap invalid sector size 0 in disk probe, refusing to add such aWes Peters2004-09-211-0/+4
* Remove useless include of <machine/fpu.h>.Marcel Moolenaar2004-09-182-4/+0
* A long, long time ago in a CVS branch far away (specifically, HEAD priorJohn Baldwin2004-09-182-6/+6
* MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).Yoshihiro Takahashi2004-09-181-0/+1
* Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes theKen Smith2004-09-081-3/+1
* Add the loader side of support for preloading ELF relocatable objectIan Dowse2004-08-298-1/+550
* Separate out the ELF relocation code from the ELF loader, and addIan Dowse2004-08-286-35/+294
* Add a few helper functions for zeroing kernel space and readingIan Dowse2004-08-283-37/+82
* Don't be too smart, just try packet mode of INT13 first.Yaroslav Tykhiy2004-08-282-5/+9
* Try packet mode of INT13 on a hard disk first if not prohibited byYaroslav Tykhiy2004-08-281-19/+21
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withYaroslav Tykhiy2004-08-272-4/+4
* In conjunction with having boot0cfg(8) default boot0 to packet mode.David E. O'Brien2004-08-271-1/+1
* Trim EOL white spaces.Maxim Konovalov2004-08-221-5/+4
* Check a return code from read(2) correctly.Maxim Konovalov2004-08-221-1/+1
* Part 2 of fixing the boot code: gcc 3.4 fixes.Marcel Moolenaar2004-08-222-2/+2
* Part 1 of fixing the boot code: binutils 2.15 fixes.Marcel Moolenaar2004-08-222-1/+202
* Temporary bandaid to help sparc64 systems with ATA disks boot. RecentKen Smith2004-08-191-1/+3
* Remove NOMAN so loader man pages are installed.Peter Grehan2004-08-182-2/+0
* Bump the manpage date.Maxim Konovalov2004-08-181-1/+1
* Retire hw.pci.allow_unsupported_io_range.Maxim Konovalov2004-08-182-11/+0
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-1611-15/+15
* Catch up with change to <machine/pte.h>.Marcel Moolenaar2004-08-102-18/+16
* remove /boot/kernel from the default path.. There is already code thatJohn-Mark Gurney2004-08-062-2/+3
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notAlexander Kabaev2004-08-052-5/+9
* Add PowerPC bridge instruction flag to the assembler to help outPeter Grehan2004-08-022-0/+6
* G5 support: handle the case where the OpenFirmware memory array usesPeter Grehan2004-08-023-29/+90
* Fix new compiler error (s/bcopy/memcpy/).Yoshihiro Takahashi2004-07-304-9/+9
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationAlexander Kabaev2004-07-302-2/+6
* Clean up local memcpy implementation to take void * parameters.Alexander Kabaev2004-07-302-6/+12
* Correct a documentation bug.Ceri Davies2004-07-291-1/+1
* Correct typo in a comment.Ceri Davies2004-07-291-1/+1
* Define our own memcpy here instead of relying on GCC to provide one.Alexander Kabaev2004-07-282-8/+0
* o Support the REL32LSB relocation. It's in the ELF file from whichMarcel Moolenaar2004-07-202-18/+36
* Fix the creation of EFI images that got broken by the import ofMarcel Moolenaar2004-07-204-6/+6
* Rename snd_pcm as sound.Seigo Tanimura2004-07-161-1/+1
* Change the following environment variables to kernel options:Brian Somers2004-07-083-29/+1
* Change the following kernel options to environment variables:Brian Somers2004-07-083-1/+29
* Use a linker script for the loader. This avoids issues withPeter Grehan2004-07-084-4/+284
* Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn'tPeter Grehan2004-07-082-90/+0
* All hell breaks loose if the loader image is released beforePeter Grehan2004-07-081-1/+3
* Correctly calculate size of memory to be mapped when copying. RemovalPeter Grehan2004-07-081-1/+3
* Extract entry point from elf header before releasing the heap.Peter Grehan2004-07-081-1/+3
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+2
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-1/+1
* Fixed what appeared to be a hard sentence break.Ruslan Ermilov2004-07-021-2/+2
* When building a kernel or the loader, let the hostname be overriddenPaul Saab2004-07-011-1/+1
* Remove the entry for configuring pcm0 mixer channels.Josef El-Rayes2004-06-241-1/+0
* Throw out pfsync and pflog, the modules were removedChristian Brueffer2004-06-221-2/+0
* Update the copyright to use a 3 clause BSD license rather than one thatJohn Baldwin2004-06-221-9/+23
* Remove a bogus increment of %di when scanning the list of loader paths.John Baldwin2004-06-221-1/+0