summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.ae2014-10-081-3/+3
* Implement software (mode page) and hardware (config) write protection.mav2014-10-083-6/+50
* Revert r156046. We support setting dumpdev via loader tunable again.ae2014-10-081-3/+13
* Add an ability to set dumpdev via loader(8) tunable.ae2014-10-081-14/+62
* No logical code change in this pathc.kadesai2014-10-087-8037/+7957
* Simplify; no functional changes.trasz2014-10-081-1/+1
* Driver version upgrade.kadesai2014-10-081-1/+1
* In the passthru IOCTL path, the mfi command pool was freely accessible N timeskadesai2014-10-084-18/+62
* d_poll() callback function is the entry point for poll system call for the ap...kadesai2014-10-082-5/+43
* Extended MSI-x vectors support for Invader and Fury(12Gb/s HBA).kadesai2014-10-083-77/+295
* Fix the minor svn add issue. $FreeBSD$ expands at the time ofkadesai2014-10-083-3/+3
* This is a feature provided to run 32-bit linux binaries on FreeBSD 64bitkadesai2014-10-087-114/+300
* Always wait 'command done' interrupt status bit before proceeding next command.br2014-10-081-6/+4
* Current MegaRAID firmware and hence the driver only supported 64VDs.kadesai2014-10-084-188/+512
* Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.mav2014-10-087-11/+54
* Add support for disabling USB enumeration in general or on selectedhselasky2014-10-084-1/+39
* Oops, fix typo made in r272729.yongari2014-10-081-1/+1
* Document newly added controller AR816x/AR817x.yongari2014-10-081-7/+17
* Add support for QAC AR816x/AR817x Gigabit/Fast Ethernet controllers.yongari2014-10-083-189/+1355
* Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4).yongari2014-10-081-2/+18
* don't reinvent the wheel: rely on basename(3)eadler2014-10-081-16/+2
* Fix a long standing bug in MAC statistics register access. Oneyongari2014-10-084-28/+6
* Implement PLPMTUD blackhole detection (RFC 4821), inspired by codesbruno2014-10-073-1/+168
* cxgbe/tom: don't leak resources tied to an active open request thatnp2014-10-075-34/+93
* Make kern.nswbuf tunable from loader.jkim2014-10-071-3/+6
* Remove call to access(2) which didn't serve any purpose, and make it moretrasz2014-10-071-10/+5
* Support the Vodafone R215 LET USB dongle, which is apparently a rebadgedgavin2014-10-072-0/+3
* Allow vt(4) to disable terminal bell with `sysctl kern.vt.bell_enable=0`,ray2014-10-071-0/+7
* Since introducing the extra mapping in r250103 for architectural performancebz2014-10-071-1/+1
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-0714-5/+1341
* Implement the FLUSH operation in the virtio-block emulation.neel2014-10-071-0/+6
* l2arc_write_buffers: reduce headroom valueavg2014-10-071-1/+1
* revert r272702: wrong (earlier) change was committedavg2014-10-071-3/+1
* Fix a bug introduced intuexen2014-10-071-1/+1
* reduce L2ARC_WRITE_SIZE on FreeBSDavg2014-10-071-1/+3
* make userland __assfail from opensolaris compat honor 'aok' variableavg2014-10-071-4/+8
* Our packet filters use mbuf's rcvif pointer to determine incoming interface.ae2014-10-071-0/+4
* Fix compile warning when compiling with GCC.hselasky2014-10-072-1/+1
* 1) Fix the case we have less arguments for format string than we expected.ache2014-10-071-4/+3
* Back out timegm error check from r272562.ache2014-10-071-2/+0
* Add MLINK for explicit_bzero(3) and bump .Dd date.delphij2014-10-072-1/+2
* Bump __FreeBSD_version for the addition of explicit_bzero(3).delphij2014-10-071-1/+1
* Add explicit_bzero(3) and its kernel counterpart.delphij2014-10-078-2/+74
* Treat D keywords as identifiers in certain postfix expressions. This allowsmarkj2014-10-061-0/+23
* Inject #UD into the guest when it executes either 'MONITOR' or 'MWAIT'.neel2014-10-063-0/+14
* Properly set the timeout in a query_state. The global query_timeoutjhb2014-10-061-2/+2
* Fix build for i386 kernels with out 'I686_CPU'.jhb2014-10-061-1/+1
* Add netmap support to libpcap. Tcpdump and other native pcap application can nowluigi2014-10-065-0/+298
* Call initializecpucache() on the BSP for i386 in the !XEN case. This wasjhb2014-10-061-2/+0
* Import byacc 20141005 from vendorbapt2014-10-06104-1497/+8019
|\
OpenPOWER on IntegriCloud