462,943 commits found in 121 milliseconds
regen.
Add various KX-7000/KX-6000G PCI devices.
Shorten and improve some descriptions.
Change some definitions for consistency.
regen.
Add VIA VX11 integrated graphics HDMI.
Add various Zhaoxin SoC integrated graphics HDMI.
Remove locking protocol error introduced in rev 1.32.
aarch64: simplify rtypetbl initialisation in kobj_machdep.c
libpcap 1.10.7 out
whitespace. (blank line removal)
aarch64: KNF elf_machdep.h
aarch64: alignment consistency in elf_machdep.h
aarch64: provide and use a AARCH64REG_READWRITE_INLINE
aarch64: add ich_hcr_el2 to armreg.h with some bit definitions
NetBSD /src wsvG28Y — sys/arch/aarch64/aarch64 locore.S genassym.cf, sys/arch/aarch64/include hypervisor.h armreg.h aarch64: Remove hypervisor.h and replace with armreg.h defines
The previous value of the RES1 bits in CPTR_EL2 in non-VHE mode was even
wrong.
NetBSD /src ILRP3zE — sys/arch/aarch64/aarch64 aarch64_machdep.c kobj_machdep.c, sys/arch/aarch64/include elf_machdep.h aarch64: fix relocation names to have R_AARCH64_ and not R_AARCH_
compat defines are not included as very unlikely that they're needed
aarch64: Teach kobj_reloc about R_AARCH64_LDST128_ABS_LO12_NC.
PR port-arm/60660 : missing R_AARCH_LDST128_ABS_LO12_NC
From Taylor
Protect seg_iocuont with lfs_lock instead of lfs_prelock.
Decrement seg_iocount only while the segment lock is held. May help
with the deadlock reported in PR kern/60504 .
Instead of writing partial-segments synchronously when sync is requested,
write them async, but wait for vp->v_numoutput to drop to zero if the
calling semantics require it. That way, even if we might have to wait,
nobody else is required to wait with us.
Be more discerning about when to write the inode of a file, and when
to mark a file IN_MODIFIED. Prevents what amounts to a vnode leak.
x86/ALL: Enable nvmm(4) .
This way we can exercise the build of statically configured nvmm,
when it is still normally used as as the module nvmm.kmod.
doc/3RDPARTY: new postfix
Postfix 3.11.7 out.
+RDS Reliable Datagram Sockets
apply the same cascaded interrupt patch as on ofppc
should fix PR60675
a kernel config for the IBM 43P/150
- use ofprint() for debug output so we have a chance to see it
- do not BAT-map anything beyond 0xff000000 - my 43P gets quite grouchy if we do
- copy EDID properties from OF like macppc does, for things like mach64 where
X can program video modes but can't (relably) do DDC
mips: throw a build error if the exception vector exceed 0x80 bytes.
NetBSD /src sS7GuUP — sys/arch/mips/mips trap.c mips_fixup.c, sys/arch/mips/rmi rmixl_cpu.c Use cpu_tlb_info instead of directly referencing ci_tlb_info. This way
the PMAP_TLB_MAX == 1 optimisation can work.
Fix a typo in a comment.
s/SNAP_MD_POST_DEPS/SNAP_MD_POST_DEPS_IMGZ/ for smp_riscv64mbr
NetBSD /src 8jFBhat — distrib/utils/embedded/conf riscv64mbr.conf, etc/etc.riscv Makefile.inc
Add RISCV64 MBR image, OK'd by skrll@.