Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2007-12-05 | fix fd/ssl leak in hoststated ssl checks | Reyk Floeter | |
From Przemyslaw Frasunek, closes PR 5671 | |||
2007-12-05 | re-sync yylex to the other parsers | Reyk Floeter | |
found by deraadt@ | |||
2007-12-05 | typo s/beeing/being/g | Reyk Floeter | |
From Paul 'WEiRD' de Weerd | |||
2007-12-05 | - add support joel's OPENBSD-SENSORS-MIB; it will dump the current | Reyk Floeter | |
sensor status in a SNMP table. - some other minor changes | |||
2007-12-05 | Make the CPU_88100 and CPU_88110 constants match the architectural number | Miod Vallat | |
field from the processor identification register; this allows .S code which needs to decide on the cpu type at runtime to check quicker, without needing to access memory. No functional change. | |||
2007-12-05 | Correctly setup the seconday processor on 197DP, and get it ready to accept | Miod Vallat | |
IPIs. | |||
2007-12-05 | In dma_cachectl(), when flushing line by line, only invoke pmap_extract() | Miod Vallat | |
once per page and cache the result. | |||
2007-12-05 | xmem can not be used as a reliable atomic operation, they way we do them, | Miod Vallat | |
so do the naive operations with interrupts disabled, and an interlock held if MULTIPROCESSOR. | |||
2007-12-05 | Add a check for pss len == 0. This is a temporary work around for when | Marco Peereboom | |
there is no pss available. The real fix will include using both pss and duty cycle methods. ok deraadt | |||
2007-12-05 | use mutexes to protect the iommu's extent map and the streaming buffer, | Theo de Raadt | |
so that busdma is most likely MP_SAFE now. (while there, fix an extent map race... the ranges were selected outside splhigh) ok kettenis | |||
2007-12-05 | sync | Theo de Raadt | |
2007-12-05 | make description of -A and -C more consistent; | Jason McIntyre | |
help/ok tedu | |||
2007-12-05 | Remove some 32-bit compatibility code in pseg_get(). | Mark Kettenis | |
Completely remove pseg_find() since it isn't used. | |||
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt | |
before pcibios(4), and then.... if acpi(4) attaches, skip pcibios(4) since it messes the machines up. Fixes claudio's HP dl320 G5, and almost assuredly others. ok kettenis | |||
2007-12-05 | log positive events ('OK', 'within') with LOG_INFO instead of LOG_ALERT; | Constantine A. Murenin | |
partly spotted by bluhm@ grunk@; ok grunk@ |