aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix error checking in shm_create_largepage().Mark Johnston2020-09-181-1/+1
* libarchive: fix mismatch between library and test configurationAlex Richardson2020-09-183-22/+24
* crypto_buffer(9): Bring back the reference for bus_dma(9)Gordon Bergling2020-09-181-0/+1
* Use atf_fail instead of exit 1 to indicate mpath tests failure.Alexander V. Chernikov2020-09-182-23/+12
* Fix byte-reversal of language ID in string descriptor.Peter Grehan2020-09-181-1/+1
* cxgbe(4): add the firmware binaries instead of the empty files that were addedNavdeep Parhar2020-09-183-0/+0
* cxgbe(4): add support for stateless offloads for VXLAN traffic.Navdeep Parhar2020-09-187-182/+681
* if_vxlan(4): add support for hardware assisted checksumming, TSO, and RSS.Navdeep Parhar2020-09-186-27/+530
* Add a knob to allow zero UDP checksums for UDP/IPv6 traffic on the given UDP ...Navdeep Parhar2020-09-182-1/+17
* Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic.Navdeep Parhar2020-09-184-3/+26
* mbuf checksum flags and fields to support tunneling protocols.Navdeep Parhar2020-09-181-7/+47
* State kgssapi dependency on xdr.Konstantin Belousov2020-09-171-0/+1
* cxgbe(4): Update T4/5/6 firmwares to 1.25.0.0.Navdeep Parhar2020-09-1713-24/+72
* arch(7): Some markup fixesGordon Bergling2020-09-171-17/+16
* man(9): Some markup fixesGordon Bergling2020-09-176-7/+7
* pwmbus(9): some markup fixesGordon Bergling2020-09-171-3/+3
* mbuf(9): Some markup fixesGordon Bergling2020-09-171-2/+2
* crypto_buffer(9): Sort the SEE ALSO sectionGordon Bergling2020-09-171-4/+3
* VOP_INACTIVE(9): Remove trailing whitespaceGordon Bergling2020-09-171-1/+1
* domainset(9): Some markup fixesGordon Bergling2020-09-171-6/+5
* Revert r361257: bsdinstall: do a `certctl rehash` upon installation [...]Kyle Evans2020-09-171-3/+0
* rmlock(9): Some markup fixesGordon Bergling2020-09-171-5/+5
* bus_dma(9): Some markup fixesGordon Bergling2020-09-171-13/+17
* Merge commit 46673763f from llvm git (by Craig Topper):Dimitry Andric2020-09-171-0/+1
* Merge commit e09107ab8 from llvm git (by Raul Tambre):Dimitry Andric2020-09-1711-189/+152
* makefs: connect cd9660 El Torito EFI boot image system typeEd Maste2020-09-172-3/+6
* Cirrus-CI: build as an unprivileged userEd Maste2020-09-171-2/+6
* Fix additional memory leak in process_mapfileEric van Gyzen2020-09-171-0/+2
* Remove no longer used variable.John Baldwin2020-09-171-1/+1
* Move to a more robust and conservative alloation scheme for devctl messagesWarner Losh2020-09-171-8/+33
* Remove support for setting some obscure fields.John Baldwin2020-09-171-47/+2
* Increase the default vm.max_user_wired value.Mark Johnston2020-09-171-2/+7
* Add some basic regression tests for SHM_LARGEPAGE.Mark Johnston2020-09-171-0/+727
* Promote the installworld `certctl rehash` to distributeworldKyle Evans2020-09-171-4/+11
* Stop using lorder and ranlib when building librariesAlex Richardson2020-09-172-13/+4
* Add dtb/sifive moduleMitchell Horne2020-09-171-0/+6
* Reduce code duplication by introducing linux_copyout_sockaddr()Edward Tomasz Napierala2020-09-171-40/+26
* Add support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes alsamixer(1)Edward Tomasz Napierala2020-09-172-0/+5
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-1721-51/+22
* Revert r249362, atime update in tmpfs is fixed in r365810Li-Wen Hsu2020-09-171-8/+0
* geom_part: make it possible recovering broken GPT after some LBAs cut offEugene Grosbein2020-09-171-1/+2
* installworld: run `certctl rehash` after installation completesKyle Evans2020-09-171-1/+9
* Put calls to check_pgrp_jobc() in fixjobc_kill() under INVARIANTS.Konstantin Belousov2020-09-171-0/+4
* Add check_pgrp_jobc() calls into process exit path.Konstantin Belousov2020-09-161-0/+3
* Fix fixjobc+orhpanage.Konstantin Belousov2020-09-161-29/+86
* Assert that P_TREE_GRPEXITED is set only once.Konstantin Belousov2020-09-161-0/+1
* proc_realparent: if p_oppid does not match pid of the current parentKonstantin Belousov2020-09-161-1/+1
* Improve ddb 'show pgrpdump' command.Konstantin Belousov2020-09-161-11/+17
* tmpfs: restore atime updates for reads from page cache.Konstantin Belousov2020-09-164-33/+49
* Style.Konstantin Belousov2020-09-162-19/+24