Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-10 | switch back to original defaults regarding DH groups. modp3072 is to | Hans-Joerg Hoexer | |
heavyweight. Testing by Jason George, thanks! | |||
2006-06-10 | shorten a name for bioctl | Theo de Raadt | |
2006-06-10 | ANSIfy, KNF and remove a silly comment. | Gordon Willem Klok | |
ok toby@, "absolutely" deraadt@ | |||
2006-06-10 | Make id in mpi_complete an unused value instead of random stack garbage. | Marco Peereboom | |
This was causing the "empty portfacts" issue since the IOC wasn't complete yet with the request however since the id would match the requested id the timeout was a terminal condition. | |||
2006-06-10 | ANSIfy, KNF | Gordon Willem Klok | |
ok toby@, deraadt@ | |||
2006-06-10 | allow SO_SNDBUF and SO_RECVBUF setsockopts on existing sockets to succeed | Bob Beck | |
for any value that is not an increase in size when we are under mbuf pressure, rather than only succeeding when setting the value to the 4k minimum. ok markus@, henning@ | |||
2006-06-10 | back in the dark age, carp interfaces were very strange - and we had to | Henning Brauer | |
detect them looking at their name, beginning with carp. these days, we can just check for the iftype to be IFT_CARP. wanted to do this for some time and kept forgetting. from the airplane over two weeks ago, forgotten in a secondary tree again... | |||
2006-06-10 | clarify the requirements for table ioctls so the word "table" is not | Bob Beck | |
used to refer to everything not even a pf table, and some of the size fields are actually documented. help from jmc@ ok jmc@ dhartmei@ | |||
2006-06-10 | update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointed | Jason McIntyre | |
out that it was a bit dated; ok mjc | |||
2006-06-10 | if we're not reading a page then we're writing a page. stupid braino from | David Gwynne | |
me pointed out by marco. | |||
2006-06-10 | Redo debug prints to make it less loud and more granular. | Marco Peereboom | |
ok dlg | |||
2006-06-10 | Make uvn_sync_lock a rwlock, okay thib@ tedu@ | Pedro Martelletto | |
2006-06-10 | the rest of the spi-device configuration pages | David Gwynne | |
2006-06-10 | the rest of the spi-port configuration pages. | David Gwynne | |
2006-06-10 | knf & careful data freeing, regression tested by todd | Theo de Raadt | |
2006-06-10 | add a translation for sendmsg() | Nikolay Sturm | |
from provos, with feedback from ray and pat | |||
2006-06-10 | now that Nick put up Booter 2.0, we don't need this workaround anymore | Martin Reindl | |
for saving the Booter settings | |||
2006-06-10 | Add IIC attachment/probe. no IIC devices yet. | Dale Rahn | |
2006-06-10 | bring PHYS address in sync with RAMDISK, matches the addresss redboot | Dale Rahn | |
wants. Note that redboot still wants to have a virtual load address between 0 and ramsize, so loading an unmodified kernel still doesn't work. | |||
2006-06-10 | include i2c bits instead of dummying out i2c_bitbang. | Dale Rahn | |
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 |