wmcpuload: Remove CVS cruft.
This commit is contained in:
parent
6ec1b805f3
commit
eb65ebf72c
|
@ -1,5 +1,3 @@
|
||||||
$Id: AUTHORS,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
Main Author:
|
Main Author:
|
||||||
Seiichi SATO <ssato@sh.rim.or.jp>
|
Seiichi SATO <ssato@sh.rim.or.jp>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
$Id: ChangeLog,v 1.9 2006-01-28 10:40:06 sch Exp $
|
|
||||||
|
|
||||||
2006 Jan 28
|
2006 Jan 28
|
||||||
* cpu_linux.c:
|
* cpu_linux.c:
|
||||||
* main.c:
|
* main.c:
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
$Id: INSTALL,v 1.2 2003-04-06 09:12:41 sch Exp $
|
|
||||||
|
|
||||||
Supported Platforms:
|
Supported Platforms:
|
||||||
====================
|
====================
|
||||||
(ie: I've heard someone has compiled it on...)
|
(ie: I've heard someone has compiled it on...)
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
SUBDIRS = src libdockapp icons contrib doc
|
SUBDIRS = src libdockapp icons contrib doc
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id: NEWS,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
Overview of Changes in WMCPULoad 0.9.0:
|
Overview of Changes in WMCPULoad 0.9.0:
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
$Id: README,v 1.6 2003-06-29 14:34:32 sch Exp $
|
|
||||||
|
|
||||||
WMCPULoad - A dockapp to monitor CPU usage
|
WMCPULoad - A dockapp to monitor CPU usage
|
||||||
|
|
||||||
General Information
|
General Information
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
$Id: TODO,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
* optimize drawing-routines (MIT-SHM)
|
* optimize drawing-routines (MIT-SHM)
|
||||||
* other OS support (HP-UX, AIX ...)
|
* other OS support (HP-UX, AIX ...)
|
||||||
* multiprocessors support on Solaris, FreeBSD, NetBSD, OpenBSD and BSDi
|
* multiprocessors support on Solaris, FreeBSD, NetBSD, OpenBSD and BSDi
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
dnl $Id: configure.ac,v 1.6 2006-01-28 10:40:37 sch Exp $
|
|
||||||
|
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
EXTRA_DIST = README wmcpuload.spec.in
|
EXTRA_DIST = README wmcpuload.spec.in
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
$Id: README,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
*** wmcpuload.spec
|
*** wmcpuload.spec
|
||||||
|
|
||||||
author:
|
author:
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
man_MANS = wmcpuload.1
|
man_MANS = wmcpuload.1
|
||||||
|
|
||||||
EXTRA_DIST = $(man_MANS)
|
EXTRA_DIST = $(man_MANS)
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
.\" $Id: wmcpuload.1,v 1.2 2005-02-10 01:13:40 sch Exp $
|
|
||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
wmcpuload-16x16.xpm \
|
wmcpuload-16x16.xpm \
|
||||||
wmcpuload-32x32.xpm \
|
wmcpuload-32x32.xpm \
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
$Id: README,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
Icons for Mandrake GNU/Linux
|
Icons for Mandrake GNU/Linux
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: dockapp.c,v 1.3 2004-01-25 14:06:27 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999 Alfredo K. Kojima
|
* Copyright (c) 1999 Alfredo K. Kojima
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: dockapp.h,v 1.3 2004-01-25 14:06:27 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999 Alfredo K. Kojima
|
* Copyright (c) 1999 Alfredo K. Kojima
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
|
|
||||||
|
|
||||||
bin_PROGRAMS = wmcpuload
|
bin_PROGRAMS = wmcpuload
|
||||||
|
|
||||||
wmcpuload_SOURCES = \
|
wmcpuload_SOURCES = \
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu.h,v 1.3 2005-02-10 01:12:49 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu.h - header file of the module to get cpu usage
|
* cpu.h - header file of the module to get cpu usage
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu_bsdi.c,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu_bsdi - module to get cpu usage, for BSDi
|
* cpu_bsdi - module to get cpu usage, for BSDi
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu_cygwin.c,v 1.2 2005-02-10 01:15:21 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu_cygwin.c - module to get cpu usage, for Cygwin
|
* cpu_cygwin.c - module to get cpu usage, for Cygwin
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu_darwin.c,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu_darwin - module to get cpu usage, for Darwin
|
* cpu_darwin - module to get cpu usage, for Darwin
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu_freebsd.c,v 1.3 2004-02-01 10:49:53 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu_freebsd.c - module to get cpu usage, for FreeBSD
|
* cpu_freebsd.c - module to get cpu usage, for FreeBSD
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu_irix.c,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu_irix.c - module to get cpu usage, for IRIX 6.5 and IRIX64 6.5
|
* cpu_irix.c - module to get cpu usage, for IRIX 6.5 and IRIX64 6.5
|
||||||
*
|
*
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
* 02111-1307, USA.
|
* 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: cpu_linux.c,v 1.4 2006-01-28 10:40:09 sch Exp $ */
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu_netbsd.c,v 1.3 2003-10-13 04:34:02 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu_netbsd - module to get cpu usage, for NetBSD
|
* cpu_netbsd - module to get cpu usage, for NetBSD
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu_openbsd.c,v 1.3 2003-10-13 04:34:02 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu_openbsd - module to get cpu usage, for OpenBSD
|
* cpu_openbsd - module to get cpu usage, for OpenBSD
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: cpu_solaris.c,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cpu_solaric.c - module to get cpu usage, for Solaris
|
* cpu_solaric.c - module to get cpu usage, for Solaris
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $Id: main.c,v 1.6 2006-01-28 10:40:09 sch Exp $ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* WMCPULoad - A dockapp to monitor CPU usage
|
* WMCPULoad - A dockapp to monitor CPU usage
|
||||||
* Copyright (C) 2001,2002 Seiichi SATO <ssato@sh.rim.or.jp>
|
* Copyright (C) 2001,2002 Seiichi SATO <ssato@sh.rim.or.jp>
|
||||||
|
|
Loading…
Reference in a new issue