aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ctfconvert: Fix minor memory leaks in STABS parserConrad Meyer2018-03-271-1/+5
* Don't access userspace directly from the kernel in nxge(4).Brooks Davis2018-03-271-5/+16
* Copy flags over ifr_union directly rather than via casts through ifr_data.Brooks Davis2018-03-271-2/+2
* Revert r331651 to recommit with proper commit metadata.Brooks Davis2018-03-271-2/+2
* Copy flags over ifr_union directly rather than via casts through ifr_data.Brooks Davis2018-03-271-2/+2
* Remove very old and unused signal information codes.John Baldwin2018-03-2711-32/+13
* Use the offload transmit queue to set flags on TLS connections.John Baldwin2018-03-276-21/+31
* Improve copy-and-pasted versions of SIOCGIFADDR.Brooks Davis2018-03-277-48/+15
* Fix a whitespace bug missed in refactoring prior to r331641.Brooks Davis2018-03-271-2/+2
* Add support for right and middle click with integrated button to WSPHans Petter Selasky2018-03-271-1/+6
* Fix access to ifru_buffer on freebsd32.Brooks Davis2018-03-272-10/+110
* Fix several leaks of kernel stack data through paddings.Konstantin Belousov2018-03-275-1/+9
* opencrypto: Add mechanism to pass multiple crypto blocks to some ciphersConrad Meyer2018-03-272-16/+44
* Fix instructions in the zfsboot manual page.Eugene Grosbein2018-03-271-2/+2
* cryptotest: Add blake2 hashes to toolConrad Meyer2018-03-271-0/+5
* Merge OpenSSL 1.0.2o.Jung-uk Kim2018-03-27526-1224/+1389
|\
| * Import OpenSSL 1.0.2o.vendor/openssl/1.0.2oJung-uk Kim2018-03-27157-811/+953
* | Bump .Dd after r331113.Edward Tomasz Napierala2018-03-271-1/+1
* | Move 32-bit compat for md(4) ioctls into the md code.Brooks Davis2018-03-273-128/+107
* | Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-2711-165/+252
* | Move uio enums to sys/_uio.h.Brooks Davis2018-03-279-16/+63
* | MFV: libb2: use native calls for secure memory clearanceConrad Meyer2018-03-272-3/+14
* | Add trailing slash for consistency.Edward Tomasz Napierala2018-03-271-1/+1
* | Use https:// instead of http://.Edward Tomasz Napierala2018-03-271-1/+1
* | Fix capitalization.Edward Tomasz Napierala2018-03-271-2/+2
* | vfs_donmount: in certain cases try r/o mount if r/w mount failsAndriy Gapon2018-03-272-3/+62
* | ZFS test suite: fix uses of illumos /dev/[r]dsk/ and /dev/zvol/[r]dsk/Andriy Gapon2018-03-2734-66/+66
* | Backout r331606 until I can identify why it does not boot on someJeff Roberson2018-03-277-71/+29
* | Rectify VMCI SPDX licenseMark Peek2018-03-2729-29/+29
* | Only use CPUs in the domain the device is attached to for defaultJeff Roberson2018-03-277-29/+71
* | Move vm_ndomains to vm.h where it can be used with a single header includeJeff Roberson2018-03-272-1/+2
* | Update to Zstandard 1.3.4Conrad Meyer2018-03-2682-4470/+7418
* | ctfconvert/ctfmerge: Fix a memory leak enumerating DWARF filesConrad Meyer2018-03-261-0/+1
* | OCF: CRYPTDEB(): Enhance to allow formatted loggingConrad Meyer2018-03-262-4/+5
* | Update the license to note my work on cryptocheck was sponsored.John Baldwin2018-03-261-1/+26
* | wpa_supplicant.conf.5: Document minimal eduroam configurationConrad Meyer2018-03-261-1/+16
* | libctf: Don't construct pointers to out of bounds array offsetsConrad Meyer2018-03-261-3/+5
* | libctf: Appease Coverity overrun warningsConrad Meyer2018-03-261-2/+2
* | cryptodev: Match intent for enc_xform ciphers with blocksize != ivsizeConrad Meyer2018-03-261-5/+5
* | CC Cubic: fix underflow for cubic_cwnd()Sean Bruno2018-03-263-7/+52
* | vmci(4): Fix GCC build and rationalize vmci_kernel_defs.hConrad Meyer2018-03-263-10/+7
* | lua-lint: Hint that try_include is now an accepted globalKyle Evans2018-03-261-1/+1
* | lualoader: Actually re-raise error in try_includeKyle Evans2018-03-261-1/+1
* | lualoader: Implement try_include and use it for including the local moduleKyle Evans2018-03-262-5/+21
* | release: arm: Copy boot.scr from portsEmmanuel Vadot2018-03-2610-0/+10
* | Fix a bug introduced in r329612 that slowly invalidates all clean bufs.Jeff Roberson2018-03-261-4/+3
* | Escape trailing newlines in a long variable list for consistency.Glen Barber2018-03-261-2/+2
* | Allow to specify for vm_fault_quick_hold_pages() that nofault modeKonstantin Belousov2018-03-262-1/+14
* | aw_sid(4): Release resources and destroy mutex on failureKyle Evans2018-03-261-1/+6
* | loader efifb: implement uga_autoresize as a call to text_autoresizeKyle Evans2018-03-261-2/+2