summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-02-14s/programm/program/ and s/suuport/support/ in comments and message.andvar
2023-02-14Add some CPUID bits from PPR for AMD Family 19h Model 61h Revision B1.msaitoh
2023-02-14Regen.msaitoh
2023-02-14Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors.msaitoh
2023-02-14add flags for drivers to requesr R2L bit/byte-ordered fonts, default tomacallan
2023-02-14make vcons_putchar_buffer() return a flag indicating if anything actuallymacallan
2023-02-13s/chacters/characters/ in comments.andvar
2023-02-13s/charater/character/ in one more comment.andvar
2023-02-13 When a device driver calls devsw_attach() it has the option of attaching a b...buhrow
2023-02-13Add support for ZTE MF112 and D-Link DWM222 3G USB modemsmanu
2023-02-13mips/asm.h: Cite source for Cavium sync plunger business.riastradh
2023-02-13When mounting a union file system set its lower mount only on success.hannken
2023-02-12s/strucure/structure/ and s/structues/structures/ in comments.andvar
2023-02-12fix various typos in comments.andvar
2023-02-12fix typo in the include guard definition.andvar
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2023-02-12PR kern/56052:kardel
2023-02-12PR kern/55654:kardel
2023-02-12Actually bump version (missed in the previous commit).tsutsui
2023-02-12Replace DELAY() with one in hp300 bootloader and adjust cpuspeed counts.tsutsui
2023-02-12Use common declarations and macros in proper headers.tsutsui
2023-02-11urndis(4): Add OnePlus 5T to the quirky devices list. This allows it tonia
2023-02-11Apply ldscript fixes for binutils-2.39. See PR 57223.mlelstv
2023-02-11regennia
2023-02-11Add my phone to usbdevsnia
2023-02-11Build a RAMDISK root kernel on NetBSD/next68k release build.tsutsui
2023-02-11Merge both SECTIONS declarations into one.mlelstv
2023-02-11Use MI <dev/ic/dc503reg.h> (added for vax smg(4)) for pmax pm(4) too.tsutsui
2023-02-11Bump version again to denote NeXT_CUBE_TURBO support.tsutsui
2023-02-11Bump version to 1.6 to denote recent bootloader's >20 years old bug fixes.tsutsui
2023-02-11Disable rarely used options and devices, and add options MODULAR instead.tsutsui
2023-02-11Remove unnecessary commented out lines.tsutsui
2023-02-11Remove nonexistent options SWAPDEBUG.tsutsui
2023-02-11Enable file-system CD9660.tsutsui
2023-02-11add siisata(4). been running for ages on a rockpro64.mrg
2023-02-11Add comments that "options VAX410" also supports VS3100/m30,m38,m40,m48.tsutsui
2023-02-11Port rasops'fied smg(4) framebuffer driver for VS3100 from OpenBSD/vax.tsutsui
2023-02-11NeXT Turbo Color doesn't have NEXT_P_C16_CMD_REG.tsutsui
2023-02-11Add and check machine type NeXT_CUBE_TURBO (type 8).tsutsui
2023-02-11Handle NeXT Turbo VRAM regions properly.tsutsui
2023-02-09Disable DEBUG options properly.tsutsui
2023-02-09Request only 36 bytes for a response of INQUIRY command for legacy drives.tsutsui
2023-02-09Avoid possible division by zero trap in error cases to make debug easier.tsutsui
2023-02-09Adjust _all_ cinclude of *.local filesabs
2023-02-09Ensure GENERIC.local is always at the end of GENERICabs
2023-02-08bpf.c: support loopback writes when BIOCSHDRCMPLT is setgutteridge
2023-02-07Make sure to specify volatile explicitly on DMA register accesses.tsutsui
2023-02-07Avoid using (1<<64)-1 for VM_MAX{,USER}_ADDRESS as rounding that up tohgutch
2023-02-07fix logic-reversing tpyo in putone()macallan
2023-02-07bpf.c: fix a few typos and grammatical issues in commentsgutteridge