aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* install(1): Avoid unncessary fstatfs() calls and use mmap() based on sizeAlex Richardson2020-10-141-23/+21
* cxgbe(4): Do not request FEC when requesting speeds that don't have FEC.Navdeep Parhar2020-10-141-1/+1
* Implement SIOCGIFALIAS.Andrey V. Elsukov2020-10-143-1/+69
* cxgbe(4): unimplemented cudbg routines should return the correctNavdeep Parhar2020-10-141-4/+4
* axgbe: fix tinderbox buildMateusz Guzik2020-10-141-2/+0
* [traceroute6] Don't do the casper bits when we're not doing casperAdrian Chadd2020-10-141-1/+3
* Fix sbuf_finish() error code check in user-space.Alexander Motin2020-10-133-4/+24
* [libcasper] Update cap_dns API to not trigger unused variable warnings when d...Adrian Chadd2020-10-131-10/+64
* Fix various warnings with higher WARNS.John Baldwin2020-10-131-59/+58
* Allow IP over IB to work with multiple FIBs.Ravi Pokala2020-10-131-0/+2
* FreeBSD: fix panic due to tqid overflowMateusz Guzik2020-10-131-10/+32
* Remove --ld-path=* from _LDFLAGSBrooks Davis2020-10-131-1/+1
* Merge commit 35ecc7fe4 from llvm git (by Hubert Tong):Dimitry Andric2020-10-131-1/+1
* Join to AllHosts multicast group again when adding an existing IPv4 address.Andrey V. Elsukov2020-10-131-1/+2
* Add IPv4 fragments reassembling to NAT64LSN.Andrey V. Elsukov2020-10-131-0/+59
* [ath] Set WARNS to 0 here for nowAdrian Chadd2020-10-131-0/+2
* [athdebug] Fix warnings generated by gcc on mipsAdrian Chadd2020-10-131-3/+6
* eliminate possible race in parallel TLB shootdown IPITycho Nightingale2020-10-131-1/+1
* Add support to the KTLS OCF module for AES-CBC MTE ciphersuites.John Baldwin2020-10-131-20/+273
* ctl.conf(5): fix LUN size in UCL format example.Robert Wing2020-10-131-3/+8
* Permit sending empty fragments for TLS 1.0.John Baldwin2020-10-133-9/+38
* Add support for FPU_KERN_NOCTX.John Baldwin2020-10-133-11/+57
* Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.John Baldwin2020-10-136-17/+8
* libgssapi: modernize static string array useBrooks Davis2020-10-131-35/+34
* Use adrp in the arm64 efi loaderAndrew Turner2020-10-131-5/+10
* Implement more RCU list functions in the LinuxKPI.Hans Petter Selasky2020-10-131-4/+37
* Bring the request_descriptor union into harmony internally. NoScott Long2020-10-132-6/+6
* pf: do not remove kifs that are referenced by rulesKristof Provost2020-10-131-3/+5
* Bump __FreeBSD_version for the fix to arm64 write-only mappingsAndrew Turner2020-10-131-1/+1
* Fix write only mappings on arm64Andrew Turner2020-10-132-1/+17
* Stop using -O instead of -O2 for MIPSAlex Richardson2020-10-131-4/+0
* Document /boot/config as well as /boot.configWarner Losh2020-10-131-2/+5
* devmatch: First appeared in 12.0Warner Losh2020-10-131-2/+6
* Document the rather suprising behavior with ' inside action rules.Warner Losh2020-10-131-1/+57
* Force __BMI__ experimental instructions off.Warner Losh2020-10-131-0/+1
* Add back org.freebsd:zstd_compress to features_for_readWarner Losh2020-10-131-2/+0
* Turn off zstd on aarch64Warner Losh2020-10-133-2/+15
* Add zstd support to the boot loader.Warner Losh2020-10-1227-282/+227
* newbus: use ssize_t to match sb's len and size, fix ordering of space checkWarner Losh2020-10-121-6/+8
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-10-126-11/+21
|\
| * Vendor import of llvm-project branch release/11.xvendor/llvm-project/llvmorg-11.0.0-0-g176249bd673Dimitry Andric2020-10-124-6/+16
* | Bug fixes for the ads111x driver... make configurable gain and sample rateIan Lepore2020-10-121-2/+9
* | pf tests: Test that 'set skip on <group>' works on new group membersKristof Provost2020-10-121-0/+33
* | pf: create a kif for flagsKristof Provost2020-10-121-3/+17
* | Link efi programs with -pie rather than -sharedAlex Richardson2020-10-122-2/+2
* | Enable SUBDIR_PARELLEL in lib/libclang_rtAlex Richardson2020-10-121-0/+2
* | Fix build with -DBOOTSTRAP_ALL_TOOLSAlex Richardson2020-10-121-1/+4
* | Fix buildworld on Linux/macOS after nvi updateAlex Richardson2020-10-121-1/+1
* | Don't use install(1) for the library symlinks in the build directoryAlex Richardson2020-10-121-2/+4
* | Fix building on Linux/macOS after r366622Alex Richardson2020-10-122-1/+13