summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2017-07-17Use .c instead of .o here too.Mark Kettenis
2017-07-16Add WITNESS supportPhilip Guenther
2017-07-16Clear the framepointer (r3) in switch_trampoline to avoid faults in stack tracePhilip Guenther
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-15usingacpi might be referenced in apm only code, so adjust #if guardTed Unangst
2017-07-15iobus_h is unused, remove it.Visa Hankala
2017-07-14The regress test src/regress/sys/kern/siginfo-fault checks whetherAlexander Bluhm
2017-07-14fix GET_CURPCB on !MULTIPROCESSOR builds.David Gwynne
2017-07-13Add a driver for the CIB interrupt controller. Certain deviceVisa Hankala
2017-07-13Add handling for the third interrupt summary vector,Visa Hankala
2017-07-13Get cpuid from `ci' to avoid an extra function call.Visa Hankala
2017-07-12Reorganize separate configuration fields into per-CPU structsVisa Hankala
2017-07-12remove CPU_LIDSUSPEND/machdep.lidsuspendMartin Natano
2017-07-12Make max memory for VMs equal to MAXDSIZ to avoid failing later duringMike Larkin
2017-07-10Keep refusing SDIO initialization. The driver cannot work properlyVisa Hankala
2017-07-10Replace codepatch nopsleds with trapsleds.mortimer
2017-07-07Add logic for running SD commands. Tested with a few different makesVisa Hankala
2017-07-07Fix function name in panic message.Visa Hankala
2017-07-06Our website says that socppc was discontinued after 5.8 (thanks toIngo Schwarze
2017-07-06Delete cross references to boot_landisk(8).Ingo Schwarze
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-07-06Remove bogus arguments from a printf in the bootloader.Mike Larkin
2017-07-06Disassociate PA load address of the kernel from VA, such that PA isn'tTheo de Raadt
2017-07-06vmd: increase the max number of disks from 2 to 4. Requires kernel rebuildMike Larkin
2017-07-060xcc-fill a few more alignments. Not because these ones matter particularily,Theo de Raadt
2017-07-06remove an unneeded .align and .code32Mike Larkin
2017-07-05Enable NFSCLIENT to let installation over NFS work.Visa Hankala
2017-07-05Comments are lying.Martin Pieuchot
2017-07-04zap .o, put both .c at deraadt@'s requestMarc Espie
2017-07-04Export our atomic definitions to userland instead of gcc builtins.Martin Pieuchot
2017-07-03Use copyin32() instead of copyin() in RDHWR emulation.Visa Hankala
2017-07-03Attach com(4) using fdt on octeon.Visa Hankala
2017-07-03Add the first UART into the fdt blob.Visa Hankala
2017-07-02re-enable PATMike Larkin
2017-07-01Use absolute pointers in codepatch entriesStefan Fritsch
2017-07-01Use absolute pointers in codepatch entriesStefan Fritsch
2017-06-30Remove unused variablesMike Larkin
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-29Put asm-generated strings into .rodataTheo de Raadt
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-290xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32.Theo de Raadt
2017-06-29Always use the maximum permissible frame size for Rx size limit.Visa Hankala
2017-06-29add some comments, no functional changeMike Larkin
2017-06-29suppress local symbols in mptramp. Matches a similar diff inMike Larkin
2017-06-29suppress local symbols in mptramp. Matches a similar diff inMike Larkin
2017-06-29Remove a block of "#if 0" code that has been in the file since r1.1, 13Mike Larkin
2017-06-29Remove an "#if 1" that had been in the code for 16 years. I think it'sMike Larkin
2017-06-29hide some locore0 symbols that are only used inside locore0.Mike Larkin
2017-06-29TEMPORARILY disable gap compilation, until lld is fixed/updated toTheo de Raadt
2017-06-28Delete '0x' in DIAGNOSTIC panic message; ipl value is printed in decimal.Kenji Aoyama