summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - change function name from *_vdir to *_vnode becausedaichi2008-05-071-21/+33
* Fix spelling in comment.julian2008-05-061-1/+1
* Add a new personality to mpt(4) devices to allow userland applications tojhb2008-05-065-1/+892
* fix buildkmacy2008-05-061-3/+3
* only build iw_cxgb on i386 and amd64kmacy2008-05-061-1/+9
* When testing whether to enter the audit argument gathering code, ratherrwatson2008-05-061-1/+1
* replace spaces added in last change with tabskmacy2008-05-051-5/+5
* conditionally define PANIC_IF, remove 'unlikely'kmacy2008-05-051-4/+3
* add rdma to build for i386 and amd64kmacy2008-05-051-0/+3
* LINT fixeskmacy2008-05-052-4/+4
* add iw_cxgb to the buildkmacy2008-05-052-1/+15
* add makefiles for rdmakmacy2008-05-056-0/+61
* add rcv_nxt, snd_nxt, and toe offload id to FreeBSD-specifickmacy2008-05-052-2/+12
* add malloc flag to blist so that it can be used in ithread contextkmacy2008-05-053-12/+14
* conditionally define PANIC_IFkmacy2008-05-051-0/+2
* Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET()jhb2008-05-051-3/+3
* import support for iwarp on Chelsio T3 cardkmacy2008-05-0517-0/+9155
* Use a better approach to force the interrupt which should work forbz2008-05-052-6/+25
* Import basic common and iwarp kernel RDMA infrastructure.kmacy2008-05-0532-0/+15395
* Spell KDB_REQ_REBOOT correctly.peter2008-05-051-1/+1
* MFSVN:kmacy2008-05-059-69/+99
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-049-37/+175
* Restore SUBDIR+= accidentally removed in the previous revision.marius2008-05-041-4/+4
* Don't build unused SBus front-ends for sun4v, don't build EBus front-endsmarius2008-05-048-23/+26
* sync_vnode() has some messy code about locking in order to deal withattilio2008-05-041-39/+37
* o unbreak handling of TKIP tx-only keys for splitmic chipssam2008-05-031-9/+13
* add back sysctl's to display the regdomain and country code from eeprom;sam2008-05-032-6/+13
* Add FLT_EVAL_METHOD and DECIMAL_DIG, required by C99 standard.gonzo2008-05-031-0/+6
* A couple of cameras that I recently boughtimp2008-05-031-0/+2
* These files are unused, so remove them for now. If they turn out toimp2008-05-032-358/+0
* enable IEEE80211_AMDPU_AGE by defaultsam2008-05-031-0/+1
* enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by defaultsam2008-05-035-0/+10
* Fix build, together with a bit of style breakage.marck2008-05-021-1/+1
* This file is unused, so remove it for now.imp2008-05-021-111/+0
* Remove an header which is unused for sun4v.marius2008-05-024-68/+3
* Don't built the unused counter-timer abstraction.marius2008-05-021-1/+0
* Restore multi-release tradition of the driver.jkim2008-05-023-7/+20
* Remove unused variable saved_id16.rpaulo2008-05-021-2/+0
* fix build w/ IEEE80211_DEBUG_REFCNT enabledsam2008-05-011-1/+1
* Use the correct bit when trying to force an interrupt through the HCC reg.bz2008-05-011-1/+1
* Do not call ndis_setstate_80211() until we are ready to associate, the vap maythompsa2008-05-011-11/+9
* Unify all the wifi *_ioctl routinesthompsa2008-05-0111-88/+131
* re-enable WME by default; after a full day of testing on iwi I see nosam2008-05-011-3/+0
* Attempt to make the print types more friendly to other architectures.julian2008-04-301-15/+15
* Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.kaiw2008-04-302-0/+21
* remove old code to handle mcast address changes; this is all done throughsam2008-04-301-10/+0
* disable default enabling of WME until we resolve driver regressionssam2008-04-301-0/+3
* Make ld use tradmips for output formats since we migrated to it.gonzo2008-04-302-2/+2
* Eliminate an unused field from the pmap.alc2008-04-301-1/+0
* Don't panic even if bus_dmamap_load(9) was failed. Just returnyongari2008-04-301-3/+11
OpenPOWER on IntegriCloud