aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pf: convert DIOCGETSTATUS to netlinkKristof Provost2024-04-2910-22/+329
* libpfctl: allow access to the fdKristof Provost2024-04-295-39/+36
* libpfctl: fix incorrect pcounters array sizeKristof Provost2024-04-292-2/+2
* package: fix dependency generationLexi Winter2024-04-291-1/+1
* package: FreeBSD-periodic should depend on FreeBSD-cronLexi Winter2024-04-291-0/+3
* services.5: describe betterAlexander Ziaee2024-04-291-2/+5
* Add libxo support to duNathan Huff2024-04-293-22/+49
* arm64/vmm: Handle VM_EXITCODE_SUSPENDEDMark Johnston2024-04-291-0/+53
* bhyve: Fix handling of -rMark Johnston2024-04-292-3/+8
* adduser: Really fix a syntax errorDag-Erling Smørgrav2024-04-291-1/+2
* libulog: Make sure ut_line, ut_user, ut_host are terminated.Dag-Erling Smørgrav2024-04-291-3/+3
* libarchive: merge from vendor branchMartin Matuska2024-04-2935-110/+404
|\
| * Cherry-pick commits from libarchive to vendor/libarchiveMartin Matuska2024-04-293-3/+22
| * Update vendor/libarchive to 3.7.4Martin Matuska2024-04-2648-136/+437
* | rights.4: various corrections on capability rightsCismonX2024-04-292-11/+22
* | glabel: Add support for Linux swapRicardo Branco2024-04-296-0/+98
* | package: move OpenBSM auditing into its own packageLexi Winter2024-04-2910-8/+23
* | package: move authpf into the FreeBSD-pf packageLexi Winter2024-04-291-0/+1
* | UPDATING: add entry for recent pkgbase changesLexi Winter2024-04-291-0/+5
* | setkey: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* | ipf: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-292-4/+5
* | camcontrol: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-293-12/+10
* | ipfw: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-292-4/+4
* | zonectl: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-2/+2
* | wlandebug: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-2/+2
* | usbconfig: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-2/+2
* | rwhod: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* | pstat: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* | ppp: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+3
* | ndp: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-4/+4
* | moused: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-4/+3
* | kbdcontrol: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* | ctld: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-2/+2
* | ctladm: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-3/+3
* | btxld: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-3/+3
* | rtadvctl: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-3/+3
* | rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-294-7/+7
* | bluetooth: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-299-17/+25
* | axgbe: Various stability improvementsStephan de Wit2024-04-298-42/+298
* | unionfs_rename: fix numerous locking issuesJason A. Harmening2024-04-291-56/+96
* | RELNOTES: Fix wrong commit hashChristos Margiolis2024-04-281-1/+1
* | sound: Remove chn_timeout check from chn_init()Christos Margiolis2024-04-281-3/+0
* | sound: Add missing space in dev.pcm.X.mode descriptionChristos Margiolis2024-04-281-2/+2
* | sound: Move pcm_chnref() and pcm_chnrelease() to pcm/channel.cChristos Margiolis2024-04-285-41/+43
* | sound: Merge pcm_chn_destroy() and chn_kill()Christos Margiolis2024-04-285-34/+13
* | sound: Retire unit.*Christos Margiolis2024-04-2813-454/+74
* | sound: Assert that we do not enter chn_sleep() with CHN_F_SLEEPINGChristos Margiolis2024-04-281-0/+2
* | sound: Fix panic caused by sleeping-channel destruction during asynchronous d...Christos Margiolis2024-04-283-21/+53
* | sound: Wrap dsp_clone() and mixer_clone() with bus_topo_lock()Christos Margiolis2024-04-282-0/+4
* | sound: Fix NULL dereference in dsp_clone() and mixer_clone()Christos Margiolis2024-04-283-9/+15