Age | Commit message (Expand) | Author |
2024-11-06 | Do not store the value of sp in struct clockframe, for nothing has a need | Miod Vallat |
2024-11-05 | The first field of struct cfdriver is a pointer. Put NULL rather than 0 here. | Miod Vallat |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-11-05 | Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenly | Miod Vallat |
2024-10-24 | Add a ci_intrdepth field to struct cpu_info for sh, and use it to implement | Miod Vallat |
2024-07-14 | Add missing <machine/elf.h> for compound arches. | Miod Vallat |
2024-06-11 | remove prototypes and defines for drivers landisk doesn't use | Jonathan Gray |
2024-01-28 | set -fno-stack-protector in NORMAL_C_NOP, which is used to compile | Theo de Raadt |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-03-12 | sh, landisk: set HZ=64 again | Scott Soule Cheloha |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-10-15 | ansi | Jonathan Gray |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-02 | Add UFS2 support, with libsa for boot and with a specific ufs-and-ufs2-in-one | Miod Vallat |
2022-08-24 | Add missing licence, from nonaka@netbsd.org | Miod Vallat |
2022-08-24 | Build libsa with NO_NET as we don't need any of the network-related code in it. | Miod Vallat |
2022-08-24 | Force compilation to fail in case of implicit function declaration. | Miod Vallat |
2022-08-24 | Add prototype declarations for a bunch of functions. | Miod Vallat |
2022-08-17 | No more disklabel -B. | Miod Vallat |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-05-24 | fdisk(8) no longer uses the partition table it finds in | Kenneth R Westerback |
2022-05-10 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-01-04 | hide more things behind _KERNEL, in case userland manages to include | Theo de Raadt |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-08-22 | ucc also fails to work here, because there is no wskbd_rawinput | Theo de Raadt |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-03-11 | spelling | Jonathan Gray |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
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-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-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-03-27 | Enable FFS2 on the landisk ramdisk. Booting from FFS2 is tricky | Otto Moerbeek |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2019-12-23 | The boot loader allows to inspect memory with the hexdump command. | Alexander Bluhm |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |