summaryrefslogtreecommitdiff
path: root/sys-utils
AgeCommit message (Collapse)AuthorFilesLines
2007-11-08build-sys: non-linux supportSamuel Thibault1-3/+14
Here is a patch that disables linux-specific tools on non-linux targets. Signed-Off-By: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-Off-By: Karel Zak <kzak@redhat.com>
2007-11-06setarch: tweak the help text, and gettextize a forgotten messageBenno Schulenberg1-6/+6
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2007-10-26docs: tweak a few messages for clarityBenno Schulenberg1-3/+2
Add a missing period, a missing space, a comma and a word for clarity, plus a period and an uppercase letter to match surrounding messages. Further add a missing call to gettext, and undo an unneeded linewrap. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2007-10-18setarch: generate groff links in a better wayKarel Zak1-2/+14
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-10-11rtcwake: fix typoKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-10-04rtcwake: fix verbose messageKarel Zak1-2/+2
Just make NLS transtalors more happy. (rh#292081) Signed-off-by: Karel Zak <kzak@redhat.com>
2007-09-23setarch: fix compiler warningLaMont Jones1-1/+1
NULL is not 0L. It's (void*)0. Passing that as a parameter to a function that takes an unsigned long results in a warning about the lack of a cast. Signed-off-by: LaMont Jones <lamont@debian.org>
2007-09-20build-sys: remove hardcoded _GNU_SOURCEKarel Zak1-4/+0
We have AC_GNU_SOURCE, so we needn't any extra hardcoded _GNU_SOURCE. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-09-05setarch: add long options to setarch and update manpageKarel Zak2-63/+102
Co-Author: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-09-03setarch: adding groff symlinks to setarch manual pageArkadiusz Miskiewicz1-0/+4
Signed-off-by: Arkadiusz Miskiewicz <arekm@maven.pl>
2007-09-02flock: typo in man pageA. Costa1-1/+1
Signed-off-by: LaMont Jones <lamont@debian.org>
2007-08-27cytune: make the oneliner more specific the cyclades hw in questionJustin B Rye1-1/+1
See http://bugs.debian.org/375150 Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
2007-08-27setarch: add --3gb option fot compatibility with Debian linux{32,64} commandKarel Zak2-1/+9
Debian had a pre-existing linux{32,64} command which supported only --3gb and --4gb. Adding support for those options allows setarch to replace that package. (Note that long options are expected for all setarch flags in the next release.) Signed-off-by: LaMont Jones <lamont@mmjgroup.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-27setarch: finish adding parisc supportKarel Zak2-1/+5
Signed-off-by: LaMont Jones <lamont@mmjgroup.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-27setarch: add parisc/parisc64 supportLaMont Jones1-0/+4
Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
2007-08-21setarch: cleanup licensing noteKarel Zak1-2/+15
Signed-off-by: Jindrich Novy <jnovy@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-21setarch: add __alpha__ supportBalint Cristian1-0/+3
Signed-off-by: Balint Cristian <cbalint@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-21setarch: add sparc32bash alias to keep compatibility with sparc32Dennis Gilmore1-0/+9
Signed-off-by: Dennis Gilmore <dennis@ausil.us> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-25rdev: should be delivered on amd64 as well as i386.LaMont Jones1-2/+13
Signed-off-by: LaMont Jones <lamont@mmjgroup.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-24readprofile: fix on ppc64Matthias Koenig1-6/+16
Fix inconsistency between kernel profiling and readprofile. The range of kernel profiling is between _stext and _etext, and readprofile tries to extract profiling for all the symbols in /boot/System.map-2.6.16.11-7-ppc64 from /proc/profile, but there are more symbols in /boot/System.map-2.6.16.11-7-ppc64 than those between _stext and _etext. Signed-off-by: Matthias Koenig <mkoenig@suse.de> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-19cytune: remove linux/tty.h inclusionKarel Zak1-1/+0
The <linux/tty.h> file is empty. It's __KERNEL__ only. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-16misc-util: new rtcwake commandBernhard Walle3-2/+561
Signed-off-by: Bernhard Walle <bwalle@suse.de> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-11sys-utils: add arch(1) back to the official treeKarel Zak3-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>
2007-07-10also search for __stext in readprofileMike Frysinger1-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>
2007-07-03setarch: add NLS supportKarel Zak1-11/+16
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-03man pages: add "AVAILABILITY" sectionKarel Zak12-1/+35
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-02sys-utils: added setarch commandKarel Zak3-3/+310
This patch merges setarch command to util-linux-ng code. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-02build-sys: cleanup architecture conditionalsKarel Zak1-1/+1
This patch also add some new architectures for AM_CONDITIONAL(ARCH_ ...) Signed-off-by: Karel Zak <kzak@redhat.com>
2007-06-29build-sys: cleanup sys-utils/ rdev symlinksKarel Zak1-9/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-06-05sys-utils: add note about obsolete ramsize option to rdev.8Karel Zak1-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>
2007-05-16sys-utils: fix man page headersKarel Zak5-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>
2007-04-25sys-utils: move some man pages from category 8 to 1Karel Zak6-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>
2007-02-06Clean up pagesize/PAGE_SIZE usage.Karel Zak1-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>
2007-01-04ipcs: max total shared memory in kbytes instead pagesKarel Zak1-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>
2007-01-04ipcs: fix typo in Semaphore headersKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-04build-sys: add missing filesKarel Zak1-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>
2007-01-03build-sys: remove generated autotools stuff from gitKarel Zak1-914/+0
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>
2006-12-07Imported from util-linux-2.13-pre7 tarball.Karel Zak3-14/+20
2006-12-07Imported from util-linux-2.13-pre6 tarball.Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.13-pre4 tarball.Karel Zak1-0/+2
2006-12-07Imported from util-linux-2.13-pre3 tarball.Karel Zak2-8/+8
2006-12-07Imported from util-linux-2.13-pre2 tarball.Karel Zak6-342/+465
2006-12-07Imported from util-linux-2.13-pre1 tarball.Karel Zak14-394/+1191
2006-12-07Imported from util-linux-2.12p tarball.Karel Zak1-10/+13
2006-12-07Imported from util-linux-2.12o tarball.Karel Zak1-1/+5
2006-12-07Imported from util-linux-2.12l tarball.Karel Zak1-2/+2
2006-12-07Imported from util-linux-2.12k tarball.Karel Zak2-3/+18
2006-12-07Imported from util-linux-2.12j tarball.Karel Zak4-2/+167
2006-12-07Imported from util-linux-2.12i tarball.Karel Zak3-6/+18
2006-12-07Imported from util-linux-2.12b tarball.Karel Zak2-34/+98