summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When blocking on an F_FLOCK style lock request which is upgrading adfr2008-05-091-11/+12
* - Export HZ value via kern.hz sysctl (this is the same name as for thepjd2008-05-091-8/+17
* Always bump tcpstat.tcps_badrst if we get a RST for a connection in thejhb2008-05-081-4/+5
* Add ID for HTC PPC6700 Modem.delphij2008-05-082-0/+2
* - Remove the BUS_HANDLE_MIN checking in the __BUS_DEBUG_ACCESS macro;marius2008-05-081-81/+109
* Remove #if 0'ed code referencing no longer existent ecache_flush().marius2008-05-081-7/+0
* Use <machine/intr_machdep.h> directly instead of depending on headermarius2008-05-081-1/+1
* Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.grehan2008-05-085-5/+10
* The BCE chips appear to have an undocumented requirement that RX frames bescottl2008-05-081-0/+8
* Add a new witness sysctl which returns the relations between any lockattilio2008-05-071-0/+58
* - Use the name returned by device_get_nameunit(9) for the name of themarius2008-05-076-58/+49
* Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFEjhb2008-05-071-20/+5
* - 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
OpenPOWER on IntegriCloud