User Details
- User Since
- Mar 12 2014, 1:00 AM (619 w, 3 d)
Yesterday
Tue, Jan 20
Use ${PWD}
Mon, Jan 19
Follow jlduran's suggestion of using atf_check -r.
Which revision removed these?
To be clear, the point is to have an explicit panic rather than a boot hang because we end up spinning in an uninitialized trap handler?
Always open /dev/pci read-write.
Sun, Jan 18
Sat, Jan 17
To be honest, I'm not thrilled to have a whole new set of functions for doing something already covered by queue.h and used extensively throughout the tree. These functions don't provide any type checking or debug assertions/poisoning like the queue.h macros do. These functions might be easier to use for someone not used to queue.h, but there are tons of examples of queue.h macro usage in the tree to draw from.
Fri, Jan 16
Drop inline qualifiers
I wonder why we bother with bogus page replacement in sendfile_swapin(). Why not pass valid pages to the pager and let it decide how to handle it?
Thu, Jan 15
Wed, Jan 14
Looks ok to me aside from the comment.
Tabs are stripped on this patch too.
Mon, Jan 12
@andrew will you MFC this? We're preparing patches for a secteam release soon and are planning on including this one.
Thank you!