summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-11-12Add NFS_BOOT_DHCP option.simonb
2022-11-12Trailing whitespaceskrll
2022-11-12Note some SV39 PTE bits defined in extensions.skrll
2022-11-12Use uintptr_t consistently rather than register_tskrll
2022-11-11Add support for Xilinx 7-series ADC.jmcneill
2022-11-11Support PCAL clock controljmcneill
2022-11-11The supervisor status register is the native word width, not fixedsimonb
2022-11-10If built with DEBUG Limit the depth of file system stack so kernel sanitizershannken
2022-11-10Tmpfs_mount() uses tmpfs_unmount() for cleanup if set_statvfs_info() fails.hannken
2022-11-10Some changes to "fs->fs_fmod" and "fs->fs_clean":hannken
2022-11-10revert my previous commit.ryo
2022-11-09If the hardware does not support PMU, return an error instead of KASSERT.ryo
2022-11-09fdt/pmu was not working. do return only if there is an error.ryo
2022-11-09Fix IPv4 security policy with port number does not work for forwarding packets.knakahara
2022-11-08Parentheses police.simonb
2022-11-08Add cause register trap types, and some macros to access cause registersimonb
2022-11-08Add a #define for XLEN, the RISC-V native base integer ISA width.simonb
2022-11-08Fix tyop in __BITS for the MIPSNN_MTI_CFG7_PREF_MASK macro.simonb
2022-11-08whitepsace nitskrll
2022-11-07Welcome to 9.99.106msaitoh
2022-11-07Increase sdl_data so that more then IFNAMSIZ bytes are available (again).msaitoh
2022-11-07Fix UVMHIST buildskrll
2022-11-05Make aes and chacha prints debug only.jmcneill
2022-11-05Add cdnsiic and lmtempjmcneill
2022-11-05Add driver for Cadence I2C controller.jmcneill
2022-11-05Handle speed change eventsjmcneill
2022-11-05Add I2C clocksjmcneill
2022-11-05Fix inverted result when status is "okay"skrll
2022-11-05G/Cskrll
2022-11-04Back out r1.82 ("Do not explicitly set the HID Report Protocol upon attach")jmcneill
2022-11-04Add a helper to set or clear lower mount and use it.hannken
2022-11-04Size boot_physmem with FDT_MEMORY_RANGES.jmcneill
2022-11-04Bump the version for function renames of inpcbozaki-r
2022-11-04ipcb: add/update the description of functionsozaki-r
2022-11-04inpcb: replace leading white spaces with tabsozaki-r
2022-11-04inpcb: get rid of parentheses for return valueozaki-r
2022-11-04inpcb: use NULLozaki-r
2022-11-04inpcb: use in_port_t for port numbersozaki-r
2022-11-04inpcb: use pool_cache instead of poolozaki-r
2022-11-04inpcb: rename functions to in6pcb_*ozaki-r
2022-11-04inpcb: rename functions to inpcb_*ozaki-r
2022-11-03_KERNEL_OPT protectionskrll
2022-11-03Provide MI PMAP support on AARCH64skrll
2022-11-02fix various typos in comments and messages.andvar
2022-11-02rename sneaky snyc in hvtimesnyc_sample_verbose variable to sync.andvar
2022-11-02s/ourselve/ourselves/ in comments.andvar
2022-11-02Re-enable ADMA2 support for arasan,sdhci-8.9ajmcneill
2022-11-02Select DMA mode after programming the ADMA base address register(s).jmcneill
2022-11-02rump: don't touch p_nlwps without holding p_lockozaki-r
2022-11-02Restore a '\n' I accidentally removed in 1.16skrll