Age | Commit message (Expand) | Author |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-09-03 | fix typo "mode" -> "model" when referring to "Model specific registers" | Mike Larkin |
2016-09-03 | Make .openbsd.randomdata section RO. Highlight is that the stack protector | Theo de Raadt |
2016-09-03 | add SDBG to cpuid bits and identcpu | Mike Larkin |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda |
2016-08-31 | Support A Radio Free Europe! | Ted Unangst |
2016-08-31 | remove some ISA drivers for devices not recently seen in the wild. | Ted Unangst |
2016-08-16 | move static variable up to first | Ted Unangst |
2016-08-15 | normalize some comments | Ted Unangst |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-07-28 | replace hand rolled physlock with real rwlock. ok mlarkin | Ted Unangst |
2016-07-16 | remove some 12 year old code that was never correct, and never compiled | Mike Larkin |
2016-07-16 | remove some unused #includes | Mike Larkin |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-06-28 | Enable UMIP feature if present. miod originally pointed this out to me. | Mike Larkin |
2016-06-28 | enable ure(4) where we already have url(4) | Jonathan Matthew |
2016-06-22 | Identify UMIP feature, if available. | Mike Larkin |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-10 | fix some typos in comments | Joshua Stein |
2016-06-08 | remove obsolete raid from namtoblk tables. from Artturi Alm | Ted Unangst |
2016-06-07 | consistently set ipls on pmap pools. | David Gwynne |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-06-01 | Enable utvfu(4) everywhere where uvideo(4) is also enabled. | Marcus Glocker |
2016-05-28 | crank version numbers of those bootloaders that have been changed by | Stuart Henderson |
2016-05-27 | Modify com_init to match the com driver initializaiton, and add | Bob Beck |
2016-05-24 | remove some ancient debugging code | Mike Larkin |
2016-05-23 | Place a cpu-dependent trap/illegal instruction over the remainder of the | Theo de Raadt |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar | Theo de Raadt |
2016-05-20 | split the ACPI resume trampoline into code and data pages, and protect | Mike Larkin |
2016-05-18 | Split i386 mp hatch trampoline into code and data pages, and protect each | Mike Larkin |
2016-05-16 | fix perms (previous cleanup commit introduced part of an unrelated change) | Mike Larkin |
2016-05-16 | spaces -> tabs | Mike Larkin |
2016-05-16 | Use int3 padding instead of nop in the ACPI resume trampoline, as it is | Mike Larkin |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-05-07 | Stop printing the "ioapic0: misconfigured as apic..." messages. Basically | Mark Kettenis |
2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to | Mark Kettenis |
2016-05-03 | Revert previous commit. Calling sched_init_cpu() from | Mark Kettenis |
2016-04-29 | Call sched_init_cpu() just before booting secondary CPUs. | Martin Pieuchot |
2016-04-29 | Do not remove local symbols from the table. | Martin Pieuchot |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-04-26 | Convert some magic numbers into #defines - this is needed for some MTRR | Mike Larkin |
2016-04-25 | remove systrace | Ted Unangst |
2016-04-24 | Remove 'option COMPAT_PCVT' now that X doen't use it anymore. | Matthieu Herrb |
2016-04-21 | Support for 'default configuration' mpbios attachment was never completed, | Mike Larkin |
2016-04-14 | Use cpuid function 0xa to determine presence of general purpose | Mike Larkin |
2016-04-03 | Don't call savectx() from cpu_fork(): the registers saved are overwritten | Philip Guenther |
2016-04-03 | Remove __lockbarrier() defines, unused since cpu_lock removal a few | Jonathan Gray |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |