summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* openbsd: only PID 1 is special (init)Antoine Jacoutot2016-01-121-5/+2
* Add various headers to unbreak compilationJasper Lievisse Adriaanse2015-12-114-0/+7
* PROT_EXECUTE -> PROT_EXECJasper Lievisse Adriaanse2015-12-111-1/+1
* Fix compilation because glibtop_machine definition has moved.Jasper Lievisse Adriaanse2015-12-112-1/+3
* Fix Darwin build.Benoît Dejean2015-08-182-0/+4
* 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
* Implement glibtop_map_entry Pss and Swap.Benoit Dejean2015-08-153-35/+32
* 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
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-0814-43/+43
* No use for glibtop_machine for now, but who knows in the future.Benoit Dejean2015-08-081-5/+2
* Exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE.Benoit Dejean2015-08-081-0/+3
* Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs...Benoit Dejean2015-08-0826-50/+0
* Don't include the ':' in smaps keys.Benoit Dejean2015-08-083-62/+60
* More debug messages to trace euid/egid changes.Benoit Dejean2015-08-081-0/+4
* Add some debug code to trace effective GID changes.Benoit Dejean2015-08-081-0/+4
* Don't install glibtop_private.h.Benoit Dejean2015-07-181-1/+3
* Fix utime/stime/cutime/cstime computation.Benoit Dejean2015-07-181-7/+16
* Do the math correctly to avoid loss of precision for rtime.Benoit Dejean2015-07-181-3/+1
* 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
* Check getloadavg() return value and call the function directlyBenoit Dejean2015-07-151-7/+2
* Convert lots of fprintf(stderr, ...) to glibtop_debug*().Benoit Dejean2015-07-151-3/+1
* Define glibtop_debug(_r) as macros, eventually calling real C function.Benoit Dejean2015-07-151-1/+1
* Print client and server pids in messages.Benoit Dejean2015-07-151-2/+11
* Add a level (DEBUG, WARNING, ERROR) to printing functions.Benoit Dejean2015-07-151-8/+31
* Add proper (and private) debug functions glibtop_debug*Benoit Dejean2015-07-151-0/+19
* For processes with threads, only reports the pid once.Benoit Dejean2015-07-151-0/+12
* Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.Benoit Dejean2015-07-1513-13/+13
* Provide stats about shared memory and account Slab as cached.Benoît Dejean2015-07-141-2/+3
* Fixed sscanf format string as arguments are unsigned ints.Benoît Dejean2015-07-101-1/+1
* Add support for linux x.y versioning schemaIonut Biru2015-07-101-1/+5
* Linux >= 3.14 provides a "MemAvailable" field in /proc/meminfo which gives theBenoît Dejean2015-07-101-1/+7
* freebsd: rework system memory usageTing-Wei Lan2015-07-031-28/+39
* Implement dev/inode for mapped files on ZFS.Benoit Dejean2015-06-261-1/+39
* Split the code that works only with UFS inode. Will ease new code for ZFS.Benoit Dejean2015-06-261-2/+20
* Set the FSUSAGE_(READ|WRITE) flags only we managed to get something. Currentl...Benoit Dejean2015-06-261-1/+3
* No special case for pid == 0. As of 2015, with FreeBSD 10.1-RELEASE #0 r27440...Benoit Dejean2015-06-261-3/+0
* Drop dead file,Benoit Dejean2015-06-261-173/+0
* The DEBUG macro enabled by --enable-debug is actually LIBGTOP_ENABLE_DEBUG.Benoit Dejean2015-06-263-3/+3
* Don't set GLIBTOP_PROC_MEM_SHARE because it's not implemented anymore.Benoit Dejean2015-06-211-4/+4
* It doesn't make any sense to count as shared each and every mmaped file. Disa...Benoit Dejean2015-06-211-0/+6
* Implemented procaffinity for netBSD.Juan RP2015-06-201-0/+87
* Define some GLIBTOP_SUID constants to build procaffinity on NetBSDJuan RP2015-06-201-0/+2
* Enable procaffinity.c on sysdeps/bsd/Makefile.am.Juan RP2015-06-201-1/+2
* freebsd: Add fdescfs to the ignored filesystem listTing-Wei Lan2015-06-141-0/+1
* stub sysdep: add some missing filesRyan Lortie2015-01-034-1/+100
* stub sysdep: add missing definesRyan Lortie2015-01-031-0/+2
* stub sysdep: fix mismatched function vs. prototypeRyan Lortie2015-01-031-1/+1