Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-10 | I2C support for 80321/80219 | Dale Rahn | |
2006-06-09 | - fix rcs_expand_keywords(). | Niall O'Higgins | |
reported by Andreas Kahari <andreas.kahari at gmail>, input from joris@ | |||
2006-06-09 | Allow for AH the use of the authentication algorithms added a while ago. | Christian Weisgerber | |
Fix the indentation while we're here. ok hshoexer@ | |||
2006-06-09 | update the bit about checksum offload. | Brad Smith | |
2006-06-09 | no hardvare available here but there is hardware ;) | Brad Smith | |
2006-06-09 | fix up the comment. | Brad Smith | |
2006-06-09 | document link[0-2] bits; | Jason McIntyre | |
issue reported by hauke fath; help from deraadt | |||
2006-06-09 | EFI partition types; didickman@yahoo.com | Theo de Raadt | |
2006-06-09 | Xo/Xc not needed here; from david | Jason McIntyre | |
2006-06-09 | handle `cvs tag -F'; input && OK joris@. | Xavier Santolaria | |
2006-06-09 | sync the atheros list with what we have in ath(4); | Jason McIntyre | |
2006-06-09 | improve the description of failover; ok reyk | Jason McIntyre | |
2006-06-09 | simplify previous; | Jason McIntyre | |
2006-06-09 | proper type and ptdsize checks; had it for three weeks now... sigh | Michael Shalayeff | |
2006-06-09 | set session id and init logging in -s mode. tested by david@ and matthieu@; | Otto Moerbeek | |
ok henning@ | |||
2006-06-09 | {x,}ldcontrolb() codepath is SUN4-only, so don't bother checking for Lfsbail | Miod Vallat | |
in mem_access_fault4m. | |||
2006-06-09 | Simplify ami_disk by chaging some ifs around. | Marco Peereboom | |
2006-06-09 | Add percentages for BGI and Rebuild. Example: | Marco Peereboom | |
# bioctl -h ami0 Volume Status Size Device ami0 0 Rebuild 1000M sd1 RAID5 8% done | |||
2006-06-09 | some more fxp revisions. | Brad Smith | |
2006-06-09 | identify 8139's in C+ mode with RL_8139CPLUS instead of RL_8139; no ↵ | Brad Smith | |
functional change. | |||
2006-06-09 | sync | Theo de Raadt | |
2006-06-09 | spacing that made a grep look very suspicious | Theo de Raadt | |
2006-06-08 | fix usage, make synopsis more pretty. noticed by david@ | Hans-Joerg Hoexer | |
2006-06-08 | attempt at correcting the comments to somewhat more proper english | Felix Kronlage | |
prodded by uwe@ | |||
2006-06-08 | fix some indentation, noticed by david@ | Hans-Joerg Hoexer | |
2006-06-08 | unsigned long long -> u_int64_t | David Gwynne | |
2006-06-08 | really, this is the correct *.ok output, what was generated in the past was | Todd T. Fries | |
due to recently fixed code move some ike?? to ikefail? | |||
2006-06-08 | Add a transport mode specifier to ike rules. Tunnel mode remains the default. | Christian Weisgerber | |
"looks right" hshoexer@ | |||
2006-06-08 | allocate enough storage via sockaddr_storage for sockaddr_in6, | Todd T. Fries | |
fixes ike29.in in regress looks right hshoexer@, ok naddy@ | |||
2006-06-08 | Keep track of the average RSSI using an Exponential Moving Average (EMA). | Damien Bergamini | |
Use it to dynamically tune radio receive sensitivity. The idea is simple: - increase sensitivity when the RSSI is bad to optimize throughput on long distance to the AP, and - decrease sensitivity when the RSSI is good to reduce noise level and optimize throughput on short distance to the AP The EMA allows to smooth RSSI variations so we don't end up changing the sensitivity too frequently. We check if it would be worth updating the sensitivity every one second. RSSI thresholds were taken from the Ralink Tech. Linux driver. Also, clean a few things while I'm here: - account for FCS when determining if RTS protection must be used - fix check for whether WEP encryption is needed or not - encrypt mgmt frames if we need to (shared authmode) - cosmetic tweaks | |||
2006-06-08 | Fix a typo: When testing for quick mode lifetimes, make sure to | Hans-Joerg Hoexer | |
reference quick mode lifetimes, too, not main mode lifetimes. Otherwise we might dereference a NULL pointer... | |||
2006-06-08 | Add tests for a tiny regression I've just found | Hans-Joerg Hoexer | |
2006-06-08 | turns out this really doesn't break what is in the tree; ok hshoexer@ | Todd T. Fries | |
2006-06-08 | sync | Theo de Raadt | |
2006-06-08 | do not set the gid, noted by solar; ok djm | Markus Friedl | |
2006-06-08 | bits for armish; ok drahn | Jason McIntyre | |
2006-06-08 | dont panic on empty portfacts or portenable replies. we should probably | David Gwynne | |
retry the init sequence if this happens. | |||
2006-06-08 | provide an abbreviation for virtual host id; | Jason McIntyre | |
from freebsd text | |||
2006-06-08 | simplify; ok henning@ | Otto Moerbeek | |
2006-06-08 | substitute the Cardbus_conf_read/Cardbus_conf_write macros with | Felix Kronlage | |
cardbus_conf_read/cardbus_conf_write. This makes fxp* at cardbus? work (again?) on macppc. tested by various users. | |||
2006-06-08 | Move ISA logic of allocation functions to better place. | Tobias Weingartner | |
Thanks for krw@ for testing isa floppies. brad@ ok, jason@ ok. | |||
2006-06-08 | delete notes, like on zaurus. | Dale Rahn | |
2006-06-08 | actually enable/disable the Tx BMU descriptor polling, missed in rev 1.107. | Brad Smith | |
ok krw@ | |||
2006-06-08 | do not set the mii_ticks field to zero in the asynchronous autonegotiation | Brad Smith | |
function as this is already done in the MII tick handler just before calling the autonegotiation function. ok krw@ | |||
2006-06-08 | potential fd leak (we will fix this before we move to cloning) | Theo de Raadt | |
2006-06-07 | make sure, we initialize unspecified keys and spis. Noticed by | Hans-Joerg Hoexer | |
naddy@, ok naddy@. | |||
2006-06-07 | a bug in cvs_mkpath() prevented to create the CVS admin directory and | Reyk Floeter | |
files under some special circumstances. remove a bogus stat() check to fix it. ok joris@ | |||
2006-06-07 | - when killing a process due to parity error, notify syslog. | Miod Vallat | |
- when checking for the parity error itself: + use pmap_kenter_pa() and pmap_kremove() for the temporary mapping. + reenable external cache before invoking pmap_kremove() [which can cause a cache flush on some models]. | |||
2006-06-07 | Do not yet expand the "any" keyword to v6 addresses. ok todd@ | Hans-Joerg Hoexer | |
2006-06-07 | Pass M_CANFAIL to malloc() in sendsig(), and if it fails, kill the process; | Miod Vallat | |
this is better than panic'ing due to low memory condition. |