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