summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Make ctladm(8) try to load ctl.ko kernel module if needed.trasz2013-04-101-0/+10
* | Fix build.glebius2013-04-104-4/+4
* | Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmdmm2013-04-101-2/+2
* | Unsynchronized TSCs on the host require special handling in bhyve:neel2013-04-104-16/+109
* | swapcontext wrapper can not be implemented in C, the stack pointer saved indavidxu2013-04-101-10/+1
* | Change name of variable from 'rwlock' to more descriptive 'mmio_rwlock'neel2013-04-101-11/+11
* | Improve PCI BAR emulation:neel2013-04-107-60/+320
* | Fix the build.jimharris2013-04-101-1/+1
* | ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()mm2013-04-094-27/+88
* | Change certain heavily used network related mutexes and rwlocks toandre2013-04-098-11/+11
* | Fix a race condition on tcp listen socket teardown with pendingandre2013-04-091-0/+9
* | Ensure make -j N universe works correctly, by checking for an up-to-datedim2013-04-091-2/+2
* | Proxy allocation requests for the PCI ROM BAR from child devices similarjhb2013-04-091-25/+35
* | Pass the segmented address of the counter, based on %fs, i.e. offsetkib2013-04-091-1/+3
* | Convert UMA code to C99 uintXX_t types.glebius2013-04-094-97/+97
* | Swap us_freecount and us_flags, achieving same structure sizeglebius2013-04-091-2/+2
* | Add static/const keywords to the arrays.ed2013-04-093-8/+17
* | Since now we support 256 items per slab, we need more bitsglebius2013-04-091-1/+1
* | Last remaining prototype issue that still hasn't been fixed upstream.des2013-04-092-3/+1
* | Revert local changes and pull in r3828 from upstream.des2013-04-098-269/+12
* | Fix KASSERTs: maximum number of items per slab is 256.glebius2013-04-091-3/+3
* | Fix build for AIM 64bit.kib2013-04-091-0/+2
* | Fix the assertions for the state of the object under the map entrykib2013-04-091-6/+16
* | Fix VIMAGE build.glebius2013-04-091-2/+2
* | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-0915-101/+102
* | Import a new version of NetBSD's mtree.ed2013-04-098-15/+186
|\ \
| * | Vendor import of NetBSD's mtree at 2013-04-08.ed2013-04-087-14/+185
* | | FireWire: Don't allow a tlabel to reference an xfer after free.will2013-04-081-3/+12
* | | Fix this to compile when ATH_DEBUG_ALQ is defined but ATH_DEBUG isn't.adrian2013-04-081-1/+1
* | | Add FreeBSD 8.4.pluknet2013-04-081-0/+1
* | | The per-page act_count can be made very-easily protected by theattilio2013-04-082-5/+5
* | | Switch some "low-hanging fruit" to acquire read lock on vmobjectsattilio2013-04-083-19/+19
* | | Merge from projects/counters: TCP/IP stats.glebius2013-04-085-289/+550
* | | Merge from projects/counters: counter(9).glebius2013-04-0814-0/+819
* | | Forcibly defining _KERNEL is bad idea. Toss some code so that ip_var.hglebius2013-04-081-3/+3
* | | Merge from projects/counters:glebius2013-04-088-13/+57
* | | Merge from projects/counters: UMA_ZONE_PCPU zones.glebius2013-04-084-38/+85
* | | Fix a potential socket leak in the NFS server. If a client closes itsjhb2013-04-081-1/+4
* | | Switch to a 2-clause license.markj2013-04-081-3/+0
* | | Add support for getting and setting BBU properties related to batterymarkj2013-04-089-4/+347
* | | Fix a memory leak that showed up when we delete LUNs. The memory used forken2013-04-081-4/+8
* | | mdoc: sort cross references.joel2013-04-081-3/+3
* | | Remove reference to the nonexistent sysctl node net.inet6.mld.stats.ae2013-04-081-6/+2
* | | drm: Right-shift I2C slave address before passing it to aux channeldumbbell2013-04-081-1/+1
* | | Mark the act_tbl static/const.ed2013-04-081-1/+1
* | | Prevent the creation of an unused variable.ed2013-04-081-1/+1
* | | Fix synopsis for sbuf_len.trociny2013-04-071-1/+1
* | | Use pget(9) to reduce code duplication.trociny2013-04-071-10/+4
* | | Fill p_flags and p_align fields of the core dump note segement.trociny2013-04-071-2/+2
* | | Use 4-byte padding for core dump notes on both 32 and 64bit archs.trociny2013-04-071-2/+2
OpenPOWER on IntegriCloud