Age | Commit message (Expand) | Author |
2010-06-08 | Introduce a diskmap pseudo device which allows userland to open a disk | Joel Sing |
2010-06-08 | Add missing function prototype. | Joel Sing |
2010-06-08 | in viac3_crypto_setup(), if we fail to get a crypto driverid, | Thordur I. Bjornsson |
2010-06-07 | Fix various problems of auich on SiS 7012 based chips: | Alexandre Ratchov |
2010-06-07 | Sync with GENERIC and SUN4. | Miod Vallat |
2010-06-07 | partial backout of 1.81 as invoking standby in shutdown | Jonathan Gray |
2010-06-07 | Rework the way onboard devices attach on Sun 4/110 systems (which only have a | Miod Vallat |
2010-06-07 | Replace some handrolled instances of m_getptr() with that function, which | Bret Lambert |
2010-06-07 | Do not invoke cache_enable() if there is no cache; prevents a spurious (and | Miod Vallat |
2010-06-07 | Nuke old eeprom.h compatibility defines; ok todd@ | Miod Vallat |
2010-06-07 | Proper range check in radeon_emit_packets(); ok oga@ | Miod Vallat |
2010-06-07 | no need to include <sys/endian.h> twice! | Damien Bergamini |
2010-06-07 | tweak ieee80211_decap(): | Damien Bergamini |
2010-06-07 | Break pxaudc into xscale and MD pieces so that palm and zaurus can correctly | Dale Rahn |
2010-06-07 | unfortunately classful routing isn't 100% dead, mostly thanks to ancient | Henning Brauer |
2010-06-07 | There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcp | Claudio Jeker |
2010-06-07 | update url in comment; Nikolai Fetissov | Stuart Henderson |
2010-06-07 | space nit and use nitems(). | Thordur I. Bjornsson |
2010-06-06 | - add more comments to sh3_vector_tlbmiss (no binary change). | Jasper Lievisse Adriaanse |
2010-06-06 | Use usb_lookup() instead of rolling our own. ok armani@ fabien@ | Miod Vallat |
2010-06-06 | use .L* for local labels and other small cosmetics | Jasper Lievisse Adriaanse |
2010-06-06 | simething -> something | Miod Vallat |
2010-06-06 | Nuke common. | Miod Vallat |
2010-06-06 | Kill unused sio_intr_count. | Miod Vallat |
2010-06-06 | Avoid computing a symbol with arithmetic involving a common, modern binutils | Miod Vallat |
2010-06-06 | typo in comment | Miod Vallat |
2010-06-05 | change sign extension such that we do not rely on >> being an | Damien Bergamini |
2010-06-05 | - fix athn_set_key() on big-endian machines (function is not used yet) | Damien Bergamini |
2010-06-05 | when rekeying the GTK/IGTK, send the new key to clients, not the | Damien Bergamini |
2010-06-05 | there is no need to copy the full 802.11 header in ieee80211_decap() | Damien Bergamini |
2010-06-05 | 'operational' takes a single 'n' | Damien Bergamini |
2010-06-05 | Pass signal handlers a more clean FPU state (ie. the right modes) and | Theo de Raadt |
2010-06-04 | Don't warn about not knowing what the bus clock is on core i7/i5/i3 | Jonathan Gray |
2010-06-04 | Missed this file in previous commit; previous commit message was: | Bret Lambert |
2010-06-04 | rt_timer_queue_destroy() did not actually destroy, leading to a potential | Bret Lambert |
2010-06-04 | gc unused variable | David Gwynne |
2010-06-03 | enable async fifo for >=AR9287 1.3 only. | Damien Bergamini |
2010-06-03 | take care of some half-baked CPU temperature readings seen in wild | Theo de Raadt |
2010-06-03 | Add support for 802.1ad-style QinQ nested VLANs. | Christian Weisgerber |
2010-06-03 | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU | Joel Sing |
2010-06-03 | Add missing function prototypes for MP kernels. | Joel Sing |
2010-06-03 | massage the code to avoid races in ami_mgmt. | David Gwynne |
2010-06-03 | cut cd(4) over to use xshandlers. based on the sd(4) diff and includes the | David Gwynne |
2010-06-03 | Always initialize the ccb provided by the scsi layer into the proper | Kenneth R Westerback |
2010-06-03 | get rid of the kthread. it is unused and just bloats the kernel. | David Gwynne |
2010-06-03 | replace TAILQs with SLISTs for managing the ccb free list. theyre smaller. | David Gwynne |
2010-06-03 | useless abstraction is, by definition, useless. | David Gwynne |
2010-06-02 | Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitly | Claudio Jeker |
2010-06-02 | has GENERIC.MP | Theo de Raadt |
2010-06-02 | Add back -fno-omit-frame-pointer, which was accidentally deleted by | Mark Kettenis |