Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-04 | This diff makes ntpd poll for sensors more aggressively when the use of | Chris Kuethe | |
sensors is requested, but no sensors are found. ok henning | |||
2007-08-04 | Allow ddb>ps to print the full name of the wait state. Things like | Chris Kuethe | |
"flt_noram1" would get truncated otherwise. ok deraadt | |||
2007-08-03 | Don't let pagedaemon wait for pages here. We could trigger this easily | Artur 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-03 | when not dealing with floats, always multiply before dividing; from ↵ | Theo de Raadt | |
Przemyslaw Nowaczyk | |||
2007-08-03 | fix parsing of GTK KDE. | Damien Bergamini | |
2007-08-03 | Increase dq_cnt in struct dquot from 16 to 32bits. OK deraadt@ | Todd C. Miller | |
2007-08-03 | add a ni_eapol_desc field to struct ieee80211_node to know whether | Damien 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-03 | fix spacing error in mail header; Pierre Riteau | Theo de Raadt | |
2007-08-03 | switch 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-03 | Update URL of the keynote webpage. While there, update angelos' email | Hans-Joerg Hoexer | |
address. Noticed by qgiovanni@gmail.co, thanks! ok jmc@ (URL snippet), angelos@ | |||
2007-08-03 | curly 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-03 | document reload command. | Pierre-Yves Ritschard | |
ok claudio@ | |||
2007-08-02 | In case the image size is too large, warn and exit instead of | Ray Lai | |
truncating. Initial diff from Rainer Giedat <rainer at staatssicherheit dot com>. OK millert and deraadt. | |||
2007-08-02 | Activate watchdog timer. We need to find out about the issue that the | Marcus Glocker | |
device stops with TX interrupts so often. | |||
2007-08-02 | add few arch/MACHINE substitutions; ok miod@ | David Krause | |
2007-08-02 | update output to match recent make changes; ok espie@ | David Krause | |
2007-08-02 | print the vendor id string for unknown azalia codecs if we find it in | Reyk Floeter | |
the pcidevs database. ok deanna@ | |||
2007-08-02 | sync | Theo de Raadt | |
2007-08-02 | sync | Theo de Raadt | |
2007-08-02 | copy nvram code from i386, because amd64 can use it too. done by | Theo de Raadt | |
tybollt@solace.miun.se, ok jcs | |||
2007-08-02 | catch a few truncation cases instead of silently ignoring them. one of the | Theo de Raadt | |
fixes is from pr 5554. ok millert, ray | |||
2007-08-02 | document the reload command. | Pierre-Yves Ritschard | |
2007-08-02 | bump sudo version to 1.6.9p3 | Todd C. Miller | |
2007-08-02 | backout last change; iff is right. | Federico G. Schwindt | |
prompted by deraadt@ | |||
2007-08-02 | ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is a | Claudio Jeker | |
quick hack because cmalo_rx() should use m_getdev() instead. OK mglocker@ | |||
2007-08-02 | while i'm here: iff -> if | Federico G. Schwindt | |
2007-08-02 | another memory leak fix found by coverity. from netbsd but modified. | Federico G. Schwindt | |
millert@ ok. | |||
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt | |
millert@ ok | |||
2007-08-02 | add proper recording encodings to auich(4). | Jacob Meuser | |
tested by brad@ | |||
2007-08-02 | regen | Jacob Meuser | |
2007-08-02 | recognize some VIA P4M900 devices | Jacob Meuser | |
"sure" deraadt | |||
2007-08-02 | exit when /dev/audio can't be opened. | Jacob Meuser | |
from Alexey Vatchenko <av@bsdua.org> ok theo | |||
2007-08-02 | for consistency, keep the count of dropped data in HW sample size, and | Jacob 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-02 | the 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-02 | more cats removal; | Jason McIntyre | |
2007-08-02 | missing apostrophe | David Krause | |
2007-08-02 | spelling fixes in the comments | David Krause | |
2007-08-02 | +hoststated.conf | David Krause | |
2007-08-02 | move the delay for IPv6 DAD to after all interfaces have started | David Krause | |
fixes problems with daemons being unable to bind to all addreses at boot ok itojun@ hshoexer@ | |||
2007-08-02 | Fix off by one in group list matching. Found by david@ | Todd C. Miller | |
2007-08-01 | Enable SUDO_DEVEL to avoid disabling core dumps (they are disabled for ↵ | Todd C. Miller | |
setuid by default on OpenBSD) | |||
2007-08-01 | PYTHONINSPECT not PYTHONINSPEC; David Krause | Todd C. Miller | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | deliverd -> delivered. | Miod Vallat | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | Fix Dutch hypos. | Miod Vallat | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | another cats remnant | Theo de Raadt | |