summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libcrypto: add "Do not modify" comment to generated source filesemaste2016-05-111-1/+4
* On arm64 always create a bus_dmamap_t object. This will be use to hold theandrew2016-05-111-44/+72
* Enable linker error if libcrypto.so contains a relocation against text. Itjkim2016-05-111-1/+0
* ffs_bswap: Copy one UFS dinode member at a timecem2016-05-111-2/+5
* fsck_ffs: Don't overrun mount device buffercem2016-05-111-0/+3
* compat/opensolaris: Don't redefined off64_t if already definedcem2016-05-111-0/+3
* Fix buffer overrun in gcore(1) NT_PRPSINFOcem2016-05-111-2/+2
* Add data barriers to the arm64 bus_dmamap_sync function. We need theseandrew2016-05-111-1/+14
* libc: Add fopencookie(3) wrapper around funopen(3)cem2016-05-115-3/+346
* librpcsec_gss: remove redundant code.pfg2016-05-111-5/+0
* MFV r299453: 6765 zfs_zaccess_delete() comments do not accurately reflectmav2016-05-111-22/+21
* MFV r299451: 6764 zfs issues with inheritance flags during chmod(2) withmav2016-05-111-84/+78
* MFV r299449: 6763 aclinherit=restricted masks inherited permissions by groupmav2016-05-111-6/+5
* MFV r299442: 6762 POSIX write should imply DELETE_CHILD on directories - andmav2016-05-113-108/+204
* Add support for MTU chaning and Jumbo frames to VNICzbb2016-05-111-6/+24
* Fix deadlock in VNIC when using single CPU onlyzbb2016-05-111-24/+9
* Fix I/O coherence issues on ThunderX when SMP is disabledzbb2016-05-111-4/+0
* Add HW RSS support to VNIC driverzbb2016-05-114-2/+182
* Bind CQ interrupts and tasks to separate CPUs in VNICzbb2016-05-112-0/+16
* MFV r299440: 6736 ZFS per-vdev ZAPsmav2016-05-1110-69/+389
* MFV r299438: 6842 Fix empty xattr dir causing lockupmav2016-05-112-11/+36
* MFV r299436: 6843 Make xattr dir truncate and remove in one txmav2016-05-111-11/+17
* MFV r299434: 6841 Undirty freed spill blocksmav2016-05-111-2/+4
* Return a proper error code instead of panicing when an I/O vectorhselasky2016-05-111-6/+6
* Add more IDR and IDA related functions to the LinuxKPI.hselasky2016-05-112-2/+179
* Factor out common code into "idr_find_layer_locked()" and fix invertedhselasky2016-05-111-24/+24
* xen/resume: only send BITMAP IPIs if CPUs > 1royger2016-05-111-2/+2
* Add missing destruction of mutex.hselasky2016-05-111-0/+1
* Fix memory leak possible in error case.ae2016-05-111-2/+4
* When rerooting, take the init(8) path from argv[0] instead of fetchingtrasz2016-05-111-16/+9
* Remove NULL checks after M_WAITOK allocations from sys/mips/.trasz2016-05-115-20/+0
* When rerooting, ignore ESRCH returned from kill(2). I couldn't reproducetrasz2016-05-111-1/+3
* Cosmetic fixes for growfs(8) - remove unneeded capitalization and a spurioustrasz2016-05-111-4/+4
* Add more atomic LinuxKPI functions.hselasky2016-05-112-0/+118
* Make sdhci(4) work after suspend/resume for chipsets that requiretrasz2016-05-111-2/+7
* Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As akib2016-05-112-43/+13
* Add vfs_hash_ref(9) function, which finds a vnode by the hash valuekib2016-05-112-0/+32
* sfxge(4): update unicast filter insertion algorithmarybchik2016-05-112-49/+65
* sfxge(4): fix efx_filter_reconfigure parameter typearybchik2016-05-114-6/+6
* [siba] add r4 and r8 sprom formats for core_pwr_info.adrian2016-05-114-2/+180
* Style: wrap long lines.kib2016-05-112-4/+8
* sfxge(4): make efx_sram_test Siena-onlyarybchik2016-05-116-87/+6
* sfxge(4): add new Emerald board sensors to common codearybchik2016-05-113-2/+8
* sfxge(4): simplify efx_mac_selectarybchik2016-05-112-42/+21
* sfxge(4): remove Falcon specific EV_GLOBAL supportarybchik2016-05-113-19/+2
* sfxge(4): remove Falcon-specific code paths from common codearybchik2016-05-115-60/+16
* sfxge(4): add TLV format buffer manipulation functions for V3 licensingarybchik2016-05-112-0/+428
* hyperv/hn: Extract RSS hash value and type.sephe2016-05-114-19/+93
* Don't mark the initial portal registers as fully mapped.jhibbits2016-05-111-1/+0
* Use DEVMETHOD_END instead of its value to indicate end of methods tablegonzo2016-05-113-3/+3
OpenPOWER on IntegriCloud