Age | Commit message (Expand) | Author |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-07-02 | __remq.S will be needed soon. | Theo de Raadt |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-03-11 | spelling | Jonathan Gray |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-29 | repair declerations to satisfy -fno-common | Theo de Raadt |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-11-07 | multiple reads of pmap_emulate_reference() don't show any reason for it | Theo de Raadt |
2020-10-27 | observed by miod, a kernel unlock missed in last commit | Theo de Raadt |
2020-10-25 | As done with other architectures, narrow the KERNEL_LOCK around uvm_fault() | Theo de Raadt |
2020-10-22 | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. | Theo de Raadt |
2020-10-21 | (same as sh/sh/trap.c) | Theo de Raadt |
2020-10-21 | whitespace | Theo de Raadt |
2020-10-21 | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't | Theo de Raadt |
2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset | cheloha |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-09-24 | ast() was lacking refreshcreds(). That can sleep, and mi_ast() requires | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-07-18 | __main() is not need anymore | Theo de Raadt |
2020-07-15 | Use CPU_IS_PRIMARY macro on alpha and mips64. | Frederic Cambus |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
2020-05-25 | Pass boothowto from bootblock to kernel | Theo de Raadt |
2020-05-25 | Add support for write operations to diskstrategy(). | Theo de Raadt |
2020-05-23 | remove ifdef'd out tc fb cnattach bits | Jonathan Gray |
2020-05-23 | remove more cfb and sfb bits | Jonathan Gray |
2020-05-23 | remove cfb and sfb alpha tc fb drivers | Jonathan Gray |
2020-05-17 | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. | Theo de Raadt |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-11 | Use the same inittodr()/resettodr() implementation as on | Mark Kettenis |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-03-11 | Allow alpha boot(8) to read from an ffs2 filesystem and adapt its | Otto Moerbeek |
2020-03-05 | The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG | Claudio Jeker |
2020-01-24 | Use major 32 for dt(4). | Martin Pieuchot |