Hisham Muhammad
71190654bc
Calculate CPU averages on Darwin (See #295 ).
11 years ago
Martin "eto" Misuth
93f05b459f
fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream
11 years ago
Martin "eto" Misuth
2379835910
Added platform dependent DEFAULT_SIGNAL define, for now for:
...
FreeBSD
Linux
Other platforms will have it undefined for now.
11 years ago
Hisham Muhammad
3fe2f3e28e
Move list of signals to platform-specific code.
...
Implementations for Linux (tested) and FreeBSD (still untested, thanks to @etosan for providing the table).
Darwin and OpenBSD(ping @mmcco ) builds should be broken now, pending their own tables.
11 years ago
Christian Hesse
08829cbc3b
fix compiler warnings
...
gcc gives warnings like this:
warning: ignoring return value of ‘fscanf’, declared with attribute
warn_unused_result
Assign value to a variable, cast to (void) to discard it.
11 years ago
Hisham Muhammad
d0c72c3fb2
Move FunctionBar inside Panel
11 years ago
Hisham Muhammad
272e2d9b34
Major advances in FreeBSD port.
11 years ago
Hisham Muhammad
7fd4af80ff
Linux build fixes.
11 years ago
Hisham Muhammad
be1700cf94
Isolate portable and Linux-specific process fields.
11 years ago
Hisham Muhammad
e3fe3962cb
Move more Linux-specific code into Linux subdir.
11 years ago
Hisham Muhammad
50000d808e
Silence warnings reported in #70 .
11 years ago
Hisham Muhammad
9780c312f4
Fix allocation of processes. Closes #166 .
...
Conflicts:
Process.c
Process.h
ProcessList.c
ScreenManager.c
linux/LinuxProcessList.c
11 years ago
Hisham Muhammad
6f868b00c0
Fix allocation of processes. Closes #166 .
11 years ago
Hisham Muhammad
c2108e5a48
Another mega-patch for the refactoring process.
...
Kinda runs, but functionality from the original main loop
is still missing. Patience.
11 years ago
Hisham Muhammad
3383d8e556
Sorry about the mega-patch.
...
This is a work-in-progress, code is currently broken.
(Some actions, and notably, the header, are missing.)
11 years ago
Hisham Muhammad
430c7c9a9b
Move platform-dependent parts of Linux battery meter.
11 years ago
Hisham Muhammad
b4f6b11092
Move "get max pid" code into platform specific area.
11 years ago
Hisham Muhammad
529095607c
Isolate cross-platform code for load average.
11 years ago
Hisham Muhammad
e748401588
Build fix.
11 years ago
Hisham Muhammad
ca03094bb2
Make UptimeMeter cross-platform again.
11 years ago
Hisham Muhammad
357e7a3243
Move UptimeMeter into platform-dependent area.
...
Set up environment to move other meters.
11 years ago
Hisham Muhammad
aaaaf063a1
Builds on Linux again!
11 years ago
Hisham Muhammad
26422af608
Files moved and added for supporting separate platforms.
11 years ago