summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2010-06-02ss has no value, its readme has even less value. it discusses developmentDavid Gwynne
2010-06-02convert ciss(4) over to using iopools. this is fairly easy after the recentDavid Gwynne
2010-06-02bring back the SDF_WAITING waiting flag while adapters still implementDavid Gwynne
2010-06-02dont drop out of handling a command if ITSDONE is set. return a betterDavid Gwynne
2010-06-02its pretty obvious that ciss_cmd should be called with splbio being held,David Gwynne
2010-06-02- correctly report the number of wired tlb entriesJasper Lievisse Adriaanse
2010-06-02call scsi_done before put_ccb, rather than have put_ccb call scsi_doneDavid Gwynne
2010-06-02arch/beagle is safe to enter nowTheo de Raadt
2010-06-02beagle has no stand/ yetTheo de Raadt
2010-06-02push the "locking" in ciss_scsi_cmd down. we dont need splbio to callDavid Gwynne
2010-06-02protect the ccb free queue with its own mutexDavid Gwynne
2010-06-02get rid of useless ccb queues. when the ccb is on the chip, we mark itsDavid Gwynne
2010-06-02get rid of the code for the passthru bus support. it was never enabled andDavid Gwynne
2010-06-02interrupt handlers are run at their IPL, so there's no need to go splbioDavid Gwynne
2010-06-01use --warn-common for linking (some arch's will show new warnings), andTheo de Raadt
2010-06-01add beagle, mentioned by drahnTheo de Raadt
2010-06-01move cd, st & ss over to bufq's again.Thordur I. Bjornsson