aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* aio: micro-optimize the lio_opcode assignmentsAlan Somers2021-01-203-44/+23
* ifconfig: add vlanproto "qiniq" as an alias for "802.1ad"Allan Jude2021-01-202-2/+8
* wpa_supplicant uses PF_ROUTE to return the routing table in order toCy Schubert2021-01-201-1/+1
* Regenerate src.conf(5) after 7c5a624afae4Kyle Evans2021-01-201-5/+1
* Address panic with PRR due to missed initialization of recover_fsRichard Scheffenegger2021-01-202-8/+22
* libc: Fix null pointer arithmetic warning in mergesortAlex Richardson2021-01-201-4/+2
* Emit uprintf() output for initproc if there is no controlling terminalAlex Richardson2021-01-201-0/+8
* Minor simplification of MK_PMC case in usr.sbin/MakefileAlex Richardson2021-01-201-2/+1
* newvers.sh: add support for gitup(1)Michael Osipov2021-01-201-9/+15
* Remove the unnecessary space before the colonMateusz Piotrowski2021-01-201-2/+1
* cache: augment sdt probe in cache_fplookup_dotMateusz Guzik2021-01-201-7/+6
* cache: whitespace nit in cache_fplookup_modifyingMateusz Guzik2021-01-201-1/+1
* ktls: Improve handling of the bind_threads tunable a bitMark Johnston2021-01-201-5/+7
* opencrypto: Add comments describing the new crypto_session layoutMark Johnston2021-01-201-0/+2
* arm64, riscv: Set VM_KMEM_SIZE_SCALE to 1Mark Johnston2021-01-202-16/+2
* arm64: Stop setting VM_BCACHE_SIZE_MAXMark Johnston2021-01-201-9/+0
* opencrypto: Fix assignment of crypto completions to worker threadsMark Johnston2021-01-201-1/+4
* opencrypto: Embed the driver softc in the session structureMark Johnston2021-01-201-13/+4
* Add a new FreeBSD/arm64 kernel configuration, GENERIC-MMCCAM-NODEBUG,Robert Watson2021-01-191-0/+13
* add missing .Xr..John-Mark Gurney2021-01-191-1/+1
* Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-194-10/+2
* Fix macro-redefined warning in gnu/diff for fputc_unlockedAlex Richardson2021-01-191-5/+5
* getopt: Fix conversion from string-literal to non-const char *Alex Richardson2021-01-193-4/+4
* Fix make includes path to nvpair.hAlex Richardson2021-01-191-1/+1
* include: Delete stale symlinks using find(1) instead of a shell loop.Alex Richardson2021-01-191-14/+7
* Require uint32_t alignment for ipfw_insnAlex Richardson2021-01-191-1/+1
* libalias: Fix remaining compiler warningsAlex Richardson2021-01-192-7/+10
* libalias: Fix -Wcast-align compiler warningsAlex Richardson2021-01-196-73/+69
* loader: comment on rgb_to_color_index()Toomas Soome2021-01-191-1/+9
* loader: handle malloc failures in vbe_init, use consistent namingToomas Soome2021-01-191-16/+24
* Convert unmapped mbufs before computing checksums in IPsec.John Baldwin2021-01-191-2/+27
* arm64: Clear FPU flags in the pcb in cpu_copy_thread().John Baldwin2021-01-191-0/+1
* arm64: Trim duplicate code from cpu_fork_kthread_handler().John Baldwin2021-01-191-4/+0
* release.sh: bump Copyright year after previous commitGlen Barber2021-01-191-1/+1
* release: Add workaround to use SVN for portsGlen Barber2021-01-191-3/+17
* ixl: Permit 802.1ad frames to pass though the chipLutz Donnerhacke2021-01-192-1/+50
* RELNOTES: correct sense and name for allow_wx sysctlEd Maste2021-01-191-1/+1
* htu21: driver for HTU21D I2C temperature and humidity sensorAndriy Gapon2021-01-196-1/+676
* lockmgr: fix upgradeMateusz Guzik2021-01-191-2/+4
* arm64 busdma: Fix loading of small bounced buffers.Michal Meloun2021-01-191-17/+16
* Remove dependency on files in /usr/binStefan Eßer2021-01-191-5/+12
* linux: map EBUSY returned by ptrace into ESRCHEdward Tomasz Napierala2021-01-191-2/+6
* linux: fix PTRACE_POKEDATA and PTRACE_POKETEXT.Edward Tomasz Napierala2021-01-191-2/+7
* linux: remove spurious newline.Edward Tomasz Napierala2021-01-191-1/+1
* cache: fix some typosMateusz Guzik2021-01-191-3/+3
* cache: drop-write only var from cache_fplookup_preparseMateusz Guzik2021-01-191-2/+0
* cache: save a branch in cache_fplookup_nextMateusz Guzik2021-01-191-7/+5
* Support COM3 and COM4 serial ports.Peter Grehan2021-01-193-5/+11
* virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher2021-01-197-65/+149
* if_vtnet: Add counter for received host LROBryan Venteicher2021-01-192-0/+4