summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated this a bit.LIBGTOP_1_0_7Martin Baulig2000-02-162-8/+8
|
* Released LibGTop 1.0.7 "Copenhagen".Martin Baulig2000-02-154-1/+16
| | | | | | 2000-02-15 Martin Baulig <martin@home-of-linux.org> Released LibGTop 1.0.7 "Copenhagen".
* *** empty log message ***Martin Baulig2000-02-153-57/+0
|
* *** empty log message ***Martin Baulig2000-02-1421-22/+23
|
* First version of a debian/ directory for LibGTop 1.0.x.Martin Baulig2000-02-1412-0/+479
|
* Make sure we close all open files.Martin Baulig2000-02-143-3/+10
|
* 1.0.7 again :)Martin Baulig2000-02-1319-190/+190
|
* Only #include <osreldate.h> on FreeBSD.Martin Baulig2000-02-131-0/+3
|
* **** Merged from HEAD ****Martin Baulig2000-02-139-9/+15
| | | | | | | | 2000-02-13 Martin Baulig <martin@home-of-linux.org> * *.c: kvm_nlist () returns -1 on error, but a positive return value does not necessarily mean failure. Fixes #3302 which was reported by Matthias Scheler some time ago.
* Set correct `buf->size' and `buf->flags' fields when `max_length' wasMartin Baulig2000-01-212-1/+11
| | | | | | | 2000-01-22 Martin Baulig <martin@home-of-linux.org> * procargs.c (glibtop_get_proc_args_s): Set correct `buf->size' and `buf->flags' fields when `max_length' was given. Fixes #5183.
* **** Merged from HEAD ****LIBGTOP_1_1_2_PATCHESMartin Baulig2000-01-203-16/+25
| | | | | | | | | | 2000-01-20 Martin Baulig <martin@home-of-linux.org> * fsusage.c (adjust_blocks): Use `u_int64_t' arguments and return value to avoid long int overflows on machines with large disks. * fsusage.h (struct fs_usage): Use `u_int64_t' here as well.
* **** Merged from Hardangervidda ****Martin Baulig1999-11-282-0/+7
| | | | | | | 1999-11-28 Martin Baulig <martin@home-of-linux.org> * gnuserv.c (setup_table): Don't dump core when the table of permitted host names contains a NULL pointer.
* **** Merged from Hardangervidda ****Martin Baulig1999-11-282-1/+9
| | | | | | | | 1999-11-28 Martin Baulig <martin@home-of-linux.org> * procstate.c (glibtop_get_procstate_s): Stat "/proc/<pid>" instead of "/proc/<pid>/state" to get `uid' and `gid'. Thanks to Jason Becker for pointing out that GTop reported wrong uid's.
* **** Merged from HEAD ****Martin Baulig1999-10-201-1/+1
| | | | Fix bug #2909; I made some little mistake when applying a patch here.
* **** Merged from HEAD ****Martin Baulig1999-10-192-2/+7
| | | | | | | 1999-10-19 Martin Baulig <martin@home-of-linux.org> * uptime.c (glibtop_get_uptime_s): Don't cast uptime and idletime to float as suggested by John Kodis.
* Set version number to 1.0.7 binary age 6, interface age 6.Martin Baulig1999-10-192-3/+8
| | | | | | | 1999-10-19 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION: Set version number to 1.0.7 binary age 6, interface age 6.
* Released LibGTop 1.0.6 "October LibGTop".LIBGTOP_1_0_6Martin Baulig1999-10-182-14/+17
| | | | | | 1999-10-18 Martin Baulig <martin@home-of-linux.org> Released LibGTop 1.0.6 "October LibGTop".
* Let's call it "October LibGTop" ... :)Martin Baulig1999-10-181-1/+1
|
* One should not touch release notes of released versions ... butMartin Baulig1999-10-181-1/+1
| | | | this was really neccessary to avoid some confusion.
* *** empty log message ***Martin Baulig1999-10-183-22/+124
|
* Added release notes for LibGTop 1.0.6.Martin Baulig1999-10-181-0/+172
|
* Removed obsolete file.Martin Baulig1999-10-182-244/+4
| | | | | | 1999-10-18 Martin Baulig <martin@home-of-linux.org> * NEWS.old: Removed obsolete file.
* Removed obsolete file.Martin Baulig1999-10-182-46/+2
| | | | | | 1999-10-18 Martin Baulig <martin@home-of-linux.org> * TODO: Removed obsolete file.
* We start maintaining a NEWS file now :)Martin Baulig1999-10-182-0/+17
| | | | | | 1999-10-18 Martin Baulig <martin@home-of-linux.org> * NEWS: We start maintaining a NEWS file now :)
* This is an ordinary branch now.Martin Baulig1999-10-180-0/+0
|
* C-u 1 texinfo-multiple-files-updateMartin Baulig1999-10-182-0/+1896
|
* Remove internals.texi from the stable branch.Martin Baulig1999-10-180-0/+0
|
* **** Merged from HEAD ****Martin Baulig1999-10-164-7/+24
| | | | | | | | | | | | 1999-10-16 Martin Baulig <martin@home-of-linux.org> Applied all patches from the FreeBSD 3.3 ports collection. * swap.c: Only #include <rlist.h> for __FreeBSD_version < 400005. * prockernel.c: Make it compile on FreeBSD / alpha. * procsignal.c: Some fixes for FreeBSD-current.
* Set version number to 1.0.6 binary age 5, interface age 5.Martin Baulig1999-10-162-3/+8
| | | | | | | 1999-10-16 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION: Set version number to 1.0.6 binary age 5, interface age 5.
* **** Merged from HEAD ****Martin Baulig1999-10-162-0/+28
| | | | | | | | 1999-10-16 Martin Baulig <martin@home-of-linux.org> * procstate.c (glibtop_get_proc_state_p): Don't use the `GLIBTOP_PROCESS_*' constants for process states for LibGTop 1.0.x.
* Added Galician translationJesus Bravo Alvarez1999-10-094-1/+1095
|
* Released LibGTop 1.0.5.LIBGTOP_1_0_5Martin Baulig1999-09-291-0/+4
| | | | | | 1999-09-29 Martin Baulig <martin@home-of-linux.org> Released LibGTop 1.0.5.
* updated po files for 1.0.5.Martin Baulig1999-09-2918-1492/+1741
|
* **** Merged from HEAD ****Martin Baulig1999-09-282-0/+8
| | | | | | 1999-09-29 Martin Baulig <martin@home-of-linux.org> * configure.in (libgtop_top_builddir): AC_SUBST this.
* Updated.Kenneth lléphaane Christiansen1999-09-282-1064/+1236
| | | | | | 1999-09-29 Kenneth lléphaane Christiansen <kenneth@ripen.dk> * da.po: Updated.
* Remove %{prefix}/lib/libgtopElliot Lee1999-09-271-1/+0
| | | | Remove %{prefix}/lib/libgtop
* Updated Polish translationChyla Zbigniew1999-09-262-248/+252
|
* Set version number to 1.0.5 binary age 4, interface age 4.Martin Baulig1999-09-242-3/+8
| | | | | | | 1999-09-24 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION: Set version number to 1.0.5 binary age 4, interface age 4.
* 1.0.4.LIBGTOP_1_0_4Martin Baulig1999-09-2418-2750/+2762
|
* Released LibGTop 1.0.4.Martin Baulig1999-09-241-0/+4
| | | | | | 1999-09-24 Martin Baulig <martin@home-of-linux.org> Released LibGTop 1.0.4.
* dohKjartan Maraas1999-09-211-1/+1
|
* Added Danish translation from Kenneth Christiansen <kenneth@ripen.dk>.Kjartan Maraas1999-09-213-0/+1060
| | | | | | | 1999-09-22 Kjartan Maraas <kmaraas@online.no> * da.po: Added Danish translation from Kenneth Christiansen <kenneth@ripen.dk>.
* Updated.Vincent Renardias1999-09-202-293/+172
| | | | * Updated.
* **** Merged from HEAD ****Martin Baulig1999-09-182-0/+7
| | | | | | | 1999-09-19 Martin Baulig <martin@home-of-linux.org> * libgtopConf.sh.in: Added MODULE_VERSION on Miguel's request (set it to "libgtop-@LIBGTOP_VERSION@").
* merged files from head cvs for translationsPablo Saratxaga1999-09-1819-3635/+4714
|
* Added pl to ALL_LINGUASChyla Zbigniew1999-09-171-1/+1
|
* Added Polish translationChyla Zbigniew1999-09-172-0/+1050
|
* **** Merged from HEAD ****Martin Baulig1999-09-172-2/+19
|
* Set version number to 1.0.4 binary age 3, interface age 3.Martin Baulig1999-09-162-3/+8
| | | | | | | 1999-09-17 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION: Set version number to 1.0.4 binary age 3, interface age 3.
* Merged everything since May 31 from HEAD and released LibGTop 1.0.3.LIBGTOP_1_0_3Martin Baulig1999-09-1613-121/+128
| | | | | | | 1999-09-16 Martin Baulig <martin@home-of-linux.org> Merged everything since May 31 from HEAD and released LibGTop 1.0.3.