Age | Commit message (Expand) | Author |
2017-08-11 | don't bother checking diagnostic status (which patrick reports | Joshua Stein |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-08-11 | apmwarn and the ridiculous apmhalt hack sysctls are not relevant here | Ted Unangst |
2017-08-09 | Add IA32_MISC_ENABLE MSR and bitfield values, to be used shortly by | Mike Larkin |
2017-08-09 | reorder some MSRs in the MSR list that were out of order. No functional | Mike Larkin |
2017-08-09 | fix a few DPRINTFs in vmm.c so that compilation with VMM_DEBUG works | pd |
2017-08-09 | Expose TSC to vmm guest | pd |
2017-08-09 | typo in comment | Mike Larkin |
2017-08-08 | Get rid of read_psl() and write_psl() by replacing | Visa Hankala |
2017-08-07 | Add "machine exit" and "machine poweroff" commands to the arm64 and armv7 | Mark Kettenis |
2017-08-05 | vmm: support more than 3855MB guest memory | Mike Larkin |
2017-07-31 | Back out previous commit but handle the case where the device path consists | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-25 | remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support it | Robert Nagy |
2017-07-24 | add some missing MULTIPROCESSOR ifdefs to not compile in code on | Robert Nagy |
2017-07-23 | permit kernel building with clang as the base compiler; ok kettenis@ | Christian Weisgerber |
2017-07-21 | Check the hibernation signature for softraid disks and select valid bsd | YASUOKA Masahiko |
2017-07-20 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | Alexander Bluhm |
2017-07-19 | Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass | Mark Kettenis |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-14 | The regress test src/regress/sys/kern/siginfo-fault checks whether | Alexander Bluhm |
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 | Replace codepatch nopsleds with trapsleds. | mortimer |
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-05 | Comments are lying. | Martin Pieuchot |
2017-07-02 | re-enable PAT | Mike Larkin |
2017-07-01 | Use absolute pointers in codepatch entries | Stefan Fritsch |
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 | 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 | Remove a block of "#if 0" code that has been in the file since r1.1, 13 | Mike Larkin |
2017-06-28 | hide symbols used in the ACPI resume trampoline pages | Mike Larkin |
2017-06-28 | fix potential use of uninitialized variable, noticed by jsg@. | Mike Larkin |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
2017-06-23 | Unbreak profiling assembly functions in userland by defining the | Martin Pieuchot |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-22 | Add a hypervisor-specific function pointer in pvbus(4) that gets called during | Jonathan Matthew |
2017-06-22 | Only print the magic '&' letter on a disk if the hibernate partition is | Theo de Raadt |
2017-06-21 | Fill space between sections with traps, rather than nops. | Theo de Raadt |
2017-06-20 | use [] instead of * for reaching regions to unmap, making this more | Theo de Raadt |
2017-06-20 | Fix a couple of comment typos in amd64 and i386 biosvar.h | Tom Cosgrove |
2017-06-20 | remove some magic numbers in the flush-by-asid code and check if the CPU | Mike Larkin |