index
:
delta/gnome/libgtop.git
LIBGTOP_0_25_PATCHES
LIBGTOP_1_1_2_PATCHES
LIBGTOP_STABLE_0_20
LIBGTOP_STABLE_1_0
affinity
before-gnome-2-0-merge
benoit/add_examples_to_ci_cd
gnome-2-10
gnome-2-12
gnome-2-14
gnome-2-20
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-32
gnome-2-34
gnome-2-36
gnome-2-38
gnome-2-4
gnome-2-40
gnome-2-6
gnome-2-8
libgtop-GNOME-2-0-port
libgtop-MARTIN-HEAD
linux_daemon
master
master-UNNAMED-BRANCH
testing
wip/diskio
wip/hadess/check-abi
wip/lantw/check-for-kinfo_getfile-on-freebsd
wip/libgtop-ng
wip/nielsdg/add-ci
gitlab.gnome.org: GNOME/libgtop.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed cpuinfo path. Sorry :/
Benoît Dejean
2007-08-27
1
-1
/
+1
*
Added a bufsiz argument to file_to_buffer().
Benoît Dejean
2007-08-26
18
-38
/
+42
*
git-svn sucks. Kill r2609
Benoît Dejean
2007-06-25
3
-72
/
+1
*
Fixed smaps parsing with linux > 2.6.21.
Benoît Dejean
2007-06-25
1
-2
/
+1
*
New API : glibtop_get_proc_affinity.
Benoît Dejean
2007-06-25
3
-1
/
+72
*
Got rid of G_GNUC_INTERNAL.
Benoît Dejean
2007-05-31
2
-10
/
+10
*
Got rid of glibtop_init_s calls. If i'm right, these are only no-op and
Benoît Dejean
2007-05-20
24
-46
/
+9
*
Fixed warnings.
Benoît Dejean
2007-05-19
2
-7
/
+13
*
Added missing sizeof.
Benoît Dejean
2007-05-17
2
-2
/
+7
*
Added missing files
Benoît Dejean
2007-05-13
1
-0
/
+98
*
Manual commit from my local git-svn which is broken :/
Benoît Dejean
2007-05-13
6
-4
/
+49
*
Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get
Benoît Dejean
2007-04-11
22
-22
/
+22
*
Fixed stat parsing for md devices. Patch by Martin Bailey
Benoît Dejean
2007-03-13
2
-12
/
+21
*
Removed noisy $Id$.
Benoît Dejean
2007-02-19
28
-56
/
+0
*
Some more const.
Benoît Dejean
2007-02-15
2
-2
/
+8
*
Fixed stack overflow in proc_map. Switched to Glibc getline because fgets
Benoît Dejean
2007-01-14
3
-19
/
+30
*
Bumped version number to 2.14.6.
Benoît Dejean
2007-01-11
1
-6
/
+0
*
Replaced two strstr by a hand-written loop in this critical code.
Benoît Dejean
2007-01-11
2
-4
/
+16
*
Fixed parsing s?maps on 64bit kernel. Closes #355290. Removed useless
Benoît Dejean
2006-09-11
2
-10
/
+16
*
Only print the warning if (number of real cpu's) != (number of cpu's
Benoît Dejean
2006-08-10
2
-5
/
+16
*
Updated implementation.
Benoît Dejean
2006-07-27
2
-0
/
+10
*
New has_sysfs function to avoid stating over and over '/sys' on each
Benoît Dejean
2006-07-27
5
-2
/
+31
*
Fixed a bunch of warnings.
Benoît Dejean
2006-04-02
4
-3
/
+11
*
I can't believe i've been so stupid :) Uses smaps if linux > 2.6.14.
Benoît Dejean
2006-01-23
2
-2
/
+12
*
Fixed when which == GLIBTOP_KERN_PROC_UID. Closes #324055.
Benoît Dejean
2005-12-15
2
-1
/
+18
*
Implemented server->real_ncpu. Add a warning to display ncpu and real_ncpu
Benoît Dejean
2005-12-14
2
-6
/
+17
*
Fixed server->ncpu usage (SMP handling). Need more testing.
Benoît Dejean
2005-12-13
6
-12
/
+64
*
Implemented smap support. Closes #320710.
Benoît Dejean
2005-12-12
2
-4
/
+87
*
Improved so that it doesn't stat(2) every /proc/<PID>/.
Benoît Dejean
2005-12-12
2
-9
/
+10
*
remove unused file.
James Henstridge
2005-12-12
18
-0
/
+18
*
Small improvements. Use g_array_sized_new instead of g_array_new with
Benoît Dejean
2005-12-07
2
-13
/
+42
*
Removed 1 g_return_*.
Benoît Dejean
2005-10-29
2
-1
/
+10
*
Do not add irq, softirq and iowait to idle.
Benoît Dejean
2005-08-15
2
-11
/
+15
*
Reworked a bit. Warn on 2.6 without /sys.
Benoît Dejean
2005-08-03
2
-16
/
+24
*
Fixed for people running 2.6 without /sys.
Benoît Dejean
2005-08-03
2
-2
/
+10
*
Added GLIBTOP_SUID_NETLIST.
Benoît Dejean
2005-08-02
2
-0
/
+7
*
Fixed .flags.
Benoît Dejean
2005-07-23
2
-1
/
+9
*
Cached getpagesize().
Benoît Dejean
2005-07-22
5
-2
/
+29
*
Split implementations. New (simpler) implementation for 2.6 (/sys is so
Benoît Dejean
2005-07-09
2
-120
/
+227
*
Cached boot_time.
Benoît Dejean
2005-07-07
2
-2
/
+22
*
Et m***e ... CVS got me. I wanted to commit a single change on the
Benoît Dejean
2005-07-05
1
-0
/
+14
*
Made some checks solaris only.
Benoît Dejean
2005-07-05
4
-10
/
+26
*
Removed LT_VERSION_INFO from LDFLAGS when unused.
Benoît Dejean
2005-06-14
1
-1
/
+1
*
Ensures buffer is 0-terminated.
Benoît Dejean
2005-06-14
2
-0
/
+6
*
Added pagein/pageout for linux 2.6.
Benoît Dejean
2005-06-13
2
-7
/
+35
*
Fixed compilation on mips. Closes #304570.
Benoît Dejean
2005-05-25
2
-0
/
+74
*
Fixed gcc-4.0 warnings.
Benoît Dejean
2005-04-01
2
-4
/
+8
*
Removed a g_return_if_fail.
Benoît Dejean
2005-03-29
2
-1
/
+6
*
Fixed behaviour when locale is not C s/strtod/g_ascii_strod/. (strtod
Benoît Dejean
2005-03-27
3
-5
/
+12
*
s/strerror/g_strerror/.
Benoît Dejean
2005-03-25
2
-1
/
+7
[next]