Skip to content
Open
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
90295c8
ccdconfig(8): brush up markup
nbuwe Feb 21, 2026
3a11b64
ccdconfig(8): g/c stray trailing whitespace in previous
nbuwe Feb 21, 2026
bfe499f
Enable the standard set of USB devices from usbdevices.config in
Feb 21, 2026
d9ed9bf
define HAVE_NOATEXIT here, syncing with how pkgsrc MesaLib builds.
mrgtwentythree Feb 22, 2026
36db848
amd64: Fix locking around uvm_map_checkprot in mm_md_kernacc.
Feb 22, 2026
969a748
Appease clang not liking ","+len:
zoulasc Feb 22, 2026
c82bb15
fix gffb_putchar_mono():
hppallan Feb 23, 2026
93cf256
fix various typos in comments.
vezhlys Feb 23, 2026
e418ea6
properly mask the "number of arguments" word to avoid invalid output.
mrgtwentythree Feb 24, 2026
67e29cd
PPP: drop SPPP lock before calling rt_ifmsg
rsmarples Feb 24, 2026
2986a0f
libkvm: Add IBM Espresso support
jaredmcneill Feb 24, 2026
ff5d01c
wiiu: Don't try to service AHCI port interrupts when panic'd
jaredmcneill Feb 24, 2026
08cc4dc
nintendo: Make cpu_reboot look more like the x86 one
jaredmcneill Feb 24, 2026
51650bf
powerpc: Add OEA crash dump support.
jaredmcneill Feb 24, 2026
3306336
macppc: Have dumpsys() call oea_dumpsys()
jaredmcneill Feb 24, 2026
d585d14
if_ure.c: make hardware capabilities test work as intended
dhgutteridge Feb 25, 2026
e6fbaee
KNF
skrll Feb 25, 2026
73f230e
PR/59419: KGDB build fails for evbarm
skrll Feb 25, 2026
55b4b44
mpc85xx: provide mem_regions() for the dump code
jaredmcneill Feb 25, 2026
6a94146
make libsparc_v8_g.a obsolete; now that the rules have been fixed, NO…
zoulasc Feb 26, 2026
f53ef3e
apm.8: spelling fix
dhgutteridge Feb 27, 2026
fce2ea9
Import pkg_install 20260227 from pkgsrc
bsiegert Feb 28, 2026
57c8926
Merge pkg_install-20260226
bsiegert Feb 28, 2026
838d4aa
PR/60035: Matthias Petermann: CTLFLAG_PRIVATE can be bypassed for sys…
zoulasc Feb 28, 2026
24b0114
Add test case for sockets and fifos through null mounts.
Feb 28, 2026
c55451f
skip command flags before trying to look for the word "make".
zoulasc Feb 28, 2026
fa6492c
Cosmetic, use __func__.
zoulasc Feb 28, 2026
1b59448
MaybeSubMake: ignore line beining with any of [@+-]
Mar 1, 2026
15b8491
Add -E to limit number of net packets sent/rcvd
Mar 1, 2026
3e1446c
nc(1): brush up markup
nbuwe Mar 1, 2026
b100d75
update comment to mention NV3x support
hppallan Mar 1, 2026
50b5b54
solaris vfs_optionisset: treat 0 as unspecified
yamt Mar 1, 2026
398d6c7
zfs: fix a deadlock in read()
yamt Mar 1, 2026
5645519
zfs: fix data loss with some combinations of mmap and write
yamt Mar 1, 2026
bdb8aef
sched_4bsd.c: honor the upper bound of l_estcpu
yamt Mar 1, 2026
8ae8645
x86 tsc: decrease the timecounter quality for NVMM
yamt Mar 1, 2026
bc98676
zfs: reject read() on directory
yamt Mar 1, 2026
3376f46
bump slightly for new binutils
zoulasc Mar 1, 2026
886a50a
Instead of hard-coding the ramdisksize both in the distrib makefiles
zoulasc Mar 1, 2026
8dd9f82
add $GETRAMDISKSIZE
zoulasc Mar 1, 2026
ca0e1eb
use $GETRAMDISKSIZE
zoulasc Mar 1, 2026
bdb4f56
bump for new binutils
zoulasc Mar 1, 2026
86952fc
fix usage string
zoulasc Mar 1, 2026
583a656
s/compepte/complete/ in comment.
vezhlys Mar 1, 2026
d2c6c04
s/unforunately/unfortunately/ in comments.
vezhlys Mar 1, 2026
842b988
sh code enhancements (NFCI).
Mar 2, 2026
a535ec2
Turn off DEBUG by default
skrll Mar 2, 2026
82e7041
powerpc: Add kernel crash dump support for OEA platforms.
jaredmcneill Mar 2, 2026
236cbc0
doc/CHANGES: also note riscv was switched to GCC 14
dhgutteridge Mar 2, 2026
3fed529
Use GETRAMDISKSIZE
zoulasc Mar 2, 2026
61561ce
Default INCLUDE_CONFIG_FILE to on for GENERIC{,64,_V5}
skrll Mar 2, 2026
dd414e9
doc/CHANGES: note when ia64, mips, and vax moved to GCC 14
dhgutteridge Mar 2, 2026
6679cb6
bsd.own.mk: fix typos in comments
dhgutteridge Mar 2, 2026
59ab270
Add and enable INCLUDE_CONFIG_FILE
skrll Mar 2, 2026
652bb49
tests/make: show that exists(X) does not search in .PARSEDIR
rillig Mar 2, 2026
8c3c024
Clean up code, NFCI.
Mar 3, 2026
d93456d
Remove CRYPTO options from man page
Mar 3, 2026
8de7769
gcc/vax: (gcc12) adjust the constraints on the output operands of the
Mar 3, 2026
02145e0
Allocate a cache line per ehci_sitd_t and drop the use of
skrll Mar 3, 2026
e61f6f8
PR/60050: Kristofer Peterson: libedit doesn't handle long lines corre…
zoulasc Mar 3, 2026
c5f50d8
PR/60052: Kristofer Peterson: history_load() off by one memory access…
zoulasc Mar 3, 2026
9f50cdc
MaybeSubMake: look for expansion of ${.MAKE}
Mar 3, 2026
7b0a408
make: normalize whitespace
rillig Mar 3, 2026
ae04806
tests/make: remove filemon path from expected debug output
rillig Mar 3, 2026
cd39e20
Avoid use of __func__ to stay C90 compatible.
Mar 3, 2026
8c8138e
PR/60054: Kristofer Peterson: adding user defined functions with narrow
zoulasc Mar 3, 2026
1d10711
Provide a fast path out for drq_intr when aborting the xfer.
Mar 4, 2026
e56878c
Follow pdma more closely in drq_intr.
Mar 4, 2026
1999eca
Correct argument order in tlb_invalidate_addr calls.
skrll Mar 4, 2026
695536f
No need to keep an allocated field. We know that the first EL_NUM_FCN…
zoulasc Mar 4, 2026
a489c2e
powerpc: count intr events on the correct cpu
jaredmcneill Mar 4, 2026
6c5d294
reorder so we don't crash.
zoulasc Mar 5, 2026
8aaf90e
Fix incorrect syntax for some shells
Mar 5, 2026
7606c6f
PR bin/60037
Mar 6, 2026
037b3f1
doc: changes for first week of march
alarixnia Mar 6, 2026
d46ac1f
PR/60062: Robert Whitlock: altq(4) outdated URL in manual
zoulasc Mar 7, 2026
3335195
ensure softnet lock is held rather re-locking
Mar 7, 2026
2b1a67f
PR/60063: Eirik Øverby: binutils fails to build if system has elftools
zoulasc Mar 7, 2026
bad4836
PR/60064: FireTurtle: typo: sp =- 8 should be sp -= 8
zoulasc Mar 7, 2026
3361a03
sun4v: hook up trap 0x30 (data_access_exception in the UA2005 spec) p…
Mar 7, 2026
50bf9f2
adjust to holding the softnet_lock now that the kernel has changed to…
zoulasc Mar 8, 2026
d15ee89
Minor correction in RTL8127 description.
Mar 8, 2026
ed7a7c3
Regen
Mar 8, 2026
9895cbf
Add support for RTL8127ATF with SFP+ interface.
Mar 8, 2026
5787c71
Fix support for jumbo packets.
Mar 8, 2026
788dce9
Merge 2026a, previous was 2025c
zoulasc Mar 8, 2026
cc8ff1d
Merge tzcode 2026a
zoulasc Mar 8, 2026
a193196
new tzcode
zoulasc Mar 8, 2026
1c315ff
pmap_remove_all(): Make sure to sync back the U/M bits to the vm_page as
thorpej Mar 9, 2026
542c5d5
Correct previous wrt tzdata.
Mar 9, 2026
eb3cad9
Merge tzdata2026a
Mar 9, 2026
29cef48
Note tzdata2026a update (via 2026agtz)
Mar 9, 2026
ad88907
Revert 2.46 changes that reorders the note sections and generates sli…
zoulasc Mar 9, 2026
390b1f8
make: ensure tests can be run in parallel
Mar 9, 2026
9d0ead2
risc-v: Add profiling support
skrll Mar 9, 2026
080f907
risc-v: MKPROFILE=yes
skrll Mar 9, 2026
1b4d5b5
risc-v: remove atf_expect_fail "PR port-riscv/59301"
skrll Mar 9, 2026
7ea8a31
remove __func__.* symbols to make the zaurus kernel fit with binutils…
zoulasc Mar 9, 2026
4ea2f0d
Use GETRAMDISKSIZE
zoulasc Mar 9, 2026
50f9505
remove tip to make the ramdisk fit for binutils 2.46
zoulasc Mar 9, 2026
43e6076
fix stack-protector build on atari
zoulasc Mar 9, 2026
88d4d1a
Simplify / generalize the bootinfo code by hoisting out the console
thorpej Mar 9, 2026
a92786b
mk: drop old, now unused version of DTB generation
dhgutteridge Mar 10, 2026
23744dc
Move virt68k's bootinfo code to a generic m68k location with names
thorpej Mar 10, 2026
3496dc7
Define a value for unknown MMU type.
thorpej Mar 10, 2026
201bf36
A bit of MMU handling cleanup:
thorpej Mar 10, 2026
d4b16eb
Fix paste-o.
thorpej Mar 10, 2026
32bee7e
When making .make symlink handle MAKE=make
Mar 10, 2026
0c492a2
Ensure TEST_MAKE is an absolute path
Mar 10, 2026
eb4f354
If being built for 68010, infer some things and skip some work:
thorpej Mar 10, 2026
da69f4b
Simplify the method of ensuring TEST_MAKE is absolute path
Mar 10, 2026
cdd7123
switch everyone to 2.46 again
zoulasc Mar 10, 2026
b7e4adb
s/bootrap/bootstrap/ in the error message.
vezhlys Mar 10, 2026
11b54ef
s/informaion/information/ and s/allocaion/allocation/.
vezhlys Mar 10, 2026
7e8edea
sysctl(7): fix kernel parameter name: s/UVHMIST/UVMHIST/.
vezhlys Mar 10, 2026
6d0a771
Fix various typos, mainly in comments.
vezhlys Mar 10, 2026
91aa094
tests/lint: test preprocessing tokens (lint1) and noreturn (lint2)
rillig Mar 11, 2026
f296d9e
lint: accept '$' in preprocessor macro expansions
rillig Mar 11, 2026
51f0c24
regen earmeb
zoulasc Mar 11, 2026
3219bed
add casts for lint
zoulasc Mar 11, 2026
2cd6ce2
s/qinfifionext/qinfifonext/ in the log message.
vezhlys Mar 11, 2026
d2b5d7d
sysctl(7): fix few typos in documentation.
vezhlys Mar 11, 2026
a9f616c
x86/boot(8): s/partiton/partition/ in documentation.
vezhlys Mar 11, 2026
8701156
fix various typos, mainly in comments.
vezhlys Mar 11, 2026
bb5644d
s/trapfame/trapframe/ in comments and ddb command description.
vezhlys Mar 12, 2026
7461236
s/be/by/ in comment.
vezhlys Mar 12, 2026
912205d
fix sparc64 lint
zoulasc Mar 12, 2026
dd78679
- Simplify processing by centralizing: no need to prefix all errors with
zoulasc Mar 12, 2026
fead71f
Make sure faultstkadjnotrap2 is a global symbol.
thorpej Mar 13, 2026
dea0e52
make: ensure .MAKE.SAVE_DOLLARS is set.
Mar 13, 2026
a2e2aad
s/intererupts/interrupts/ in comment.
vezhlys Mar 13, 2026
82f61f8
Improve pmaphist debug
skrll Mar 13, 2026
1192121
Only send exported variables (from OpenBSD):
zoulasc Mar 13, 2026
2ec3631
Don't require libutil for HOSTPROG
zoulasc Mar 13, 2026
7d7fda8
Fix various typos in comments.
vezhlys Mar 13, 2026
56c18aa
import gdb from netbsd-current to gdb.old
zoulasc Mar 13, 2026
c9cba0c
merge
zoulasc Mar 13, 2026
40836b4
remove obsolete files.
zoulasc Mar 13, 2026
5719dc0
switch everyone to gdb.old
zoulasc Mar 14, 2026
5e61a81
tests/snprintb: test for out-of-memory writes
rillig Mar 14, 2026
1dc1530
tests/snprintb: ensure that the value has power-of-two digits
rillig Mar 14, 2026
086c9c8
snprintb: allow 'F' and 'f' to be freely mixed with '=' and ':'
rillig Mar 14, 2026
47fac7e
lint: do not warn about snprintb mixing 'f' with ':'
rillig Mar 14, 2026
7c650c0
Improve the type builtin command slightly.
Mar 14, 2026
ee0d54c
gpt: fix compile-time integer overflow for terabytes and petabytes
rillig Mar 14, 2026
6c79102
Fix typos in comments.
vezhlys Mar 14, 2026
196e8c2
tests/lint: test reachability after a switch statement
rillig Mar 14, 2026
ce4a060
Import gdb-17.1, previous was 16.3
zoulasc Mar 14, 2026
35fdd7a
Revert v 1.189 -- I have a report that it causes problems for some.
thorpej Mar 14, 2026
7a50df7
Clean-up / consolidation of m68k bus error / address error handling
thorpej Mar 14, 2026
2b141d4
merge changes between gdb-16.3 and gdb-17.1; regen
zoulasc Mar 14, 2026
3051954
One last regen (m68k)
zoulasc Mar 14, 2026
3642365
switch everyone to gdb-17.1 (and watch the fireworks)
zoulasc Mar 14, 2026
3001ec9
new gdb
zoulasc Mar 15, 2026
15b47dd
sysctl_doeproc: fix an argument check
yamt Mar 15, 2026
cbd7438
libkvm: fix kvm_getargv/kvm_getenvv
yamt Mar 15, 2026
c13b25b
cpu_is_better: fix comparison
yamt Mar 15, 2026
7940496
sched_catchlwp: fix an inverted conditional
yamt Mar 15, 2026
cce745e
update single step method name
zoulasc Mar 15, 2026
b016a61
swap_on: add a comment about the motivation to defer key generation
yamt Mar 15, 2026
122f3d1
lint: for a non-scalar controlling expression, mention the type
rillig Mar 15, 2026
6d2e28d
tests/lint: demonstrate overzealous evaluation in _Generic expression
rillig Mar 15, 2026
7227ca8
tests/lint: demonstrate evaluation in sizeof argument
rillig Mar 15, 2026
3704bed
lint: in a sizeof operator, do not check for division by zero
rillig Mar 15, 2026
f2d1663
lint: in no-prototype functions, mention the function name
rillig Mar 15, 2026
b641931
zfs: fix case insensitive / utf-8 normalized file names
yamt Mar 15, 2026
85c62a6
zfs: purge name cache on teardown
yamt Mar 15, 2026
3b3e680
zfs zvol.c: #ifdef out zvol_log_truncate
yamt Mar 15, 2026
8903674
zfs: remove unused whiteout logic
yamt Mar 15, 2026
bc343ae
ekermit: fix ctype crash
rillig Mar 15, 2026
375261d
make posix timer family functions reject itimer timer ids
yamt Mar 15, 2026
ca7ef9a
time.h: add a comment
yamt Mar 15, 2026
bdebccc
vnode_to_path: comment
yamt Mar 15, 2026
4327fce
ddb: add "show all procs /L"
yamt Mar 15, 2026
dc7d3f0
ddb(4): document show all procs /L
yamt Mar 15, 2026
5d07ee4
lib/libperfuse/ops.c: fix a typo in a comment
yamt Mar 15, 2026
1af2aa3
lockstat: fix ctype crashes
rillig Mar 15, 2026
5c084f6
PR/60011: TLS alignment wrong on powerpc
skrll Mar 15, 2026
c826690
libX11: suppress about 2000 lint warnings
rillig Mar 15, 2026
33c1470
Make the _C_LABEL definition match exactly <sys/cdefs_elf.h> because
zoulasc Mar 15, 2026
b5a7b16
bind: suppress the most common lint warnings
rillig Mar 15, 2026
a062e38
Clean-up / consolidation of m68k bus error / address error handling
thorpej Mar 15, 2026
d21984d
tests/lint: clean up comments, add a few test cases for snprintb
rillig Mar 15, 2026
bca5df1
tests/lint: explain warning about an enum forward declaration
rillig Mar 15, 2026
03cf989
Add cast to fix the build (thanks riastradh@)
zoulasc Mar 15, 2026
a043ecc
include <unordered_map> to fix the llvm build
zoulasc Mar 15, 2026
db9bab9
Add support for mercurial (Hg)
Mar 16, 2026
f65e433
Update to dhcpcd-10.3.1 with the following changes:
rsmarples Mar 16, 2026
fbbf74c
Sync with dhcpcd-10.3.1
rsmarples Mar 16, 2026
4d1dbaa
Note import of dhcpcd-10.3.1
rsmarples Mar 16, 2026
c67e7de
uvm_swap.c: make the drum mpsafe
yamt Mar 16, 2026
6a58d9b
zfs: fix zfs_range_lock_try
yamt Mar 16, 2026
c73ce7e
kernel_lock_spinout: fix an assertion failure
yamt Mar 16, 2026
17c1bc8
Apply upstream commit "Change file initialization to use INIT_GDB_FIL…
Mar 16, 2026
650095b
Regen aarch64.
Mar 16, 2026
4cd041f
+(DL|EC)IES Discrete Logarithmic / Elliptic Curve Integrated Encrypti…
jschauma Mar 16, 2026
b176bf9
lint: don't evaluate the controlling expression of a _Generic expression
rillig Mar 16, 2026
763cac7
uvm_mmap.c: fix overflow check
yamt Mar 17, 2026
d59f227
pmap_tlb_shootnow: assertions and comments
yamt Mar 17, 2026
51fe1fa
zfs: reject all mount op flags for now
yamt Mar 17, 2026
b7b8e38
add a NetBSD_DISABLED for sframe-spec.info.
mrgtwentythree Mar 17, 2026
0eda954
cpuio.h: fix a comment
yamt Mar 17, 2026
9352934
tests/kernel/t_time_arith.c: remove tests which don't make much sense
yamt Mar 17, 2026
ad2737f
itimer_transition: do not keep it_value unchanged after firing the event
yamt Mar 17, 2026
a18e172
zfs_vnops.c: fix whitespace
yamt Mar 17, 2026
d424187
zfs_netbsd_gop_markupdate: actually update file timestamp
yamt Mar 17, 2026
32034d0
zfs: remove mysterious comments on read/write ops for spec/fifo
yamt Mar 17, 2026
417c06d
a driver for Matrox Millennium I graphics cards
hppallan Mar 17, 2026
414ef8a
use fast blits whenever possible - much faster scrolling
hppallan Mar 17, 2026
25e58ee
PR/60086: Andrew Parker: cgdconfig may not always find ZFS device labels
zoulasc Mar 17, 2026
1287910
PR/59415: ssszcmawo: group(8) can rename a group to an existing group…
zoulasc Mar 17, 2026
9a7997f
Do the same for m68ksf as for m68k with regard to fno-stack-protector.
Mar 17, 2026
778b140
expat 2.7.5 out, another security fix release
0-wiz-0 Mar 17, 2026
c0a31f7
s/reognizes/recognizes/ and s/unrecogized/unrecognized/ in comments.
vezhlys Mar 17, 2026
b8e647d
+OBE overcome by events
jschauma Mar 17, 2026
65b4187
"overtaken" is actually more widespread than "overcome" by events
jschauma Mar 18, 2026
e35524c
splx() is defined to return (void). Use _spl() directly here instead.
thorpej Mar 18, 2026
c7ffc3e
Remove the last vestigal remains of the simulated software interrupt
thorpej Mar 18, 2026
9a0dbd0
Build m68k/m68k/trap_subr.s as a standalone file, remove yet more
thorpej Mar 18, 2026
ec56ec0
No need for an informational printf to flagged as an error.
thorpej Mar 18, 2026
452d9ee
add SigmaChip vendor and their usb mouse device.
mrgtwentythree Mar 18, 2026
4d43d8b
add korg as a vendor, two of their synths, and an amd root hub.
mrgtwentythree Mar 18, 2026
bbdda05
regen
mrgtwentythree Mar 18, 2026
321d5da
lint: in _Generic expressions, only evaluate the matching branches
rillig Mar 18, 2026
74a0bd7
sunxi: support allwinner,sun20i-d1-wdt
skrll Mar 18, 2026
3761359
risc-v: handle T-Head L1 caches
skrll Mar 18, 2026
e248a9b
risc-v: add support for allwinner,sun20i-d1-mmc
skrll Mar 18, 2026
38d0562
Provide the kernel_text symbol for the benfit of sys/kern/subr_prof.c
skrll Mar 18, 2026
fd89440
Now that all of the m68k copies of the "rei" function are functionally
thorpej Mar 18, 2026
f401e76
PR bin/60099 -- add new dollar_star_unquoted test case
Mar 18, 2026
4c465e6
Re-factor badtrap into the shared trap_subr.s. This time we pick the
thorpej Mar 18, 2026
a84c5c7
PR bin/60099 fix a (harmless) c&p issue in previous
Mar 18, 2026
d7b3090
Re-factor trap0 (system calls) into trap_subr.s. Here we pick the fl…
thorpej Mar 18, 2026
e4d072b
Re-factor trap12 ("cachectl") into trap_subr.s. Already identical ev…
thorpej Mar 18, 2026
31573da
PR/59351 compat_setjmp is busted
skrll Mar 18, 2026
71959e8
Remove atf_tc_expect_signal for arm now that PR port-arm/59351 is fixed
skrll Mar 18, 2026
8c4bc03
Merge additions from libpcap-1.10.6
zoulasc Mar 18, 2026
4aa2ebd
Import libpcap-1.10.6 (previous was 1.10.5)
zoulasc Mar 18, 2026
fa31d9e
merge libpcap-1.10.6
zoulasc Mar 18, 2026
b747236
changes for libpcap-1.10.6
zoulasc Mar 18, 2026
55e58d4
remove dups
zoulasc Mar 18, 2026
e428e03
Import tcpdump 4.99.6 (previous was 4.99.5)
zoulasc Mar 19, 2026
72e1c7d
Merge changes for tcpdump-4.99.6
zoulasc Mar 19, 2026
aa37eb6
new tcpdump/libpcap
zoulasc Mar 19, 2026
c2eceb4
vax longjmp(9): Fix return value.
Mar 19, 2026
3e34f84
vax __lwp_getprivate_fast: Fix asm constraints.
Mar 19, 2026
1617cf0
PR/59994 gcc/m68k generates bad code for stack protector
Mar 19, 2026
0c68c1d
Oops missed sun3x in previous changes:
thorpej Mar 19, 2026
6e9ef9a
NPF routing on interfac
Emmankoko Oct 18, 2025
3f5ffcf
fix
Emmankoko Mar 20, 2026

Sorry, this diff is taking too long to generate.

It may be too large to display on GitHub.