summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-06-19Fix typo. unknwon -> unknownmsaitoh
2023-06-19s/value value/value/ in comment. No functional change.msaitoh
2023-06-19whitespace -> tab, blank line, no binary changes.rin
2023-06-19unbreak the previous change.nisimura
2023-06-18ixp425-fw.README: fix spelling: s/Cypto/Crypto/gutteridge
2023-06-17Fix typo...rin
2023-06-17Rework microcode for IXP425 npe(4).rin
2023-06-17Relocate FFS_NO_SNAPSHOT to where it should be...rin
2023-06-17Sprinkle FFS_NO_SNAPSHOT and -fno-unwind-tables to reducerin
2023-06-17Build NSLU2 kernel with NOCTF="yes" as workaround forrin
2023-06-17Panic if kernel image is not fit within its VA range,rin
2023-06-17Missing #endif for the previous...rin
2023-06-17Catch up with new pmap_devmap implementation.rin
2023-06-16fix typos in comments.andvar
2023-06-16s/curent/current/ in comment.andvar
2023-06-16White space fixes. No binary changes.rin
2023-06-16Align function name in its declaration consistently.rin
2023-06-16Consistently use __inline instead of inline, as done for rev. 1.119:rin
2023-06-15Undo unlock/relock for VOP_IOCTL().hannken
2023-06-15Regen.hannken
2023-06-15VOP_IOCTL() is a wrapper around spec_ioctl() aka Xdev_ioctl() andhannken
2023-06-15if_scx.cnisimura
2023-06-15G/C file was renamed in recent commit.skrll
2023-06-15Add missing include paths for libz. Not used at the moment although.rin
2023-06-14Make this compile again with VERBOSE_INIT_ARM.rin
2023-06-14Use %zd instead of %ld for ssize_t.rin
2023-06-14Make PCI_ADDR_FIXUP depended on PCI_BUS_FIXUP.rin
2023-06-14Avoid void * pointer arithmetic; cast to UINT8 * explicitly.rin
2023-06-14Add missing member for terminating sentinel.rin
2023-06-14Add /* FALLTHROUGH */ comment for sure.rin
2023-06-14force PHY loopback while uengine reloading process as tianocore/EDK2 UEFInisimura
2023-06-13- use sx_wait() to avoid stalling the MBusmacallan
2023-06-13add counter to periodically drain the instruction queue in order to avoidmacallan
2023-06-13major code quality improvements, descriptive comments, code density.nisimura
2023-06-12risc-v: MULTIPROCESSOR supportskrll
2023-06-12sortskrll
2023-06-12Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt.skrll
2023-06-12Fix compile for non-MULTIPROCESSOR and PMAP_TLB_MAX > 1 buildsskrll
2023-06-12Fixup UVMHIST buildsskrll
2023-06-10gratuitous commit to fix spelling errordbj
2023-06-10Remove magic numbers. NFCI.skrll
2023-06-10KASSERT(kpreempt_disabled()) before accessing curcpu() to reflect whyskrll
2023-06-10Trailing whitespace.skrll
2023-06-10Whitespace.skrll
2023-06-09INSTALL_*: correct a path in a commentgutteridge
2023-06-08allow drivers to specify horizontal alignment of glyph cache cellsmacallan
2023-06-05Fix previous comment fix, which broke a comment.martin
2023-06-05We cannot handle input with precision != stride yet.mlelstv
2023-06-05Un-comment the ident linepgoyette
2023-06-05Make DEBUG_FFS_MOUNT compile again (with 64-bit ino_t).rin