summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
| * WIP kinfo_file/kinfo_vmmentry tweaks. The idea:peter2008-11-293-15/+37
* | Don't call destroy_dev on the alias. This fixes half a dozen PRs I think.imp2008-12-022-7/+4
* | Fix world by including opt_route.hps2008-12-021-1/+1
* | return ENOBUFS when ring is fullkmacy2008-12-021-1/+1
* | Add 8168D support.yongari2008-12-022-1/+4
* | Add VLAN hardware tag insertion/stripping support. Tx/Rx checksumyongari2008-12-022-2/+29
* | Make sure to clear PMDR register by writing back power managementyongari2008-12-021-5/+4
* | The pkthdr field is flowid not rss_hashkmacy2008-12-021-1/+1
* | - fix multiqueue conditionalkmacy2008-12-021-2/+2
* | integrate use after free fixes from private branchkmacy2008-12-021-54/+44
* | Shared memory objects that have size which is not necessarily equal tokan2008-12-011-1/+2
* | Add controller suspend/resume support.mav2008-12-011-0/+27
* | Switch to ath hal source code. Note this removes the ath_halsam2008-12-01119-195521/+313
* | import ath halsam2008-12-01110-0/+52514
* | Trivial patch to show on which geom has the error been detected.ivoras2008-12-011-1/+2
* | Catch up with the disappearance of sys/dev/hfa.kensmith2008-12-011-1/+0
* | Adjustments to make a tags file a bit more suitable to amd64.kensmith2008-12-011-14/+13
* | - Fix spelling error in comments.stas2008-12-018-8/+8
* | The Netgear WG111v2 USB dongle contains a RTL8187 chip,kevlo2008-12-011-1/+0
* | null out m_next when marshalling a packetkmacy2008-12-011-1/+3
* | Update internal mac stats every time the tick task is calledkmacy2008-12-011-25/+16
* | don't manually track statisticskmacy2008-12-011-6/+0
* | Proper fix for tracking ifnet statisticskmacy2008-12-011-0/+52
* | Fix an inverted check introduced in r184554.attilio2008-12-011-1/+1
* | Revision 184199 had not been fully reverted, add missing piece.davidxu2008-12-011-0/+4
* | Restore AHCI suspend/resume support,mav2008-12-011-2/+2
* | Allow boot code to be smaller than what the scheme expects.marcel2008-12-014-5/+20
* | - Get rid of unused variable in KTR checks. This allows ktr(4) enabledstas2008-11-301-3/+2
* | - Get rid of extra include file, erroneously added by thestas2008-11-301-1/+0
* | - Obtain main clock frequency dynamically based on CKGR_MCFR registerstas2008-11-302-6/+51
* | cover up sun4v namespace pollutionsam2008-11-301-0/+3
* | hookup mcast and promisc callbackssam2008-11-301-0/+18
* | Partially roll back a revision which changed the error code being returnedcsjp2008-11-301-1/+1
* | Major overhaul:sam2008-11-302-382/+569
* | sync w/ p4 branchsam2008-11-301-1/+2
* | some of the 11n parts can hang under certain conditions withoutsam2008-11-301-2/+28
* | add frequency mapping for the Zcomax GZ-901sam2008-11-301-4/+9
* | enable use of modules but disable them by adding MODULES_OVERRIDE=""sam2008-11-3012-3/+13
* | opt_at91.h isn't needed here at all anymore, since the board initimp2008-11-301-1/+0
* | Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backenddfr2008-11-301-81/+85
* | On FreeBSD, printing the version is centralized, so no need to repeatimp2008-11-301-2/+0
* | Improve a comment.jkoshy2008-11-301-4/+7
* | According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* | According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* | Third argument to the vi_mmap_t function is vm_paddr_t *.kib2008-11-291-1/+1
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-294-52/+301
* | Unbreak the no-networks (no INET/6) build that I broke withbz2008-11-291-0/+2
* | Regeneratekib2008-11-293-9/+9
* | Fix iovec32 for linux32/amd64.kib2008-11-293-14/+47
* | Regen after jail support was added in r185435.bz2008-11-294-7/+12
OpenPOWER on IntegriCloud