summaryrefslogtreecommitdiff
path: root/sysdeps/freebsd
Commit message (Expand)AuthorAgeFilesLines
* Support FreeBSD 13.0-CURRENT >= 1300062 vm_map_entryNeel Chauhan2019-12-151-0/+16
* freebsd: Support laundry memory and ZFS ARCTing-Wei Lan2018-10-251-2/+18
* Fix build on freebsd and darwin.Benoît Dejean2018-03-071-0/+1
* Fix build for FreeBSD 11.1.Benoit Dejean2017-07-291-0/+37
* Implement disk_rbytes and disk_wbytes for FreeBSD.Benoit Dejean2017-05-201-1/+38
* Renamed procdiskio to procioRobert Roth2017-05-123-8/+8
* Add dummy proc_diskio implementation for FreeBSD.Benoit Dejean2017-02-253-0/+45
* freebsd: Support GLIBTOP_IF_FLAGS_WIRELESS in netloadTing-Wei Lan2016-08-201-0/+17
* freebsd: Rewrite netload implementation with getifaddrs and ioctlGleb Smirnoff2016-08-201-176/+129
* Fix compilation because glibtop_machine definition has moved.Benoit Dejean2015-08-152-0/+3
* glibtop_machine is defined in glibtop.h.Benoit Dejean2015-08-151-2/+0
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-0814-43/+43
* 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-0824-48/+0
* 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
* 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
* 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-151-1/+1
* 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
* The DEBUG macro enabled by --enable-debug is actually LIBGTOP_ENABLE_DEBUG.Benoit Dejean2015-06-261-1/+1
* 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
* freebsd: Add fdescfs to the ignored filesystem listTing-Wei Lan2015-06-141-0/+1
* Update old FSF address.Robert Roth2014-08-2035-69/+69
* Don't include sys/pipe.h on kFreeBSDLIBGTOP_2_30_0Steven Chamberlain2014-04-291-3/+0
* freebsd: don't link to libgeomRyan Lortie2014-02-202-4/+4
* Fix build issues on FreeBSDTing-Wei Lan2014-02-201-4/+0
* kFreeBSD 8.0 build fixPetr Salinger2011-08-301-2/+2
* Fix numerous bigs in the FreeBSD backendJoe Marcus Clarke2011-06-2710-86/+201
* freebsd: Fix get_mem() on 64-bit systems (bgo#630128)Alexander Kojevnikov2010-10-031-2/+2
* Improved freebsd port.Benoît Dejean2008-08-189-11/+543
* Fixed build on GNU/kFreeBSD.Benoît Dejean2008-01-051-2/+4
* Fixed unit of vsize and resident.Benoît Dejean2008-01-051-2/+2
* Forgot to add these files.Benoît Dejean2007-07-023-0/+215
* Fixe some problems as well as implements procwd and procopenfiles forBenoît Dejean2007-07-015-14/+158
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-1/+0
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-2/+2
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-1123-23/+23
* Removed noisy $Id$.Benoît Dejean2007-02-1929-58/+0
* Huge (k)FreeBSD update. (k)FreeBSD support is freebsd/ Other BSD are inBenoît Dejean2007-02-1831-2219/+1062