aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libpfctl: introduce pfctl_handleKristof Provost2024-01-043-19/+61
* pf tests: ensure that pflog shows malformed packets as blocked, not passedKristof Provost2024-01-043-1/+94
* pflog: pass the action to pflog directlyKristof Provost2024-01-045-21/+21
* pf: don't clobber log flagKristof Provost2024-01-041-0/+4
* cxgbe(4): Update firmwares to 1.27.5.0Navdeep Parhar2024-01-048-9/+9
* Correct three typos in manuals.Jens Schweikhardt2024-01-043-3/+3
* rc.d: Process autobridge_* in vnet jailsMark Johnston2024-01-041-1/+1
* heimdal: Fix man page and documentation typosCy Schubert2024-01-0416-31/+31
* Typos corrected; dependant, addres.Jens Schweikhardt2024-01-042-4/+4
* systm: Annotate copyin() and related functions with __result_use_checkMark Johnston2024-01-041-19/+19
* mailmap: Translate olce's personal address to olce@FreeBSD.orgOlivier Certner2024-01-041-0/+1
* bnxt: Handle errors from copyout() in ioctl handlersMark Johnston2024-01-041-68/+44
* targ: Handle errors from suword()Mark Johnston2024-01-041-3/+6
* stats: Check for errors from copyout()Mark Johnston2024-01-041-4/+14
* sysctl: Don't pass CTLFLAG_MPSAFE to SYSCTL_STRINGMark Johnston2024-01-042-10/+10
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-044-4/+4
* linprocfs: Avoid using a sysctl to get the CPU model stringMark Johnston2024-01-041-10/+1
* x86: Make cpu_model[] publicMark Johnston2024-01-042-1/+2
* file: Remove the fd parameter to fgetvp_lookup() and fgetvp_lookup_smr()Mark Johnston2024-01-044-7/+11
* vfs: Simplify vrefact()Mark Johnston2024-01-041-5/+2
* frag6: Add another use of frag6_rmqueue()Mark Johnston2024-01-041-7/+2
* sys/conf: Add backlight as a dependency to pwm_backlight.cOskar Holmlund2024-01-041-1/+1
* libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid argumentsOlivier Certner2024-01-041-13/+7
* libthr: thr_attr.c: Clarity, whitespace and styleOlivier Certner2024-01-041-278/+193
* Setups with digital audio connections like SPDIF and ADAT requireRuslan Bukin2024-01-044-16/+282
* tail: Do not trust st_size if it equals zero.Ricardo Branco2024-01-041-3/+3
* hexdump: Do not trust st_size if it equals zero.Ricardo Branco2024-01-041-2/+3
* bhyveload: fix non -l useKyle Evans2024-01-041-1/+1
* bhyveload: enter capability mode after we setup the vcpuKyle Evans2024-01-031-0/+7
* bhyveload: hold /boot and do relative lookups for the loaderKyle Evans2024-01-031-22/+51
* bhyveload: use a dirfd to support -hKyle Evans2024-01-031-27/+57
* setfib.2: Consistently capitalize "FIB"Mark Johnston2024-01-031-4/+4
* cxgbe(4): Fix virtual interface reattach.Navdeep Parhar2024-01-032-18/+25
* make_check: Deobit fmake supportWarner Losh2024-01-031-20/+0
* sys.mk: Remove support for building with fmake on modern systems.Warner Losh2024-01-031-6/+0
* bsd.port.mk: No need to support fmake anymoreWarner Losh2024-01-032-8/+0
* bsd.own.mk: Assume a modern makeWarner Losh2024-01-031-3/+1
* Makefile: Deorbit fmake supportWarner Losh2024-01-031-26/+7
* bin/timeout: remove unreachable break after usage()rilysh2024-01-031-1/+0
* bin/setfacl: remove unreachable break after usage()rilysh2024-01-031-1/+0
* bin/cp: remove unreachable breakrilysh2024-01-031-1/+0
* capsicum(4): add cross-ref to capsicum_helpers(3)Ed Maste2024-01-031-1/+2
* traceroute: Implement ECN bleaching detectionJose Luis Duran2024-01-032-4/+46
* traceroute6: Implement ECN bleaching detectionJose Luis Duran2024-01-032-8/+56
* netinet: Define IPv6 ECN maskJose Luis Duran2024-01-031-0/+2
* traceroute: style(9) fixesJose Luis Duran2024-01-031-27/+28
* traceroute6: style(9) fixesJose Luis Duran2024-01-031-19/+18
* traceroute: Remove the $FreeBSD$ patternJose Luis Duran2024-01-033-4/+0
* posixshm largepage_mmap: fix a racy testBrooks Davis2024-01-031-1/+1
* acl_equiv_mode_np: zero mode on just inited ACLBrooks Davis2024-01-031-1/+2