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