Age | Commit message (Expand) | Author |
2017-08-17 | remove the useless apmwarn and mostly obsolete apmhalt sysctls. | Ted Unangst |
2017-08-16 | Randomly bias downwards from the top of each kernel stack, thereby | Theo de Raadt |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-12 | add some extra comments that got left out of the previous IA32_MISC_ENABLE | Mike Larkin |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
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-08 | Get rid of read_psl() and write_psl() by replacing | Visa Hankala |
2017-08-03 | Remove duplicated commented out "dev/rasops/files.rasops" include. | Frederic Cambus |
2017-07-31 | Comment out non-crucial device drivers (xhci(4), wdc@pcmcia, and cd(4) | Theo de Raadt |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-24 | add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clang | Christian Weisgerber |
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-15 | usingacpi might be referenced in apm only code, so adjust #if guard | Ted Unangst |
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 | 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-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 | suppress local symbols in mptramp. Matches a similar diff in | 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-28 | hide symbols in the acpi trampoline pages. matches a previous diff from | Mike Larkin |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
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-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we | Theo de Raadt |
2017-06-17 | add rdtsc() to match amd64 | Jonathan Matthew |
2017-06-13 | newbsd: target which re-links a kernel. We cannot use the bsd: target | Theo de Raadt |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-04 | Catch up with changes made on amd64 (kettenis@): | Christian Weisgerber |
2017-06-04 | Create gap.* with umask 007 instead of 077 to make kernel builds after | Theo Buehler |