summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-01-29Rip out the drm_drawable support. There is no need for the xserver toOwain Ainsworth
2009-01-29mpls_operation have to be 2 bytes long to storeMichele Marchetto
2009-01-29Switch tsec(4) over to using MCLGETI when allocating mbufs for the rx ring.Mark Kettenis
2009-01-29regenMarco Peereboom
2009-01-29Soundblaster stuff. from brad.Marco Peereboom
2009-01-28Add support for next generation megaraid sas raid controllers.Marco Peereboom
2009-01-28regenMarco Peereboom
2009-01-28LSI 2108 chipsMarco Peereboom
2009-01-28Get rid of the ugly rtentry hack.Michele Marchetto
2009-01-28Implement proper multicast support.Mark Kettenis
2009-01-28Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva insteadMark Kettenis
2009-01-28Block Ack agreements are unidirectional.Damien Bergamini
2009-01-28If the rom contains a monitor table, look for an entry matching ourMiod Vallat
2009-01-28In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr)Damien Bergamini
2009-01-28Be a little more tolerant about matching ROMs. Makes todd@'s quad hme(4) getMark Kettenis
2009-01-28Use extern for variable declarations in .h files so that we don't end up withClaudio Jeker
2009-01-28Implement basic routing socket filtering. It is possible to give a list --Claudio Jeker
2009-01-28Remove cur_usec variable that is no longer used.Alexander Bluhm
2009-01-28Don't map the full 16 MB PROM to prevent running out of kva. We're onlyMark Kettenis
2009-01-28Add missing braces in trunc_page() call from vmapbuf().Alexander Yurchenko
2009-01-27Correct my timeradd() thinko in nfsrv_writegather()Bret Lambert
2009-01-27In IPsec acquire mode, if the flow was configured for the "any"Alexander Bluhm
2009-01-27Get rid of the last traces of uvm.pager_[se]vaMiod Vallat
2009-01-27Turns out the IRQ Information is optional in IRQ Descriptor resources, soMark Kettenis
2009-01-27rum -> urtw. ok jsg@, kevlo@Martynas Venckus
2009-01-27Simplify page-out/page-in map management; fix rare pager deadlock.Ariane van der Steldt
2009-01-27syncOwain Ainsworth
2009-01-27another GeForce 9300.Owain Ainsworth
2009-01-27If a packet translation was a NOP, undo separate NAT key andMarco Pfatschbacher
2009-01-27unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLYDamien Bergamini
2009-01-27handle HW VLAN tags being passed down; from BradChristian Weisgerber
2009-01-27include the VLAN priority for hardware tagging, too; ok claudio@Christian Weisgerber
2009-01-27Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to aOwain Ainsworth
2009-01-27make the hardware/no hardware tag stripping cases consistent and don'tChristian Weisgerber
2009-01-27make drivers tell the mclgeti allocator what their maximum ring size isDavid Gwynne
2009-01-27While printing is turned off by default, the debug code was stillOwain Ainsworth
2009-01-26Include the ioctl definitions for the modesetting interface.Owain Ainsworth
2009-01-26move ni_macaddr field at the top of the ieee80211_node structure.Damien Bergamini
2009-01-26remove ni_ba field from ieee80211_node structure as it is not used yet.Damien Bergamini
2009-01-26I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in lineDamien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2009-01-26Remove unneeded brackets that where left over from when these were macros.Claudio Jeker
2009-01-26Unify error message.Mark Kettenis
2009-01-25memcpy needs a prototype which is in systm.hAlexander Yurchenko
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-25In hpibid(), when computing timeouts from the cpuspeed variable, account forMiod Vallat
2009-01-25If hdattach() aborts early because the disk is not in good shape, alwaysMiod Vallat
2009-01-25Behave correctly in interrupt handlers if no tty has been allocated yetMiod Vallat
2009-01-25add udfu(4), a driver to put dfu capable devices in dfu-mode for laterFederico G. Schwindt
2009-01-24oops. forgot to remove a debug printf from the diff.Thordur I. Bjornsson