summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-2111-41/+141
* splsoftvm() is no longer in the tree. gc.imp2013-02-211-1/+0
* bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD orimp2013-02-211-3/+1
* Remove splsoftclock() since it is now gone.imp2013-02-211-1/+0
* Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.gallatin2013-02-211-1/+1
* In the EXAMPLES section: append the subsystem regular expression with apluknet2013-02-211-2/+2
* Use critical_enter/critical_exit around the time sensitive part ofimp2013-02-211-4/+12
* Fix build.glebius2013-02-211-1/+0
* Fix build.glebius2013-02-211-2/+2
* Be slightly more paranoid with the TX DMA buffer maximum threshold.adrian2013-02-212-2/+23
* Remove incorrect comment about splsoftclock.imp2013-02-211-1/+0
* Locking for todr got pushed down into inittodr and the clientimp2013-02-211-10/+2
* Add an option to allow the minimum number of delimiters to be tweaked.adrian2013-02-214-2/+18
* Correct comment about use of pmtimer, and the real reason it isn'timp2013-02-211-3/+4
* Add a new option to limit the maximum size of aggregates.adrian2013-02-215-2/+32
* Remove this unneeded printf(), sorry!adrian2013-02-211-4/+0
* The request queue is already locked, so we don't need the splsofclock/splximp2013-02-211-3/+1
* Don't worry if a module is already loaded when looking for a fstype to mountjamie2013-02-211-2/+6
* Most other giant locked storage drivers in the tree don't useimp2013-02-211-5/+0
* The other giant locked storage drivers have removed splbio(), for theimp2013-02-211-7/+0
* Fix broken usage of splhigh() by removing it.imp2013-02-211-6/+2
* Kill now-bogus splhigh() -- it is a nopimp2013-02-211-1/+0
* Replace splhigh() with critical_enter()/leave() to ensure we write theimp2013-02-211-13/+30
* No longer need splhigh() since locking was done, delete it andimp2013-02-211-9/+1
* Refresh on the shared code for the E1000 drivers.jfv2013-02-2123-2089/+2521
* cxgbe(4): Assume that CSUM_TSO in the transmit path implies CSUM_IP andnp2013-02-201-6/+8
* When porting XTS-related code from OpenBSD I forgot to update copyright (onlypjd2013-02-202-2/+8
* Do not use deprecated functions from libarchivebapt2013-02-201-2/+2
* Remove the unused spl functions: spl0, splsoftcam, splsofttty,imp2013-02-201-5/+0
* revert 247035des2013-02-201-16/+18
* Fix parallel build race with DEBUG_FLAGSemaste2013-02-201-7/+9
* Support hardlinks in manifest files by the same logic as the treewalkbrooks2013-02-203-2/+21
* Sort sections.joel2013-02-201-6/+6
* Various improvements to the qsort(3) usage example:keramida2013-02-201-14/+8
* Avoid panic when tearing down the DTrace pid provider for agibbs2013-02-201-7/+6
* Orphaned processes that are being traced are killed by thegibbs2013-02-201-0/+7
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-2016-816/+793
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-2013-24/+32
* Fix "fdt addr" to accept literal addresses rather than va offsets.kientzle2013-02-201-18/+40
* ip_savecontrol() style fixes. No functional changes.pluknet2013-02-201-17/+17
* Allow '.' components in manifest paths. They are always the firstbrooks2013-02-201-6/+6
* Fix the -N option in manifest mode by using pwcache(3). This alsobrooks2013-02-201-10/+8
* Add a -D flag that causes duplicate entries in an mtree manifest to bebrooks2013-02-204-4/+18
* Fix several new & old style issues.melifaro2013-02-203-14/+12
* Add interface name filtering via 'match' cmd.melifaro2013-02-203-25/+162
* Reduce excessive nesting.des2013-02-201-18/+16
* Check if the -sec option is given without an argument.pluknet2013-02-201-1/+1
* Configure larger TX FIFO default and maximum level values.adrian2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableadrian2013-02-201-0/+2
* A couple of quick tidyups:adrian2013-02-201-6/+1
OpenPOWER on IntegriCloud