Age | Commit message (Expand) | Author |
2022-05-27 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-02-21 | independednt -> independent, let's -> lets | Jonathan Gray |
2022-02-21 | iommmu -> iommu | Jonathan Gray |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-01 | When a struct ipovly needs to be computed and checksummed in in4_cksum(), | Miod Vallat |
2022-01-04 | hide more things behind _KERNEL, in case userland manages to include | Theo de Raadt |
2022-01-02 | approprate -> appropriate | Jonathan Gray |
2022-01-02 | Resore -> Restore | Jonathan Gray |
2022-01-02 | Prism54 (only full-mac varients) -> Prism54 Full-MAC | Jonathan Gray |
2022-01-02 | Nummber -> Number | Jonathan Gray |
2022-01-02 | numers -> numbers | Jonathan Gray |
2022-01-01 | Add ENTRY_NB() macro for doing an ASM function entry without setting | Philip Guenther |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-12-01 | Fix booting from an IDE block device on the Sun Blade 100. Apparently | Mark Kettenis |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-10-26 | Remove more occurences of O_RDONLY in our bootloaders. | Patrick Wildt |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-10-21 | Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require | Alexander Bluhm |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-09-01 | Use ttopen in tty drivers open functions as ttysleep string, as the others do. | Jan Klemkow |
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-08-03 | Make sure VM_MAXUSER_ADDRESS is aligned to a page boundary, as MI code | Sebastien Marie |
2021-07-15 | more space savings | Theo de Raadt |
2021-07-15 | space savings on install kernels. (restore and ralink drivers+firmware go | Theo de Raadt |
2021-07-10 | Sync maxusers with other 64bit archs. | Martin Pieuchot |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-06-28 | Enable dt(4). | Martin Pieuchot |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-05-30 | Include <sys/mutex.h> to avoid a hidden header dependency. | Visa Hankala |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-05-05 | Unlock top part of the fault handler. | Martin Pieuchot |
2021-04-24 | Remove unused function pointers from `todr_handle'. | Martin Pieuchot |
2021-03-11 | spelling | Jonathan Gray |
2021-02-23 | sparc64/clock.c: use ANSI-style function definitions | cheloha |
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-30 | 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 |
2021-01-19 | blacklist com on m3000s. our com code causes faults somehow. | David Gwynne |
2021-01-02 | Allocate address space for struct cpu_info using km_alloc(9) instead of | Jonathan Matthew |
2020-12-28 | Sync with i386 by asserting that IPL values should be at least IPL_NONE. | Martin Pieuchot |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |