summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-12-05Add code to detect (and eliminate) statistical outliers. Tested by me andMarc Balmer
2006-12-05make the syncache code respect (inherit) the ttl from the listening socketHenning Brauer
2006-12-05do not install pmtu routes for transport mode SAs, as they do notMarkus Friedl
2006-12-04avoid unnecessary copies (memcpy(x, x, n)) in the TX path.Damien Bergamini
2006-12-04regenMartin Reindl
2006-12-04add vendor ID for Silicon Integrated Systems CorporationMartin Reindl
2006-12-04report full/half duplex state for non-MII interfacesReyk Floeter
2006-12-03Change cgeight to run the console in the monochrome overlay plane (as cgtwelveMiod Vallat
2006-12-03In fb_setsize(), remove dead code in the SUN4 case.Miod Vallat
2006-12-03don't include <net80211/ieee80211_amrr.h>Damien Bergamini
2006-12-03Instead of invoking rasops_init with a wrong depth value to have someMiod Vallat
2006-12-03Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it appliesMiod Vallat
2006-12-03Initialize more fields of the proto disklabel before invoking readdisklabel(),Miod Vallat
2006-12-03Enable all color planes on attach and wait for retrace to program theMiod Vallat
2006-12-03fix handling of the SIOCS80211CHANNEL ioctl in monitor mode:Damien Bergamini
2006-12-03Clean frame buffer attachment code:Miod Vallat
2006-12-03Revert r1.35 (ether_input to ether_input_mbuf conversion), this causesMiod Vallat
2006-12-03Re-enable RX engine every time otherwise it occasionallyAlexander Yurchenko
2006-12-03don't schedule a USB task in {ural,rum}_newstate() if we're called fromDamien Bergamini
2006-12-03Set sis_stopped=1 early on attach and reset it later in sis_init().Alexander Yurchenko
2006-12-03The device doesn't always detach gracefully from the bus after a firmwareDamien Bergamini
2006-12-03always assume full duplex state if the interface is up... what doesReyk Floeter
2006-12-03re-add a tiny little #ifdef VIC_DEBUG, used to compare the vic(4)Reyk Floeter
2006-12-03Add Rapid Spanning Tree Protocol support (802.1d-2004) based on workReyk Floeter
2006-12-03First bits of endian cleanup more still needed but commit early, commit often.Claudio Jeker
2006-12-03Print the number of unknown commands in malo_cmd_string(). Also don'tClaudio Jeker
2006-12-02Make a debugging printf conditionnal to VESABIOSVERBOSE.Matthieu Herrb
2006-12-02In alloc_attr(), make sure xxansitopc[] indicies are within bounds.Miod Vallat
2006-12-02Use a better strategy to make the mouse pointer visible in inverse_char();Miod Vallat
2006-12-02Oops, prevent a warning if rasops_bswap is not required.Miod Vallat
2006-12-02Add a "break" which makes AL7230B initialize now. Still doesn't workMarcus Glocker
2006-12-02On frame buffers which endianness differs from the host CPU, we can not affordMiod Vallat
2006-12-02typoMatthieu Herrb
2006-12-02Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to beMiod Vallat
2006-12-02Use ri_devcmap to get corrected color values, instead of directly usingMiod Vallat
2006-12-02Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr.Miod Vallat
2006-12-02zx needs rasops8 code for emulation modes, not rasops32.Miod Vallat
2006-12-01Unbreak.Miod Vallat
2006-12-01rangecheck ttl on IP_TTL, collected dust in my treeHenning Brauer
2006-12-01spelling: queue, not qeueueCamiel Dobbelaar
2006-12-01spell kqueue, not kqeueCamiel Dobbelaar
2006-12-01rename 8100E id to spin 1 and add the 8100E second spin chip idTodd T. Fries
2006-11-30Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra...Dimitry Andric
2006-11-30s/completly/completely/Michael Knudsen
2006-11-30cosmeticDamien Bergamini
2006-11-30fix PHY initialization for ZD1211B.Damien Bergamini
2006-11-30fix setting of MAC register ZYD_MAC_RETRY for ZD1211B.Damien Bergamini
2006-11-30fix wep key index in firmware command.Damien Bergamini
2006-11-30no need for #if NPF > 0 inside #if NPF > 0Henning Brauer
2006-11-30replace a bunch of ifs w/ an array scan and add a few moreMichael Shalayeff