Age | Commit message (Expand) | Author |
2011-01-03 | use host_flags directly as they're initialized during attach time. | Federico G. Schwindt |
2011-01-03 | Allow to change vlan options of existing vlan(4)/svlan(4) devices at | Reyk Floeter |
2011-01-03 | the flags method of the ac97 host interface is optional. check that | Jacob Meuser |
2011-01-03 | sync | Alexander Yurchenko |
2011-01-03 | Add Radeon HD 3450 AGP; from yason@linklevel.net | Alexander Yurchenko |
2011-01-03 | Rework backtrace code, and try to cope with variadic functions better | Miod Vallat |
2011-01-02 | More changes to pacify the Solaris virtual disk client. Implement | Mark Kettenis |
2011-01-02 | Make need_resched() call cpu_unidle() such that we wake up a process running on | Mark Kettenis |
2011-01-02 | Figure out how much L2 cache is available on 88410-blessed designs, and | Miod Vallat |
2011-01-02 | Enable udl(4) on hppa, together with rasops and rawkbd for Xorg. | Matthieu Herrb |
2011-01-02 | Kill pmap_table_t typedef. | Miod Vallat |
2011-01-02 | Fix dump to work with PMAP_DIRECT, as done on mvme88k. | Miod Vallat |
2011-01-02 | Prevent a few more NULL pointer dereferences in troublesome situations; from | Miod Vallat |
2011-01-02 | Only store bus/dev/func numbers when the corresponding pointer argument | Jasper Lievisse Adriaanse |
2011-01-02 | - move resettodr and inittodr to clock.c, like the other clock related functions | Jasper Lievisse Adriaanse |
2011-01-02 | We need db_machdep.h even when TRAPDEBUG is enabled. | Joel Sing |
2011-01-02 | Include files.bluetooth so that hppa64 compiles. | Joel Sing |
2011-01-02 | Move away from using fixed-sized descriptors and fill in some missing bits | Mark Kettenis |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2011-01-02 | Use the session ID passed to use by the virtual disk client, and pass back | Mark Kettenis |
2011-01-02 | Declare ourselves to be a virtual disk server during the version negotiation | Mark Kettenis |
2011-01-01 | Now that we __HAVE_PMAP_DIRECT, it gets easy to simply save partial cache | Miod Vallat |
2011-01-01 | Better errata #17 handling logic. Only concerns MULTIPROCESSOR kernels. | Miod Vallat |
2011-01-01 | Corretctly return 0xffffffff for the returned LBA if the disk is too large | Mark Kettenis |
2011-01-01 | Implement READ CAPACITY (16). | Mark Kettenis |
2011-01-01 | Do not fold the MD5 in half. This might have made sense to someone when | Theo de Raadt |
2011-01-01 | Move setting cpu_hzticks to the clock initialization function, like | Jasper Lievisse Adriaanse |
2011-01-01 | - ansify | Jasper Lievisse Adriaanse |
2011-01-01 | fix spacing | Alexandre Ratchov |
2011-01-01 | Fix horribly broken softintr_establish(). The old code was not managing the | Mark Kettenis |
2011-01-01 | regen | Damien Bergamini |
2011-01-01 | the ACCTON is an AR9280+AR7010, not an AR9271, so update id accordingly. | Damien Bergamini |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2011-01-01 | cleanup, no binary change. | Damien Bergamini |
2011-01-01 | more AR9380/AR9485 bits. | Damien Bergamini |
2011-01-01 | unbreak kernel builds; sorry guys. | Damien Bergamini |
2011-01-01 | add code to read OTPROM on the AR9485 | Damien Bergamini |
2011-01-01 | copyright++; | Theo de Raadt |
2011-01-01 | comment cleanup | Theo de Raadt |
2010-12-31 | Reintroduce the code that puts the drive into standby in shutdown, but | Mark Kettenis |
2010-12-31 | make randomattach do the parts of it's job in the right order, then move | Theo de Raadt |
2010-12-31 | cleanup the ioctl function | Theo de Raadt |
2010-12-31 | delete includes we do not need | Theo de Raadt |
2010-12-31 | further improvements describing what we are doing | Theo de Raadt |
2010-12-31 | all random nodes have been arc4-based for a while, so none of them ever | Theo de Raadt |
2010-12-31 | when stopping Rx, set the AR_DIAG_RX_ABORT bit too. | Damien Bergamini |
2010-12-31 | Massive overhauling of the m88k pmap, though I can't pretend it's a new pmap | Miod Vallat |
2010-12-31 | limit the number of Tx chains used on some 3-stream AR9380 chips | Damien Bergamini |
2010-12-31 | Handle writethrough mappings (as opposed to writeback) better: | Miod Vallat |