Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
While I personally don't see a reason to use NULL instead of 0, I assume
that whoever made that a sparse default knew what they were doing.
|
|
|
|
|
|
|
|
the new name is terrible, but at least the function now has a clear
purpose
|
|
|
|
|
|
|
|
|
|
thanks to this i can tell which ones are placeholders, and which ones
should stay
|
|
|
|
|
|
|
|
|
|
yay for pointless changes
|
|
the kfree() call was freeing a buffer which was inside a process struct
|
|
|
|
makes the code slightly simpler, imo
|
|
|
|
whoops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
currently this is just a text file, but it will be a tar archive later
on
|
|
|
|
|
|
|
|
i think that making the call a bit more "transparent" makes the code
nicer
|
|
|
|
the values are the same, it only caused a warning in sparse
|
|
|
|
|
|
|
|
|
|
|
|
thanks to this, the fs provider can continue executing until the next
fs_wait() call. that should speed things up a bit
|
|
|
|
for some reason it's only there by default if you compile with `-O2`.
because of this, you couldn't compile camellia with `-O1`
|
|
|
|
otherwise this doesn't compile with -O0
|