summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepared release 3.18.03.18.02.32.0gnome-2-32Robert Roth2015-09-212-2/+6
|
* Prepare release 2.31.91LIBGTOP_2_31_91Robert Roth2015-09-141-1/+6
|
* Updated Polish translationPiotr Drąg2015-08-261-9/+9
|
* Post-release version bump.Benoît Dejean2015-08-251-1/+1
|
* Fix constant name for GLIBTOP_MAX_PROC_WD.Benoît Dejean2015-08-251-1/+1
|
* Fix a bunch of doc tags for GI.Benoît Dejean2015-08-256-6/+29
|
* Define missing GLIBTOP_MAX_PROC_AFFINITY.Benoît Dejean2015-08-251-0/+1
|
* Don't ship glibtop/version.h as this is private.Benoît Dejean2015-08-232-4/+6
|
* Fix Darwin build.Benoît Dejean2015-08-183-0/+9
| | | | | Patch by David Evans. Bug https://bugzilla.gnome.org/show_bug.cgi?id=753743 .
* Prepared release 2.31.90LIBGTOP_2_31_90Robert Roth2015-08-172-2/+2
|
* NEWS for 2.31.5.Benoît Dejean2015-08-161-0/+25
|
* Fix compilation because glibtop_machine definition has moved.Benoit Dejean2015-08-152-0/+3
|
* glibtop_machine is defined in glibtop.h.Benoit Dejean2015-08-1510-20/+0
| | | | Don't duplicate the typedef (error unless C11).
* Implement glibtop_map_entry Pss and Swap.Benoit Dejean2015-08-153-35/+32
| | | | Regenerate hash function for fast parsing.
* New API/ABI: add Pss (partial set size) and Swap in glibtop_map_entry.Benoit Dejean2015-08-151-1/+5
|
* Don't include non-installed glibtop_machine.h in glibtop.h.Benoît Dejean2015-08-151-2/+1
| | | | That would defeat its purpose.
* 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
| | | | Fix compilation.
* 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
| | | | This hides the glibtop_machine implementation.
* 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
| | | | | | | | | | | There was an ABI mismatch because HAVE_GLIBTOP_MACHINE was only defined when compiling the library itself. The library code would then use a larger struct glibtop (with a machine member) than the application code. Everyone defines a glibtop_machine but linux (though it as a glibtop_machine.h) and cygwin (code unchanged for 5 years) so this should not break anything.
* 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 ↵Benoit Dejean2015-08-0826-50/+0
| | | | sysdeps/{freebsd,linux}.
* Ignore *.bak files.Benoit Dejean2015-08-081-0/+1
|
* Don't include the ':' in smaps keys.Benoit Dejean2015-08-083-62/+60
| | | | Regenerate the hashtable.
* 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
| | | | | | | I don't know how the linker was even able to cope with that. This is somehow related with previous commit: 4808aac Make libgtop_server2 link against its libgtop.
* 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
| | | | want.
* Do the math correctly to avoid loss of precision for rtime.Benoit Dejean2015-07-181-3/+1
| | | | | I've noticed this with system-monitor where all processes got a perfectly round CPU time to the second.
* 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
| | | | Also, if kvm_read fail, exit rather than looping forever.
* 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
| | | | on the glibtop_loadavg buffer member.