aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Only log critical errors from scapyKristof Provost2021-05-1231-0/+62
* Correct location of libcap_random.so in ObsoleteFiles.incDimitry Andric2021-05-121-1/+1
* Fix mbuf leaks in various pru_send implementationsMark Johnston2021-05-128-73/+100
* nd6: Avoid using an uninitialized sockaddr in nd6_prefix_offlink()Mark Johnston2021-05-121-2/+2
* if: Remove unnecessary validation in the SIOCSIFNAME handlerMark Johnston2021-05-121-5/+0
* swap_pager: Zero swap info before exporting to userspaceMark Johnston2021-05-121-0/+4
* truss: Decode FreeBSD 11 mknod(2) and mknodat(2)Mark Johnston2021-05-121-2/+6
* Update the EFI timer to be called once a secondAndrew Turner2021-05-121-4/+4
* tcp rack: improve initialisation of retransmit timeoutMichael Tuexen2021-05-121-2/+7
* release: fix ports checkout if /usr/ports does not existGlen Barber2021-05-121-0/+2
* release: remove logic to locate the svn{,lite} binaryGlen Barber2021-05-121-11/+0
* release: follow-up to previous commit to use Git for the ports treeGlen Barber2021-05-121-10/+2
* release: update release.sh to use Git for ports tree checkoutsGlen Barber2021-05-121-3/+2
* sctp: fix locking in case of error handling during a restartMichael Tuexen2021-05-121-0/+10
* contrib/bc: update to version 4.0.2Stefan Eßer2021-05-126-5/+19
|\
| * Vendor import of Gavin D. Howard's bc version 4.0.2vendor/bc/4.0.2Stefan Eßer2021-05-126-5/+19
* | Revert "Vendor import of Gavin D. Howard's bc version 4.0.2"Stefan Eßer2021-05-126-19/+5
* | Vendor import of Gavin D. Howard's bc version 4.0.2Stefan Eßer2021-05-126-5/+19
* | Add support for adding default routes for other FIBsAndrew Fengler2021-05-123-3/+48
* | libvmm: explicitly save and restore errno in vm_open()Robert Wing2021-05-111-0/+3
* | Sixteen bit I2c addresses are always little endian.Poul-Henning Kamp2021-05-111-8/+5
* | Polish source to WARNS=6Poul-Henning Kamp2021-05-112-22/+35
* | Remove a write-only variable.John Baldwin2021-05-111-2/+0
* | Ensure that files with no allocated blocks are trimmed to zero length.Kirk McKusick2021-05-111-13/+25
* | cryptodev: Fix some input validation bugsMark Johnston2021-05-111-4/+13
* | Implement cdev_device_add() and cdev_device_del() in the LinuxKPI.Hans Petter Selasky2021-05-112-2/+47
* | cdev_del() should only put it's kernel object in the LinuxKPI.Hans Petter Selasky2021-05-112-5/+2
* | Implement read-only VM_SHARED flag in the LinuxKPI.Hans Petter Selasky2021-05-112-6/+9
* | ipfw.8: Fix table exampleLutz Donnerhacke2021-05-111-4/+4
* | netinet6 tests: Fix Python warningKristof Provost2021-05-111-1/+1
* | xen/blkback: fix reconnection of backendRoger Pau Monné2021-05-111-35/+48
* | tcp: In rack, we must only convert restored rtt when the hostcache does resto...Randall Stewart2021-05-111-3/+6
* | mrouter: do not loopback packets unconditionallyWojciech Macek2021-05-111-1/+3
* | mroute: fix race condition during mrouter shutting downWojciech Macek2021-05-114-1/+20
* | truss: Add missing underscore to compat_prefix for FreeBSD32Alex Richardson2021-05-111-1/+1
* | sbin/ipfw: Allow tablearg as hostnameLutz Donnerhacke2021-05-111-1/+2
* | Clean up copyright messages.Kirk McKusick2021-05-112-10/+8
* | cache: fix lockless absolute symlink traversal to non-fp mountsMateusz Guzik2021-05-111-0/+14
* | powerpc/radix pmap: Convert stat counters from ulongs to countersJustin Hibbits2021-05-111-22/+22
* | powerpc/mmu: Actually use the Radix pmap_align_superpage functionJustin Hibbits2021-05-111-0/+1
* | nfscl: Delete unneeded redundant MODULE_DEPEND() callsRick Macklem2021-05-112-6/+17
* | vfs: Fix error handling in vn_fullpath_hardlink()Mark Johnston2021-05-111-2/+2
* | rtld: preserve the 'seen' state of the dlerror message in errmsg_save()Konstantin Belousov2021-05-101-12/+25
* | openat(2): add O_EMPTY_PATHKonstantin Belousov2021-05-103-1/+22
* | netstat: fix typo from 0471a8c73402Richard Scheffenegger2021-05-101-1/+1
* | tcp: SACK Lost Retransmission Detection (LRD)Richard Scheffenegger2021-05-109-11/+114
* | sh: implement persistent history storageBaptiste Daroussin2021-05-105-2/+81
* | tcp:Host cache and rack ending up with incorrect values.Randall Stewart2021-05-102-101/+119
* | in6_mcast: Return EADDRINUSE when we've already joined the groupKristof Provost2021-05-101-1/+1
* | Revert "getty: push assignment to inner block."Xin LI2021-05-091-2/+2