summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-04This diff makes ntpd poll for sensors more aggressively when the use ofChris Kuethe
sensors is requested, but no sensors are found. ok henning
2007-08-04Allow ddb>ps to print the full name of the wait state. Things likeChris Kuethe
"flt_noram1" would get truncated otherwise. ok deraadt
2007-08-03Don't let pagedaemon wait for pages here. We could trigger this easilyArtur Grabowski
when we hit swap before actually fully populating the buffer cache which would lead to deadlocks. From pedro, tested by many, deraadt@ ok
2007-08-03when not dealing with floats, always multiply before dividing; from ↵Theo de Raadt
Przemyslaw Nowaczyk
2007-08-03fix parsing of GTK KDE.Damien Bergamini
2007-08-03Increase dq_cnt in struct dquot from 16 to 32bits. OK deraadt@Todd C. Miller
2007-08-03add a ni_eapol_desc field to struct ieee80211_node to know whetherDamien Bergamini
a station is using WPA1 or RSN descriptors. make sure that a station that advertises WPA1 capability in an IE uses the WPA1 EAPOL-Key descriptor type and not the RSN one. fix construction of EAPOL-Key frames for WPA1. i can now successfuly complete a 4-way and group-key handshake with both a WPA1 and a WPA2 access point. add some TKIP encapsulation code (no SW crypto yet). ok deraadt@
2007-08-03fix spacing error in mail header; Pierre RiteauTheo de Raadt
2007-08-03switch cmalo_rx() to use m_getdev() instead of something hand rolled.Claudio Jeker
cmalo_rx() is called from the interrupt handler and therefor is running at IPL_NET so no need to do spl dances instead sprinkel some splassert() into the rx and tx path. OK mglocker@
2007-08-03Update URL of the keynote webpage. While there, update angelos' emailHans-Joerg Hoexer
address. Noticed by qgiovanni@gmail.co, thanks! ok jmc@ (URL snippet), angelos@
2007-08-03curly brace issues:Jun-ichiro itojun Hagino
- if we have curly braces within #if directive, we will have problem with matching using vi "%" command - without curly braces it becomes ambiguous which statement is within which effect of which "if" statement ok mcbride@
2007-08-03document reload command.Pierre-Yves Ritschard
ok claudio@
2007-08-02In case the image size is too large, warn and exit instead ofRay Lai
truncating. Initial diff from Rainer Giedat <rainer at staatssicherheit dot com>. OK millert and deraadt.
2007-08-02Activate watchdog timer. We need to find out about the issue that theMarcus Glocker
device stops with TX interrupts so often.
2007-08-02add few arch/MACHINE substitutions; ok miod@David Krause
2007-08-02update output to match recent make changes; ok espie@David Krause
2007-08-02print the vendor id string for unknown azalia codecs if we find it inReyk Floeter
the pcidevs database. ok deanna@
2007-08-02syncTheo de Raadt
2007-08-02syncTheo de Raadt
2007-08-02copy nvram code from i386, because amd64 can use it too. done byTheo de Raadt
tybollt@solace.miun.se, ok jcs
2007-08-02catch a few truncation cases instead of silently ignoring them. one of theTheo de Raadt
fixes is from pr 5554. ok millert, ray
2007-08-02document the reload command.Pierre-Yves Ritschard
2007-08-02bump sudo version to 1.6.9p3Todd C. Miller
2007-08-02backout last change; iff is right.Federico G. Schwindt
prompted by deraadt@
2007-08-02ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is aClaudio Jeker
quick hack because cmalo_rx() should use m_getdev() instead. OK mglocker@
2007-08-02while i'm here: iff -> ifFederico G. Schwindt
2007-08-02another memory leak fix found by coverity. from netbsd but modified.Federico G. Schwindt
millert@ ok.
2007-08-02fix memory leaks and one potential null deref found by coverity. from netbsd.Federico G. Schwindt
millert@ ok
2007-08-02add proper recording encodings to auich(4).Jacob Meuser
tested by brad@
2007-08-02regenJacob Meuser
2007-08-02recognize some VIA P4M900 devicesJacob Meuser
"sure" deraadt
2007-08-02exit when /dev/audio can't be opened.Jacob Meuser
from Alexey Vatchenko <av@bsdua.org> ok theo
2007-08-02for consistency, keep the count of dropped data in HW sample size, andJacob Meuser
convert to userland sample size when needed. why this subsystem wasn't written with samples as the basic unit of measure is beyond me.
2007-08-02the MI audio layer never really knows what encoding the hardware uses;Jacob Meuser
the hardware drivers just set a conversion function. when the MI audio layer needs to add silence, it adds silence in the userland format, but the amount added is for the hardware sample size. this diff fixes both record mode by sending the right amount, and play mode by converting the silence to the right format.
2007-08-02more cats removal;Jason McIntyre
2007-08-02missing apostropheDavid Krause
2007-08-02spelling fixes in the commentsDavid Krause
2007-08-02+hoststated.confDavid Krause
2007-08-02move the delay for IPv6 DAD to after all interfaces have startedDavid Krause
fixes problems with daemons being unable to bind to all addreses at boot ok itojun@ hshoexer@
2007-08-02Fix off by one in group list matching. Found by david@Todd C. Miller
2007-08-01Enable SUDO_DEVEL to avoid disabling core dumps (they are disabled for ↵Todd C. Miller
setuid by default on OpenBSD)
2007-08-01PYTHONINSPECT not PYTHONINSPEC; David KrauseTodd C. Miller
2007-08-01cats went awayTheo de Raadt
2007-08-01deliverd -> delivered.Miod Vallat
2007-08-01cats went awayTheo de Raadt
2007-08-01cats went awayTheo de Raadt
2007-08-01cats went awayTheo de Raadt
2007-08-01Fix Dutch hypos.Miod Vallat
2007-08-01cats went awayTheo de Raadt
2007-08-01another cats remnantTheo de Raadt