]> git.ipfire.org Git - thirdparty/util-linux.git/log
thirdparty/util-linux.git
16 years agobuild-sys: release++ v2.13-rc2
Karel Zak [Tue, 17 Jul 2007 11:22:11 +0000 (13:22 +0200)] 
build-sys: release++

Increment release number to v2.13-rc2.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agopo: update po files
Karel Zak [Tue, 17 Jul 2007 11:17:16 +0000 (13:17 +0200)] 
po: update po files

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: update release notes
Karel Zak [Tue, 17 Jul 2007 11:11:19 +0000 (13:11 +0200)] 
docs: update release notes

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agologin-utils: remove deprecated sigsetmask() from wall
Karel Zak [Tue, 17 Jul 2007 09:44:34 +0000 (11:44 +0200)] 
login-utils: remove deprecated sigsetmask() from wall

The sigsetmask() is deprecated in favor of sigprocmask().

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: check returns in fdisk from partition changes
Mike Frysinger [Sat, 14 Jul 2007 17:32:37 +0000 (13:32 -0400)] 
fdisk: check returns in fdisk from partition changes

currently the code in fdisk which changes partition types is a bit fragile ...
it assumes the partition type succeeded instead of checking the user input or
for errors.  ive tweaked the sub functions to return a value indicative of the
functions' success and fdisk now checks/reports based on that.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoschedutils: fix chrt docs and pid=0 usage
Matthias Koenig [Mon, 16 Jul 2007 11:10:59 +0000 (13:10 +0200)] 
schedutils: fix chrt docs and pid=0 usage

Fix some documentation bugs for chrt.
Make it work with PID 0, which means current process.

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
16 years agomount: add acl option documentation for ext3 and reiserfs
Matthias Koenig [Mon, 16 Jul 2007 10:09:37 +0000 (12:09 +0200)] 
mount: add acl option documentation for ext3 and reiserfs

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
16 years agologin-utils: remove unwanted newlines from wall
Karel Zak [Mon, 16 Jul 2007 12:41:28 +0000 (14:41 +0200)] 
login-utils: remove unwanted newlines from wall

Prevent wall from adding an empty newline to every new line.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: update AUTHORS file
Karel Zak [Mon, 16 Jul 2007 11:56:08 +0000 (13:56 +0200)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomisc-util: new rtcwake command
Bernhard Walle [Fri, 13 Jul 2007 16:18:13 +0000 (18:18 +0200)] 
misc-util: new rtcwake command

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoionice: prefer SYS_ioprio_{set,get} from glibc to hardcoded version
Karel Zak [Mon, 16 Jul 2007 09:56:23 +0000 (11:56 +0200)] 
ionice: prefer SYS_ioprio_{set,get} from glibc to hardcoded version

It's better to use glibc SYS_ioprio_{set,get} definitions rather than an
incomplete (not all archs) and hardcoded version from ionice.c.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: remove "make mrproper", git-clean is good enough
Karel Zak [Thu, 12 Jul 2007 12:31:26 +0000 (14:31 +0200)] 
build-sys: remove "make mrproper", git-clean is good enough

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agosys-utils: add arch(1) back to the official tree
Karel Zak [Wed, 11 Jul 2007 10:37:40 +0000 (12:37 +0200)] 
sys-utils: add arch(1) back to the official tree

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>
16 years agowhereis: add lib64 paths
Karel Zak [Wed, 11 Jul 2007 09:15:45 +0000 (11:15 +0200)] 
whereis: add lib64 paths

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: remove libtool
Karel Zak [Tue, 10 Jul 2007 22:59:49 +0000 (00:59 +0200)] 
build-sys: remove libtool

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: remove dependence on helpers/libpreload-time.so
Karel Zak [Tue, 10 Jul 2007 21:51:12 +0000 (23:51 +0200)] 
tests: remove dependence on helpers/libpreload-time.so

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agocal: add test code
Karel Zak [Tue, 10 Jul 2007 21:20:42 +0000 (23:20 +0200)] 
cal: add test code

This patch allows to override the time() and define a different time by
TEST_TIME env. variable.  The code has to be compiled with -DTEST_CAL.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoalso search for __stext in readprofile
Mike Frysinger [Thu, 5 Jul 2007 16:15:50 +0000 (12:15 -0400)] 
also search for __stext in readprofile

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>
16 years agolomount.c: don't use mlockall if CRYPT_NONE
Masatake YAMATO [Tue, 8 May 2007 11:52:18 +0000 (11:52 +0000)] 
lomount.c: don't use mlockall if CRYPT_NONE

loop back mounting emits two system calls: mount and mlockall.
mount is obviously needed. mlockall is needed for encryption.
As the result both CAP_SYS_ADMIN and CAP_IPC_LOCK are needed
to do loopback mounting.

The problem is that CAP_IPC_LOCK is always needed through my
command doesn't need encryption.

With the following patch, mount calls mlockall only when
encryption is needed.

Signed-off-by: Masatake YAMATO <jet@gyve.org>
16 years agofdisk: when generating a DOS disk label, give it an ID
H. Peter Anvin [Sat, 7 Jul 2007 01:32:31 +0000 (18:32 -0700)] 
fdisk: when generating a DOS disk label, give it an ID

Newer Micro$oft operating systems (NT 3 and later) put a 4-byte
signature in the MBR at offset 440 decimal.  Generate a random such
signature when creating a new disk label, and allow it to be changed.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: do not complain about regular files
H. Peter Anvin [Sat, 7 Jul 2007 01:31:12 +0000 (18:31 -0700)] 
fdisk: do not complain about regular files

fdisk complains that it doesn't understand regular files.  This can
be trivially fixed.

Also, modes are conventionally given in octal, not hex.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
16 years agodocs: add release notes v2.13-rc1
Karel Zak [Tue, 3 Jul 2007 21:16:13 +0000 (23:16 +0200)] 
docs: add release notes

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: cleanup before release
Karel Zak [Tue, 3 Jul 2007 11:14:36 +0000 (13:14 +0200)] 
docs: cleanup before release

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: update TODO file
Karel Zak [Mon, 2 Jul 2007 23:55:06 +0000 (01:55 +0200)] 
docs: update TODO file

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agopo: update po files
Karel Zak [Mon, 2 Jul 2007 23:48:28 +0000 (01:48 +0200)] 
po: update po files

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agosetarch: add NLS support
Karel Zak [Mon, 2 Jul 2007 23:36:03 +0000 (01:36 +0200)] 
setarch: add NLS support

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoman pages: add "AVAILABILITY" section
Karel Zak [Mon, 2 Jul 2007 23:17:04 +0000 (01:17 +0200)] 
man pages: add "AVAILABILITY" section

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: use loop= option when mounting by /sbin/mount.<type>
Karel Zak [Mon, 2 Jul 2007 21:35:08 +0000 (23:35 +0200)] 
mount: use loop= option when mounting by /sbin/mount.<type>

The mount(8) calls external mount programs (/sbin/mount.<type>)
without the loop=/dev/loopN option. This patch fix this bug.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: fix linking when ncurses is built with --with-termlib=tinfo
Arkadiusz Miskiewicz [Tue, 19 Jun 2007 18:58:04 +0000 (20:58 +0200)] 
build-sys: fix linking when ncurses is built with --with-termlib=tinfo

When system ncurses is built with --with-termlib=tinfo option
then there are two libraries - libtinfo (which contains terminal
related functions) and libncurses (rest).

Correctly link against libtinfo in such case.

Signed-off-by: Arkadiusz Miskiewicz <arekm@maven.pl>
16 years agowall: fix O_NONBLOCK usage
Karel Zak [Mon, 2 Jul 2007 13:58:09 +0000 (15:58 +0200)] 
wall: fix O_NONBLOCK usage

From: Alan Curry <pacman@TheWorld.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agocfdisk: fix stupid typo in GPT checker call
Karel Zak [Mon, 2 Jul 2007 13:41:48 +0000 (15:41 +0200)] 
cfdisk: fix stupid typo in GPT checker call

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agosfdisk: fix "differ in signedness" compiler warnings
Karel Zak [Mon, 2 Jul 2007 13:39:58 +0000 (15:39 +0200)] 
sfdisk: fix "differ in signedness" compiler warnings

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agosfdisk: fix "may be used uninitialized" compiler warnings
Karel Zak [Mon, 2 Jul 2007 13:30:27 +0000 (15:30 +0200)] 
sfdisk: fix "may be used uninitialized" compiler warnings

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: fix "differ in signedness" compiler warnings
Karel Zak [Mon, 2 Jul 2007 13:06:13 +0000 (15:06 +0200)] 
fdisk: fix "differ in signedness" compiler warnings

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: many significant improvements and fixes to Sun label handling
David Miller [Fri, 29 Jun 2007 22:50:21 +0000 (15:50 -0700)] 
fdisk: many significant improvements and fixes to Sun label handling

1) Properly describe the exact layout and fields of the sun disk
   label.  Several fields were incorrectly mentioned and others
   wrongly sized.

2) Properly set the version, sane, and num_partitions fields.

   Because we weren't doing this, programs such as Solaris's format
   and the Solaris kernel itself refused to recognize our disk labels
   as valid.

3) Move SSWAP*() macros into fdisksunlabel.c as there is no reason
   for them to be exposed to the rest of fdisk.

4) Kill the sun_predefined_drives array hack and assosciated code.

   Instead size the disk and figure out the geometry properly just
   like the SGI and MSDOS partition handling do, by means of the
   HD_GETGEO ioctl() and disksize().

5) If the disk label read is found to not have the proper values
   set in version, sane, or num_partitions, fix them, recompute the
   label checksum, dirty the disk label, and let the user know what
   we did and that the fixed values will be written out if they 'w'.

   This gives users an easy way to fix up disk labels created by
   disk labelling programs which had this bug.

6) Create a sun_sys_getid() function so that fdisk.c does not need
   to reference the sun disk label details directly, just like the
   SGI code does.

Signed-off-by: David S. Miller <davem@davemloft.net>
16 years agoionice: fix ionice build on sparc
David Miller [Fri, 29 Jun 2007 22:51:17 +0000 (15:51 -0700)] 
ionice: fix ionice build on sparc

Provide the proper syscall numbers for this architecture.

Signed-off-by: David S. Miller <davem@davemloft.net>
16 years agosys-utils: added setarch command
Karel Zak [Mon, 2 Jul 2007 11:48:15 +0000 (13:48 +0200)] 
sys-utils: added setarch command

This patch merges setarch command to util-linux-ng code.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: cleanup architecture conditionals
Karel Zak [Mon, 2 Jul 2007 11:21:06 +0000 (13:21 +0200)] 
build-sys: cleanup architecture conditionals

This patch also add some new architectures for
AM_CONDITIONAL(ARCH_  ...)

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: cleanup sys-utils/ rdev symlinks
Karel Zak [Fri, 29 Jun 2007 13:12:33 +0000 (15:12 +0200)] 
build-sys: cleanup sys-utils/ rdev symlinks

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoblockdev: cleanup usage() and update man page
Karel Zak [Fri, 29 Jun 2007 10:06:58 +0000 (12:06 +0200)] 
blockdev: cleanup usage() and update man page

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoblockdev: add BLKFRAGET/BLKFRASET ioctls
Karel Zak [Fri, 29 Jun 2007 09:38:54 +0000 (11:38 +0200)] 
blockdev: add BLKFRAGET/BLKFRASET ioctls

In Linux 2.6 the BLKRASET ioctl has the desired effect for mounted
file-systems.  In Linux 2.4 it appears to set the number of blocks to
read-ahead on the *device* as opposed to within a *file*, and the
maximum value of this number is 255.  As a result the invocation of
blockdev will fail on Linux 2.4 for any usefully large value of
READAHEAD, and will not in any case have the desired affect for
fragmented files.

(Based on the blockdev-getfra-setfra.patch Debian patch.)

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoagetty: check gethostname() return value
Karel Zak [Fri, 29 Jun 2007 00:27:27 +0000 (02:27 +0200)] 
agetty: check gethostname() return value

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoagetty: add 'O' escape code to display domain name
Karel Zak [Thu, 28 Jun 2007 23:50:50 +0000 (01:50 +0200)] 
agetty: add 'O' escape code to display domain name

This patch add a new 'O' escape code to display domain name
by issue-file (/etc/issue) output.

(Based on an Gentoo patch.)

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: needs to handle special mountprog even on guessed file systems.
Karel Zak [Wed, 27 Jun 2007 23:23:49 +0000 (01:23 +0200)] 
mount: needs to handle special mountprog even on guessed file systems.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: add MAC label detection
Karel Zak [Wed, 27 Jun 2007 21:49:56 +0000 (23:49 +0200)] 
fdisk: add MAC label detection

This patch is based on the old Suse util-linux-2.11q-fs_mac.diff patch.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: move duplicate stuff from fdisk*label.h to fdisk.h
Karel Zak [Wed, 27 Jun 2007 21:36:08 +0000 (23:36 +0200)] 
fdisk: move duplicate stuff from fdisk*label.h to fdisk.h

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agolosetup: add long options and fix man page
Karel Zak [Wed, 27 Jun 2007 15:32:51 +0000 (17:32 +0200)] 
losetup: add long options and fix man page

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: loop device race condition
Matthias Koenig [Wed, 20 Jun 2007 13:17:47 +0000 (15:17 +0200)] 
mount: loop device race condition

Fix race in losetup

Retry acquiring a loop device if set_loop failed with EBUSY

Signed-Off-By: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: loop device race condition
Matthias Koenig [Wed, 20 Jun 2007 13:17:45 +0000 (15:17 +0200)] 
mount: loop device race condition

Fix race in mount -o loop

Retry acquiring a loop device if the setup failed with EBUSY.

Signed-Off-By: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agosfdisk: setting default geometry values
Luciano Chavez [Fri, 9 Mar 2007 03:07:52 +0000 (21:07 -0600)] 
sfdisk: setting default geometry values

The cfdisk and fdisk set defaults for heads and sectors in order to handle a
situation when the get_geometry() ends up with zeroes for the disk geometry for
device-mapper devices. This patch add same functionally to sfdisk.

You know that a dmsetup setgeometry of the the dm device can be used to
circumvent the issue but users may not immediately realize they need to do
that.

16 years agomount: use encoded labels for volume_id
Kay Sievers [Thu, 21 Jun 2007 11:31:52 +0000 (13:31 +0200)] 
mount: use encoded labels for volume_id

The current version of libvolume_id exports the encoding function for the
symlinks names, so slashes in labels and other chars, that don't really fit
into symlink names, will work as expected with LABEL=.

16 years agoddate: fix compiler warnings
Karel Zak [Tue, 19 Jun 2007 14:42:07 +0000 (16:42 +0200)] 
ddate: fix compiler warnings

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotaskset: independent of hardcoded NR_CPUS max.
Cliff Wickman [Mon, 11 Jun 2007 20:24:45 +0000 (15:24 -0500)] 
taskset: independent of hardcoded NR_CPUS max.

This patch makes the taskset command independent of the system's maximum
number of cpus (CONFIG_NR_CPUS).  The maximum for CONFIG_NR_CPUS is a
moving target.

With this patch the size of the systems's cpumask_t is gotten from
sched_getaffinity(2).

This patch uses variable length bitmasks borrowed from Paul Jackson's
variable size bitmask routines (hence I kept his copyright notice).
This replaces the use of the glibc CPU_SETSIZE, CPU_SET, CPU_ZERO and
CPU_ISSET macros which depend on a hardcoded size for cpu_set_t.

(also fixes one little nit: the -V option is "-v" in the built-in help, so
 changed the built-in help)

Signed-off-by: Cliff Wickman <cpw@sgi.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agolosetup: add a new option -s
Karel Zak [Mon, 18 Jun 2007 13:44:02 +0000 (15:44 +0200)] 
losetup: add a new option -s

The losetup provides an -f option to discover an unused loop device.  As
implemented, it is racy. The problem is that -f prints the loop device
to stdout only when used standalone.  This means a script has to do:

 lodev=$(losetup -f)
 losetup $lodev $filename

which is racy if another script may be running.

This patch add a new option '-s'. The '-s' option prints device name
if the -f option and a file argument are present. For example:

 lodev=$(losetup -f -s $filename)

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add mount /dev/symlink test
Karel Zak [Fri, 15 Jun 2007 19:32:45 +0000 (21:32 +0200)] 
tests: add mount /dev/symlink test

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add support for suid programs
Karel Zak [Fri, 15 Jun 2007 13:55:10 +0000 (15:55 +0200)] 
tests: add support for suid programs

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: rewrite getfs_by_specdir() without mem leaks
Karel Zak [Fri, 15 Jun 2007 13:47:22 +0000 (15:47 +0200)] 
mount: rewrite getfs_by_specdir() without mem leaks

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: fix typo in error message
Karel Zak [Fri, 15 Jun 2007 13:24:45 +0000 (15:24 +0200)] 
mount: fix typo in error message

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: fix ts_fstab_add function
Karel Zak [Fri, 15 Jun 2007 09:29:04 +0000 (11:29 +0200)] 
tests: fix ts_fstab_add function

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotools: add codecheck-config that checks for {HAVE,ENABLE}_ orphans
Karel Zak [Fri, 15 Jun 2007 08:17:51 +0000 (10:17 +0200)] 
tools: add codecheck-config that checks for {HAVE,ENABLE}_ orphans

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agogetopt: remove old unused files
Karel Zak [Thu, 14 Jun 2007 12:50:14 +0000 (14:50 +0200)] 
getopt: remove old unused files

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomcookie: remove non-linux code
Karel Zak [Thu, 14 Jun 2007 12:43:41 +0000 (14:43 +0200)] 
mcookie: remove non-linux code

Something like #ifdef __linux__ is non-sense in util-linux where
everything depend on linux.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomkfs.cramfs: cleanup HAVE_ macros usage
Karel Zak [Thu, 14 Jun 2007 11:55:37 +0000 (13:55 +0200)] 
mkfs.cramfs: cleanup HAVE_ macros usage

It's bad to use any HAVE_* macros for anything other than
for build-system (autotools) stuff.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: fix HAVE_NCURSES
Karel Zak [Thu, 14 Jun 2007 11:32:32 +0000 (13:32 +0200)] 
build-sys: fix HAVE_NCURSES

The HAVE_NCURSES in config.h is required by the misc-utils/cal.c.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoswapon: cleanup PATH_ macros and tailing white-spaces
Karel Zak [Thu, 14 Jun 2007 09:53:39 +0000 (11:53 +0200)] 
swapon: cleanup PATH_ macros and tailing white-spaces

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomisc-utils: remove old cal test
Karel Zak [Wed, 13 Jun 2007 19:43:41 +0000 (21:43 +0200)] 
misc-utils: remove old cal test

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoswapon: fix swapon headers and syscalls
Mike Frysinger [Wed, 13 Jun 2007 09:52:55 +0000 (05:52 -0400)] 
swapon: fix swapon headers and syscalls

This patch scrubs anything related to SWAPON_NEEDS_TWO_ARGS as this is only
relevant for < linux-1.3.2 and i say it's about time we let it go.

I also cleaned up the system call fallback logic as the _syscall#() macros are
the deprecated interface in favor of the real syscall() function.

The asm/page.h gets the boot as nothing in swapon.c utilizes defines from it
while unistd.h gets always included as defines/functions are used from it other
than just swapon().

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agocal: widechar code cleanup
Karel Zak [Tue, 12 Jun 2007 15:46:16 +0000 (17:46 +0200)] 
cal: widechar code cleanup

This patch make widechar code (cal headers initialization) more
robust. That's possible to format wide char strings by swprintf() and
non-widechar version by sprintf(). This is better than the old
solution with wcscat().

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: update AUTHORS file
Karel Zak [Tue, 12 Jun 2007 14:59:03 +0000 (16:59 +0200)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agocal: ifdef cleanup, non-curses/tempcap code fixes
Karel Zak [Tue, 12 Jun 2007 14:45:32 +0000 (16:45 +0200)] 
cal: ifdef cleanup, non-curses/tempcap code fixes

This patche:
  - removes extra #ifdef-s,
  - fixes \n usage when compiled without curses/termcap

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agocal: fix a segfault and -3m highlighting
Karel Zak [Tue, 12 Jun 2007 14:08:58 +0000 (16:08 +0200)] 
cal: fix a segfault and -3m highlighting

Fixes a segfault for certain values of $TERM

Fixes alignment issues when the highlighted day (today)
is in the last week of the month.

Signed-off-by: Pádraig Brady <P@draigBrady.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add cal -y test
Karel Zak [Tue, 12 Jun 2007 11:26:05 +0000 (13:26 +0200)] 
tests: add cal -y test

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add cal -3 test
Karel Zak [Tue, 12 Jun 2007 11:05:00 +0000 (13:05 +0200)] 
tests: add cal -3 test

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add cal -1 test
Karel Zak [Tue, 12 Jun 2007 10:48:36 +0000 (12:48 +0200)] 
tests: add cal -1 test

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: pass all arguments to ts_init, add ts_has_option function
Karel Zak [Mon, 11 Jun 2007 12:45:32 +0000 (14:45 +0200)] 
tests: pass all arguments to ts_init, add ts_has_option function

This patch:
- replaces "$1" with "$*" for ts_init function
- add ts_has_option function
- removes some tailing white-spaces

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: clean up TODO file and add a new resuest for 2.14
Karel Zak [Tue, 5 Jun 2007 19:53:55 +0000 (21:53 +0200)] 
docs: clean up TODO file and add a new resuest for 2.14

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotext-utils: fix the more command compilation against termcap
Karel Zak [Mon, 4 Jun 2007 13:16:18 +0000 (15:16 +0200)] 
text-utils: fix the more command compilation against termcap

The build-sys (text-utils/Makefile.am) allows to compile against
ncurses and termcap. The termcap version is broken in more.c.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agosys-utils: add note about obsolete ramsize option to rdev.8
Karel Zak [Mon, 4 Jun 2007 10:58:39 +0000 (12:58 +0200)] 
sys-utils: add note about obsolete ramsize option to rdev.8

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>
16 years agofdisk: add GPT detection code
Karel Zak [Thu, 31 May 2007 12:31:51 +0000 (14:31 +0200)] 
fdisk: add GPT detection code

The GPT (GUID Partition Table) is unsupported by fdisk, sfdisk and
cfdisk. Unfortunately, the fdisk doesn't complain about GPT.. that's
dangerous, because user is able to blindly edit PT with unexpected
results.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: Makefile.am refactoring
Karel Zak [Wed, 30 May 2007 18:55:02 +0000 (20:55 +0200)] 
fdisk: Makefile.am refactoring

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: cleanup full disk detection code
Karel Zak [Wed, 30 May 2007 15:57:30 +0000 (17:57 +0200)] 
fdisk: cleanup full disk detection code

The full disk (e.g. /dev/hda) detection code is duplicated on two places and
the code doesn't work correctly with devices which don't support HDIO_GETGEO.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: fix "type qualifiers ignored on function return type"
Karel Zak [Wed, 30 May 2007 15:41:14 +0000 (17:41 +0200)] 
fdisk: fix "type qualifiers ignored on function return type"

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: use unsigned long long instead int for sectors
Karel Zak [Wed, 30 May 2007 15:10:43 +0000 (17:10 +0200)] 
fdisk: use unsigned long long instead int for sectors

The patch is originally based on an old Suse patch.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: clean up info about NFS in mount.8
Karel Zak [Wed, 30 May 2007 10:10:07 +0000 (12:10 +0200)] 
mount: clean up info about NFS in mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: add note about fcntl/ioctl unreliability on NFS to mount.8
Karel Zak [Wed, 30 May 2007 09:44:50 +0000 (11:44 +0200)] 
mount: add note about fcntl/ioctl unreliability on NFS to mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: add note about /etc/mtab unreliability to mount.8
Karel Zak [Wed, 30 May 2007 09:42:55 +0000 (11:42 +0200)] 
mount: add note about /etc/mtab unreliability to mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add mount by uuid with label in fstab
Karel Zak [Mon, 28 May 2007 23:30:50 +0000 (01:30 +0200)] 
tests: add mount by uuid with label in fstab

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add mount by uuid with devname in fstab
Karel Zak [Mon, 28 May 2007 23:29:25 +0000 (01:29 +0200)] 
tests: add mount by uuid with devname in fstab

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add mount by label with uuid in fstab
Karel Zak [Mon, 28 May 2007 23:28:06 +0000 (01:28 +0200)] 
tests: add mount by label with uuid in fstab

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add mount by label with devname in fstab
Karel Zak [Mon, 28 May 2007 23:26:17 +0000 (01:26 +0200)] 
tests: add mount by label with devname in fstab

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add mount by devname with uuid in fstab
Karel Zak [Mon, 28 May 2007 23:08:04 +0000 (01:08 +0200)] 
tests: add mount by devname with uuid in fstab

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add mount by devname with label in fstab
Karel Zak [Mon, 28 May 2007 23:07:28 +0000 (01:07 +0200)] 
tests: add mount by devname with label in fstab

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: add more variants to {mount,fstab}-by-{label,uuid,devname}
Karel Zak [Mon, 28 May 2007 13:15:55 +0000 (15:15 +0200)] 
tests: add more variants to {mount,fstab}-by-{label,uuid,devname}

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: add support for mixed usage of SPECes
Karel Zak [Mon, 28 May 2007 12:48:23 +0000 (14:48 +0200)] 
mount: add support for mixed usage of SPECes

This patch improves a way how the mount works with SPECes (devname,
LABEL or UUID) and nodes (mountpoints) from command line.

The patch adds support for mixed usage of SPECes -- it means on
command line is different SPEC than in the /etc/fstab file. For
example:

command line:
   mount LABEL=foo
fstab:
   UID=915b048a-998d-4ee5-9e6b-7fcaaf34d3c5 /mnt/foo auto default

The mount command doesn't strictly require same SPEC on command line
and in fstab anymore. You can be more creative and mix UUID, LABEL
or device name.

This implementation is more effective that convert *all* entries from
/etc/fstab to a real devnames.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: getfs_* (fstab) interface has to work with canonicalize()
Karel Zak [Mon, 28 May 2007 11:20:27 +0000 (13:20 +0200)] 
mount: getfs_* (fstab) interface has to work with canonicalize()

The getfs_by_dir() and getfs_by_devname() have to be able to work
with canonicalized and also with non-canonicalized paths.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agotests: cleanup blkid cache after test device deinitialization
Karel Zak [Fri, 25 May 2007 12:53:22 +0000 (14:53 +0200)] 
tests: cleanup blkid cache after test device deinitialization

The libblkid reuses cached information when a cache entry is younger
than 2 secs. That's wrong, because util-linux tests use devices
more quickly.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: use verbose mode instead debug mode
Karel Zak [Fri, 25 May 2007 11:33:22 +0000 (13:33 +0200)] 
mount: use verbose mode instead debug mode

The patch:

  commit 61d9d2ff1cb0e28e2b88099bbc5b919fa5004fce
  Date:   Wed Dec 27 23:35:56 2006 +0100

added debug mode to the mount command. It was mistake. It's better to
use old verbose mode instead a new debug mode. This patch transform
all staff from debug mode to to verbose mode.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: parse SPEC before search in fstab
Karel Zak [Fri, 25 May 2007 10:28:49 +0000 (12:28 +0200)] 
mount: parse SPEC before search in fstab

The mount blindly uses a SPEC from command line and tries to found the
SPEC in /etc/fstab. It's better to parse the SPEC and search by UUID,
LABEL or devname only.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: clean up getfs* (fstab.c) interface
Karel Zak [Fri, 25 May 2007 09:09:44 +0000 (11:09 +0200)] 
mount: clean up getfs* (fstab.c) interface

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: minor fixes in configure.in
Karel Zak [Tue, 22 May 2007 22:04:24 +0000 (00:04 +0200)] 
build-sys: minor fixes in configure.in

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