aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix two typos in source code commentsGordon Bergling2021-10-162-2/+2
* Fix fragmented UDP packets handling since rev.360967.Maxim Sobolev2021-10-151-105/+120
* ntp: Revert "Disable ntpd stack gap. When ASLR with STACK GAP != 0 ntpd suffe...Cy Schubert2021-10-151-23/+0
* ntp: Revert "Disable stack gap for ntpd during build."Cy Schubert2021-10-151-3/+0
* pf tests: ensure that $nr expansion is correctKristof Provost2021-10-152-0/+41
* pfctl: delay label macro expansion until after rule optimisationKristof Provost2021-10-153-49/+44
* nfscl: Add an argument to nfscl_tryclose()Rick Macklem2021-10-153-8/+8
* Add libcbor to the buildEd Maste2021-10-156-0/+101
* mixer(8): Print usage to standard error.Hans Petter Selasky2021-10-151-3/+2
* mixer(8): Fix mixer status line for /dev/dspX.vpY mixer devices.Hans Petter Selasky2021-10-151-3/+11
* libthr: Use kern.stacktop for thread stack calculation.Dawid Gorecki2021-10-153-19/+24
* kern_exec: Add kern.stacktop sysctl.Dawid Gorecki2021-10-152-1/+31
* setrlimit: Take stack gap into account.Dawid Gorecki2021-10-157-7/+19
* bhyve: ignore low bits of CFGADRCorvin Köhne2021-10-151-1/+1
* nfscl: Restructure nfscl_freeopen() slightlyRick Macklem2021-10-153-16/+28
* ktls: Defer creation of threads and zones until first use.John Baldwin2021-10-141-58/+115
* Fix typo in commentKonstantin Belousov2021-10-141-1/+1
* StyleKonstantin Belousov2021-10-141-1/+1
* cxgbe: Only run ktls_tick when NIC TLS is enabled.John Baldwin2021-10-141-12/+9
* Fix a syntax error in 1b85b68da0b2Alex Richardson2021-10-141-1/+0
* llvm-readobj: Attach to buildsystemCameron Katri2021-10-146-8/+724
* powerpc64: make radix with superpages defaultLeandro Lupori2021-10-143-5/+7
* Fix RISC-V buildLi-Wen Hsu2021-10-141-1/+1
* nvme: Reduce traffic to the doorbell registerWarner Losh2021-10-141-1/+4
* powerpc64: fix OFWFB with Radix MMULeandro Lupori2021-10-144-16/+46
* ng_ppp(4): Fix a typo in a commentGordon Bergling2021-10-141-1/+1
* unionfs: Ensure SAVENAME is set for unionfs vnode operationsJason A. Harmening2021-10-142-17/+24
* selsocket: handle sopoll() errors correctlyBrooks Davis2021-10-131-4/+4
* bpf(4): Fix a misnamed constantFelix Johnson2021-10-131-2/+2
* nfscl: Make nfscl_getlayout() acquire the correct pNFS layoutRick Macklem2021-10-133-11/+12
* Temporarily skip sys.netgraph.hub.loop on RISC-V in CILi-Wen Hsu2021-10-131-0/+5
* release: add _LOCATION to the list of required AZURE variablesGlen Barber2021-10-131-1/+1
* release: use tab-delimited variables in AZURE_UPLOAD_CONFGlen Barber2021-10-131-1/+1
* ktls: Ensure FIFO encryption order for TLS 1.0.John Baldwin2021-10-132-3/+115
* ktls: Reject attempts to enable AES-CBC with TLS 1.3.John Baldwin2021-10-131-0/+4
* Remove in_ifaddr_lock acquisiton to access in_ifaddrhead.Gleb Smirnoff2021-10-139-63/+23
* mount: Check for !VDIR mount points before handling -o emptydirMark Johnston2021-10-132-8/+3
* rtld: Do not install libmap.conf when installing the COMPAT32 versionEmmanuel Vadot2021-10-131-0/+2
* pf: Introduce pf_nvbool()Kristof Provost2021-10-132-2/+13
* native-xtools: avoid libllvm while populating the sysrootKyle Evans2021-10-131-3/+7
* Allow the BPF to be select for write. This is needed for boost:asioHartmut Brandt2021-10-102-5/+39
* bhyve: Update usage and synopsis for the -k flagMateusz Piotrowski2021-10-132-4/+7
* acpi(4): Correct outdated sysctlFelix Johnson2021-10-131-2/+2
* rtld direct exec: add -d optionKonstantin Belousov2021-10-132-6/+18
* nfscl: Fix another deadlock related to the NFSv4 clientID lockRick Macklem2021-10-131-0/+4
* crt_malloc: Be more persistent when handling mmap() failureKonstantin Belousov2021-10-121-1/+5
* crt_malloc: use uintptr_t instead of long for arithmetic on addressesKonstantin Belousov2021-10-121-3/+3
* Stop creating socket aio kprocs during boot.John Baldwin2021-10-121-2/+0
* nvme: Restore hotplug warningWarner Losh2021-10-121-1/+2
* pthread_np.3: Add a manpage summarizing all of the pthread extensions.Felix Johnson2021-10-1218-22/+273