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
/
freebsd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- replace all the xmalloc crap by glib memory management functions
Bastien Nocera
2003-10-20
5
-10
/
+18
*
Reverted libgtop changes. It's a common module and I should not modify it.
Carlos Perelló Marín
2003-10-19
34
-0
/
+4031
*
Moved all sysdeps code to the new libgtop-backends module.
Martin Baulig
2001-04-20
34
-4368
/
+0
*
Reflect latest interface changes.
Martin Baulig
2000-02-13
2
-28
/
+73
*
kvm_nlist () returns -1 on error, but a positive return value does not
Martin Baulig
2000-02-13
10
-10
/
+16
*
Removed siglist.c.
Martin Baulig
2000-02-13
1
-1
/
+1
*
Removed the non-suid `libgtop-sysdeps.la'. Removed.
Martin Baulig
2000-02-06
3
-44
/
+6
*
Moved here from the sysdeps directories.
Martin Baulig
2000-02-06
2
-31
/
+1
*
Removed the `lockfile' argument; we now use a configure check to determine
Martin Baulig
2000-02-06
1
-1
/
+1
*
Added `use_isdn' and `lockfile' arguments. When `use_isdn' is TRUE, we
Martin Baulig
2000-01-22
1
-1
/
+2
*
Better use `BUFSIZ' instead of `PAGE_SIZE' since this is large enough
Martin Baulig
2000-01-12
1
-1
/
+1
*
*** empty log message ***
Martin Baulig
2000-01-09
1
-18
/
+17
*
perl -pni -e 's,server->machine,server->_priv->machine,g' *.c
Martin Baulig
2000-01-08
2
-14
/
+14
*
The indentation in LibGTop was done with the following command:
Martin Baulig
1999-12-26
31
-1390
/
+1452
*
s/server->machine/server->_priv->machine/g;
Martin Baulig
1999-12-23
19
-67
/
+80
*
New file.
Martin Baulig
1999-12-12
6
-54
/
+214
*
This is a larger source-incompatible commit, but it'll make it easier to
Martin Baulig
1999-12-11
3
-11
/
+11
*
Added `instance' argument.
Martin Baulig
1999-11-28
1
-1
/
+1
*
Reflect latest interface changes.
Martin Baulig
1999-11-21
3
-1
/
+56
*
Return 0 on success and -1 on error.
Martin Baulig
1999-10-24
20
-65
/
+153
*
This is a very big an possibly breaking commit.
Martin Baulig
1999-10-24
20
-43
/
+43
*
Make inclusion of <osreldate.h> conditional to `HAVE_OSRELDATE_H', not to
Martin Baulig
1999-10-24
5
-3
/
+12
*
Fix bug #2909; I made some little mistake when applying a patch here.
Martin Baulig
1999-10-20
1
-1
/
+1
*
Applied all patches from the FreeBSD 3.3 ports collection.
Martin Baulig
1999-10-16
4
-7
/
+24
*
Don't use the `GLIBTOP_PROCESS_*' constants for process states for LibGTop
Martin Baulig
1999-10-16
2
-0
/
+28
*
Fix bug reported by Takis Psarogiannakopoulos: `start_time' are seconds
Martin Baulig
1999-07-29
2
-1
/
+7
*
Added/updated sysdeps AUTHORS files (each sysdeps port should have
Martin Baulig
1999-06-15
1
-1
/
+2
*
A fix to a ommitted case, when nor NetBSD, nor LibGTop >= 1.1.0. This
Timur Bakeyev
1999-06-15
2
-2
/
+10
*
*** empty log message ***
Martin Baulig
1999-05-26
1
-1
/
+1
*
Make this work with NetBSD 1.4.
Martin Baulig
1999-05-26
1
-13
/
+46
*
Removed debugging statement.
Martin Baulig
1999-05-26
1
-2
/
+0
*
Only #include <sys/param.h> inside LibGTop.
Martin Baulig
1999-05-26
1
-0
/
+2
*
More NetBSD 1.4 fixes.
Martin Baulig
1999-05-26
6
-16
/
+152
*
*** empty log message ***
Martin Baulig
1999-05-25
1
-21
/
+2
*
First attempt at making this work on NetBSD 1.4.
Martin Baulig
1999-05-25
5
-7
/
+129
*
Make I4B work on NetBSD.
Martin Baulig
1999-05-25
2
-1
/
+5
*
Use `(1L << feature)' instead of `(1 << feature)' to avoid problems
Martin Baulig
1999-05-06
21
-106
/
+106
*
Moved Timur's ChangeLog entry where it belongs.
Martin Baulig
1999-04-09
1
-0
/
+8
*
Added initial port for BSD/OS (aka BSDI) 2.x and 3.x. 4.x should also(?)
Timur Bakeyev
1999-04-08
9
-44
/
+78
*
Reflect latest `proc_state.state' changes.
Martin Baulig
1999-04-01
1
-11
/
+12
*
Added basic support for BSDI. It compiles without problems on BSDI 2.1 and
Martin Baulig
1999-03-19
11
-14
/
+106
*
Don't use `sppp.pp_phase' if we don't HAVE_I4B_ACCT. This is an ugly hack
Martin Baulig
1999-03-18
2
-0
/
+12
*
Added a missing #endif.
Martin Baulig
1999-03-01
1
-0
/
+1
*
Applied patch Stanislav Grozev for OpenBSD: only include <osreldate.h> for
Martin Baulig
1999-02-25
3
-1
/
+12
*
Applied another patch from Jeremy Lea to make it work with
Martin Baulig
1999-02-24
2
-0
/
+37
*
Small fix to make it compile.
Martin Baulig
1999-02-24
1
-1
/
+0
*
Really applied that patch. Don't know what happened to it before.
Martin Baulig
1999-02-23
3
-5
/
+15
*
Set the copyright of LibGTop to the GNU General Public License.
Martin Baulig
1999-02-23
29
-203
/
+203
*
Include a copy of the GNU Library General Public License here.
Martin Baulig
1999-02-22
29
-378
/
+436
*
#include <sys/param.h>.
Martin Baulig
1999-02-21
1
-0
/
+1
[prev]
[next]