aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add sparc64 support.Attilio Rao2011-05-067-72/+105
* Revert this, as in userland MAXCPU is always 1.Attilio Rao2011-05-051-1/+1
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-0548-544/+837
* MFCAttilio Rao2011-05-0531-217/+1204
|\
| * Add nvram2env (untested) and geom_map (tested) to PB92.Adrian Chadd2011-05-052-15/+83
| * Don't perform NF calibration for radio chains which aren't in use:Adrian Chadd2011-05-051-4/+12
| * Another Howl (AR9130) fix.Adrian Chadd2011-05-051-1/+1
| * Fix up the chipset checks for the AR5416 and later silicon.Adrian Chadd2011-05-051-10/+37
| * Import some HOWL (AR9130) related fixes from Atheros.Adrian Chadd2011-05-052-2/+30
| * T4 packet timestamps.Navdeep Parhar2011-05-052-1/+25
| * Guard ptrdiff_t.David E. O'Brien2011-05-051-0/+3
| * T4 packet filtering/steering.Navdeep Parhar2011-05-054-4/+671
| * Modify the NFS nfssvc(2) syscall so that it allowsRick Macklem2011-05-051-3/+6
| * Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'mPyun YongHyeon2011-05-053-8/+8
| * Fix the new NFS client so that it handles the 64bit fieldsRick Macklem2011-05-051-11/+23
| * Always re-arm an iq's interrupt before leaving the handler.Navdeep Parhar2011-05-041-10/+4
| * Add a comment noting that the NFS code assumes that theRick Macklem2011-05-041-0/+8
| * Implement Resource Pooling V2 and an MPTCP like congestionMichael Tuexen2011-05-044-30/+217
| * Remove unneeded code.Andrey V. Elsukov2011-05-041-30/+4
| * Remove unneeded code.Andrey V. Elsukov2011-05-041-14/+0
| * Remove unneeded code.Andrey V. Elsukov2011-05-041-28/+7
| * Removed KASSERT, g_new_providerf() can not fail.Andrey V. Elsukov2011-05-041-1/+0
| * Remove "for a moment" assignment. struct g_geom zeroed when allocated.Andrey V. Elsukov2011-05-044-8/+0
| * Remove unneeded checks, g_new_xxx functions can not fail.Andrey V. Elsukov2011-05-041-31/+6
| * Add initial BCM57765 family support. The BCM57765 family seems toPyun YongHyeon2011-05-042-6/+59
* | Revert md_assert_preempt() introduction.Attilio Rao2011-05-045-50/+0
* | MFCAttilio Rao2011-05-04103-1746/+3014
|\|
| * Revert by accident r221441.Attilio Rao2011-05-041-54/+0
| * Remove the previously added comment.Attilio Rao2011-05-041-0/+54
| * Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSRick Macklem2011-05-042-0/+60
| * Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andRick Macklem2011-05-042-3/+0
| * Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-046-4/+13
| * Commit the missing linux_videdev2_compat.h (lost somewhere betweenAlexander Leidinger2011-05-041-0/+137
| * When checking existence of providers skip those which are orphaned.Andrey V. Elsukov2011-05-041-0/+2
| * In ncl_printf(), call vprintf() instead of printf().Ruslan Ermilov2011-05-041-1/+1
| * Add FEATURE macros for v4l and v4l2 to the linuxulator.Alexander Leidinger2011-05-041-0/+4
| * Remove this useless bit of code for Kite. The RIFS register value is overridenAdrian Chadd2011-05-041-7/+0
| * This is v4l2 support for the linuxulator. This allows to access FreeBSDAlexander Leidinger2011-05-042-0/+403
| * Fix typo in comment, improve comment.Alexander Leidinger2011-05-041-2/+2
| * Add explanation about the use-permission and FreeBSDify it.Alexander Leidinger2011-05-041-0/+15
| * Copy the v4l2 header unchanged from the vendor branch.Alexander Leidinger2011-05-041-0/+1164
| * Fix some corner cases in the net80211 sequence number retransmissionAdrian Chadd2011-05-046-24/+103
| * Remove code with any effect.Michael Tuexen2011-05-034-11/+1
| * Add a missing break. This bug was introduced in r221249.Michael Tuexen2011-05-031-0/+1
| * Convert the last use of xcopyout() to ddi_copyout() and remove the nowMarius Strobl2011-05-032-5/+2
| * - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-0372-1678/+1051
| * Use make_dev_alias_p() added in r221397 to create alias dev entry.Alexander Motin2011-05-031-1/+2
| * Add make_dev_alias_p() function. It is similar to make_dev_alias(),Andrey V. Elsukov2011-05-032-10/+53
* | Revert comment introduction. It seems I'm the only one who didn't knowAttilio Rao2011-05-041-4/+0
* | MFCAttilio Rao2011-05-0327-111/+925
|\|