aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zfs: remove incorrect warning about boot support for large_dnodeAndriy Gapon2019-10-091-6/+0
* zfs: document large_dnode featureAndriy Gapon2019-10-091-0/+30
* cleanup of illumos compatibility atomicsAndriy Gapon2019-10-097-290/+38
* Revert changes to rip6_bind() from r353292. This function is alwaysGleb Smirnoff2019-10-091-3/+9
* bsdinstall: fix ESP detection for auto ZFS layoutYuri Pankov2019-10-092-7/+14
* RISC-V: Fix an alignment warning in libthrMitchell Horne2019-10-091-4/+4
* Fix a bug in r353332 that snuck in with a last-minute adjustment.Mark Johnston2019-10-081-2/+2
* Add a regression test for r353331.Mark Johnston2019-10-081-0/+72
* Fix handling of empty SCM_RIGHTS messages.Mark Johnston2019-10-081-1/+2
* Add support for KTLS in the Chelsio TOE module.John Baldwin2019-10-085-30/+648
* msun: Silence new harmless -Wimplicit-int-float-conversion warningsBrooks Davis2019-10-081-3/+3
* Add a TOE KTLS mode and a TOE hook for allocating TLS sessions.John Baldwin2019-10-0810-20/+140
* amd64: plug spurious cld instructionsMateusz Guzik2019-10-082-24/+6
* Fix various -Wpointer-compare warningsBrooks Davis2019-10-087-11/+11
* Update tcsh to 6.21.00.Brooks Davis2019-10-08420-1014/+247
|\
| * Import 6.21.00.vendor/tcsh/6.21.00Brooks Davis2019-10-08482-1920/+300
* | Allow -DNO_CLEAN build across r352689.Brooks Davis2019-10-081-0/+15
* | Set the FID field in lookaside crypto requests to the rx queue ID.John Baldwin2019-10-081-1/+1
* | Fix regression issue after r352989:Hans Petter Selasky2019-10-081-2/+2
* | Rework the logic for installing the pkg(8) configuration.Glen Barber2019-10-081-3/+7
* | Remove epoch assertion from if_setlladdr(). Originally this function wasGleb Smirnoff2019-10-081-20/+10
* | Quickly plug another regression from r353292. Again, multicast locking needsGleb Smirnoff2019-10-081-2/+4
* | In DIAGNOSTIC block of if_delmulti_ifma_flags() enter the network epoch.Gleb Smirnoff2019-10-081-2/+3
* | Simplify pmap_page_array_startup() a bit.Mark Johnston2019-10-081-4/+3
* | zfs: fix the zfsd_hotspare_007_pos testAlan Somers2019-10-081-0/+3
* | zfs: fix the zfsd_autoreplace_003_pos testAlan Somers2019-10-081-5/+5
* | Avoid erroneously clearing PGA_WRITEABLE in riscv's pmap_enter().Mark Johnston2019-10-081-1/+3
* | amd64 pmap: allocate pv table entries for gaps in PAMateusz Guzik2019-10-081-14/+2
* | Clear PGA_WRITEABLE in riscv's pmap_remove_l3().Mark Johnston2019-10-081-0/+7
* | Fix problems in the kern_maxfiles__increase testEric van Gyzen2019-10-081-9/+30
* | zfs: use atomic_load_64 to read atomic variable in dmu_object_alloc_implAndriy Gapon2019-10-081-0/+4
* | Validate length before use it, not vice versa.Michael Tuexen2019-10-081-2/+2
* | Fix regression issue after r353274:Hans Petter Selasky2019-10-081-8/+5
* | i386: hide more of atomic 64-bit definitions under _KERNELAndriy Gapon2019-10-081-0/+2
* | Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore2019-10-0813-43/+26
* | loader/powerpc64: Include generic PVR values in CAS architecture listJustin Hibbits2019-10-081-15/+21
* | powerpc: Implement atomic_(f)cmpset_ for short and charJustin Hibbits2019-10-081-72/+178
* | Improve locking in the IPV6_V6ONLY socket option handler.Mark Johnston2019-10-071-8/+11
* | Assert that the PGA_{WRITEABLE,EXECUTABLE} flags do not leak.Mark Johnston2019-10-071-2/+5
* | vm: stop trylocking page queues in vm_page_pqbatch_submitMateusz Guzik2019-10-071-6/+4
* | Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-0749-458/+411
* | In r343587 a simple port filter as sysctl tunable was added to siftr.Michael Tuexen2019-10-072-2/+10
* | ZFS: fix the redundancy testsAlan Somers2019-10-073-10/+6
* | ZFS: mark hotspare_scrub_002_pos as an expected failureAlan Somers2019-10-071-0/+1
* | ZFS: fix the delegate testsAlan Somers2019-10-0710-296/+75
* | zfs: skip the zfsd tests if zfsd is not runningAlan Somers2019-10-071-0/+22
* | zfs: fix the zdb_001_neg testAlan Somers2019-10-071-1/+1
* | ZFS: fix the zpool_get_002_pos testAlan Somers2019-10-072-2/+6
* | Introduce stats(3), a flexible statistics gathering API.Edward Tomasz Napierala2019-10-0716-3/+6194
* | zfs: fix the slog_012_neg testAlan Somers2019-10-071-1/+3