Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-11 | Get rid of the wdt(4) char device. We have watchdog(4) and | Michael Knudsen | |
watchdogd(4), so there's no point in supporting old, unused, non-generic interfaces. Tested by < jg , rilk - com>. The sensors available on the WDT501 model will be supported later using the sensors framework. ok mickey markus | |||
2006-06-11 | show the number of DMA segments that were in the packet that just failed | Brad Smith | |
to be mapped in stge_start(). | |||
2006-06-11 | Don't spew sense informaton from the test unit ready command issued by | Kenneth R Westerback | |
stopen(). This change was misplaced in the st roto-tilling at c2k6. Noticed by deraadt@. | |||
2006-06-11 | the link state detection code should be checking for revision B2 instead | Brad Smith | |
of B1 to account for the differences with the revision defines used in OpenBSD's if_bgereg.h vs FreeBSD's. | |||
2006-06-11 | tweaks; | Jason McIntyre | |
2006-06-10 | Add functions to decode date and time strings that make sure no invalid | Marc Balmer | |
information can be passed. | |||
2006-06-10 | Document -S and the "Delete-SAs" tag. Those will enable SA deletion | Hans-Joerg Hoexer | |
on shutdown. | |||
2006-06-10 | Make deletion of SAs on shutdown optional. The default behaviour | Hans-Joerg Hoexer | |
now is to not delete SAs. Needed for reliable ipsec failover. Suggested by mtu@. Moreover, this ensures that packets do not leak when isakmpd is shutdown. ok mcbride@, testing mtu@ | |||
2006-06-10 | Allow isakmpd to use a different private rsa key per isakmp ID. Hans wrote ↵ | Mathieu Sauve-Frankel | |
this a long time ago, I synced it to -current and tested. ok hshoexer@ | |||
2006-06-10 | This shouldn't have been commited yet. | Hans-Joerg Hoexer | |
2006-06-10 | endianness | Damien Bergamini | |
2006-06-10 | - simplify allocation/free/reset of QoS Tx rings | Damien Bergamini | |
- move default MAC/BBP/RF settings from rt2661.c to rt2661reg.h | |||
2006-06-10 | - fix checking of WEP flags | Damien Bergamini | |
- encrypt mgmt frames when they need to (shared authmode) - move default MAC/BBP/RF settings from rt2560.c to rt2560reg.h | |||
2006-06-10 | - fix checking of WEP flag | Damien Bergamini | |
- move default MAC/BBP/RF settings from if_ral.c to if_ralreg.h | |||
2006-06-10 | support sha2 for main mode hmacs and aesctr for quick mode encryption. | Hans-Joerg Hoexer | |
ok markus@ ho@ | |||
2006-06-10 | Better error message when a key file can not be opened or the provided key is | Hans-Joerg Hoexer | |
not of correct size. Suggested by david@ | |||
2006-06-10 | adopted to recent change. | Hans-Joerg Hoexer | |
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 | |