summaryrefslogtreecommitdiff
path: root/sysdeps/freebsd
Commit message (Expand)AuthorAgeFilesLines
...
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-205-10/+18
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-1934-0/+4031
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-2034-4368/+0
* Reflect latest interface changes.Martin Baulig2000-02-132-28/+73
* kvm_nlist () returns -1 on error, but a positive return value does notMartin Baulig2000-02-1310-10/+16
* Removed siglist.c.Martin Baulig2000-02-131-1/+1
* Removed the non-suid `libgtop-sysdeps.la'. Removed.Martin Baulig2000-02-063-44/+6
* Moved here from the sysdeps directories.Martin Baulig2000-02-062-31/+1
* Removed the `lockfile' argument; we now use a configure check to determineMartin Baulig2000-02-061-1/+1
* Added `use_isdn' and `lockfile' arguments. When `use_isdn' is TRUE, weMartin Baulig2000-01-221-1/+2
* Better use `BUFSIZ' instead of `PAGE_SIZE' since this is large enoughMartin Baulig2000-01-121-1/+1
* *** empty log message ***Martin Baulig2000-01-091-18/+17
* perl -pni -e 's,server->machine,server->_priv->machine,g' *.cMartin Baulig2000-01-082-14/+14
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-2631-1390/+1452
* s/server->machine/server->_priv->machine/g;Martin Baulig1999-12-2319-67/+80
* New file.Martin Baulig1999-12-126-54/+214
* This is a larger source-incompatible commit, but it'll make it easier toMartin Baulig1999-12-113-11/+11
* Added `instance' argument.Martin Baulig1999-11-281-1/+1
* Reflect latest interface changes.Martin Baulig1999-11-213-1/+56
* Return 0 on success and -1 on error.Martin Baulig1999-10-2420-65/+153
* This is a very big an possibly breaking commit.Martin Baulig1999-10-2420-43/+43
* Make inclusion of <osreldate.h> conditional to `HAVE_OSRELDATE_H', not toMartin Baulig1999-10-245-3/+12
* Fix bug #2909; I made some little mistake when applying a patch here.Martin Baulig1999-10-201-1/+1
* Applied all patches from the FreeBSD 3.3 ports collection.Martin Baulig1999-10-164-7/+24
* Don't use the `GLIBTOP_PROCESS_*' constants for process states for LibGTopMartin Baulig1999-10-162-0/+28
* Fix bug reported by Takis Psarogiannakopoulos: `start_time' are secondsMartin Baulig1999-07-292-1/+7
* Added/updated sysdeps AUTHORS files (each sysdeps port should haveMartin Baulig1999-06-151-1/+2
* A fix to a ommitted case, when nor NetBSD, nor LibGTop >= 1.1.0. ThisTimur Bakeyev1999-06-152-2/+10
* *** empty log message ***Martin Baulig1999-05-261-1/+1
* Make this work with NetBSD 1.4.Martin Baulig1999-05-261-13/+46
* Removed debugging statement.Martin Baulig1999-05-261-2/+0
* Only #include <sys/param.h> inside LibGTop.Martin Baulig1999-05-261-0/+2
* More NetBSD 1.4 fixes.Martin Baulig1999-05-266-16/+152
* *** empty log message ***Martin Baulig1999-05-251-21/+2
* First attempt at making this work on NetBSD 1.4.Martin Baulig1999-05-255-7/+129
* Make I4B work on NetBSD.Martin Baulig1999-05-252-1/+5
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-0621-106/+106
* Moved Timur's ChangeLog entry where it belongs.Martin Baulig1999-04-091-0/+8
* Added initial port for BSD/OS (aka BSDI) 2.x and 3.x. 4.x should also(?)Timur Bakeyev1999-04-089-44/+78
* Reflect latest `proc_state.state' changes.Martin Baulig1999-04-011-11/+12
* Added basic support for BSDI. It compiles without problems on BSDI 2.1 andMartin Baulig1999-03-1911-14/+106
* Don't use `sppp.pp_phase' if we don't HAVE_I4B_ACCT. This is an ugly hackMartin Baulig1999-03-182-0/+12
* Added a missing #endif.Martin Baulig1999-03-011-0/+1
* Applied patch Stanislav Grozev for OpenBSD: only include <osreldate.h> forMartin Baulig1999-02-253-1/+12
* Applied another patch from Jeremy Lea to make it work withMartin Baulig1999-02-242-0/+37
* Small fix to make it compile.Martin Baulig1999-02-241-1/+0
* Really applied that patch. Don't know what happened to it before.Martin Baulig1999-02-233-5/+15
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-2329-203/+203
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-2229-378/+436
* #include <sys/param.h>.Martin Baulig1999-02-211-0/+1