Age | Commit message (Expand) | Author |
2010-11-15 | rename aesni_sess to aesni_session; bugged me all the time | Mike Belopuhov |
2010-11-15 | do session allocations from the pool | Mike Belopuhov |
2010-11-15 | thrash less cache lines and zero out only what we've touched | Mike Belopuhov |
2010-11-15 | More cleanup. Add DEVNAME() macro and generic functions for various | Kenneth R Westerback |
2010-11-15 | convert one if-else instance to the switch to ease gcm integration; | Mike Belopuhov |
2010-11-15 | round up crd_len to the blocksize; will be needed for gcm | Mike Belopuhov |
2010-11-15 | there's either mbuf or an iovec, no other option is possible | Mike Belopuhov |
2010-11-14 | Cleanup dmesg a bit, do not print the device name twice when attaching | Paul de Weerd |
2010-11-14 | remove unused header file | Takuya ASADA |
2010-11-13 | backout 1.86 | Theo de Raadt |
2010-11-13 | Switch from TSS-per-process to TSS-per-CPU, placing the TSS right | Philip Guenthe |
2010-11-12 | revert MCLGETI for re(4) for now, it is causing hangs (in some cases | Stuart Henderson |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |
2010-11-12 | avoid pointer arithmetic on void * | David Hill |
2010-11-11 | Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@ | Miod Vallat |
2010-11-11 | Compute syhcnronous transfer periods with a better accuracy, to get better | Miod Vallat |
2010-11-11 | DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz; | Miod Vallat |
2010-11-11 | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ | Miod Vallat |
2010-11-11 | Kill unused cinit(), and skip some diagnostic printf if option | Miod Vallat |
2010-11-11 | Correctly disassemble ssnop. | Miod Vallat |
2010-11-10 | The acpibat(4) notify function should not unconditionally call both _BIF | Mark Kettenis |
2010-11-10 | Several updates for the Osprey (AR9380): | Damien Bergamini |
2010-11-10 | pass aesni_ctr_enc an initial counter block instead of an initialization vector | Mike Belopuhov |
2010-11-10 | Enable low latency interrupt moderation and set the LL interval | Claudio Jeker |
2010-11-09 | correct some bit tests spotted by -Wparentheses in newer gcc. | Jonathan Gray |
2010-11-08 | clear ERL register on secondary processors | Takuya ASADA |
2010-11-08 | use a well established define instead of rolling our own; no binary change | Mike Belopuhov |
2010-11-07 | fix a test in ar5008_rx_free() | Damien Bergamini |
2010-11-07 | regen | Mark Kettenis |
2010-11-07 | A few more NVIDIA devices found on the latest 13" MacBook Pro (MacBookPro7,1). | Mark Kettenis |
2010-11-07 | regen | Mark Kettenis |
2010-11-07 | NVIDIA GeForce 320M as found on the latest 13" MacBook Pro (MacBookPro7,1). | Mark Kettenis |
2010-11-06 | Move raid1 and crypto io to a workq. This is to avoid a potential VOP_ | Marco Peereboom |
2010-11-06 | Revision 0xc4 and earlier of the Acer Labs M5229 UDMA IDE controller can't do | Mark Kettenis |
2010-11-06 | If the dma_init callback function returns with EINVAL, fall back to PIO. | Mark Kettenis |
2010-11-06 | sync | Theo de Raadt |
2010-11-06 | another planex device | Theo de Raadt |
2010-11-06 | print the MAC address on the second line like with the other USB | Damien Bergamini |
2010-11-06 | urtwn(4) works on sparc64 too. | Damien Bergamini |
2010-11-06 | sync | Theo de Raadt |
2010-11-06 | Planex GW-USNano | Theo de Raadt |
2010-11-06 | support the logic rt3020 that mtu@ found | Theo de Raadt |
2010-11-06 | sync | Theo de Raadt |
2010-11-06 | add a logitec RT3020 found by mtu@ | Theo de Raadt |
2010-11-05 | s/urtw_devs/urtwn_devs/ | Damien Bergamini |
2010-11-05 | double \n\n in dmesg | Damien Bergamini |
2010-11-05 | urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices. | Damien Bergamini |
2010-11-05 | Minor code cleanups. No functional change. From Alexandr Shadchin. | Kenneth R Westerback |
2010-11-05 | Sync a bunch of USB devices from i386 to macppc, compiles, but | Dale Rahn |
2010-11-05 | Implement m_print as real ddb command "show mbuf addr" in the way other | Claudio Jeker |