aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add USB quirk for Creative Stage SE miniJan Biedermann2025-06-112-0/+2
* usb: Don't call usb_msc_auto_quirk for UQ_MSC_IGNORE devicesJan Biedermann2025-06-111-1/+2
* Add quiet/-q option to /usr/sbin/serviceDan Mahoney2025-06-112-4/+22
* Add POSIX NSIG_MAX & _SC_NSIGRicardo Branco2025-06-113-0/+7
* mac_do(4): Examples: Fix some descriptions and a typoOlivier Certner2025-06-111-3/+3
* vm: retire vm_page_lock()Alan Cox2025-06-119-108/+3
* vfs_syscalls.c: fix typeBrooks Davis2025-06-111-1/+1
* sound: Add AFMT_FLOAT to feed_volume_info_tabChristos Margiolis2025-06-111-1/+3
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-11232-321/+245
* Add sys/stdarg.hBrooks Davis2025-06-112-2/+8
* sys/_stdarg.h: drop cdefs.h and _types.h polutionBrooks Davis2025-06-113-6/+5
* stddef.h: don't include sys/cdefs.hBrooks Davis2025-06-111-2/+4
* sys/cdefs.h: extract __*_VISIBLE to sys/_visible.hBrooks Davis2025-06-112-184/+224
* sys/_types.h: drop sys/cdefs.h includeBrooks Davis2025-06-111-2/+0
* sys/_types.h: use builtins to for __max_align_tBrooks Davis2025-06-111-2/+4
* Don't rely on sys/_types.h including sys/cdefs.hBrooks Davis2025-06-114-0/+5
* iwlwifi: add message how to install firmware on FreeBSDBjoern A. Zeeb2025-06-111-0/+3
* scmi: Avoid a use-after-freeAndrew Turner2025-06-091-2/+2
* fwget: fix pci id 15d8 firmwareAli Abdallah2025-06-111-0/+3
* sys: add LINT-NOVIMAGEKristof Provost2025-06-101-0/+4
* ddb: fix handling of BBLog entries when BBLog is disabledMichael Tuexen2025-06-102-4/+8
* libclang_rt: Descend into libclang_rt to cleanMark Johnston2025-06-101-1/+2
* ddb: add optional printing of BBLog entriesMichael Tuexen2025-06-104-7/+405
* nuageinit: pet luacheckBaptiste Daroussin2025-06-101-8/+8
* nuageinit: runcmd should also be executed lateBaptiste Daroussin2025-06-103-8/+21
* nuageinit: fix using user_data as a scriptBaptiste Daroussin2025-06-104-8/+65
* cp: Improve -p flag tests.Dag-Erling Smørgrav2025-06-101-24/+32
* tests/unix_stream: peer's shutdown(SHUT_WR) must wake up any event mechGleb Smirnoff2025-06-101-8/+69
* unix/stream: shutdown(SHUT_WR) shall trigger read event on peerGleb Smirnoff2025-06-101-0/+2
* unix/stream: rename uipc_wakeup() to uipc_wakeup_writer()Gleb Smirnoff2025-06-101-4/+4
* tests/unix_stream: refactor event mech testsGleb Smirnoff2025-06-101-132/+161
* pf: fix !VIMAGE buildGleb Smirnoff2025-06-101-2/+0
* pf: fix NOINET6 buildGleb Smirnoff2025-06-101-0/+2
* timeout(1) tests: atf_fail requires a reasonKonstantin Belousov2025-06-091-1/+1
* timeout(1): pass full 32bit error return code from the exited childKonstantin Belousov2025-06-091-21/+37
* timeout(1): only start the child command after the parent is fully set upKonstantin Belousov2025-06-091-1/+16
* timeout(1): print errno when signalling syscalls failedKonstantin Belousov2025-06-091-6/+8
* timeout(1): silence warnings for ESRCHKonstantin Belousov2025-06-091-3/+10
* exit1(): Ensure that SIGCHLD from reparented child is queued to reaperKonstantin Belousov2025-06-091-1/+8
* kern_sigsuspend: rename wchanKonstantin Belousov2025-06-091-1/+1
* kern_sigsuspend(): styleKonstantin Belousov2025-06-091-2/+2
* netinet/in_prot.c: normalize includesKonstantin Belousov2025-06-091-7/+2
* sysctl net.inet.tcp.ktlslistKonstantin Belousov2025-06-092-0/+215
* inpcb: provide policy cr_canexport_ktlskeys() and the privilege PRIV_NETINET_...Konstantin Belousov2025-06-093-0/+17
* kern_prot: extract code to check that active ids are superset of obj idsKonstantin Belousov2025-06-092-25/+40
* send tags: add a status report methodKonstantin Belousov2025-06-091-0/+2
* ktls: define struct xktls_session and converter from ktls_session into extern...Konstantin Belousov2025-06-093-0/+104
* ktls: add global generation countKonstantin Belousov2025-06-092-0/+17
* ifconfig: 802.11: decode more information elements (IEs)Bjoern A. Zeeb2025-06-091-3/+226
* net80211: LinuxKPI: migrate HE defines to net80211, put correct valuesBjoern A. Zeeb2025-06-093-176/+209