Age | Commit message (Expand) | Author |
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 |
2010-06-02 | ss has no value, its readme has even less value. it discusses development | David Gwynne |
2010-06-02 | convert ciss(4) over to using iopools. this is fairly easy after the recent | David Gwynne |
2010-06-02 | bring back the SDF_WAITING waiting flag while adapters still implement | 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 | - correctly report the number of wired tlb entries | Jasper Lievisse Adriaanse |
2010-06-02 | call scsi_done before put_ccb, rather than have put_ccb call scsi_done | David Gwynne |
2010-06-02 | arch/beagle is safe to enter now | Theo de Raadt |
2010-06-02 | beagle has no stand/ yet | Theo de Raadt |
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 | use --warn-common for linking (some arch's will show new warnings), and | Theo de Raadt |
2010-06-01 | add beagle, mentioned by drahn | Theo de Raadt |
2010-06-01 | move cd, st & ss over to bufq's again. | Thordur I. Bjornsson |
2010-06-01 | if we're going to set ITSDONE when an xfer is done cos the adapter expects | David Gwynne |
2010-06-01 | regen | Marcus Glocker |
2010-06-01 | Add ``StarTech CONV-USB2DVI'' udl device. | Marcus Glocker |
2010-06-01 | Initial attempt at GENERIC kernel for beagle, untested. | Dale Rahn |
2010-06-01 | Fix splassert code, (previously hidden in DIAGNOSTIC). | Dale Rahn |
2010-06-01 | Fix some code hidden in DIAGNOSTIC. | Dale Rahn |
2010-06-01 | Bluetooth header file is required so even if no bluetooth is configured | Dale Rahn |
2010-05-31 | This file never contained anything of value. | Theo de Raadt |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |
2010-05-31 | attempt to partially update the list of arch's and src dirs, though we | Theo de Raadt |
2010-05-31 | there is no spllpt(), since lpt's are just tty devices (call tty functions, | Theo de Raadt |
2010-05-31 | this dir, itself, should decide if it is entered deeper | Theo de Raadt |
2010-05-31 | do not immediately panic if we find a non-increasing heartbeat counter but | Alexander Hall |
2010-05-31 | OpenBSD/moko development has stopped, it effectively stopped long ago when | Dale Rahn |
2010-05-31 | OpenBSD/moko development has stopped, it effectively stopped long ago when | Dale Rahn |
2010-05-31 | Add a comment about the explicit NULL label handling. We follow RFC 4182 | Claudio Jeker |
2010-05-31 | Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makro | Claudio Jeker |
2010-05-30 | Tweak bufq code to handle corner cases. Makes upcoming cd(4) | Kenneth R Westerback |
2010-05-29 | merge subr.s into locore.S, which requires a fairly complicated dance | Theo de Raadt |
2010-05-29 | As noted by art, two processes with the same pid would be bad. Grab | Philip Guenthe |
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe |
2010-05-28 | Delete a fallback definition for CPU_INFO_UNIT that's both unnecessary | Philip Guenthe |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-05-28 | Add missing initialization. | Mark Kettenis |
2010-05-28 | Make sure the temporary buffer used to generate tcp options is properly | Mark Kettenis |
2010-05-27 | Switch the signal status "percent" sensor, which is currently | Stuart Henderson |
2010-05-27 | Add missing license (amd, mit/x11) | Owain Ainsworth |
2010-05-27 | We no longer need -traditional-cpp for hppa. | Joel Sing |
2010-05-27 | Generate exported names using token pasting rather than a macro. Otherwise | Joel Sing |
2010-05-26 | add a new getparam member to get the contents of scratch register 3 (the | Owain Ainsworth |
2010-05-26 | libevent has named two of it's new macros by the same name as our kernel | Theo de Raadt |