462,953 commits found in 116 milliseconds
NetBSD /src hQA8uem — distrib/utils/embedded/conf armv5.conf, distrib/utils/embedded/files armv5_boot.cmd evbarm: build armv5 image for generic fdt based boards
Build an image for armv5 boards that use device trees on the GENERIC_V5 kernel.
installboot: add lego mindstorms ev3 u-boot entry
Add missing source.
audio.4: add some context to the history
audio.4: Provide some hints to help people write code that's portable
to illumos.
PR bin/60706 : sh(1) man page wording improvements.
Better describe how var-assign prefix words are processed.
A few other random cleanups in the nearby area.
No Dd update, these are not significant enough changes to suggest
to anyone that re-reading the man page would be worth the effort.
No pullups planned (same reason).
Whitespace
s/kernel_GENERIC/kernel_GENERIC64, sync with arm64.
NetBSD /src KFAP0bU — sbin/mount_lfs mount_lfs.c mount_lfs.8, sys/ufs/lfs lfs_vfsops.c Allow the user to decline roll forward by passing option "-o nolog" to
mount_lfs. Internally this is implemented by interpreting the MNT_LOG
flag to mean "do roll forward". Option "-o log" defaults on in mount_lfs(8) .
Don't panic if inodes that won't fit in the Ifile are encountered when
rolling forward. Instead, extend the Ifile to accommodate them.
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.