]> err.no Git - util-linux/log
util-linux
17 years agoMerge commit 'origin/stable/v2.13' into stable/v2.13
LaMont Jones [Sun, 23 Sep 2007 22:13:23 +0000 (16:13 -0600)]
Merge commit 'origin/stable/v2.13' into stable/v2.13

17 years agopo: update sv.po (from translationproject.org)
Daniel Nylander [Sun, 23 Sep 2007 19:30:30 +0000 (21:30 +0200)]
po: update sv.po (from translationproject.org)

17 years agomount: doesn't drop privileges properly when calling helpers
Ludwig Nussel [Thu, 20 Sep 2007 12:57:20 +0000 (14:57 +0200)]
mount: doesn't drop privileges properly when calling helpers

{,u}mount calls setuid() and setgid() in the wrong order and doesn't checking
the return value of set{u,g}id(() when running helpers like mount.nfs.

Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agohwclock: fix --rtc option
Matthias Koenig [Thu, 20 Sep 2007 09:11:18 +0000 (11:11 +0200)]
hwclock: fix --rtc option

The --rtc option does not set the name of the device correctly.
It still uses /dev/rtc even if the --rtc option is given.

Testcase:
$ mv /dev/rtc /dev/foo
$ hwclock --show --debug --rtc=/dev/foo
hwclock from util-linux-2.13-rc2
Using /dev interface to clock.
Last drift adjustment done at 1190198135 seconds after 1969
Last calibration done at 1190198135 seconds after 1969
Hardware clock is on local time
Assuming hardware clock is kept in local time.
Waiting for clock tick...
hwclock: open() of /dev/rtc failed, errno=2: No such file or directory.
...got clock tick

Co-Author: Karel Zak <kzak@redhat.com>
Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agosetarch: fix compiler warning
LaMont Jones [Sat, 22 Sep 2007 04:38:32 +0000 (22:38 -0600)]
setarch: fix compiler warning

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>
17 years agochangelog
LaMont Jones [Sat, 22 Sep 2007 04:10:47 +0000 (22:10 -0600)]
changelog

17 years agocfdisk.8: mention slang next to curses. Closes: #295487
LaMont Jones [Sat, 22 Sep 2007 03:52:46 +0000 (21:52 -0600)]
cfdisk.8: mention slang next to curses.  Closes: #295487

17 years agoutil-linux.postrm: remove /etc/adjtime on purge. Closes: #245236
LaMont Jones [Sat, 22 Sep 2007 03:51:01 +0000 (21:51 -0600)]
util-linux.postrm: remove /etc/adjtime on purge.  Closes: #245236

Signed-off-by: LaMont Jones <lamont@debian.org>
17 years agohwclock: Reintroduce hwclockfirst.sh on Debian machines. Closes: #443487
LaMont Jones [Fri, 21 Sep 2007 20:01:04 +0000 (14:01 -0600)]
hwclock: Reintroduce hwclockfirst.sh on Debian machines.  Closes: #443487

If /etc/localtime is a readable file, then set the time in hwclockfirst.sh
before mounting the root partition.  Many thanks to Ted T'so for the details
(found in the bug report.)

17 years agomount.preinst: chroot-check was broken. Closes: #443466
LaMont Jones [Fri, 21 Sep 2007 19:23:55 +0000 (13:23 -0600)]
mount.preinst: chroot-check was broken.  Closes: #443466

17 years agochangelog: start new release
LaMont Jones [Fri, 21 Sep 2007 19:23:39 +0000 (13:23 -0600)]
changelog: start new release

17 years agochangelog
LaMont Jones [Fri, 21 Sep 2007 16:37:01 +0000 (10:37 -0600)]
changelog

17 years agosparc-utils 'sparc64' binary sets ADDR_LIMIT_32BIT. Closes: LP#141524
LaMont Jones [Fri, 21 Sep 2007 16:20:51 +0000 (10:20 -0600)]
sparc-utils 'sparc64' binary sets ADDR_LIMIT_32BIT.  Closes: LP#141524

The sparc64 binary in the existing sparc-utils package sets ADDR_LIMIT_32BIT.
Cause setarch to behave likewise when invoked as 'sparc64'.

Signed-off-by: LaMont Jones <lamont@debian.org>
17 years agologin: login segfaults on EOF (rh#298461)
Karel Zak [Thu, 20 Sep 2007 22:34:30 +0000 (00:34 +0200)]
login: login segfaults on EOF (rh#298461)

Stupid bug in audit code:

  $ login
  login: ^D
  login: ^D
  Segmentation fault

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agobuild-sys: nls/locale handling in util-linux-ng general
Mike Frysinger [Fri, 7 Sep 2007 00:30:16 +0000 (20:30 -0400)]
build-sys: nls/locale handling in util-linux-ng general

On Monday 03 September 2007, Karel Zak wrote:
> http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/590/focus=592
>
>  I agree that we need a better support for compilation without
>  locales, but from my point of view NLS != all locales stuff. The NLS
>  support is subset only.

thinking about the input from everyone, i'd propose the attached ...

Only pull in locale.h as needed and move it to the common nls.h.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years agoblockdev: add missing description about option --report in manpage
Li Zefan [Mon, 10 Sep 2007 09:25:10 +0000 (17:25 +0800)]
blockdev: add missing description about option --report in manpage

The manpage does not mention the option --report.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
17 years agochangelog: release
LaMont Jones [Wed, 12 Sep 2007 16:34:29 +0000 (10:34 -0600)]
changelog: release

17 years agobuild: cfdisk doesn't exist on some architectures.
LaMont Jones [Wed, 12 Sep 2007 16:04:41 +0000 (10:04 -0600)]
build: cfdisk doesn't exist on some architectures.

17 years agochangelog: start new release
LaMont Jones [Wed, 12 Sep 2007 13:32:36 +0000 (07:32 -0600)]
changelog: start new release

17 years agochangelog
LaMont Jones [Wed, 12 Sep 2007 12:30:45 +0000 (06:30 -0600)]
changelog

17 years agobuild: look for fdisk in the right place. Closes: LP#138040
LaMont Jones [Wed, 12 Sep 2007 12:30:08 +0000 (06:30 -0600)]
build: look for fdisk in the right place.  Closes: LP#138040

17 years agochangelog
LaMont Jones [Thu, 6 Sep 2007 16:38:36 +0000 (10:38 -0600)]
changelog

17 years agoMerge commit 'e70565bb2757e2c165b268032de89a0e658d0935' into stable/v2.13
LaMont Jones [Thu, 6 Sep 2007 16:36:19 +0000 (10:36 -0600)]
Merge commit 'e70565bb2757e2c165b268032de89a0e658d0935' into stable/v2.13

17 years agometadata: Replaces: sparc-utils (for sparc{32,64}. Closes: #440966
LaMont Jones [Wed, 5 Sep 2007 20:50:16 +0000 (14:50 -0600)]
metadata: Replaces: sparc-utils (for sparc{32,64}.  Closes: #440966

17 years agoMerge commit 'v2.13-2' into stable/v2.13
LaMont Jones [Thu, 6 Sep 2007 16:21:12 +0000 (10:21 -0600)]
Merge commit 'v2.13-2' into stable/v2.13

17 years agorename: add description about option -V to manpage
Li Zefan [Tue, 4 Sep 2007 07:33:36 +0000 (15:33 +0800)]
rename: add description about option -V to manpage

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
17 years agorename: remove useless variable
Li Zefan [Tue, 4 Sep 2007 07:20:25 +0000 (15:20 +0800)]
rename: remove useless variable

The number of files successfully renamed is calculated and stored in variable
ct, > but actually the variable is not used afterwards.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
17 years agomount: chain of symlinks to fstab causes use of pointer after free
Norbert Buchmuller [Sun, 2 Sep 2007 20:08:53 +0000 (14:08 -0600)]
mount: chain of symlinks to fstab causes use of pointer after free

Looking at the source in 'mount/realpath.c' we find that when dealing with
the second or later symlink in the chain, a memory block was free()d before
copying its contents to a newly allocated block.

17 years agocal: add description about option -V to manpage
Li Zefan [Mon, 3 Sep 2007 06:25:40 +0000 (14:25 +0800)]
cal: add description about option -V to manpage

cal support option -V to display version information, but the manpage doesn't
mention it.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
17 years agobuild-sys: remove files that are no longer delivered from git
LaMont Jones [Tue, 28 Aug 2007 21:56:41 +0000 (15:56 -0600)]
build-sys: remove files that are no longer delivered from git

Neither mount/h/swap.h nor mount/mount.smbfs is delivered
as part of util-linux-ng tar archives.  As such, they
should not be in git either.

Signed-off-by: LaMont Jones <lamont@debian.org>
17 years agochangelog
LaMont Jones [Sun, 2 Sep 2007 20:15:41 +0000 (14:15 -0600)]
changelog

17 years agomount: chain of symlinks to fstab causes use of pointer after free
Norbert Buchmuller [Sun, 2 Sep 2007 20:08:53 +0000 (14:08 -0600)]
mount: chain of symlinks to fstab causes use of pointer after free

Looking at the source in 'mount/realpath.c' we find that when dealing with
the second or later symlink in the chain, a memory block was free()d before
copying its contents to a newly allocated block.

17 years agosetarch: adding groff symlinks to setarch manual page
Arkadiusz Miskiewicz [Tue, 28 Aug 2007 07:16:57 +0000 (09:16 +0200)]
setarch: adding groff symlinks to setarch manual page

Signed-off-by: Arkadiusz Miskiewicz <arekm@maven.pl>
17 years agomount: improve error message when helper program not present
LaMont Jones [Thu, 9 Aug 2007 19:37:22 +0000 (13:37 -0600)]
mount: improve error message when helper program not present

"missing codepage" is a bit confusing to many people, so include
"helper program" in the error message when we fail to mount something.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agofdisk: fix typo
Karel Zak [Sun, 2 Sep 2007 13:02:55 +0000 (15:02 +0200)]
fdisk: fix typo

Reported-by: Daniel Nylander <po@danielnylander.se>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoflock: typo in man page
A. Costa [Wed, 29 Aug 2007 13:07:10 +0000 (07:07 -0600)]
flock: typo in man page

Signed-off-by: LaMont Jones <lamont@debian.org>
17 years agobuild-sys: fix localedir (unsupported by autoconf < 2.60)
Karel Zak [Sun, 2 Sep 2007 11:00:23 +0000 (13:00 +0200)]
build-sys: fix localedir (unsupported by autoconf < 2.60)

The autoconf < 2.60 doesn't support the @localedir@ directory
variable. The util-linux-ng-2.13 minimally requires autoconf-2.59.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: fix stable branche name in README.devel
Karel Zak [Sun, 2 Sep 2007 09:43:53 +0000 (11:43 +0200)]
docs: fix stable branche name in README.devel

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agochangelog
LaMont Jones [Wed, 29 Aug 2007 19:18:24 +0000 (13:18 -0600)]
changelog

17 years agoflock.1: typo in man page
A. Costa [Wed, 29 Aug 2007 13:07:10 +0000 (07:07 -0600)]
flock.1: typo in man page

Signed-off-by: LaMont Jones <lamont@debian.org>
17 years agochangelog
LaMont Jones [Tue, 28 Aug 2007 17:39:20 +0000 (11:39 -0600)]
changelog

17 years agoUpdate bsdutils description. Closes: #439907
LaMont Jones [Tue, 28 Aug 2007 17:38:40 +0000 (11:38 -0600)]
Update bsdutils description.  Closes: #439907

17 years agoDon't deliver hexdump bsdmainutils is newer). Closes: #439905
LaMont Jones [Tue, 28 Aug 2007 17:38:34 +0000 (11:38 -0600)]
Don't deliver hexdump bsdmainutils is newer).  Closes: #439905

17 years agoDon't make rename an alternative. Closes: #439935.
LaMont Jones [Tue, 28 Aug 2007 17:37:53 +0000 (11:37 -0600)]
Don't make rename an alternative.  Closes: #439935.

17 years agocleanup changelog
LaMont Jones [Tue, 28 Aug 2007 04:53:42 +0000 (22:53 -0600)]
cleanup changelog

17 years agocleanup diff.gz
LaMont Jones [Tue, 28 Aug 2007 04:30:59 +0000 (22:30 -0600)]
cleanup diff.gz

17 years agobuild: Have debian/rules deal with architectures that don't get packages.
LaMont Jones [Tue, 28 Aug 2007 04:10:12 +0000 (22:10 -0600)]
build: Have debian/rules deal with architectures that don't get packages.
Closes: #439830
17 years agochangelog
LaMont Jones [Tue, 28 Aug 2007 04:01:00 +0000 (22:01 -0600)]
changelog

17 years agoMerge commit 'origin'
LaMont Jones [Tue, 28 Aug 2007 03:51:33 +0000 (21:51 -0600)]
Merge commit 'origin'

Conflicts:

sys-utils/Makefile.am
sys-utils/setarch.c

17 years agobuild-sys: release++
Karel Zak [Mon, 27 Aug 2007 22:41:54 +0000 (00:41 +0200)]
build-sys: release++

Increment release number to v2.13

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: update ReleaseNotes
Karel Zak [Mon, 27 Aug 2007 22:38:57 +0000 (00:38 +0200)]
docs: update ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: update and sort AUTHORS file
Karel Zak [Mon, 27 Aug 2007 22:15:49 +0000 (00:15 +0200)]
docs: update and sort AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agopo: update po/ stuff
Karel Zak [Mon, 27 Aug 2007 22:14:16 +0000 (00:14 +0200)]
po: update po/ stuff

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoionice: clean up error handling
Matthias Koenig [Mon, 27 Aug 2007 14:49:19 +0000 (16:49 +0200)]
ionice: clean up error handling

Print error in case execvp fails and use exit macros.

Based on patch by Bernhard Voelker <mail@bernhard-voelker.de>

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agocytune: make the oneliner more specific the cyclades hw in question
Justin B Rye [Fri, 24 Aug 2007 06:36:24 +0000 (00:36 -0600)]
cytune: make the oneliner more specific the cyclades hw in question

See http://bugs.debian.org/375150

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agodocs: update TODO
Karel Zak [Mon, 27 Aug 2007 21:39:10 +0000 (23:39 +0200)]
docs: update TODO

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agosetarch: add --3gb option fot compatibility with Debian linux{32,64} command
Karel Zak [Mon, 27 Aug 2007 21:31:25 +0000 (23:31 +0200)]
setarch: add --3gb option fot compatibility with Debian linux{32,64} command

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>
17 years agosetarch: finish adding parisc support
Karel Zak [Mon, 27 Aug 2007 21:16:28 +0000 (23:16 +0200)]
setarch: finish adding parisc support

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agochange the name in configure.ac back to "util-linux-ng"
LaMont Jones [Mon, 27 Aug 2007 16:40:15 +0000 (10:40 -0600)]
change the name in configure.ac back to "util-linux-ng"

17 years agochangelog
LaMont Jones [Mon, 27 Aug 2007 15:39:10 +0000 (09:39 -0600)]
changelog

17 years agoMerge commit 'origin'
LaMont Jones [Mon, 27 Aug 2007 15:35:12 +0000 (09:35 -0600)]
Merge commit 'origin'

Conflicts:

schedutils/Makefile.am
sys-utils/setarch.c

17 years agodocs: update AUTHORS file
Karel Zak [Mon, 27 Aug 2007 13:37:05 +0000 (15:37 +0200)]
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoRevert "mount: improve error message when helper program not present"
Karel Zak [Mon, 27 Aug 2007 11:16:08 +0000 (13:16 +0200)]
Revert "mount: improve error message when helper program not present"

This reverts commit f8988ebf89c65b624ee19c685d15cab6c77fd9df that
breaks new PO translation. The code is currently in "string freeze"
state. The patch will be applied to 2.14 and 2.13.1.

17 years agochangelog
LaMont Jones [Mon, 27 Aug 2007 09:43:47 +0000 (03:43 -0600)]
changelog

17 years agoRevert "umount: only call update_mtab if mtab_is_writable()."
LaMont Jones [Mon, 27 Aug 2007 09:37:33 +0000 (03:37 -0600)]
Revert "umount: only call update_mtab if mtab_is_writable()."

This reverts commit 4279d8b105d3dfcafcf6d190c8f6fd60a14eaece.

There is a check at the top of update_mtab() that makes this unnecessary.

17 years agochangelog
LaMont Jones [Sun, 26 Aug 2007 17:21:09 +0000 (11:21 -0600)]
changelog

17 years agopo: update sv.po (from translationproject.org)
Daniel Nylander [Mon, 27 Aug 2007 09:12:14 +0000 (11:12 +0200)]
po: update sv.po (from translationproject.org)

17 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Mon, 27 Aug 2007 09:10:06 +0000 (11:10 +0200)]
po: update cs.po (from translationproject.org)

17 years agotaskset: check for existence of sched_getaffinity
Mike Frysinger [Sun, 26 Aug 2007 11:22:56 +0000 (07:22 -0400)]
taskset: check for existence of sched_getaffinity

Some architectures do no reliably provide sched_getaffinity, so make sure the
define exists before we try using it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years agosetarch: add parisc/parisc64 support
LaMont Jones [Tue, 21 Aug 2007 16:19:19 +0000 (10:19 -0600)]
setarch: add parisc/parisc64 support

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agomount: free loop device on failure
Sascha Sommer [Tue, 21 Aug 2007 13:13:43 +0000 (15:13 +0200)]
mount: free loop device on failure

Testcase:
$ mount -oloop /etc/group /mnt
ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type
$ losetup /dev/loop0
/dev/loop0: [0803]:1931929 (/etc/group)

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agobuild: /usr/bin/rename needs to be an alternative. Closes: #439647
LaMont Jones [Sun, 26 Aug 2007 17:20:53 +0000 (11:20 -0600)]
build: /usr/bin/rename needs to be an alternative.  Closes: #439647

17 years agobuild: fdisk (and therefore the udebs) do not get built on m68k.
LaMont Jones [Sun, 26 Aug 2007 17:04:38 +0000 (11:04 -0600)]
build: fdisk (and therefore the udebs) do not get built on m68k.

17 years agodebian/rules: cleanup and support nostrip option
LaMont Jones [Sun, 26 Aug 2007 05:49:01 +0000 (23:49 -0600)]
debian/rules: cleanup and support nostrip option

17 years agocontrol: add vcs-* fields to source
LaMont Jones [Sun, 26 Aug 2007 04:33:30 +0000 (22:33 -0600)]
control: add vcs-* fields to source

17 years agometadata: reorder fields in debian/control
LaMont Jones [Sun, 26 Aug 2007 04:18:42 +0000 (22:18 -0600)]
metadata: reorder fields in debian/control

17 years agobuild: build-dep lsb-release
LaMont Jones [Sun, 26 Aug 2007 04:13:35 +0000 (22:13 -0600)]
build: build-dep lsb-release

17 years agotypo
LaMont Jones [Sun, 26 Aug 2007 03:46:22 +0000 (21:46 -0600)]
typo

17 years agochangelog
LaMont Jones [Sun, 26 Aug 2007 03:43:43 +0000 (21:43 -0600)]
changelog

17 years agobuild: switch back to libblkid-dev for Debian. Closes: #439617
LaMont Jones [Sun, 26 Aug 2007 03:38:50 +0000 (21:38 -0600)]
build: switch back to libblkid-dev for Debian.  Closes: #439617

17 years agotaskset: Don't deliver taskset on m68k.
LaMont Jones [Sun, 26 Aug 2007 03:12:54 +0000 (21:12 -0600)]
taskset: Don't deliver taskset on m68k.

m68k doesn't have SYS_sched_getaffinity and friends, so taskset not only
makes no sense, it fails to build.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agoumount: only call update_mtab if mtab_is_writable().
LaMont Jones [Sun, 26 Aug 2007 02:27:42 +0000 (20:27 -0600)]
umount: only call update_mtab if mtab_is_writable().

There are several calls to update_mtab() which are not guarded by
mtab_is_writable().  Reported by: Daniel Jacobowitz <dan@debian.org>

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338803

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agobuild: finish replacing linux32
LaMont Jones [Sat, 25 Aug 2007 06:20:08 +0000 (00:20 -0600)]
build: finish replacing linux32

- put the man pages where it thinks they belong
- util-linux now Conflicts/Provides: linux32

17 years agosetarch: also deliver man page links for all the variants
LaMont Jones [Sat, 25 Aug 2007 06:13:04 +0000 (00:13 -0600)]
setarch: also deliver man page links for all the variants

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agobuild: convert to debhelper, deliver more stuff that was being built.
LaMont Jones [Sat, 25 Aug 2007 05:37:41 +0000 (23:37 -0600)]
build: convert to debhelper, deliver more stuff that was being built.

17 years agomount: avoid duplicates for root fs in mtab
Matthias Koenig [Fri, 24 Aug 2007 11:05:27 +0000 (13:05 +0200)]
mount: avoid duplicates for root fs in mtab

If the root fs is defined with LABEL or UUID in fstab, avoid
a duplicate entry in mtab when calling mount without existing
mtab.
A mount -f / creates two entries, one for LABEL and another
for the devicename, because canonicalize does not expand the
LABEL or UUID tags.

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agochangelog
LaMont Jones [Fri, 24 Aug 2007 07:10:35 +0000 (01:10 -0600)]
changelog

17 years agosetarch: Add SETARCH_LINKS for parisc, too.
LaMont Jones [Fri, 24 Aug 2007 07:09:53 +0000 (01:09 -0600)]
setarch: Add SETARCH_LINKS for parisc, too.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agocontrol: extend package descriptions
Branden Robinson [Fri, 24 Aug 2007 06:41:51 +0000 (00:41 -0600)]
control: extend package descriptions

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agocytune.8: make the oneliner more specific the cyclades hw in question
Justin B Rye [Fri, 24 Aug 2007 06:36:24 +0000 (00:36 -0600)]
cytune.8: make the oneliner more specific the cyclades hw in question

See http://bugs.debian.org/375150

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agocopyright: document git repository location
LaMont Jones [Thu, 23 Aug 2007 14:13:42 +0000 (08:13 -0600)]
copyright: document git repository location

17 years agorelease 2.13~rc3-6
LaMont Jones [Tue, 21 Aug 2007 17:11:21 +0000 (11:11 -0600)]
release 2.13~rc3-6

17 years agoMerge commit 'd76ec69bd75e039ecc7eddaca265fc6a49e2a472'
LaMont Jones [Tue, 21 Aug 2007 16:47:19 +0000 (10:47 -0600)]
Merge commit 'd76ec69bd75e039ecc7eddaca265fc6a49e2a472'

Fixing setarch.

Conflicts:

sys-utils/setarch.c

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agosetarch: add parisc/parisc64 support
LaMont Jones [Tue, 21 Aug 2007 16:19:19 +0000 (10:19 -0600)]
setarch: add parisc/parisc64 support

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agochangelog
LaMont Jones [Tue, 21 Aug 2007 16:25:25 +0000 (10:25 -0600)]
changelog

17 years agobuild: deliver setarch
LaMont Jones [Tue, 21 Aug 2007 16:25:05 +0000 (10:25 -0600)]
build: deliver setarch

17 years agocopyright: migrate copyright changes from README.licensing
LaMont Jones [Tue, 21 Aug 2007 16:21:24 +0000 (10:21 -0600)]
copyright: migrate copyright changes from README.licensing

17 years agosetarch: add parisc/parisc64 support
LaMont Jones [Tue, 21 Aug 2007 16:19:19 +0000 (10:19 -0600)]
setarch: add parisc/parisc64 support

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agoMerge commit 'origin'
LaMont Jones [Tue, 21 Aug 2007 16:04:13 +0000 (10:04 -0600)]
Merge commit 'origin'

17 years agosetarch: cleanup licensing note
Karel Zak [Tue, 21 Aug 2007 08:52:02 +0000 (10:52 +0200)]
setarch: cleanup licensing note

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>