1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-14 11:33:14 +00:00
conky/cmake
Magliano Andrea 98196d0e6b Preliminary import from 2.8.1 git release
* don't use kvm_* calls, just sysctl (so no suid perm necessary)

* sysctls calls in general aren't thread safe, collapse callbacks
  using same sysctls (specifically total/running procs and proc list
  ones).

  Some sysctls need two calls (first to get size of obj returned,
  second to get object self); if different threads use this schema
  on same sysctl, weird values are returned (first/second calls
  sequence should be serialized).

  In general it makes not much sense too having more threads that use
  the same sysctl; just get info once and populate all data.

* add DragonFly specific extended uname string ($version in conky.conf)
  with git version and signature

Todo:

- top process list logic is old style, use top.cc funcs.
- find a solution for cpu freq

Signed-off-by: Pavel Labath <pavelo@centrum.sk>
2012-06-28 18:56:01 +02:00
..
build.h.in Move cmake files around, add -D_GNU_SOURCE. 2009-12-09 15:56:07 -08:00
config.h.in Cmus support added to conky 2011-10-13 09:41:53 +02:00
Conky.cmake Preliminary import from 2.8.1 git release 2012-06-28 18:56:01 +02:00
ConkyBuildOptions.cmake Preliminary import from 2.8.1 git release 2012-06-28 18:56:01 +02:00
ConkyCPackSetup.cmake Add missing copyright notices. 2010-01-01 15:49:41 -08:00
ConkyPlatformChecks.cmake Preliminary import from 2.8.1 git release 2012-06-28 18:56:01 +02:00
Docbook.cmake Make building with LUA and MAINTAINER_MODE work 2010-01-19 16:33:05 +01:00
gcc44test.cc Require GCC >=4.4. 2009-12-10 15:19:45 -08:00
ToLua.cmake Add a CMAKE variable for the patch program 2010-06-13 19:09:07 +02:00