summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't include non-installed glibtop_machine.h in glibtop.h.Benoît Dejean2015-08-151-2/+1
* server->machine is now a pointer, so propagate the change from . to ->.Benoît Dejean2015-08-0875-322/+322
* Define glibtop_machine for Linux as empty because it's not used.Benoît Dejean2015-08-081-5/+1
* Add missing file.Benoit Dejean2015-08-081-0/+22
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-0818-45/+55
* Add uid/euid/gid/egid members to struct glibtop.Benoit Dejean2015-08-081-0/+10
* No use for glibtop_machine for now, but who knows in the future.Benoit Dejean2015-08-081-5/+2
* Always define gligtop_machine.Benoit Dejean2015-08-083-66/+1
* Exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE.Benoit Dejean2015-08-081-0/+3
* Post-release version bump.Benoît Dejean2015-08-081-1/+1
* Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs...Benoit Dejean2015-08-0826-50/+0
* Ignore *.bak files.Benoit Dejean2015-08-081-0/+1
* Don't include the ':' in smaps keys.Benoit Dejean2015-08-083-62/+60
* More debug messages to trace euid/egid changes.Benoit Dejean2015-08-082-0/+11
* Display features in hex in debug message.Benoit Dejean2015-08-081-1/+1
* Add some debug code to trace effective GID changes.Benoit Dejean2015-08-081-0/+4
* Move _glibtop_global_server from .data to .bss.Benoit Dejean2015-08-081-1/+1
* Also display file/line/function in debug messages.Benoit Dejean2015-08-081-1/+1
* Prepared release 2.31.4LIBGTOP_2_31_4Robert Roth2015-08-052-2/+2
* Some NEWS for 2.31.4.Benoît Dejean2015-07-191-0/+22
* Don't define twice glibtop_global_server and server_features.Benoit Dejean2015-07-181-28/+0
* Use the server parameter, not the global/default one.Benoit Dejean2015-07-181-1/+1
* Don't install glibtop_private.h.Benoit Dejean2015-07-181-1/+3
* Ignore the new examples/free binary.Benoit Dejean2015-07-181-1/+1
* Turn the proclist example into a minimal `ps`.Benoit Dejean2015-07-181-9/+25
* Fix utime/stime/cutime/cstime computation.Benoit Dejean2015-07-181-7/+16
* It's been 26 years since C89, let modern compilers do what theyBenoit Dejean2015-07-181-1/+0
* Do the math correctly to avoid loss of precision for rtime.Benoit Dejean2015-07-181-3/+1
* Fix printf format/type mistmatch.Benoit Dejean2015-07-181-1/+1
* Fixed sprintf format/args type mismatch.Benoit Dejean2015-07-151-4/+4
* Check the command value even if !LIBGTOP_ENABLE_DEBUG.Benoit Dejean2015-07-151-38/+37
* Rework logic by turning two dark while into fors.Benoit Dejean2015-07-151-28/+20
* Print message to stderr at once, to avoid mixups.Benoit Dejean2015-07-151-27/+29
* Fix signedness issue when printing HW address.Benoit Dejean2015-07-151-1/+1
* Check getloadavg() return value and call the function directlyBenoit Dejean2015-07-151-7/+2
* More files to ignore.Benoit Dejean2015-07-151-28/+30
* Convert lots of fprintf(stderr, ...) to glibtop_debug*().Benoit Dejean2015-07-1510-65/+22
* Define glibtop_debug(_r) as macros, eventually calling real C function.Benoit Dejean2015-07-152-4/+6
* Print client and server pids in messages.Benoit Dejean2015-07-151-2/+11
* Fixed glibtop_debug for calls without arguments.Benoit Dejean2015-07-151-1/+1
* Always define LIBGTOP_ENABLE_DEBUG (0|1) to be used in if() statements.Benoit Dejean2015-07-151-1/+2
* Add a level (DEBUG, WARNING, ERROR) to printing functions.Benoit Dejean2015-07-151-8/+31
* Fix macro definition.Benoit Dejean2015-07-151-1/+1
* Add proper (and private) debug functions glibtop_debug*Benoit Dejean2015-07-152-0/+29
* For processes with threads, only reports the pid once.Benoit Dejean2015-07-151-0/+12
* Fix alignment issue with proclist arguments unpacking.Benoit Dejean2015-07-151-3/+5
* The perl generator for the *_l() functions does not need to knowBenoit Dejean2015-07-152-32/+32
* Reorder GI annotations and remove duplicate for _l().Benoit Dejean2015-07-151-24/+17
* Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.Benoit Dejean2015-07-1517-21/+21
* Ignore the `free` example binary.Benoît Dejean2015-07-141-1/+1