summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes thekensmith2004-09-081-3/+1
* Add the loader side of support for preloading ELF relocatable objectiedowse2004-08-298-1/+550
* Separate out the ELF relocation code from the ELF loader, and addiedowse2004-08-286-35/+294
* Add a few helper functions for zeroing kernel space and readingiedowse2004-08-283-37/+82
* Don't be too smart, just try packet mode of INT13 first.yar2004-08-282-5/+9
* Try packet mode of INT13 on a hard disk first if not prohibited byyar2004-08-281-19/+21
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-272-4/+4
* In conjunction with having boot0cfg(8) default boot0 to packet mode.obrien2004-08-271-1/+1
* Trim EOL white spaces.maxim2004-08-221-5/+4
* Check a return code from read(2) correctly.maxim2004-08-221-1/+1
* Part 2 of fixing the boot code: gcc 3.4 fixes.marcel2004-08-222-2/+2
* Part 1 of fixing the boot code: binutils 2.15 fixes.marcel2004-08-222-1/+202
* Temporary bandaid to help sparc64 systems with ATA disks boot. Recentkensmith2004-08-191-1/+3
* Remove NOMAN so loader man pages are installed.grehan2004-08-182-2/+0
* Bump the manpage date.maxim2004-08-181-1/+1
* Retire hw.pci.allow_unsupported_io_range.maxim2004-08-182-11/+0
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-1611-15/+15
* Catch up with change to <machine/pte.h>.marcel2004-08-102-18/+16
* remove /boot/kernel from the default path.. There is already code thatjmg2004-08-062-2/+3
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notkan2004-08-052-5/+9
* Add PowerPC bridge instruction flag to the assembler to help outgrehan2004-08-022-0/+6
* G5 support: handle the case where the OpenFirmware memory array usesgrehan2004-08-023-29/+90
* Fix new compiler error (s/bcopy/memcpy/).nyan2004-07-304-9/+9
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationkan2004-07-302-2/+6
* Clean up local memcpy implementation to take void * parameters.kan2004-07-302-6/+12
* Correct a documentation bug.ceri2004-07-291-1/+1
* Correct typo in a comment.ceri2004-07-291-1/+1
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-282-8/+0
* o Support the REL32LSB relocation. It's in the ELF file from whichmarcel2004-07-202-18/+36
* Fix the creation of EFI images that got broken by the import ofmarcel2004-07-204-6/+6
* Rename snd_pcm as sound.tanimura2004-07-161-1/+1
* Change the following environment variables to kernel options:brian2004-07-083-29/+1
* Change the following kernel options to environment variables:brian2004-07-083-1/+29
* Use a linker script for the loader. This avoids issues withgrehan2004-07-084-4/+284
* Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn'tgrehan2004-07-082-90/+0
* All hell breaks loose if the loader image is released beforegrehan2004-07-081-1/+3
* Correctly calculate size of memory to be mapped when copying. Removalgrehan2004-07-081-1/+3
* Extract entry point from elf header before releasing the heap.grehan2004-07-081-1/+3
* mdoc(7) fixes.ru2004-07-071-2/+2
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-1/+1
* Fixed what appeared to be a hard sentence break.ru2004-07-021-2/+2
* When building a kernel or the loader, let the hostname be overriddenps2004-07-011-1/+1
* Remove the entry for configuring pcm0 mixer channels.josef2004-06-241-1/+0
* Throw out pfsync and pflog, the modules were removedbrueffer2004-06-221-2/+0
* Update the copyright to use a 3 clause BSD license rather than one thatjhb2004-06-221-10/+24
* Remove a bogus increment of %di when scanning the list of loader paths.jhb2004-06-221-1/+0
* Document the possibility of setting default values forjosef2004-06-201-0/+1
* Save a couple of bytes for the SIO case.phk2004-06-171-4/+2
* Fix another beak.phk2004-06-171-1/+1
* Unspam sys/boot, the dev_t commit should not have touched these.phk2004-06-166-8/+8
OpenPOWER on IntegriCloud