summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-11use a mutex for protection of the uvm_km list. ok artTed Unangst
2007-12-11remove an overlooked simple_lock everybody likes to point out to me.Ted Unangst
2007-12-11release the pool mutex if we may sleep in the backendTed Unangst
2007-12-11rearrange the page to read better; ok otto henningJason McIntyre
2007-12-11remove support for 8kHz sample rates. not all i2s based audioJacob Meuser
devices support 8kHz sample rates, and there is insufficient code to enable it properly on the devices that do support 8kHz. fixes "evil sound" problem reported by ajacoutot@ and jdixon@. ok deanna@, ratchov@, ajacoutot@
2007-12-11regenBrad Smith
2007-12-11remove wrong MCP79 SMBus id in previous commit.Brad Smith
2007-12-11- Remove disabled and unusable HW VLAN tagging code.Brad Smith
- Remove setup of the HW VLAN stripping. Issue reported by and fix tested by henric@ ok dlg@
2007-12-11regenBrad Smith
2007-12-11add the NVIDIA MCP79 LAN, AHCI, SMBus and HD Audio PCI ids.Brad Smith
From Peer Chen @ NVIDIA via Linux ok dlg@
2007-12-11kill the comment that doesn't make sense anymoreMike Belopuhov
2007-12-10add ip_mib table as well as support for retrieving ipForwarding andGilles Chehade
ipDefaultTTL ok reyk@
2007-12-10regenMike Belopuhov
2007-12-10Add GeForce 7200 GS. From form@.Mike Belopuhov
Fix a typo while here.
2007-12-10Remove an MD code that was obsoleted by the timecounters.Mike Belopuhov
ok kjc
2007-12-10Kill a check for malloc fail. The malloc call uses M_WAITOK and thusOwain Ainsworth
should not be able to fail. ok kettenis@.
2007-12-10Make the "can't find VGA config space" error sound less scary. ThisOwain Ainsworth
happens sometimes on intel PCI-E chipsets where integrated graphics have been disabled. ok kettenis, deraadt.
2007-12-10Warn the user when reloading a new configuration fails instead of killingPierre-Yves Ritschard
the daemon. ok reyk@
2007-12-10zap field nothing uses.Marc Espie
2007-12-10Mention mavb(4).Deanna Phillips
ok jsing@
2007-12-10For a few years already, dkcsum can be silentTheo de Raadt
2007-12-10syncTheo de Raadt
2007-12-10document "nwflag" for wireless devices which can operate inJason McIntyre
hostap mode; ok damien
2007-12-10a 8 -> an 8Jason McIntyre
2007-12-09remove unused functionsCharles Longeau
initially from tobias@, but I removed some other unused one ok martin@ tobias@
2007-12-09Mention VS3100 spx.Miod Vallat
2007-12-09TypoMiod Vallat
2007-12-09Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38 (KA42)Miod Vallat
only, should work on model 76 (KA43) as well.
2007-12-09Be more careful when checking for hardware, so as not to attach to SPXMiod Vallat
option boards.
2007-12-09another FREE->freeHans-Joerg Hoexer
ok gilles
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
ok gilles
2007-12-09FREE -> freeHans-Joerg Hoexer
ok gilles
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
ok gilles
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
ok gilles
2007-12-09recent sbc documents describe a more complete caching mode page. the recentDavid Gwynne
one has the disable read-ahead bit which i want to see. ok krw@ marco@
2007-12-09take advantage of M_ZEROHans-Joerg Hoexer
ok claudio gilles
2007-12-09argh, remove crap from my last commitReyk Floeter
2007-12-09re-sort relayctl/relayd to the right placeReyk Floeter
2007-12-09Updates from master repo:Anders Magnusson
- Don't loop forever in conditional includes. - Print error and not a number if wrong token got. - A bunch of sanity checks.
2007-12-09nslookup(8) moved to nslookup(1)Jakob Schlyter
2007-12-09update pedro's email address, at his request;Jason McIntyre
2007-12-09regen from named.docbookJakob Schlyter
2007-12-09_hoststated got renamed to _relaydReyk Floeter
2007-12-09merge our command line changes to docbookJakob Schlyter
2007-12-09hoststated.conf got renamed to relayd.confReyk Floeter
From Daniel Ouellet (daniel at presscom dot net)
2007-12-09I honestly do not remember what 88110 errata convinced me to disableMiod Vallat
out-of-order (superscalar) execution on these processors. Since OoO brings a nice 50% to 250% speedup (as shown by ``openssl speed''), it is definitely worth enabling.
2007-12-09fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps,Damien Bergamini
it is no longer stuck at that rate). workaround for a hardware bug when in HostAP or IBSS mode.
2007-12-09remove makefile hacks to build links. Instead, change the files thatMarc Espie
gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO
2007-12-09provide mount_ntfs(8) on alpha, it works out of the box for readingMartin Reindl
Windows NT disks ok deraadt@ manpage bits from jmc@
2007-12-09Updates from master repo:Anders Magnusson
- Add acceptable() and mflags(). - Remove unused functions.