Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-08 | no need to pre-check for % in dformat, it will fail later anyways | Theo de Raadt | |
2007-12-08 | forgotten service -> redirection | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-12-08 | make the generic handler for TCP-based protocols the default (allows | Reyk Floeter | |
to use "protocol foo" without defining a type). | |||
2007-12-08 | some 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-08 | let pkg_info -E see @sample objects. No sense in hiding them. | Marc Espie | |
2007-12-08 | there 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-08 | mixer_devinfo->type is uninitialized for classes | Alexandre Ratchov | |
2007-12-07 | LEDs | Damien Bergamini | |
2007-12-07 | document adjfreq(2); | Jason McIntyre | |
based on an initial diff from Simon Kuhnle, and input from Joerg Sonnenberger; ok otto | |||
2007-12-07 | In hostap mode, update beacon to reflect ERP IE changes. | Damien Bergamini | |
Fix channel 126 settings. Workarounds for various hardware bugs. | |||
2007-12-07 | new 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-07 | do not call aml_searchname and aml_evalnode afterwards, just use | Federico G. Schwindt | |
aml_evalname. marco@ ok. | |||
2007-12-07 | implement 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-07 | sync | Theo de Raadt | |
2007-12-07 | shorted names | Theo de Raadt | |
2007-12-07 | sync | Damien Bergamini | |
2007-12-07 | add a bunch of ralink rt2870 ids (3 new vendors / 38 new products) | Damien Bergamini | |
from ralink linux driver. | |||
2007-12-07 | sync | Theo de Raadt | |
2007-12-07 | KNF, no binary change. | Owain Ainsworth | |
Looked over by a few people. | |||
2007-12-07 | adjust the manpages to use "Relay daemon" | Reyk Floeter | |
2007-12-07 | enter relayd/relayctl instead of hoststated/hoststatectl | Theo de Raadt | |
2007-12-07 | hoststated/hoststatectl get repository copied (and de-tagged) into | Theo 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-07 | oops, _relayd not _relay; spotted by reyk | Theo de Raadt | |
2007-12-07 | partial update of the man pages to new relayd name | Theo de Raadt | |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk 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-07 | hoststated gets renamed to relayd. easier to type, and actually says | Theo 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-07 | Replace lockmgr with rwlock. | Owain Ainsworth | |
advice from thib. Comments and ok tedu@ | |||
2007-12-07 | Clean up comments - typos, grammatical errors and style(9). | Joel Sing | |
2007-12-07 | remove unreduced rules | Reyk Floeter | |
2007-12-07 | type | Reyk Floeter | |
2007-12-07 | comparison betweem signed and unsigned | Reyk Floeter | |
2007-12-07 | add a new 'd' format to ber_printf_elements to pass ints instead of | Reyk 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-07 | unbreak snmpd on 32bit archs like i386 | Reyk Floeter | |
2007-12-07 | sync | Theo de Raadt | |
2007-12-07 | more zydas versions, collected from various places | Theo de Raadt | |
2007-12-07 | unify a function name compared to other busses | Theo de Raadt | |
2007-12-06 | Destatic functions in the agp subsystem. | Owain Ainsworth | |
KNF coming shortly. ok marco, jsg and mbalmer | |||
2007-12-06 | solve the biggest problem with concurrent buflist access; makes mfs on | Otto Moerbeek | |
SMP machines reliable. few corner cases remain, which will be dealt with later; ok deraadt@ millert@ | |||
2007-12-06 | Remove AD1981HD code, since the generic mixer init can do all of this | Deanna Phillips | |
now. Also, note that codec->init_widget functions must be used with care since they can create duplicate mixer item names. | |||
2007-12-06 | Remove incomplete device Xr list. The device pages already reference | Deanna 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-06 | sync | Theo de Raadt | |
2007-12-06 | support sch5027 which has two extra fans and slightly different voltage | Theo de Raadt | |
readings; from remco@d-compu.dyndns.org | |||
2007-12-06 | Fix typos/grammatical error in comments. | Joel Sing | |
2007-12-06 | Ask for write cache and read look ahead to be turned | Jonathan 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-06 | do not re-use static char buffers, allocate them; this avoids some | Reyk Floeter | |
strange effects in GETBULK mode. (this should go into ber.c). | |||
2007-12-06 | sync | Theo de Raadt | |
2007-12-06 | correct bizzare function definition | Theo de Raadt | |
2007-12-06 | sorry, no .3 pages from tools | Theo de Raadt | |
2007-12-05 | more typos in comments etc. | Reyk Floeter | |
From Leonardo Chiquitto (leonardo at ngdn dot org) | |||
2007-12-05 | Switch set features commands to use wdc_exec_command() to allow | Jonathan Gray | |
them to be properly polled. Fixes previously problematic machines of form and ckuethe. ok marco@ |