summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-08no need to pre-check for % in dformat, it will fail later anywaysTheo de Raadt
2007-12-08forgotten service -> redirectionPierre-Yves Ritschard
ok reyk@
2007-12-08make the generic handler for TCP-based protocols the default (allowsReyk Floeter
to use "protocol foo" without defining a type).
2007-12-08some changes to the relayd.conf configuration language and grammar.Reyk Floeter
the tables will look more like pf tables, it is easier to re-use tables with different options, "services" will become "redirections" (they refer to rdr pf rules), sync configuration directives of redirect (l3, ex-service) relay (l7) sections (for example "virtual host" will become "listen on"), all target definitions will start with "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf) discussed with pyr and deraadt ok pyr@
2007-12-08let pkg_info -E see @sample objects. No sense in hiding them.Marc Espie
2007-12-08there should be 10 stereo or 20 mono knobs (but not 20 stereo!).Alexandre Ratchov
Fix this by changing monitor knobs to be mono (as all other knobs are).
2007-12-08mixer_devinfo->type is uninitialized for classesAlexandre Ratchov
2007-12-07LEDsDamien Bergamini
2007-12-07document adjfreq(2);Jason McIntyre
based on an initial diff from Simon Kuhnle, and input from Joerg Sonnenberger; ok otto
2007-12-07In hostap mode, update beacon to reflect ERP IE changes.Damien Bergamini
Fix channel 126 settings. Workarounds for various hardware bugs.
2007-12-07new RT2860 firmware.Damien Bergamini
IMPORTANT: you will need to reboot your machine for the new firmware to be loaded because the firmware is loaded only once. for cardbus/expresscard, unplugging/plugging the adapter should be enough though.
2007-12-07do not call aml_searchname and aml_evalnode afterwards, just useFederico G. Schwindt
aml_evalname. marco@ ok.
2007-12-07implement a few more opcodes from acpi 3.0 and fix output in some cases.Federico G. Schwindt
dell d620 now shows the tree correctly. marco@ ok.
2007-12-07syncTheo de Raadt
2007-12-07shorted namesTheo de Raadt
2007-12-07syncDamien Bergamini
2007-12-07add a bunch of ralink rt2870 ids (3 new vendors / 38 new products)Damien Bergamini
from ralink linux driver.
2007-12-07syncTheo de Raadt
2007-12-07KNF, no binary change.Owain Ainsworth
Looked over by a few people.
2007-12-07adjust the manpages to use "Relay daemon"Reyk Floeter
2007-12-07enter relayd/relayctl instead of hoststated/hoststatectlTheo de Raadt
2007-12-07hoststated/hoststatectl get repository copied (and de-tagged) intoTheo de Raadt
relayd/relayctl. This is a more suitable place for a daemon that has grown out of it's initial roots of "monitoring and redirecting services at various layers", into one that is "a full featured proxy, which happens to know what is up/down"
2007-12-07oops, _relayd not _relay; spotted by reykTheo de Raadt
2007-12-07partial update of the man pages to new relayd nameTheo de Raadt
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysReyk Floeter
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysTheo de Raadt
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying
2007-12-07Replace lockmgr with rwlock.Owain Ainsworth
advice from thib. Comments and ok tedu@
2007-12-07Clean up comments - typos, grammatical errors and style(9).Joel Sing
2007-12-07remove unreduced rulesReyk Floeter
2007-12-07typeReyk Floeter
2007-12-07comparison betweem signed and unsignedReyk Floeter
2007-12-07add a new 'd' format to ber_printf_elements to pass ints instead ofReyk Floeter
long longs; you have to pass the right type with vargs. this finally fixes the previous problem on i386. discussed with claudio
2007-12-07unbreak snmpd on 32bit archs like i386Reyk Floeter
2007-12-07syncTheo de Raadt
2007-12-07more zydas versions, collected from various placesTheo de Raadt
2007-12-07unify a function name compared to other bussesTheo de Raadt
2007-12-06Destatic functions in the agp subsystem.Owain Ainsworth
KNF coming shortly. ok marco, jsg and mbalmer
2007-12-06solve the biggest problem with concurrent buflist access; makes mfs onOtto Moerbeek
SMP machines reliable. few corner cases remain, which will be dealt with later; ok deraadt@ millert@
2007-12-06Remove AD1981HD code, since the generic mixer init can do all of thisDeanna Phillips
now. Also, note that codec->init_widget functions must be used with care since they can create duplicate mixer item names.
2007-12-06Remove incomplete device Xr list. The device pages already referenceDeanna Phillips
audio(4), and the bus pages reference the devices, so there's no need for audio(4) to try to keep up. Requested by & ok jmc@
2007-12-06syncTheo de Raadt
2007-12-06support sch5027 which has two extra fans and slightly different voltageTheo de Raadt
readings; from remco@d-compu.dyndns.org
2007-12-06Fix typos/grammatical error in comments.Joel Sing
2007-12-06Ask for write cache and read look ahead to be turnedJonathan Gray
on if supported as per the wd changes. Some drives don't do this for us and it helps performance by a large amount. ok dlg@
2007-12-06do not re-use static char buffers, allocate them; this avoids someReyk Floeter
strange effects in GETBULK mode. (this should go into ber.c).
2007-12-06syncTheo de Raadt
2007-12-06correct bizzare function definitionTheo de Raadt
2007-12-06sorry, no .3 pages from toolsTheo de Raadt
2007-12-05more typos in comments etc.Reyk Floeter
From Leonardo Chiquitto (leonardo at ngdn dot org)
2007-12-05Switch set features commands to use wdc_exec_command() to allowJonathan Gray
them to be properly polled. Fixes previously problematic machines of form and ckuethe. ok marco@