aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* full(4): Use correct section name for AUTHORSGordon Bergling2021-05-091-2/+2
* rpi_ft5406: Recognize raspberrypi,firmware-ts touchscreenJuraj Lutter2021-05-091-2/+2
* getty: push assignment to inner block.Xin LI2021-05-091-2/+2
* getty: const'ify search pointer.Xin LI2021-05-091-1/+2
* sbin/ipfw: Fix parsing error in table based forwardLutz Donnerhacke2021-05-081-45/+42
* ofw: support for a single 'port' DTS property.Ruslan Bukin2021-05-081-0/+8
* stress2: Added two new syzkaller reproducers. Update the exclude listPeter Holm2021-05-083-2/+201
* Make encode/decode extra time functions inline.Fedor Uporov2021-05-081-2/+2
* nfscl: Add support for va_birthtime to NFSv4Rick Macklem2021-05-087-1/+26
* This takes Warners suggested approach to making it so thatRandall Stewart2021-05-071-0/+14
* Fix panic when trying to delete non-existent gateway in multipath route.Alexander V. Chernikov2021-05-072-6/+11
* pf tests: Test killing matching statesKristof Provost2021-05-071-0/+71
* pf: Support killing 'matching' statesKristof Provost2021-05-077-17/+131
* pf tests: Test killing states by gatewayKristof Provost2021-05-071-0/+60
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-077-5/+96
* authpf: Start using libpfctlKristof Provost2021-05-072-18/+20
* pfctl: Start using DIOCKILLSTATESNVKristof Provost2021-05-073-48/+69
* pf: Introduce DIOCKILLSTATESNVKristof Provost2021-05-072-15/+96
* pfctl: Start using DIOCCLRSTATESNVKristof Provost2021-05-073-10/+88
* pf: Introduce DIOCCLRSTATESNVKristof Provost2021-05-074-27/+192
* pfctl: Optionally show gateway information for statesKristof Provost2021-05-071-0/+2
* Releases history updateMaxim Konovalov2021-05-071-13/+34
* divert: Fix mbuf ownership confusion in div_output()Mark Johnston2021-05-071-8/+9
* stack(9): Disable KASAN in stack_capture()Mark Johnston2021-05-071-1/+1