summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-05finish resetting the device by sending a soft reset via the post_directDavid Gwynne
2007-04-05sili_post_direct lets you submit a prb without all the goop of a ccb andDavid Gwynne
2007-04-05rearrange the busywait funcs slightlyDavid Gwynne
2007-04-05DPRINTF will be useful soon, so stick it inDavid Gwynne
2007-04-05control bits in the prb. shuffle things around a bit...David Gwynne
2007-04-05start defining the scatter/gather bits and the port request blocks (PRBs).David Gwynne
2007-04-05regenTed Unangst
2007-04-05laurence tratt says his cable mostly works with thisTed Unangst
2007-04-05jason crawford noticed that the rthreads diff didn't compile with rthreads!Ted Unangst
2007-04-05another extra test i missed before, from charles longeauTed Unangst
2007-04-05remove some extra tests, from charles longeauTed Unangst
2007-04-05remove extra test, but do it correctly this timeTed Unangst
2007-04-04For verbose archive listings, use -> for symlinks, not =>,Todd C. Miller
2007-04-04Activate interference mitigation.Marcus Glocker
2007-04-04Enable pyro(4) and ebus(4) at mainbus(4). Reorder bus drivers such thatMark Kettenis
2007-04-04Correctly set the TSB size on pyro(4).Mark Kettenis
2007-04-04Debugging. Fix a lot wrong registers. Fix a couple of /* XXX */ andMarcus Glocker
2007-04-04missing prototypes; from Mark Lumsden with a twist by me.Otto Moerbeek
2007-04-04unneeded include; -Wall -Wmissing-prototypes is happy; from Mark LumsdenOtto Moerbeek
2007-04-04garbage collect unused var ospeed; from Mark LumsdenOtto Moerbeek
2007-04-04Back out revision 1.70. By asynchronously writing the bitmaps to diskPedro Martelletto
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-04only do the SO_REUSEADDR/SO_REUSEPORT if we are going to bind; pointed out by...Theo de Raadt
2007-04-04Switch vm_map lock to rwlock.Artur Grabowski
2007-04-04Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lockArtur Grabowski
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-04-04Implement clock_gettime(CLOCK_PROF) since it's so simple.Artur Grabowski
2007-04-04syncTodd T. Fries
2007-04-04fix wrong major # for xfsTodd T. Fries
2007-04-04oops, tweak previous here too;Jason McIntyre
2007-04-04tweak previous;Jason McIntyre
2007-04-04Update to sendmail-8.14.1Todd C. Miller
2007-04-04oursleves -> ourselvesPedro Martelletto
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-04-04Don't remove the process from the threads queue in proc_zap() as thatPedro Martelletto
2007-04-04abouse -> abusePedro Martelletto
2007-04-04document correctly WHITE format; ok beckJason McIntyre
2007-04-04properly escape "%O"; ok jasonJason McIntyre
2007-04-04Rename "nosave" variable to "storename" in hopes of clarifyingTodd C. Miller
2007-04-04Clarify the behavior of the -N and -n flags.Todd C. Miller
2007-04-04Type 4 (router) summery LSA need to be sent out with an LS ID equal to theClaudio Jeker
2007-04-04sprinkle some ansification around.David Gwynne
2007-04-04implement sili_pwait_{ne,eq} for busy waiting on register values.David Gwynne
2007-04-04There is no need to originate inter-area routes to the backbone.Claudio Jeker
2007-04-04some registers are shared amongst various sata controllers, so stickDavid Gwynne
2007-04-04interrupt enable set/clear defnsDavid Gwynne
2007-04-04port control clear bitsDavid Gwynne
2007-04-04do a global reset properly.David Gwynne
2007-04-03Match su16552.Mark Kettenis