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