| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-09-25 | Use KASSERT() instead of if(x) panic() for sanity checks. |  mpi | 1 | -14/+6 |
| 2020-09-25 | Add missing call to uvm_grow(9). |  kettenis | 1 | -1/+3 |
| 2020-09-25 | Add missing calls to uvm_grow(9). |  kettenis | 1 | -1/+5 |
| 2020-09-25 | take us out of -beta |  deraadt | 1 | -3/+3 |
| 2020-09-24 | The sparc64 pagefault vectors are directly to specific functions, and |  deraadt | 1 | -1/+4 |
| 2020-09-24 | an ugly white space |  deraadt | 1 | -2/+2 |
| 2020-09-24 | ast() was lacking refreshcreds(). That can sleep, and mi_ast() requires |  deraadt | 1 | -4/+4 |
| 2020-09-24 | the legacy need_resched macro to access per-cpu value is no longer needed |  deraadt | 1 | -3/+1 |
| 2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep |  deraadt | 1 | -2/+2 |
| 2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep |  deraadt | 1 | -2/+2 |
| 2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep |  deraadt | 1 | -2/+2 |
| 2020-09-24 | mi_ast() needs curcpu()->ci_want_resched rather than ci->ci_want_resched, |  deraadt | 1 | -4/+3 |
| 2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. |  deraadt | 10 | -73/+91 |
| 2020-09-24 | When operating in NX mode, GUCODE_SEL can cover the entire userland |  deraadt | 4 | -22/+41 |
| 2020-09-24 | Make sure we fetch the CS limit of the CPU the trap happened on. It is |  kettenis | 4 | -11/+16 |
| 2020-09-24 | Remove trailing white spaces. |  mpi | 1 | -39/+39 |
| 2020-09-23 | |= is not supposed to be spelled += |  deraadt | 1 | -3/+3 |
| 2020-09-23 | Fix declaration of `routedomain'. It's not external here. |  mvs | 1 | -2/+2 |
| 2020-09-23 | Remove 'void *sc_sdhook' member of sd_softc. |  krw | 1 | -2/+1 |
| 2020-09-23 | shuffle "extern int cpu_pae" into cpu.h, as the number of users will soon |  deraadt | 4 | -9/+6 |
| 2020-09-23 | Use an IPI, so hw.setperf affects all cores in the mp kernel. |  gkoehler | 5 | -12/+44 |
| 2020-09-22 | disable POOL_DEBUG in preparation for release |  benno | 1 | -2/+2 |
| 2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 54 | -320/+316 |
| 2020-09-22 | Document locks which protect `rtpcb' struct members. |  mvs | 1 | -8/+13 |
| 2020-09-22 | whitespace |  tobhe | 1 | -3/+3 |
| 2020-09-22 | On sh architecture, general_exception() handles regular traps as well as |  deraadt | 1 | -5/+7 |
| 2020-09-22 | Spell inline correctly. |  mpi | 7 | -30/+27 |
| 2020-09-22 | Kill outdated comment, pmap_enter(9) doesn't sleep. |  mpi | 1 | -8/+1 |
| 2020-09-22 | timeout(9): timeout_run(): read to_process before leaving timeout_mutex |  cheloha | 1 | -2/+4 |
| 2020-09-21 | Fix eeprom(8) error when setting variables |  kn | 1 | -2/+6 |
| 2020-09-21 | Correctly pass the "struct cpu_info" pointer along when establishing |  kettenis | 8 | -28/+35 |
| 2020-09-21 | allow DRM_IOCTL_GET_CLIENT with "drm" pledge |  jsg | 1 | -0/+4 |
| 2020-09-20 | Set `if_snd' queue maximum length to 1. This enforces calls of |  mvs | 1 | -5/+7 |
| 2020-09-16 | Move duplicated code to send an uncatchable SIGABRT into a function. |  mpi | 4 | -17/+24 |
| 2020-09-16 | disable acpivout brightness control on machines aware of Windows 8 |  jsg | 3 | -27/+71 |
| 2020-09-16 | put HW_PHYSMEM64 case under CTL_HW not CTL_KERN |  jsg | 1 | -2/+2 |
| 2020-09-16 | Add a command explaining that this driver uses the ACPI SMI command port |  kettenis | 1 | -3/+6 |
| 2020-09-16 | As discovered by kettenis, recent mesa wants sysctl hw.physmem64, and |  deraadt | 1 | -4/+2 |
| 2020-09-16 | Document that `p_siglist' and `p_sigmask' are updated via atomics. |  mpi | 1 | -3/+3 |
| 2020-09-16 | timecounting: provide a naptime variable for userspace via kvm_read(3) |  cheloha | 1 | -5/+7 |
| 2020-09-15 | Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlled |  mglocker | 1 | -0/+9 |
| 2020-09-15 | abl(4) is a new driver to control the backlight brightness on Intel based |  mglocker | 3 | -2/+229 |
| 2020-09-15 | Add acpi_ivhd_ext definitions to acpireg.h |  jordan | 1 | -2/+21 |
| 2020-09-15 | oops incomplete variable rename prevented compile, hit by sthen |  deraadt | 1 | -5/+5 |
| 2020-09-15 | Stop using %r13 as the per-cpu register in the kernel. Since |  kettenis | 6 | -27/+24 |
| 2020-09-14 | Since the issues with calling uvm_map_inentry_fix() without holding the |  kettenis | 1 | -3/+3 |
| 2020-09-14 | emuinstr() proto dies also after emul.c cleanup; from miod |  deraadt | 1 | -2/+1 |
| 2020-09-14 | Do the uvm_map_inentry() check in data_abort() after we have done the branch |  kettenis | 1 | -6/+9 |
| 2020-09-14 | Ensure the SH_(TRA)) register is read before a potential sleep in trap() |  deraadt | 1 | -4/+2 |
| 2020-09-14 | When emulating reading from cr26 and cr27 on PCXS, simply set cr26 to zero |  kettenis | 1 | -3/+3 |