summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Collapse)AuthorAgeFilesLines
* cytune: remove linux/tty.h inclusionKarel Zak2007-07-191-1/+0Star
| | | | | | The <linux/tty.h> file is empty. It's __KERNEL__ only. Signed-off-by: Karel Zak <kzak@redhat.com>
* misc-util: new rtcwake commandBernhard Walle2007-07-163-2/+561
| | | | | Signed-off-by: Bernhard Walle <bwalle@suse.de> Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: add arch(1) back to the official treeKarel Zak2007-07-113-0/+80
| | | | | | | | | | | | | | This patch add arch(1) back to util-linux source code tree, but the command is not installed by defautl. For more details see "./configure --help". The arch command is deprecated in favor of "uname -m" (coreutils). The latest (6.9+) version of coreutils also supports arch(1) as an alias to "uname -a". Please, if you need arch(1) use the coreutils implementation. Signed-off-by: Karel Zak <kzak@redhat.com>
* also search for __stext in readprofileMike Frysinger2007-07-101-1/+2
| | | | | | | Some architectures have a single underscore prefix in their ABI, so there will be no "_stext" symbol, just "__stext". Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* setarch: add NLS supportKarel Zak2007-07-031-11/+16
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-0312-1/+35
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: added setarch commandKarel Zak2007-07-023-3/+310
| | | | | | This patch merges setarch command to util-linux-ng code. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup architecture conditionalsKarel Zak2007-07-021-1/+1
| | | | | | | This patch also add some new architectures for AM_CONDITIONAL(ARCH_ ...) Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup sys-utils/ rdev symlinksKarel Zak2007-06-291-9/+6Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: add note about obsolete ramsize option to rdev.8Karel Zak2007-06-051-3/+5
| | | | | | | The 2.0.x kernels and newer dynamically allocate the ramdisk and do not need this setting. Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: fix man page headersKarel Zak2007-05-165-8/+8
| | | | | | | The man pages have been moved from man8 to man1, but the headers still refer to man1. Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: move some man pages from category 8 to 1Karel Zak2007-04-256-2/+2
| | | | | | | The dmesg, ipcrm, ipcs, renice and setsid are user-accessible commands and belong in man1 more than to man8. Signed-off-by: Karel Zak <kzak@redhat.com>
* Clean up pagesize/PAGE_SIZE usage.Karel Zak2007-02-061-1/+2
| | | | | | | | | Now all code in util-linux uses sysconf(_SC_PAGESIZE) that is standardized and preferred way of querying page size. The asm/page.h file is not included to the code anymore. (This patch doesn't change mount's FS detection code which will be removed later). Signed-off-by: Karel Zak <kzak@redhat.com>
* ipcs: max total shared memory in kbytes instead pagesKarel Zak2007-01-041-2/+2
| | | | | | | | | | | The ipcs command has reported "max total shared memory" as a number of pages. The others IPC limits are reported in (k)bytes, so it doesn't make sense mix pages and bytes in the same output. Now "max total shared memory" is reported in kbytes. [Migration note: type="API change", severity="low"] Signed-off-by: Karel Zak <kzak@redhat.com>
* ipcs: fix typo in Semaphore headersKarel Zak2007-01-041-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add missing filesKarel Zak2007-01-041-0/+4
| | | | | | | This patch add all missing headers, man pages and README files to automake stuff and "make dist-gzip" produces useful tarball now. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove generated autotools stuff from gitKarel Zak2007-01-031-914/+0Star
| | | | | | | The generated autotools stuff shouldn't be maintained by SCM. After check out from git use ./autogen.sh. For more details see README.devel. Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.13-pre7 tarball.Karel Zak2006-12-073-14/+20
|
* Imported from util-linux-2.13-pre6 tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.13-pre4 tarball.Karel Zak2006-12-071-0/+2
|
* Imported from util-linux-2.13-pre3 tarball.Karel Zak2006-12-072-8/+8
|
* Imported from util-linux-2.13-pre2 tarball.Karel Zak2006-12-076-342/+465
|
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-0714-394/+1191
|
* Imported from util-linux-2.12p tarball.Karel Zak2006-12-071-10/+13
|
* Imported from util-linux-2.12o tarball.Karel Zak2006-12-071-1/+5
|
* Imported from util-linux-2.12l tarball.Karel Zak2006-12-071-2/+2
|
* Imported from util-linux-2.12k tarball.Karel Zak2006-12-072-3/+18
|
* Imported from util-linux-2.12j tarball.Karel Zak2006-12-074-2/+167
|
* Imported from util-linux-2.12i tarball.Karel Zak2006-12-073-6/+18
|
* Imported from util-linux-2.12b tarball.Karel Zak2006-12-072-34/+98
|
* Imported from util-linux-2.12a tarball.Karel Zak2006-12-073-25/+26
|
* Imported from util-linux-2.12 tarball.Karel Zak2006-12-072-120/+173
|
* Imported from util-linux-2.11y tarball.Karel Zak2006-12-071-4/+7
|
* Imported from util-linux-2.11u tarball.Karel Zak2006-12-072-12/+35
|
* Imported from util-linux-2.11t tarball.Karel Zak2006-12-072-42/+75
|
* Imported from util-linux-2.11r tarball.Karel Zak2006-12-071-0/+1
|
* Imported from util-linux-2.11q tarball.Karel Zak2006-12-073-31/+252
|
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-075-6/+5Star
|
* Imported from util-linux-2.11n tarball.Karel Zak2006-12-074-192/+234
|
* Imported from util-linux-2.11m tarball.Karel Zak2006-12-076-29/+64
|
* Imported from util-linux-2.11f tarball.Karel Zak2006-12-079-186/+199
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-0711-192/+241
|
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-079-168/+221
|
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-079-84/+160
|
* Imported from util-linux-2.10f tarball.Karel Zak2006-12-074-26/+59
|
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-0724-3908/+588Star
|
* Imported from util-linux-2.9i tarball.Karel Zak2006-12-0711-258/+422
|
* Imported from util-linux-2.8 tarball.Karel Zak2006-12-0713-334/+848
|
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-0731-1853/+3024
|
* Imported from util-linux-2.5 tarball.Karel Zak2006-12-0714-759/+648Star
|