Age | Commit message (Expand) | Author |
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 | 'operational' takes a single 'n' | Damien Bergamini |
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 | massage the code to avoid races in ami_mgmt. | 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 | convert ciss(4) over to using iopools. this is fairly easy after the recent | David Gwynne |
2010-06-02 | dont drop out of handling a command if ITSDONE is set. return a better | David Gwynne |
2010-06-02 | its pretty obvious that ciss_cmd should be called with splbio being held, | David Gwynne |
2010-06-02 | call scsi_done before put_ccb, rather than have put_ccb call scsi_done | David Gwynne |
2010-06-02 | push the "locking" in ciss_scsi_cmd down. we dont need splbio to call | David Gwynne |
2010-06-02 | protect the ccb free queue with its own mutex | David Gwynne |
2010-06-02 | get rid of useless ccb queues. when the ccb is on the chip, we mark its | David Gwynne |
2010-06-02 | get rid of the code for the passthru bus support. it was never enabled and | David Gwynne |
2010-06-02 | interrupt handlers are run at their IPL, so there's no need to go splbio | David Gwynne |
2010-06-01 | regen | Marcus Glocker |
2010-06-01 | Add ``StarTech CONV-USB2DVI'' udl device. | Marcus Glocker |
2010-05-31 | do not immediately panic if we find a non-increasing heartbeat counter but | Alexander Hall |
2010-05-27 | Add missing license (amd, mit/x11) | Owain Ainsworth |
2010-05-26 | add a new getparam member to get the contents of scratch register 3 (the | Owain Ainsworth |
2010-05-26 | - no need for a separate mpii_minphys; | Marco Peereboom |
2010-05-26 | Reintroduce bufqs. A few changes since it was backed out after some good | Thordur I. Bjornsson |
2010-05-26 | the addr field in read cap 16 is 8 bytes, not 4. pity, i had really big | David Gwynne |
2010-05-25 | The logic in this function is a little tricky (though correct). | Owain Ainsworth |
2010-05-25 | Having just calculated which sequence number we wish to wait for (so | Owain Ainsworth |
2010-05-25 | rename struct drm_i915_private to struct inteldrm_softc, to be more in | Owain Ainsworth |
2010-05-25 | Remove the DRI1 code paths from inteldrm as promised two weeks ago. | Owain Ainsworth |
2010-05-24 | Support fibre PHY on BCM5709S. From FreeBSD via Brad. | Stuart Henderson |
2010-05-24 | regen | Jonathan Gray |
2010-05-24 | shrink | Jonathan Gray |
2010-05-24 | We sometimes compile kernels with -Wvariable-decl because it makes us | Theo de Raadt |
2010-05-24 | Flush cache before suspend. | Mark Kettenis |
2010-05-24 | atascsi may (will) reuse ata_xfers, meaning the xa state that | David Gwynne |
2010-05-24 | Remove the drm drivers that are not enabled (and have never been so). | Owain Ainsworth |
2010-05-23 | remove another piece of ancient #ifdef arc code | Theo de Raadt |
2010-05-23 | fix another signed/unsigned slipt. no functional change. I hate this | Owain Ainsworth |
2010-05-23 | mac68k can move to defining __mac68k__ instead | Theo de Raadt |
2010-05-23 | luna88k moves to defining __luna88k__ instead | Theo de Raadt |
2010-05-23 | toast __arc__; we gave up on that platform around a decade ago | Theo de Raadt |
2010-05-23 | missing dkio.h includes; ok krw@ | Christian Weisgerber |
2010-05-23 | move hp300 to -D__hp300__; ok miod | Theo de Raadt |
2010-05-23 | rely on __alpha__ instead of alpha | Theo de Raadt |
2010-05-23 | rely on __alpha__, __amd64__, and __i386__ instead | Theo de Raadt |
2010-05-23 | Place drive in standby mode before shutdown. Avoids the loud click heard on | Mark Kettenis |
2010-05-21 | Make compile with NBIO = 0 | Marco Peereboom |