summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix error in previous commit - the style fix changed flag name withoutkmacy2007-12-131-1/+1
* update channel flag defs to match _ieee80211.h so cpp doesn't complainsam2007-12-131-16/+13
* Fix style issues with initial TCP offload commitkmacy2007-12-125-202/+217
* add interface for allowing consumers to register for ARP updates,kmacy2007-12-123-5/+28
* Add interface for tcp offload to syncache:kmacy2007-12-122-15/+50
* Disallow the legacy USB circuit to generate an SMI# via an ICHrpaulo2007-12-122-0/+50
* Add driver independent interface to offload active established TCP connectionskmacy2007-12-126-1/+463
* Increase control channel xmit queue to 128 packets.mav2007-12-121-1/+1
* Disable AC97 microphone channel. Due to the channel allocation priorityariff2007-12-121-1/+6
* Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAYkmacy2007-12-121-17/+1
* Rewrite the DMA code paths from being an impenitrable maze of special casesscottl2007-12-124-436/+260
* Simplify vm_page_free_toq().alc2007-12-111-5/+3
* There's no need to call pmap_vac_me_harder() in pmap_protect(), as itcognet2007-12-111-1/+0
* Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4,markus2007-12-111-1/+1
* Fix LOR of thread lock and umtx's priority propagation mutex duedavidxu2007-12-113-17/+17
* Add quirks for Netac Onlydisk 2000 USB disk.davidxu2007-12-113-0/+9
* Bah, remove last vestiges of some statfs conversion fixes that aren't quitejhb2007-12-101-22/+10
* Clean up VCS Ids.obrien2007-12-1045-134/+177
* Wake On Lan (WOL) infrastructuresam2007-12-101-2/+6
* Decode as many or as few partition entries as the label claims theremarcel2007-12-091-1/+1
* Fix a bug in the add verb, where we failed to keep the listmarcel2007-12-091-2/+2
* Eliminate compilation warnings due to the use of non-static inlinesalc2007-12-095-8/+14
* Fix spelling.thompsa2007-12-092-8/+8
* sc->ndis_tq variable is only initialized when a driver module is for wirelessthompsa2007-12-091-2/+4
* Fix an incorrect FreeBSD version test.scottl2007-12-091-1/+1
* Modify locking so that a single version of the driver src can be used on 6.xscottl2007-12-091-5/+22
* Check for P_WEXIT before PHOLD() on a process in kstack and vm queryrwatson2007-12-091-0/+8
* If we are walking the IPv6 header chain and we hit an IPPROTO_NONEdwmalone2007-12-091-3/+6
* Internal partitions can not be deleted or modified.marcel2007-12-081-2/+2
* Skip internal partitions in the check for (user) partitions formarcel2007-12-081-1/+1
* Use 1GB virtual pages to implement the direct map on architectures thatalc2007-12-081-13/+24
* Recognize architectural support for 1GB virtual pages.alc2007-12-082-1/+2
* Support new ARC120x family of controllers. Many thanks for Areca's continuedscottl2007-12-082-617/+1635
* Add support for FS_ZFS.marcel2007-12-081-0/+7
* Add a file system type for ZFS (FS_ZFS).marcel2007-12-081-0/+2
* Sync with NetBSD rev 1.101.marcel2007-12-081-2/+14
* Grrr, remove an unused variable missed in the last commit.scottl2007-12-081-1/+0
* Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabityongari2007-12-082-3/+14
* Don't expect a return value from statfs_scale_blocks().scottl2007-12-071-3/+1
* Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returningemaste2007-12-071-8/+13
* Add family support to allow the driver to attach to new devices thatemaste2007-12-073-10/+92
* Add stub functions to unbreak LINT.jkoshy2007-12-074-0/+80
* Add stubs to unbreak LINT.jkoshy2007-12-075-0/+20
* Fix speed report on Intel SATA chips in compat mode.sos2007-12-071-3/+52
* Fix style in previous commit.cognet2007-12-071-5/+6
* Preallocate some space to return the scan results, some drivers do not properlythompsa2007-12-071-9/+25
* Increment FreeBSD_version to mark the addition of callchain supportjkoshy2007-12-071-1/+1
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-0718-135/+783
* Add padding for anticipated functionalitykmacy2007-12-077-13/+28
* - More fixes for lock misses on the transfer of data torrs2007-12-073-105/+126
OpenPOWER on IntegriCloud