460,119 commits found in 136 milliseconds
NetBSD /src Mt1HUlm — external/gpl3/gdb.old/dist/bfd cpu-nios2.c elf32-nios2.c, external/gpl3/gdb.old/dist/config mt-nios2-elf uintmax_t.m4 remove obsolete files.
NetBSD /src p32NPQd — external/gpl3/gdb.old/dist/bfd/po es.po bfd.pot, external/gpl3/gdb.old/dist/gdb dbxread.c merge
Version Delta File 1.12 +19,635 -15,668 external/gpl3/gdb.old/dist/opcodes/i386-tbl.h 1.8 +6,124 -4,613 external/gpl3/gdb.old/dist/bfd/po/es.po 1.12 +4,552 -3,260 external/gpl3/gdb.old/dist/opcodes/aarch64-dis-2.c 1.12 +3 -2,974 external/gpl3/gdb.old/dist/gdb/dbxread.c 1.11 +1,511 -1,455 external/gpl3/gdb.old/dist/bfd/po/bfd.pot 1.9 +1,504 -1,409 external/gpl3/gdb.old/dist/bfd/po/ro.po +33,329 -29,379 1,545 files not shown +71,688 -57,472 1,551 files
NetBSD /src 5S2Z6xP — external/gpl3/gdb.old/dist sha256.sum, external/gpl3/gdb.old/dist/bfd/po es.po ms.po import gdb from netbsd-current to gdb.old
Version Delta File 1.1.1.10 +19,628 -15,661 external/gpl3/gdb.old/dist/opcodes/i386-tbl.h 1.1.1.4 +6,125 -4,614 external/gpl3/gdb.old/dist/bfd/po/es.po 1.1 +9,711 -0 external/gpl3/gdb.old/dist/bfd/po/ms.po 1.1.1.10 +4,577 -3,285 external/gpl3/gdb.old/dist/opcodes/aarch64-dis-2.c 1.1 +5,531 -0 external/gpl3/gdb.old/dist/gdb/gdbarch-gen.c 1.1.1.3 +2,384 -2,227 external/gpl3/gdb.old/dist/sha256.sum +47,956 -25,787 3,035 files not shown +146,200 -75,528 3,041 files
Fix various typos in comments.
Don't require libutil for HOSTPROG
Only send exported variables (from OpenBSD):
https://www.openwall.com/lists/oss-security/2026/03/13/1
Improve pmaphist debug
s/intererupts/interrupts/ in comment.
NetBSD /src klvChJ2 — usr.bin/make main.c var.c, usr.bin/make/unit-tests varname-dot-make-save_dollars.mk opt-debug-graph1.exp make: ensure .MAKE.SAVE_DOLLARS is set.
This makes it possible for macros to be set so as to work correctly
whether .MAKE.SAVE_DOLLARS is "yes" (NetBSD) or "no" (bmake).
Make sure faultstkadjnotrap2 is a global symbol.
- Simplify processing by centralizing: no need to prefix all errors with
"%lu: %s: " and pass fname, lineno to each; do it in one place.
- Use emalloc and friends instead of homegrown xmalloc and friends.
fix sparc64 lint
s/be/by/ in comment.
NetBSD /src MqNrL60 — sys/arch/arm/arm32 db_machdep.c, sys/arch/mips/mips bds_emul.S s/trapfame/trapframe/ in comments and ddb command description.
NetBSD /src xY1yef1 — common/lib/libc/arch/arm/string memcpy_neon.S, common/lib/libc/misc ubsan.c fix various typos, mainly in comments.
x86/boot(8) : s/partiton/partition/ in documentation.
sysctl(7) : fix few typos in documentation.
s/priorisation/prioritisation/
s/Neighor/Neighbor/
s/qinfifionext/qinfifonext/ in the log message.
add casts for lint
NetBSD /src NSxWCQC — external/gpl3/binutils/lib/libbfd/arch/earmeb bfd.h config.h, external/gpl3/binutils/lib/libopcodes/arch/earmeb config.h regen earmeb
NetBSD /src fa6fcZH — tests/usr.bin/xlint/lint1 lex_preprocess.c, usr.bin/xlint/lint1 scan.l lint: accept '$' in preprocessor macro expansions
NetBSD /src MlcfD5n — distrib/sets/lists/tests mi, tests/usr.bin/xlint/lint1 emit.c lex_preprocess.c tests/lint: test preprocessing tokens (lint1) and noreturn (lint2)
Fix various typos, mainly in comments.
sysctl(7) : fix kernel parameter name: s/UVHMIST/UVMHIST/.
s/informaion/information/ and s/allocaion/allocation/.
s/bootrap/bootstrap/ in the error message.
switch everyone to 2.46 again
Simplify the method of ensuring TEST_MAKE is absolute path
PR: 60016
If being built for 68010, infer some things and skip some work:
- cputype <- CPU_68010
- fputype <- FPU_NONE
Ensure TEST_MAKE is an absolute path
Rather than have multiple tests work out where 'make' is,
do it once.
PR: 60016