• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autom4te.cache/H23-Aug-2006-55,77750,511

cmd/H07-May-2022-1,9081,570

docs/H07-May-2022-

include/H07-May-2022-471246

lib/H07-May-2022-5,5783,911

m4/H07-May-2022-9584

test/H07-May-2022-5,9264,467

AUTHORSH A D06-Dec-2005149 54

COPYINGH A D06-Apr-2005359 127

CREDITSH A D06-Dec-20051.7 KiB4643

ChangeLogH A D23-Aug-200616.8 KiB482368

INSTALLH A D06-Apr-20059 KiB230175

Makefile.amH A D06-Dec-2005297 118

Makefile.inH A D23-Aug-200621.9 KiB709629

NEWSH A D06-Apr-20052.4 KiB6758

READMEH A D23-Aug-20062 KiB7149

TODOH A D06-Apr-2005201 129

aclocal.m4H A D23-Aug-2006255.4 KiB7,2586,511

compileH A D06-Apr-20052.7 KiB10048

config.guessH A D26-May-200641.1 KiB1,4121,215

config.h.inH A D25-Nov-20053.5 KiB13291

config.subH A D26-May-200629.5 KiB1,5011,360

configureH A D23-Aug-2006727.6 KiB22,76018,287

configure.acH A D07-Aug-20061.4 KiB5546

depcompH A D06-Apr-200511.8 KiB424278

install-shH A D06-Apr-20055.4 KiB252153

ltmain.shH A D26-May-2006191.8 KiB6,8645,416

missingH A D06-Apr-200510 KiB337263

mkinstalldirsH A D06-Apr-20051.8 KiB10072

systool.1H A D06-Dec-20051.5 KiB7872

README

1
2	Sysfs Utilities Package - Includes Libsysfs(v. 2.1.0)
3	======================================================
4
5Contents
6--------
7 1. Introduction
8 2. How to Install
9    2.1 Caveats/Known issues
10 3. Licenses
11 4. Reporting Bugs
12
13
141. Introduction
15---------------
16
17This package's purpose is to provide a set of utilities for interfacing
18with sysfs, a virtual filesystem in Linux kernel versions 2.5+ that
19provides a tree of system devices. While a filesystem is a very useful
20interface, we've decided to provide a stable programming interface
21that will hopefully make it easier for applications to query system devices
22and their attributes.
23
24This package currently includes:
25
26- libsysfs: a library for accessing system devices.
27- systool: an application to view system device information by bus, class,
28	and topology.
29- A number of example usage routines in the "test" directory.
30- A comprehensive testsuite, also shipped as part of the "test" directory. This
31	testsuite can be used to test _all_ the APIs exported by Libsysfs.
32	Please refer the libsysfs.txt file in the "docs" directory for
33	details as to how to use the testsuite.
34
35
362. How to Install
37-----------------
38
39Run the "configure" script to generate Makefiles. Use "make" to build the
40library and utilities.
41
42For a successful install, run "make install" as super-user. "make uninstall"
43will clean up all installed files.
44
45
463. Licenses
47-----------
48
49The commands and tests are licensed under the GNU Public License (GPL)
50Version2, June 1991. The full text of the GPL is located in this package's
51"cmd" directory:
52
53sysfsutils/cmd/GPL
54
55The library is licensed under the GNU Lesser Public License (LGPL)
56Version 2.1, February 1999. The full text of the LGPL is located in
57this package's "lib" directory:
58
59sysfsutils/lib/LGPL
60
61
624. Reporting Bugs
63-----------------
64
65Please direct all bugs to either the linux-diag mailing list -
66linux-diag-devel@lists.sourceforge.net - or to the authors:
67
68Ananth Mavinakayanahalli <ananth@in.ibm.com>
69Daniel Stekloff <dsteklof@us.ibm.com>
70Mohan Kumar <mohan@in.ibm.com>
71