summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Added pmap -X and -XX testsCraig Small2012-12-241-0/+1
| | | | | | | | | | The two extra extended pmap options were not tested previously. We test against our known process and process 1 which we should not be able to get data for. Unfortunately, the tests cannot catch SEGSEGVs but they should. Signed-off-by: Craig Small <csmall@enc.com.au>
* Add -i option to wJaromir Capik2012-05-291-0/+1
| | | | w can now show IP address for the from field with the -i option
* build-sys: use dist-xzSami Kerola2012-01-081-1/+1
| | | | | | | Even as conservative project as coreutils has switched to xz distributions so neither should we have any reason to use gz and waste space & bandwidth. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* Merge branch 'master' into nlsCraig Small2011-12-261-2/+2
|\ | | | | | | | | | | | | Conflicts: configure.ac pmap.c ps/Makefile.am
| * Renaming libprocfs to libprocpsCraig Small2011-12-231-2/+2
| | | | | | | | | | | | | | | | | | The library used to be called libprocps but it was renamed to make sure there was only one. However the formatting of the library SONAME has changed so there cannot be any confusion. libprocps makes it clear that its a library from this project and not a set of functions directly on the filesystem.
* | top: provide extensive, generalized nls supportJim Warner2011-12-221-1/+3
| | | | | | | | | | Reviewed-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Jim Warner <james.warner@comcast.net>
* | build-sys: add NLS supportSami Kerola2011-12-201-5/+8
|/ | | | | | Add GNU gettext internationalization and localization support. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* Rename library and use proper versioningCraig Small2011-12-171-2/+2
| | | | | | | | | Previously the version of libproc always tracked the version of procps. This doesn't work when other non-procps programs link to the library as they are always playing catch up. This change makes the library version independent of the procps version. It will only be incremented when needed.
* Minor test fixes for non-linuxCraig Small2011-12-031-0/+2
| | | | | | procps works well on Linux, on other arches there are some strange differences due to their emulation of procfs which is not 100% Disabling checks for non-linux until that can be sorted out.
* libproc-ng: add pkg-config supportSami Kerola2011-11-051-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* ncurses and configure againCraig Small2011-10-271-0/+1
| | | | | | Another fix to link properly to ncurses Some minor top fixes Added *~ to gitignore because these files crop up sometimes
* Added tar.gz to gitignoreCraig Small2011-10-201-0/+1
|
* build-sys: rename libproc to libprog-ngJim Warner2011-09-231-1/+1
| | | | | | | | | | The library file version string is taken from configure.ac AC_INIT. Reference: http://www.freelists.org/archive/procps/09-2011 Signed-off-by: Jim Warner <james.warner@comcast.net> Signed-off-by: Craig Small <csmall-procps@enc.com.au> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: take autotools in use againSami Kerola2011-06-041-2/+31
| | | | | | | | | | | | | | | | | | | | | | This will revert change at Oct 2002 when autotools support was removed. Unlike before the package developers are expected to use ./autogen.sh to generate ./configure script, and run make after that. The build system is also able to create, with make dist, a tar ball release which compiles correctly, and has files which seemed to be important to have. The patch removes few unnecessary files, but no everything. Files procps.lsm and procps.spec in git repository are useless as is, but I left them lying around for someone who can make more justified call about removal of them. Last, but not least package version number is set 3.3.0 to distinct this procps from the sourceforge's upstream procps. Please notice that libproc relese is kept as 3.2.8. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* New version of top from JimCraig Small2011-03-311-0/+19