aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apic: prevent divide by zero in CPU frequency initMina Galić2023-02-281-1/+1
* stand: fix build userboot without zfsMichael Paepcke2023-02-282-1/+5
* vnet: Make vnet_sys[un]init() staticZhenlei Huang2023-02-282-8/+8
* ping: Fix unsigned integer underflow resuling in a ping -R segfaultCy Schubert2023-02-271-2/+2
* vm_fault: Fix a race in vm_fault_soft_fast()Mark Johnston2023-02-271-13/+8
* netlink: fix NOINET6 build.Alexander V. Chernikov2023-02-271-0/+4
* netlink: fix addition of blackhole/reject routes.Alexander V. Chernikov2023-02-272-8/+43
* Update leap-seconds to latest leap-seconds.3676924800 (expires 2023-12-28)Dimitry Andric2023-02-271-4/+4
* arm ti: Fix a typo in a kernel messageGordon Bergling2023-02-271-1/+1
* ctf: Remove unused function prototype for getpname()Zhenlei Huang2023-02-271-2/+0
* MFC: ARM release build: enable IPv6 SLAAC by defaultJoerg Wunsch2023-02-261-1/+1
* linux(4): Fixup the interface name translation in netlinkDmitry Chagin2023-02-261-1/+47
* linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin2023-02-264-74/+113
* linux(4): Use predefined constant instead of hardcoded valueDmitry Chagin2023-02-261-1/+1
* linux(4): Move use_real_names knob to the linux.cDmitry Chagin2023-02-264-24/+22
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-2623-44/+0
* modules: Add missing opt_*.h files for stand-alone compileWarner Losh2023-02-263-1/+3
* ctfdump: Use getprogname()Zhenlei Huang2023-02-262-25/+1
* kern/sysv_ipc.c: use ANSI C function definitionKonstantin Belousov2023-02-241-6/+1
* netlink: clear IPv6 embedded scope when dumping route gateways.Alexander V. Chernikov2023-02-241-2/+13
* netlink: fix IPv6 route addition with link-local gatewayAlexander V. Chernikov2023-02-243-9/+50
* testing: handling non-root users with VNETs in pytest-based tests.Alexander V. Chernikov2023-02-244-14/+92
* netlink: fix style(9) after c3d3f3594fdf.Alexander V. Chernikov2023-02-241-1/+1
* netlink: Fix "version introduced" documentation.Tom Hukins2023-02-244-4/+4
* nproc: denote an incompatiblity with LinuxMateusz Guzik2023-02-232-2/+7
* Add nproc(1)Mateusz Guzik2023-02-235-0/+192
* vmm: Fix AP startup compatibility for old bhyve executablesMark Johnston2023-02-231-8/+14
* MFV: zlib 1.2.13.Xin LI2023-02-2325-236/+317
* hastd and hastctl: use zlib's crc32 implementation.Xin LI2023-02-235-149/+7
* e1000: Fix packet loss on 11th gen and laterKevin Bowling2023-02-231-0/+7
* e1000: Add support for future client platformsKevin Bowling2023-02-234-0/+54
* e1000: Remove redundant disable_ulp for ich8lanKevin Bowling2023-02-232-8/+5
* .github: Attempt to fix and increase robustness of macOS actionJessica Clarke2023-02-221-2/+2
* .github: Restrict permissions on cross-build jobs.Alex2023-02-221-0/+3
* ccr,ccp: Fix argument order to sglist_append_vmpages.John Baldwin2023-02-222-2/+2
* .github: Switch to v3 of actions/checkout.John Baldwin2023-02-221-1/+1
* ptrace.2: Fix warnings from igor.John Baldwin2023-02-221-4/+4
* rc.d/*: Use startmsg instead of echo on start messagesJose Luis Duran2023-02-226-18/+18
* Introduce startmsg and use it in rc scriptsJose Luis Duran2023-02-2216-28/+48
* e1000: bump driver versionKevin Bowling2023-02-221-2/+3
* e1000: fix I219 hang on resetKevin Bowling2023-02-221-2/+117
* nfscl: Fix interaction between mmap'd and VOP_WRITE file updatesRick Macklem2023-02-211-1/+1
* Fix per-jail zfs.mount_snapshot settingAllan Jude2023-02-211-2/+14
* ixl(4): Fix MAC/VLAN filters accountingKrzysztof Galazka2023-02-215-11/+10
* ixgbe(4): Filter out spurious link up indicationKrzysztof Galazka2023-02-211-2/+17
* Bump __FreeBSD_version after linuxkpi changes.Emmanuel Vadot2023-02-211-1/+1
* linuxkpi: Add more suspend definesEmmanuel Vadot2023-02-211-0/+4
* llvm: make sure to use ELFv2 ABI on powerpc64Piotr Kubaj2023-02-212-1/+7
* kern: physmem: improve region coalescing logicKyle Evans2023-02-201-6/+86
* cpuset: Adapt sched_affinity compat shims to the stable/13Dmitry Chagin2023-02-203-4/+9