User Details
- User Since
- May 16 2014, 7:35 PM (248 w, 2 d)
Yesterday
Why cannot the same happen for read side ?
Sat, Feb 16
Fri, Feb 15
Do static binaries work ? I suspect they do not, or they work by a chance. Most scary is init(8) of course, but other static binaries esp. rescue(8) are also questionable.
Thu, Feb 14
Provide implementations for all arches.
Tue, Feb 12
Mon, Feb 11
Sun, Feb 10
Sat, Feb 9
Fix quite a bug in the loading of depended objects.
Restructure to avoid coding current thread offset calculation twice.
The buffer is not statically allocated, it is statically sized (in the revision summary).
Rename rangeset_get() to rangeset_lookup().
Remove one more _NOFREE.
Clear dst after failed copy.
Fri, Feb 8
Thu, Feb 7
I have a generic question about the patch. Why this needs to be done inside the driver, and why cannot pfil hooks be applied e.g. in ether_input() ? It is strange that all drivers would need this patch.