| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-11 | 2 | -4/+4 |
* | timecounting: use C99-style initialization for all timecounter structs |  cheloha | 2021-02-23 | 1 | -2/+9 |
* | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 2021-02-04 | 1 | -1/+2 |
* | repair declerations to satisfy -fno-common |  deraadt | 2021-01-29 | 3 | -19/+4 |
* | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 2021-01-28 | 1 | -4/+4 |
* | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2021-01-23 | 2 | -2/+5 |
* | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 2 | -5/+5 |
* | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 2020-11-08 | 1 | -12/+7 |
* | multiple reads of pmap_emulate_reference() don't show any reason for it |  deraadt | 2020-11-07 | 1 | -7/+3 |
* | observed by miod, a kernel unlock missed in last commit |  deraadt | 2020-10-27 | 1 | -3/+5 |
* | As done with other architectures, narrow the KERNEL_LOCK around uvm_fault() |  deraadt | 2020-10-25 | 1 | -4/+5 |
* | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. |  deraadt | 2020-10-22 | 1 | -7/+4 |
* | (same as sh/sh/trap.c) |  deraadt | 2020-10-21 | 1 | -7/+3 |
* | whitespace |  deraadt | 2020-10-21 | 1 | -19/+19 |
* | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't |  deraadt | 2020-10-21 | 1 | -3/+2 |
* | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset |  cheloha | 2020-10-20 | 1 | -1/+3 |
* | use access_type as the PROT_* variable for uvm_fault() consistantly |  deraadt | 2020-10-08 | 1 | -8/+8 |
* | ast() was lacking refreshcreds(). That can sleep, and mi_ast() requires |  deraadt | 2020-09-24 | 1 | -4/+4 |
* | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. |  deraadt | 2020-09-24 | 1 | -5/+7 |
* | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 1 | -4/+1 |
* | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). |  mpi | 2020-08-19 | 1 | -3/+1 |
* | __main() is not need anymore |  deraadt | 2020-07-18 | 1 | -8/+1 |
* | Use CPU_IS_PRIMARY macro on alpha and mips64. |  fcambus | 2020-07-15 | 1 | -2/+2 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+25 |
* | wire up kstat(4) |  dlg | 2020-07-06 | 1 | -2/+3 |
* | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 2020-06-30 | 1 | -60/+0 |
* | Implement cpu_rnd_messybits() as a read of the cycle counter register. |  naddy | 2020-06-05 | 2 | -12/+7 |
* | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 2020-05-31 | 2 | -2/+13 |
* | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2020-05-29 | 1 | -2/+1 |
* | Retire <machine/varargs.h>. |  visa | 2020-05-27 | 1 | -58/+0 |
* | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 2020-05-26 | 1 | -1/+7 |
* | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 2020-05-25 | 1 | -11/+18 |
* | Pass boothowto from bootblock to kernel |  deraadt | 2020-05-25 | 3 | -4/+7 |
* | Add support for write operations to diskstrategy(). |  deraadt | 2020-05-25 | 1 | -3/+7 |
* | remove ifdef'd out tc fb cnattach bits |  jsg | 2020-05-23 | 1 | -85/+1 |
* | remove more cfb and sfb bits |  jsg | 2020-05-23 | 4 | -163/+2 |
* | remove cfb and sfb alpha tc fb drivers |  jsg | 2020-05-23 | 6 | -990/+2 |
* | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. |  deraadt | 2020-05-17 | 1 | -1/+4 |
* | Make inittodr() and resettodr() MI. |  kettenis | 2020-05-16 | 1 | -93/+1 |
* | Use the same inittodr()/resettodr() implementation as on |  kettenis | 2020-05-11 | 2 | -132/+147 |
* | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; |  jmc | 2020-04-23 | 1 | -3/+3 |
* | Allow alpha boot(8) to read from an ffs2 filesystem and adapt its |  otto | 2020-03-11 | 4 | -42/+147 |
* | The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG |  claudio | 2020-03-05 | 1 | -2/+2 |
* | Use major 32 for dt(4). |  mpi | 2020-01-24 | 1 | -2/+3 |
* | wire up pppac(4) to some majors on each arch. |  dlg | 2020-01-23 | 1 | -1/+2 |
* | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 2019-12-17 | 2 | -2/+5 |
* | Remove unused test program. |  visa | 2019-12-01 | 1 | -62/+0 |
* | The compiler -pg option implies -fno-ret-protector, as we want to disable |  guenther | 2019-11-07 | 1 | -2/+2 |
* | Convert db_addr_t -> vaddr_t but leave the typedef for now. |  mpi | 2019-11-07 | 4 | -23/+23 |
* | ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 2019-11-07 | 3 | -65/+40 |