Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-06 | continue work with error messages, log_oom() | Shawn Landden | |
Adds messages for formally silent errors: new "Failed on cmdline argument %s: %s". Removes some specific error messages for -ENOMEM in mount-setup.c. A few specific ones have been left in other binaries. | |||
2012-07-26 | cgtop: add --version option | Zbigniew Jędrzejewski-Szmek | |
2012-07-26 | cgtop: use full terminal width | Zbigniew Jędrzejewski-Szmek | |
2012-07-26 | Add a 'b' option to cgtop, equivalent to the same option in top | David Strauss | |
[zj: use static] | |||
2012-07-26 | Add an 'n' option to cgtop (equivalent to top) | David Strauss | |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden | |
also a number of minor fixups and bug fixes: spelling, oom errors that didn't print errors, not properly forwarding error codes, few more consistency issues, et cetera | |||
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden | |
glibc/glib both use "out of memory" consistantly so maybe we should consider that instead of this. Eliminates one string out of a number of binaries. Also fixes extra newline in udev/scsi_id | |||
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering | |
This is to match strappend() and the other string related functions. | |||
2012-05-29 | cgtop: work even if not all cgroups are available | Shawn Landden | |
cgtop quits on startup if all the cgroup mounts it expects are not available. Just continue without nonexistant ones. | |||
2012-05-22 | cgtop: change default depth to 3 | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=49778 | |||
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering | |
2012-04-12 | move all tools to subdirs | Kay Sievers | |