Age | Commit message (Collapse) | Author |
|
(activated by CONFIG_DESKTOP)
|
|
|
|
Use it where appropriate.
Stop scanning /etc/passwd *for every process*!!! (uid->username)
top: reduce memory usage - we won't save unneeded fields
from /proc info anymore. Downside: ~+250 bytes of code
|
|
style fixes
|
|
|
|
|
|
|
|
|
|
find_pid_by_name() was returning 0 or -1 in last array element,
but -1 was never checked. We can use just 0 intead.
|
|
|
|
|
|
With this fix, "make mrproper" works correctly
|
|
|
|
|
|
|
|
adding/deleting that code again and again
|
|
|
|
w/o perror and statictics. Several small improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(we were not respecting order of actions!).
Add -o and -a handling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chmod: match coreutils versus following links
|
|
|
|
|
|
chmod: stop following symlinks
|
|
|
|
|
|
|
|
|
|
|
|
Found bad typo in largefile support :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|