summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* My new keyboard can't spell.phk2004-06-161-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-166-8/+8
* Premptively fix GCC3.4 issue: add break; after empty default: clauses.phk2004-06-162-0/+3
* Merge boot0 and boot0sio so they behave the same.phk2004-06-111-42/+17
* Some embedded platforms have no keyboard controller. Give up waitingphk2004-06-021-4/+11
* Use the correct location of the EBDA for searching for the RSDP.njl2004-05-251-7/+9
* Markup fixes.ru2004-05-162-11/+9
* Try harder not to compile anything in sys/boot for arm.cognet2004-05-161-2/+0
* Back out last revision that unnecessarily changed valid assemblerru2004-05-146-1606/+1601
* Partly back out last revision that unnecessarily changed validru2004-05-141-236/+236
* Do not attempt to build anything in sys/boot for arm.cognet2004-05-141-0/+2
* Fix a potential stack buffer overflow on systems whose ACPI OEMIDjdp2004-05-141-2/+2
* Convert block comments into C-style that is understood by cpp(1).ru2004-04-291-204/+210
* MFi386: revisions from 1.15 to 1.17.nyan2004-04-291-8/+2
* MFi386: revisions from 1.16 to 1.18.nyan2004-04-291-8/+2
* Thanks to David's patches, we can now simplify these makefilesru2004-04-285-18/+14
* Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-281-1/+2
OpenPOWER on IntegriCloud