summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
AgeCommit message (Expand)Author
2024-11-06Do not store the value of sp in struct clockframe, for nothing has a needMiod Vallat
2024-11-05The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.Miod Vallat
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-05Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenlyMiod Vallat
2024-10-24Add a ci_intrdepth field to struct cpu_info for sh, and use it to implementMiod Vallat
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-06-11remove prototypes and defines for drivers landisk doesn't useJonathan Gray
2024-01-28set -fno-stack-protector in NORMAL_C_NOP, which is used to compileTheo de Raadt
2023-04-13remove duplicate includesJonathan Gray
2023-03-12sh, landisk: set HZ=64 againScott Soule Cheloha
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-10-15ansiJonathan Gray
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-02Add UFS2 support, with libsa for boot and with a specific ufs-and-ufs2-in-oneMiod Vallat
2022-08-24Add missing licence, from nonaka@netbsd.orgMiod Vallat
2022-08-24Build libsa with NO_NET as we don't need any of the network-related code in it.Miod Vallat
2022-08-24Force compilation to fail in case of implicit function declaration.Miod Vallat
2022-08-24Add prototype declarations for a bunch of functions.Miod Vallat
2022-08-17No more disklabel -B.Miod Vallat
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-05-24fdisk(8) no longer uses the partition table it finds inKenneth R Westerback
2022-05-10Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-04-06constify struct cfattachChristian Weisgerber
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-01-04hide more things behind _KERNEL, in case userland manages to includeTheo de Raadt
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-24#define open O_* flags in libsa/stand.h, so that bootblocks can useTheo de Raadt
2021-08-22ucc also fails to work here, because there is no wskbd_rawinputTheo de Raadt
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-03-11spellingJonathan Gray
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06wire up kstat(4)David Gwynne
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-03-27Enable FFS2 on the landisk ramdisk. Booting from FFS2 is trickyOtto Moerbeek
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2019-12-23The boot loader allows to inspect memory with the hexdump command.Alexander Bluhm
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt