summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sync with OpenBSD's uvm_extern.h changesJasper Lievisse Adriaanse2014-11-181-3/+3
* dkstat.h is going away on OpenBSD, so use sys/sched.h instead for CP_*Jasper Lievisse Adriaanse2014-09-081-1/+1
* Add SMP support for OpenBSDJasper Lievisse Adriaanse2014-09-012-13/+81
* Update old FSF address.Robert Roth2014-08-20377-748/+748
* Unbreak build on OpenBSD after recent header changes.Jasper Lievisse Adriaanse2014-07-102-0/+8
* Don't include sys/pipe.h on kFreeBSDLIBGTOP_2_30_0Steven Chamberlain2014-04-291-3/+0
* switch from VM_METER to VM_UVMEXPJasper Lievisse Adriaanse2014-04-101-27/+4
* openbsd: drop empty EXTRA_SYSDEPS_LIBS.Antoine Jacoutot2014-03-311-1/+1
* freebsd: don't link to libgeomRyan Lortie2014-02-202-4/+4
* Fix build issues on FreeBSDTing-Wei Lan2014-02-201-4/+0
* openbsd: bring glibtop_get_proc_segment from FreeBSDAntoine Jacoutot2014-02-081-25/+21
* openbsd: drop unecessary checkAntoine Jacoutot2014-02-087-7/+7
* openbsd: merge patches from ports treeAntoine Jacoutot2014-02-0316-261/+376
* openbsd: better handling of p_wchanAntoine Jacoutot2014-02-011-3/+5
* openbsd: really drop all lsof related codeAntoine Jacoutot2014-01-233-51/+1