Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This isn't really all that useful, it doesn't enable anything that
wasn't possible before. With it removed I'll be able to implement
process_exit() in a much simpler way.
|
|
all the switch cases are already implemented, so that panic can only
occur due to invalid state
|
|
|
|
|
|
it's not related to logging but to general io, the old name didn't make
sense
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|