summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtsol(8)/rtsold(8): make WARNS=3 cleanuqs2010-02-278-25/+26
* route(8): make WARNS=3 cleanuqs2010-02-272-149/+155
* routed(8)/rtquery(8) bump/demote to WARNS=3 for all archsuqs2010-02-273-11/+12
* mount_ntfs(8): make WARNS=6 cleanuqs2010-02-272-12/+6
* mount_hpfs(8): make WARNS=6 cleanuqs2010-02-272-15/+7
* Use reference counting instead of locking to secure an address whileqingli2010-02-271-3/+6
* Revamp the pieces of some of the stuff I forgot to do when shifting tomjacob2010-02-278-245/+234
* don't need to check BWN_RX_PHYST0_SHORTPRMBL flag because it's alreadyweongyo2010-02-271-2/+0
* Fix misallocation error in target mode.mjacob2010-02-271-1/+1
* Add several necessary .El's.delphij2010-02-275-1/+5
* Do not remove fmt.1 when MK_MAIL=no.antoine2010-02-261-1/+0
* Add TSO support on VLANs. While I'm here remove unnecessary checkyongari2010-02-261-22/+9
* Add TSO support on VLANs. While I'm here remove unnecessary checkyongari2010-02-261-22/+9
* Disable TSO on BCM5755M controller until I understand better foryongari2010-02-261-1/+3
* Add TSO support on VLANs. bce(4) controllers require VLAN hardwareyongari2010-02-261-2/+10
* Move TSO setup to new function bce_tso_setup(). Also remove VLANyongari2010-02-261-69/+114
* Prefer m_collapse(9) over m_defrag(9).yongari2010-02-261-1/+1
* Make toggling TSO, VLAN hardware checksum offloading work. Also fixyongari2010-02-261-14/+16
* Make sure to stop controller first before changing MTU. And ifyongari2010-02-261-7/+14
* Allow disabling VLAN hardware tag stripping with software workyongari2010-02-261-20/+40
* Remove trailing white spaces.yongari2010-02-261-4/+4
* Allocate single MSI message. msk(4) used to allocate 2 MSI messagesyongari2010-02-262-46/+15
* Don't hardcod register offset to set PCIe max read request size.yongari2010-02-262-29/+20
* Optimize inserting LE for TX checksum computation. Controller doesyongari2010-02-262-10/+17
* Add TSO support on VLANs. Controller requires VLAN hardware taggingyongari2010-02-261-6/+11
* Reuse the configured LE for VLAN if new LE was created for TSO.yongari2010-02-261-1/+1
* s/all ready/already/wilko2010-02-261-1/+1
* Make pr build with WARNS=6.ed2010-02-262-2/+2
* Use time(NULL) instead of gettimeofday(), because we only need tv_sec.ed2010-02-261-8/+3
* Store path for rescan to the right place. This should fix panic on boot,mav2010-02-261-2/+1
* (Almost) fixed static linkage. The remaining problem is withru2010-02-261-2/+2
* Make PUIS detection more strict. Previous implementation caused falsemav2010-02-262-6/+5
* Fix newlines broken at r204220.mav2010-02-261-1/+1
* Fixed static linkage.ru2010-02-268-16/+17
* Fix bug in headphones audio redirection using separate DAC. It was exposedmav2010-02-261-2/+2
* Support IFCAP_VLANHWTSO in cxgb(4). It works with or without vlanhwtag.np2010-02-262-48/+48
* Split the contributed code from libc/stdtime from lib/libc/stdtimeedwin2010-02-2612-3623/+7
* Updates what firmware module should be used for LP (low power) PHYweongyo2010-02-261-1/+3
* Fix 'make checkdpadd'des2010-02-251-1/+1
* Fixed dependencies (make checkdpadd).ru2010-02-256-24/+11
* Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.ru2010-02-252-4/+4
* Remove non-contributed code.edwin2010-02-259-1976/+0
* Initial gdbserver support for amd64.jkim2010-02-255-4/+320
* Remove -static; it was a failed experiment that got committed by accident.des2010-02-251-1/+4
* Copy lib/libc/stdtime to contrib/tzcode/stdtime for the proper splitedwin2010-02-2517-0/+5595
* From contrib/tzcode:edwin2010-02-2512-4940/+2
* Fixed dependencies (make checkdpadd).ru2010-02-2510-9/+16
* Add bwn(4) driver.weongyo2010-02-252-0/+2
* Connect bwn.4 to the build.weongyo2010-02-251-0/+1
* Add bwn(4) driver to the build.weongyo2010-02-251-0/+1
OpenPOWER on IntegriCloud