aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vfs: add missing VIRF_MOUNTPOINT in vfs_mountroot_shuffleMateusz Guzik2021-09-181-0/+1
* vfs: add the missing vnode interlock in vfs_mountroot_shuffleMateusz Guzik2021-09-181-0/+2
* unix: Fix a use-after-free in unp_drop()Mark Johnston2021-09-181-1/+2
* pf: always log nat rule and do it pre-rewriteFranco Fichtner2021-09-181-2/+7
* lockmgr: fix lock profiling of face adaptive spinningMateusz Guzik2021-09-181-4/+7
* cache: count vnodes in cache_purgevfsMateusz Guzik2021-09-181-2/+7
* vfs: retire VNODE_REFCOUNT_FENCE_* macrosMateusz Guzik2021-09-181-16/+0
* calendar.freebsd: Fix off-by-one errorKevin Bowling2021-09-171-1/+1
* nvme/nda: Fail all nvme I/Os after controller failsWarner Losh2021-09-172-5/+7
* e1000: Consistently use FALLTHROUGHKevin Bowling2021-09-176-13/+23
* e1000: Use C99 bool typesKevin Bowling2021-09-1721-258/+256
* e1000: Catch up commit with DPDKKevin Bowling2021-09-1711-4/+322
* e1000: prevent ULP flow if cable connectedWenzhuo Lu2021-09-171-0/+4
* e1000: clean LTO warningsAndrzej Ostruszka2021-09-173-3/+3
* e1000: fix multicast setting in VFYong Wang2021-09-171-1/+2
* e1000: fix timeout for shadow RAM writeChengwen Feng2021-09-171-0/+2
* e1000: cleanup pre-processor tagsGuinan Sun2021-09-172-2/+6
* e1000: introduce DPGFR registerGuinan Sun2021-09-171-0/+1
* e1000: expose FEXTNVM registers and masksGuinan Sun2021-09-172-1/+4
* e1000: add missed define for VFTAGuinan Sun2021-09-171-0/+1
* e1000: increase timeout for ME ULP exitGuinan Sun2021-09-171-2/+5
* e1000: add missing register definesGuinan Sun2021-09-171-0/+5
* e1000: add PCIm function stateGuinan Sun2021-09-171-0/+1
* e1000: expose MAC functionsGuinan Sun2021-09-172-2/+2
* e1000: update for i210 slow system clockGuinan Sun2021-09-171-2/+9
* e1000: remove duplicated phy codesGuinan Sun2021-09-1713-420/+578
* e1000: modify HW level time sync mechanismsGuinan Sun2021-09-172-0/+20
* e1000: fix minor issues and improve code styleGuinan Sun2021-09-177-39/+35
* e1000: add function parameter descriptionsGuinan Sun2021-09-175-6/+30
* e1000: expose xMDIO methodsGuinan Sun2021-09-174-75/+77
* e1000: add missing device IDGuinan Sun2021-09-173-0/+3
* e1000: support flashless i211 PBAGuinan Sun2021-09-172-3/+4
* e1000: Update copyrights and readmeKevin Bowling2021-09-1737-981/+1007
* e1000: Revert Update intel shared codeKevin Bowling2021-09-1736-1298/+755
* vfs: Permit unix sockets to be opened with O_PATHMark Johnston2021-09-172-11/+32
* aio_test: Validate interactions between AIO on sockets and shutdown(2)Mark Johnston2021-09-171-0/+68
* socket: Synchronize soshutdown() with listen(2) and AIOMark Johnston2021-09-172-24/+35
* socket: Remove NOFREE from the socket zoneMark Johnston2021-09-171-1/+1
* socket: Add assertions around naked refcount decrementsMark Johnston2021-09-171-10/+16
* socket: Fix a use-after-free in soclose()Mark Johnston2021-09-171-14/+10
* ktls: Fix error/mode confusion in TCP_*TLS_MODE getsockopt handlersMark Johnston2021-09-173-20/+22
* uma: Show the count of free slabs in each per-domain keg's sysctl treeMark Johnston2021-09-171-1/+4
* rpc: Convert an SOLISTENING check to an assertionMark Johnston2021-09-171-5/+3
* kcov: Disable address and memory sanitizers in get_kinfo()Mark Johnston2021-09-171-1/+1
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-177-17/+26
* bhyve: Support setting the disk serial number for VirtIO block devices.John Baldwin2021-09-172-11/+28
* libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston2021-09-173-8/+8
* readelf: document that -u / --unwind is not yet implementedEd Maste2021-09-171-0/+3
* readelf: include notes (-n) and unwind (-u) in --all/-aEd Maste2021-09-172-2/+4
* proccontrol(1): Add wxmap controlKonstantin Belousov2021-09-172-2/+26