summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Small API change. get_proclist returns pid_t instead of unsigned forBenoît Dejean2007-05-191-0/+9
| | | | | | | | | | | | | 2007-05-19 Benoît Dejean <benoit@placenet.org> * features.def: * include/glibtop/proclist.h: Small API change. get_proclist returns pid_t instead of unsigned for consistency. I have checked many archs and this doesn't break the ABI. svn path=/trunk/; revision=2595
* Bumped version number.Benoît Dejean2007-05-171-0/+6
| | | | | | | | | | 2007-05-17 Benoît Dejean <benoit@placenet.org> * configure.in: Bumped version number. svn path=/trunk/; revision=2590
* Fixed dist.LIBGTOP_2_19_2Benoît Dejean2007-05-141-0/+7
| | | | | | | | | | | 2007-05-14 Benoît Dejean <benoit@placenet.org> * include/glibtop/Makefile.am: * lib/Makefile.am: Fixed dist. svn path=/trunk/; revision=2583
* Released 2.19.2.Benoît Dejean2007-05-131-0/+7
| | | | | | | | | | | 2007-05-13 Benoît Dejean <benoit@placenet.org> * NEWS: * configure.in: Released 2.19.2. svn path=/trunk/; revision=2579
* Manual commit from my local git-svn which is broken :/Benoît Dejean2007-05-131-0/+20
| | | | svn path=/trunk/; revision=2578
* Got rid of InodeDB. This feature was optionnal and i have never heard ofBenoît Dejean2007-04-271-0/+6
| | | | | | | | | | 2007-04-27 Benoît Dejean <benoit@placenet.org> Got rid of InodeDB. This feature was optionnal and i have never heard of anyone using it. I have never touched it so it may be broken since 2.6. svn path=/trunk/; revision=2573
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-111-0/+11
| | | | | | | | | | | | | | | 2007-04-11 Benoît Dejean <benoit@placenet.org> * *: Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get internal visibility. * configure.in: Bumped version number. svn path=/trunk/; revision=2569
* Updated.Benoît Dejean2007-03-131-0/+6
| | | | | | | | | | 2007-03-13 Benoît Dejean <benoit@placenet.org> * MAINTAINERS: Updated. svn path=/trunk/; revision=2565
* Released 2.14.8.LIBGTOP_2_14_8Benoît Dejean2007-02-251-0/+6
| | | | | | | | | | 2007-02-25 Benoît Dejean <benoit@placenet.org> * NEWS: Released 2.14.8. svn path=/trunk/; revision=2560
* Removed noisy $Id$.Benoît Dejean2007-02-191-0/+6
| | | | | | | | | | 2007-02-20 Benoît Dejean <benoit@placenet.org> * *: Removed noisy $Id$. svn path=/trunk/; revision=2558
* Huge (k)FreeBSD update. (k)FreeBSD support is freebsd/ Other BSD are inBenoît Dejean2007-02-181-0/+15
| | | | | | | | | | | | | | | | | | | 2007-02-18 Benoît Dejean <benoit@placenet.org> * configure.in: * libgtop-sysdeps.m4: * sysdeps/Makefile.am: Huge (k)FreeBSD update. (k)FreeBSD support is freebsd/ Other BSD are in bsd/ Patch by Joe Marcus Clarke <marcus@freebsd.org> Alexander Nedotsukov <bland@FreeBSD.org> Closes #407693. svn path=/trunk/; revision=2557
* Handle EINTR.Benoît Dejean2007-02-141-0/+11
| | | | | | | | | | | | | | | 2007-02-14 Benoît Dejean <benoit@placenet.org> * lib/read.c: (glibtop_read_l): * lib/write.c: (glibtop_write_l): Handle EINTR. * configure.in: Post release version bump. svn path=/trunk/; revision=2554
* Released 2.14.7.LIBGTOP_2_14_7Benoît Dejean2007-02-101-0/+7
| | | | | | | | | | | 2007-02-10 Benoît Dejean <benoit@placenet.org> * NEWS: * configure.in: Released 2.14.7. svn path=/trunk/; revision=2552
* Released 2.14.6.LIBGTOP_2_14_6Benoît Dejean2007-01-141-0/+6
| | | | | | | | | | 2007-01-14 Benoît Dejean <benoit@placenet.org> * NEWS: Released 2.14.6. svn path=/trunk/; revision=2547
* Bumped version number to 2.14.6.Benoît Dejean2007-01-111-0/+10
| | | | | | | | | | | | | | 2007-01-11 Benoît Dejean <benoit@placenet.org> * configure.in: Bumped version number to 2.14.6. * *: Got rid of CVS admin files. svn path=/trunk/; revision=2545
* Made gtk-doc happy in order to dist.LIBGTOP_2_14_5Benoît Dejean2006-12-031-0/+8
| | | | | | | | | | 2006-12-03 Benoît Dejean <benoit@placenet.org> * doc/reference/libgtop-docs.xml: * glibtop.h: * include/glibtop/sysinfo.h: Made gtk-doc happy in order to dist.
* Released 2.14.5.Benoît Dejean2006-12-031-0/+6
| | | | | | | | 2006-12-03 Benoît Dejean <benoit@placenet.org> * NEWS: Released 2.14.5.
* Converted to gtk-doc. Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.Benoît Dejean2006-12-021-0/+15
| | | | | | | | | | | | | | | | | 2006-12-02 Benoît Dejean <benoit@placenet.org> * Makefile.am: * configure.in: * doc/Makefile.am: * doc/reference/Makefile.am: * doc/reference/libgtop-docs.xml: * doc/reference/libgtop-sections.txt: * doc/reference/version.xml.in: * gtk-doc.make: * sysdeps/common/default.c: Converted to gtk-doc. Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.
* Use the AS_HELP_STRING macro to format help messages. Fixes bug #337068.Julio M. Merino Vidal2006-12-011-0/+8
| | | | | | | | | | 2006-12-19 Julio M. Merino Vidal <jmmv@NetBSD.org> * configure.in: * libgtop-sysdeps.m4: Use the AS_HELP_STRING macro to format help messages. Fixes bug #337068.
* Added kfreebsd support. Patch by Petr Salinger <Petr.Salinger@seznam.cz>.Benoît Dejean2006-11-271-0/+7
| | | | | | | | | 2006-11-27 Benoît Dejean <benoit@placenet.org> * libgtop-sysdeps.m4: Added kfreebsd support. Patch by Petr Salinger <Petr.Salinger@seznam.cz>.
* Bumped version number.Benoît Dejean2006-11-271-0/+6
| | | | | | | | 2006-11-27 Benoît Dejean <benoit@placenet.org> * configure.in: Bumped version number.
* Released 2.14.4.LIBGTOP_2_14_4Benoît Dejean2006-09-161-0/+7
| | | | | | | | | 2006-09-16 Benoît Dejean <benoit@placenet.org> * NEWS: * configure.in: Released 2.14.4.
* Removed wrong inline documentation. Closes #355286.Benoît Dejean2006-09-101-0/+8
| | | | | | | | | | 2006-09-10 Benoît Dejean <benoit@placenet.org> * configure.in: * include/glibtop/procstate.h: Removed wrong inline documentation. Closes #355286.
* Released 2.14.3.LIBGTOP_2_14_3Benoît Dejean2006-09-051-0/+6
| | | | | | | | 2006-09-05 Benoît Dejean <benoit@placenet.org> * NEWS: Released 2.14.3.
* Fixed inodedb build with --as-needed to please people who want to compileBenoît Dejean2006-08-141-0/+10
| | | | | | | | | | | | 2006-08-14 Benoît Dejean <benoit@placenet.org> * src/inodedb/Makefile.am: Fixed inodedb build with --as-needed to please people who want to compile and optimize broken, deprecated and never-used feature. Patch by Daniel Gryniewicz <dang@gentoo.org> Closes #341041.
* Bumped version number.Benoît Dejean2006-08-101-0/+11
| | | | | | | | | | | | | 2006-08-10 Benoît Dejean <benoit@placenet.org> * configure.in: Bumped version number. * glibtop.h: * include/glibtop/init_hooks.h: Added missing G_(BEGIN|END)_DECLS.
* Released 2.14.2.LIBGTOP_2_14_2Benoît Dejean2006-07-271-0/+6
| | | | | | | | 2006-07-27 Benoît Dejean <benoit@placenet.org> * NEWS: Released 2.14.2.
* Tiny interface addition to handle wireless interfaces.Benoît Dejean2006-07-271-0/+6
| | | | | | | | 2006-07-27 Benoît Dejean <benoit@placenet.org> * include/glibtop/netload.h: Tiny interface addition to handle wireless interfaces.
* Dropped dead file.Benoît Dejean2006-06-261-0/+6
| | | | | | | | 2006-06-26 Benoît Dejean <benoit@placenet.org> * po/Makefile.in.in.in: Dropped dead file.
* Fixed build. Closes #341779.Benoît Dejean2006-06-251-0/+7
| | | | | | | | | 2006-06-25 Benoît Dejean <benoit@placenet.org> * Makefile.am: Fixed build. Closes #341779.
* Build examples only when needed. Patch by dmacks@netspace.org. ClosesBenoît Dejean2006-06-241-0/+8
| | | | | | | | | | 2006-06-24 Benoît Dejean <benoit@placenet.org> * Makefile.am: Build examples only when needed. Patch by dmacks@netspace.org. Closes #342863.
* Updated the GLIBTOP_SOLARIS_RELEASEBenoît Dejean2006-06-241-0/+10
| | | | | | | | | | | | 2006-06-24 Benoît Dejean <benoit@placenet.org> * libgtop-sysdeps.m4: * sysdeps/solaris/glibtop_machine.h: Updated the GLIBTOP_SOLARIS_RELEASE Patch by hua.zhang@sun.com. Closes #345821.
* Don't use kvm on newer solaris. Patch by hua.zhang@sun.com. ClosesBenoît Dejean2006-06-241-0/+8
| | | | | | | | | | 2006-06-24 Benoît Dejean <benoit@placenet.org> * configure.in: Don't use kvm on newer solaris. Patch by hua.zhang@sun.com. Closes #345811.
* Removed undefined LIBGTOP_HACKER_TESTS. Closes #342890.Benoît Dejean2006-06-031-0/+7
| | | | | | | | | 2006-06-04 Benoît Dejean <benoit@placenet.org> * libgtop-sysdeps.m4: Removed undefined LIBGTOP_HACKER_TESTS. Closes #342890.
* Use po/LINGUAS. Closes #337902.Benoît Dejean2006-06-031-0/+10
| | | | | | | | | | | | 2006-06-03 Benoît Dejean <benoit@placenet.org> * .cvsignore: * Makefile.am: * configure.in: * po/LINGUAS: Use po/LINGUAS. Closes #337902.
* Changed struct's definitions to be one type-one member. To avoid problemsGerman Poo-Caaman~o2006-04-181-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-04-18 German Poo-Caaman~o <gpoo@ubiobio.cl> * /include/glibtop/cpu.h: * /include/glibtop/fsusage.h: * /include/glibtop/loadavg.h: * /include/glibtop/mem.h: * /include/glibtop/mountlist.h: * /include/glibtop/msg_limits.h: * /include/glibtop/netload.h: * /include/glibtop/ppp.h: * /include/glibtop/procargs.h: * /include/glibtop/prockernel.h: * /include/glibtop/proclist.h: * /include/glibtop/procmap.h: * /include/glibtop/procmem.h: * /include/glibtop/procopenfiles.h: * /include/glibtop/procsegment.h: * /include/glibtop/procsignal.h: * /include/glibtop/procstate.h: * /include/glibtop/proctime.h: * /include/glibtop/procuid.h: * /include/glibtop/sem_limits.h: * /include/glibtop/shm_limits.h: * /include/glibtop/swap.h: * /include/glibtop/sysdeps.h: * /include/glibtop/uptime.h: Changed struct's definitions to be one type-one member. To avoid problems with any further gtk-doc's implementation.
* Remove obsolete entry for no_NO And the translation.Kjartan Maraas2006-04-181-0/+5
| | | | | | | 2006-04-18 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove obsolete entry for no_NO * po/no.po: And the translation.
* Released 2.14.1.LIBGTOP_2_14_1Benoît Dejean2006-04-101-0/+6
| | | | | | | | 2006-04-10 Benoît Dejean <benoit@placenet.org> * NEWS: Released 2.14.1.
* Fixed a bunch of signedness warnings.Benoît Dejean2006-04-101-0/+8
| | | | | | | | | | 2006-04-10 Benoît Dejean <benoit@placenet.org> * lib/open.c: (glibtop_open_l): * lib/read.c: (glibtop_read_l): * lib/write.c: (glibtop_write_l): Fixed a bunch of signedness warnings.
* Use configure checks to detect whether we need to define either KERNEL orJulio M. Merino Vidal2006-04-091-0/+16
| | | | | | | | | | | | | | | | | | 2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org> * libgtop-sysdeps.m4: * sysdeps/freebsd/msg_limits.c: Use configure checks to detect whether we need to define either KERNEL or _KERNEL to get the definition of 'struct msginfo' in a BSD system. This replaces the previous checks in the code that relied on __FreeBSD__ and similar macros. Before this change, the explicit definition of _KERNEL in the msg_limits.c file broke the build in NetBSD because it made the system headers pull in stuff unavailable to userland. Fixes bug #337207.
* Check for the kvm library and use it to link the suid freebsd sysdeps codeJulio M. Merino Vidal2006-04-091-0/+11
| | | | | | | | | | | | | 2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org> * libgtop-sysdeps.m4: * sysdeps/freebsd/Makefile.am: Check for the kvm library and use it to link the suid freebsd sysdeps code (only if available). This library provides all the kvm_* functions used in it and is needed, at least, under NetBSD. Fixes bug #337247.
* Synch the list of GLIBTOP_SUID_* constants with those expected by theJulio M. Merino Vidal2006-04-041-0/+14
| | | | | | | | | | | | | | | | 2006-04-04 Julio M. Merino Vidal <jmmv@NetBSD.org> * sysdeps/aix/glibtop_server.h: * sysdeps/freebsd/glibtop_server.h: * sysdeps/osf1/glibtop_server.h: * sysdeps/stub/glibtop_server.h: * sysdeps/stub_suid/glibtop_server.h: Synch the list of GLIBTOP_SUID_* constants with those expected by the lib/sysdeps.c file. Fixes the build under, at least, NetBSD and FreeBSD. Fixes bug #337246.
* Bumped version to 2.14.1. Removed no longer needed gcc flag.Benoît Dejean2006-04-021-0/+7
| | | | | | | * configure.in: Bumped version to 2.14.1. Removed no longer needed gcc flag.
* Reverted. See #336837Benoît Dejean2006-04-021-0/+8
| | | | | | | | * configure.in: * src/daemon/daemon.h: * src/daemon/gnuserv.c: (main): Reverted. See #336837
* Update Georgian translationVladimer Sichinava2006-03-181-0/+4
|
* Released 2.14.0.LIBGTOP_2_14_0Benoît Dejean2006-03-131-0/+7
| | | | | | | * NEWS: * configure.in: Released 2.14.0.
* Released 2.13.92.LIBGTOP_2_13_92Benoît Dejean2006-02-271-0/+7
| | | | | | | * NEWS: * configure.in: Released 2.13.92.
* Bump version to 2.13.4. Reordered libs. Closes #329153.Benoît Dejean2006-02-201-0/+7
| | | | | | | * configure.in: Bump version to 2.13.4. Reordered libs. Closes #329153.
* Released 2.13.3.LIBGTOP_2_13_3Benoît Dejean2006-01-231-0/+7
| | | | | | | * configure.in: * NEW: Released 2.13.3.
* Released 2.13.2.LIBGTOP_2_13_2Benoît Dejean2006-01-021-0/+7
| | | | | | | * NEWS: * configure.in: Released 2.13.2.