Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-15 | * add 'udi_serial' to struct usb_device_info. | Jacob Meuser | |
* fill 'udi_serial' with the serial number in usbd_fill_deviceinfo(). * add compatability ioctl/struct so old binaries continue to work. discussed with deraadt and miod | |||
2011-01-15 | carrier leakage calibration workaround for high temperature is not | Damien Bergamini | |
applicable on AR9271. | |||
2011-01-15 | Fix multicast handling | Kevin Lo | |
2011-01-15 | sync | Kevin Lo | |
2011-01-15 | enable RDC Ethernet (vte/rdcphy) | Kevin Lo | |
2011-01-15 | Add drivers for the RDC R6040 Ethernet chipset | Kevin Lo | |
and RDC R6040 Ethernet PHY. Written by Pyun YongHyeon for FreeBSD then ported to OpenBSD by me. Thanks once again to DMP for supplying hardware which made this possible. ok deraadt@ | |||
2011-01-14 | creator needs firmload. ok miod@ | Matthieu Herrb | |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse | |
"doesn't hurt" deraadt@ | |||
2011-01-14 | Halt secondary CPUs when shutting down or rebooting. This should prevent | Joel Sing | |
occasional hangs during reboot. ok kettenis@ | |||
2011-01-14 | Implement a function to broadcast IPIs to all running CPUs. | Joel Sing | |
ok kettenis@ deraadt@ miod@ | |||
2011-01-14 | Provide an IPI to halt a CPU. | Joel Sing | |
ok kettenis@ deraadt@ miod@ | |||
2011-01-14 | move to 4.9-current | Theo de Raadt | |
2011-01-13 | In frag6_input() there was an mbuf length calculation error. If | Alexander Bluhm | |
you want to move "offset" bytes forward by "sizeof(struct ip6_frag)" bytes within an mbuf, you must have at least "offset + sizeof(struct ip6_frag)" bytes space in that mbuf. Fix from KAME, FreeBSD also has it. ok claudio@ markus@ | |||
2011-01-13 | if the BIOS tells us to suspend at the same time that we notice a lid | Theo de Raadt | |
event, don't suspend twice. ok jsg | |||
2011-01-13 | move to 4.9-current | Theo de Raadt | |
2011-01-13 | Fix link edition without 'option SUN4V'. ok kettenis@ | Matthieu Herrb | |
2011-01-13 | sync | Alexander Yurchenko | |
2011-01-13 | A few devices found on Dell Inspirion N5010; from yason@linklevel.net | Alexander Yurchenko | |
2011-01-13 | Spin forever when waiting for completion of an FPU shootdown instead of | Mark Kettenis | |
panicing if we spin for too long. It is difficult to find an upper bound for the spin count and there is some evidence the current limit is too low. We made similar changes to amd64/i386 some time ago. ok deraadt@ | |||
2011-01-13 | set lkm_end to the end of the jumpable virtual space; tested by me and marco | Mike Belopuhov | |
2011-01-13 | Get rid of "forever" loop in the interrupt handler such that we drop out of the | Mark Kettenis | |
interrupt handler if the "no rx buffer available" bit is set and no new mbufs are available to populate descriptors. While it doesn't make livelock mitigation work for everybody, it does resolve some lockup issues. ok sthen@ | |||
2011-01-13 | Add new file for upcoming change. ok dlg@ deraadt@ | Dale Rahn | |
2011-01-12 | Only init the nameidata parts that are strictly needed instead | Thordur I. Bjornsson | |
of using NDINIT as vn_open overwrites and sets things up directly it self. the NDINIT usage here was actually wrong and would cause leaks if vn_open would totally honor the nameidata it gets passed, also there is one less place that triggers on my nameidata flag greps... ok jsing@ | |||
2011-01-12 | Add crypto(4) and hifn(4). | Mark Kettenis | |
2011-01-12 | Provide a specific rw_cas() function for MP kernels; stolen from m88k. | Mark Kettenis | |
ok jsing@, deraadt@ | |||
2011-01-12 | Make __cpu_simple_lock implementation actually work. | Mark Kettenis | |
ok deraadt@, jsing@ | |||
2011-01-12 | Reset the state member of the ata_xfer to ATA_S_SETUP before reusing it | Mark Kettenis | |
to issue another command, since sili(4) actually checks. Fix a small inaccuracy in a comment while I'm there. ok dlg@ | |||
2011-01-12 | A bunch more explicit_bzero calls for key material | Theo de Raadt | |
ubsec tested by mikeb, hifn tested by kettenis ok mikeb | |||
2011-01-12 | stray tab | Marco Peereboom | |
2011-01-12 | explicit zeroing of key information in the softraid ioctl code | Theo de Raadt | |
ok marco | |||
2011-01-12 | more explicit_bzero to delete keys. | Marco Peereboom | |
prodded and ok deraadt | |||
2011-01-12 | lots of explicit_bzero for things which contain parts of keys | Theo de Raadt | |
ok marco | |||
2011-01-12 | Never include SADB_X_EXT_REMOTE_AUTH (which is either a | Mike Belopuhov | |
passphrase or an RSA key) in the reply message. There's nothing that justifies this behavior and PF_KEY RFC prefers to exclude keys and other sensitive material from replies. Discussed with reyk, no objections from deraadt. | |||
2011-01-12 | use explicit_bzero() for key materials, including that in the session. | Theo de Raadt | |
there was also a local buffer which was left around | |||
2011-01-12 | use explicit_bzero() for the session, in drivers where struct session | Theo de Raadt | |
contains key material (note, that is not true in all drivers... hence not always neccessary) discussed with mikeb | |||
2011-01-12 | explicit_bzero() of key material in drivers few people use | Theo de Raadt | |
2011-01-12 | cleanup aes-ctr keystream after use; ok deraadt | Mike Belopuhov | |
2011-01-11 | fix encryption for uio_iovcnt > 1 by passing the absolute offset 'count' | Markus Friedl | |
to cuio_copydata() and make sure we don't loop forever if the end of an iov matches the cipher block boundary. ok mikeb, deraadt | |||
2011-01-11 | use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan for Rx radiotap | Damien Bergamini | |
since the latter is not initialized in monitor mode. should fix a panic reported by Benjamin Nadland with kismet. | |||
2011-01-11 | key lengths are counted in bits | Theo de Raadt | |
2011-01-11 | add explicit_bzero() calls before free()ing key material | Theo de Raadt | |
ok mikeb | |||
2011-01-11 | in SHA1Final(), explicitly clear the local buffer | Theo de Raadt | |
ok mikeb | |||
2011-01-11 | accidental commit of a pending diff relating to something else | Theo de Raadt | |
2011-01-11 | in AES_GMAC_Final(), explicitly clear the local buffer | Theo de Raadt | |
ok mikeb | |||
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt | |
explicit_bzero() where required ok markus mikeb | |||
2011-01-11 | Perform IP options check in pf_test_rule(), before creating state. | Ryan Thomas McBride | |
ok claudio henning dlg miod | |||
2011-01-11 | delay deferred packets for a maximum of 20ms instead of 100 ticks (which | David Gwynne | |
varies by arch). the 20ms is still up for discussion. ok deraadt@ | |||
2011-01-11 | bring back carrying over state from the previous RC4 instance when | Damien Miller | |
rekeying; ok deraadt@ | |||
2011-01-11 | all the bzeros in rnd are important, use explicit_bzero | Ted Unangst | |
2011-01-10 | add a new function, explicit_bzero, to be used for erasing "secret" stuff. | Ted Unangst | |
unlike normal bzero, we guarantee that the compiler will not optimize out calls to this function for otherwise dead variables. to be adjusted as needed when compilers and linkers get smarter. ok deraadt miod |