summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-10-21Remove unused defines inherited from mac68k.Miod Vallat
2013-10-21enable support for VMware ParaVirtual SCSI via vmwpvs(4).David Gwynne
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-20Realmode park is causing more problems than it's solving. Remove until weMike Larkin
2013-10-20Bump version numbers. Was supposed to be part of the keydisk boot commit.Stefan Sperling
2013-10-20Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes.Stefan Sperling
2013-10-20Simplify definition of the side-effect-free wd io routine.Theo de Raadt
2013-10-20(daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl toKenneth R Westerback
2013-10-20SMEP (on Ivy Bridge and later CPUs) require page protections that includeMike Larkin
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-10-19Wandboard also is a supported board of this driver. Every i.MX6 basedPatrick Wildt
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-18Comment out cd* at scsibus? from installation media which lack CD9660 support.Miod Vallat
2013-10-18Make sure that, when a particular mapchar() can't find a proper glyph for theMiod Vallat
2013-10-18I forget to enable edma when I import it.Sylvestre Gallon
2013-10-18Move mmc base address registers workaround where it belongs.Sylvestre Gallon
2013-10-18Remove an incorrect assert used in the real mode parking code forMike Larkin
2013-10-18Disable global page mappings before we start to unpack. This was likelyMike Larkin
2013-10-18Add a proper MANSUBDIR, to have manpages install in the proper directory.Miod Vallat
2013-10-18Add configuration for MI libsa loadfile, to be used soon.Miod Vallat
2013-10-18Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined inSylvestre Gallon
2013-10-17... and do not set up lance buffers at 3MB. Oh the irony.Miod Vallat
2013-10-17Merge old netboot le(4) code into new boot, to allow for a kernel to be loadedMiod Vallat
2013-10-17remove capability to do a.outTheo de Raadt
2013-10-17zap ecoff and a.out support like in MI loadfileTheo de Raadt
2013-10-17the explanation for locally-defined ecoff is even simpler now thatTheo de Raadt
2013-10-17a better way to disable the speaker on AV400 familyMiod Vallat
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-16Correctly honour spoofonly in readvdmlabel() to avoid reading the on-disk labelMiod Vallat
2013-10-16Revert unintended changes.Florian Obser
2013-10-16Support for oaic in the boot blocks. Cope with older prom putting a \r atMiod Vallat
2013-10-16Prefer ACPI over APM. For years, we had a SMBIOS-probing hack to preferTheo de Raadt
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-15In readvdmlabel(), be sure to have *partoffp initialized in all cases.Miod Vallat
2013-10-15this does not need sys/exec_ecoff.hTheo de Raadt
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
2013-10-14XXsize() returns daddr_t, so calculate the return value in a daddr_tKenneth R Westerback
2013-10-14Fix a couple of style(9) nits.Sylvestre Gallon
2013-10-14Add some consistency using uint_t everywhere instead of mixing uint_tSylvestre Gallon
2013-10-14Tedu some heavy debug code that is not needed anymore.Sylvestre Gallon
2013-10-14Add a boot(8) manual, issue reported by landry@Martin Pieuchot
2013-10-13Make pci_make_tag() work with ht(4) controllers, fix a regressionMartin Pieuchot
2013-10-11When converting an ELF file, create a dummy non-empty (8 byte) .data section,Miod Vallat
2013-10-10Better boot device detection code. Board-specific code will now return theMiod Vallat
2013-10-10Misc cleanups and small fixes. Boot controller/unit/lun information passedMiod Vallat
2013-10-10Add edma driver. This driver add support for am335x edma3 controller.Sylvestre Gallon
2013-10-09Quick'n'dirty code to match trivial on-disk boot paths as the boot device.Miod Vallat