aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Extending the delay cycles to give the codec more time to pump ADC data acros...Tai-hwa Liang2018-08-191-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-1946-50/+50
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-1946-50/+50
* Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox2018-08-187-21/+18
* Replace the TRIM consolodation framework originally added in -r337396Kirk McKusick2018-08-189-65/+232
* Eliminate the unused arena parameter from kmem_alloc_attr().Alan Cox2018-08-186-14/+10
* Revert -r337396. It is being replaced with a revised interface thatKirk McKusick2018-08-189-242/+67
* Use the size of one bge_devs element for the MODULE_PNP_INFO macro,Dimitry Andric2018-08-181-1/+1
* Rudimentary AER reading code for ddb(4).Konstantin Belousov2018-08-182-5/+218
* Make 'device crypto' lines more consistent.John Baldwin2018-08-188-18/+8
* res_find: Fix fallback logicKyle Evans2018-08-181-23/+30
* Fix LORs between vn_start_write() and vn_lock() in nfsrv_copymr().Rick Macklem2018-08-181-18/+26
* Eliminate the arena parameter to kmem_malloc_domain(). It is redundant.Alan Cox2018-08-183-25/+9
* Print L1D FLUSH feature.Konstantin Belousov2018-08-181-0/+1
* Regen after r337998.Xin LI2018-08-182-2/+2
* getrandom(2) should not be restricted in capability mode.Xin LI2018-08-182-0/+6
* cxgbe(4): Replace T4_PKT_TIMESTAMP with something slightly less hackish.Navdeep Parhar2018-08-184-21/+41
* Fix LORs between vn_start_write() and vn_lock() in the pNFS server.Rick Macklem2018-08-174-55/+56
* cxgbe(4): Adjust ntids to account for nhptids in the TOE case too.Navdeep Parhar2018-08-171-0/+6
* cxgbe/tom: Put the ifnet or VLAN's PCP value in the 802.1Q tag of framesNavdeep Parhar2018-08-174-20/+26
* Typo.Mark Johnston2018-08-171-1/+1
* Add INVARIANTS-only fences around lockless vnode refcount updates.Mark Johnston2018-08-171-0/+20
* 9751 Allocation throttling misplacing ditto blocksAlexander Motin2018-08-171-3/+10
* 9738 Fix third block copy allocations, broken at 9112.Alexander Motin2018-08-171-7/+5
* pf: Limit the maximum number of fragments per packetKristof Provost2018-08-171-0/+8
* GPT is standard in x86 and arm64 land. Add it to DEFAULTS with theWarner Losh2018-08-173-0/+3
* capsicum: allow the setproctitle(3) function in capability modeMariusz Zaborski2018-08-171-1/+1
* Don't set a file's size for the MDS file of a pNFS service.Rick Macklem2018-08-171-2/+26
* cryptosoft: Reduce generality of supported algorithm compositionConrad Meyer2018-08-172-62/+69
* random: Add PowerPC 'darn' instruction entropy sourceJustin Hibbits2018-08-174-0/+145
* subr_prf: Don't write kern.boot_tag if it's emptyKyle Evans2018-08-171-1/+1
* Riscv: Include crypto for IPSecConrad Meyer2018-08-171-0/+1
* arm: Define crypto option on platforms that include IPsecConrad Meyer2018-08-172-0/+2
* if_vlan(4): A VLAN always has a PCP and its ifnet's if_pcp should be setNavdeep Parhar2018-08-171-0/+2
* crypto(4): Add cryptosoft, cryptodev support for Poly-1305Conrad Meyer2018-08-172-7/+36
* Add xform-conforming auth_hash wrapper for Poly-1305Conrad Meyer2018-08-176-1/+150
* Bring in compatibility glue for libsodiumConrad Meyer2018-08-178-0/+42
* Bring in libsodium to sys/contribConrad Meyer2018-08-17534-0/+70786
* Rename head from ALPHA1 to ALPHA2 in preparation for the next setGlen Barber2018-08-161-1/+1
* Add the ability to look up the 3b PCP of a VLAN interface. Use it inNavdeep Parhar2018-08-164-10/+34
* Revert r337922, except for some documention-only bits. This needs to waitJamie Gritton2018-08-1617-122/+134
* Make vfs.zfs.zio.dva_throttle_enabled sysctl writable.Alexander Motin2018-08-161-2/+2
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-1620-143/+128
* Fix a module Makefile error on amd64 so the IPMI HW interfaces are built.Doug Ambrisko2018-08-162-1/+3
* Remove the L1 and L2 xscale page defines and rename the generic macros toAndrew Turner2018-08-162-67/+17
* Properly initialize IP version in IPv6 header. This was missed in r334673.Andrey V. Elsukov2018-08-161-0/+1
* Add couple tunables/sysctl, missed in r336949.Alexander Motin2018-08-162-0/+7
* am335x: Add pocketbeagle DTS to the buildEmmanuel Vadot2018-08-151-0/+1
* cxgbe(4): Use VLAN_TRUNKDEV instead of private cookie to figure out theNavdeep Parhar2018-08-153-22/+1
* Fix mismerge in r337196.Alexander Motin2018-08-151-3/+3