]>
err.no Git - util-linux/log
LaMont Jones [Tue, 17 Jul 2007 22:41:37 +0000 (16:41 -0600)]
rc2
LaMont Jones [Tue, 17 Jul 2007 14:21:35 +0000 (08:21 -0600)]
merge 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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
LaMont Jones [Fri, 13 Jul 2007 14:52:56 +0000 (08:52 -0600)]
kfreebsd-amd64
LaMont Jones [Fri, 13 Jul 2007 14:50:58 +0000 (08:50 -0600)]
no libselinux on kfreebsd-amd64 either
LaMont Jones [Fri, 13 Jul 2007 14:23:23 +0000 (08:23 -0600)]
fix kfreebsd more.
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>
LaMont Jones [Thu, 12 Jul 2007 01:19:39 +0000 (19:19 -0600)]
mount depends: nfs-common, not util-linux
LaMont Jones [Wed, 11 Jul 2007 21:53:14 +0000 (15:53 -0600)]
cleanup Makefile.in crap the rest of the way
LaMont Jones [Wed, 11 Jul 2007 21:47:17 +0000 (15:47 -0600)]
Merge commit 'origin/master' into debian
LaMont Jones [Wed, 11 Jul 2007 18:27:39 +0000 (12:27 -0600)]
release
LaMont Jones [Wed, 11 Jul 2007 18:27:19 +0000 (12:27 -0600)]
do not depend libselinux1-dev on kfreebsd-i386
LaMont Jones [Wed, 11 Jul 2007 18:26:30 +0000 (12:26 -0600)]
let syscall.h define ioprio_{set,get}
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>
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>
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>
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>
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>
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>
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>
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>
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>
LaMont Jones [Tue, 10 Jul 2007 06:05:47 +0000 (00:05 -0600)]
release
LaMont Jones [Tue, 10 Jul 2007 06:05:22 +0000 (00:05 -0600)]
cleanup configure invocation, enable partx
LaMont Jones [Mon, 9 Jul 2007 21:02:47 +0000 (15:02 -0600)]
deliver more stuff
LaMont Jones [Mon, 9 Jul 2007 20:55:54 +0000 (14:55 -0600)]
/usr/X11R6/bin and /usr/bin/X11 are symlinks
LaMont Jones [Mon, 9 Jul 2007 20:46:40 +0000 (14:46 -0600)]
only include vt.h et al if we're using that code
LaMont Jones [Mon, 9 Jul 2007 18:14:33 +0000 (12:14 -0600)]
add Depends: nfs-common until after lenny ships
LaMont Jones [Mon, 9 Jul 2007 17:39:01 +0000 (11:39 -0600)]
changelog cleanup
LaMont Jones [Mon, 9 Jul 2007 17:38:50 +0000 (11:38 -0600)]
correct location of README.Debian.hwclock.gz (#393539)
LaMont Jones [Mon, 9 Jul 2007 17:35:27 +0000 (11:35 -0600)]
getopt example location (#352221)
LaMont Jones [Mon, 9 Jul 2007 17:34:51 +0000 (11:34 -0600)]
schedutils gobbled (#322883)
LaMont Jones [Mon, 9 Jul 2007 17:34:11 +0000 (11:34 -0600)]
add LSB dependency info (#330227)
LaMont Jones [Mon, 9 Jul 2007 17:16:54 +0000 (11:16 -0600)]
have configure claim it's "util-linux", not "util-linux-ng"
LaMont Jones [Mon, 9 Jul 2007 17:16:09 +0000 (11:16 -0600)]
cleanup copyright; build succeeds now
LaMont Jones [Mon, 9 Jul 2007 17:13:10 +0000 (11:13 -0600)]
drop Makefile.in
LaMont Jones [Mon, 9 Jul 2007 17:12:19 +0000 (11:12 -0600)]
add arch command
LaMont Jones [Mon, 9 Jul 2007 01:36:27 +0000 (19:36 -0600)]
don't run autogen.sh at build time...
LaMont Jones [Mon, 9 Jul 2007 00:43:41 +0000 (18:43 -0600)]
autopoint Depends: cvs
LaMont Jones [Mon, 9 Jul 2007 00:32:27 +0000 (18:32 -0600)]
just depend on the autoconf crap
LaMont Jones [Mon, 9 Jul 2007 00:21:21 +0000 (18:21 -0600)]
Merge branch 'debian' into mount
LaMont Jones [Mon, 9 Jul 2007 00:21:12 +0000 (18:21 -0600)]
more typos
LaMont Jones [Mon, 9 Jul 2007 00:18:02 +0000 (18:18 -0600)]
add rmd160.c
LaMont Jones [Mon, 9 Jul 2007 00:03:08 +0000 (18:03 -0600)]
mount.c typo
LaMont Jones [Sun, 8 Jul 2007 23:44:14 +0000 (17:44 -0600)]
clean target tidying for new upstream
LaMont Jones [Sun, 8 Jul 2007 23:25:30 +0000 (17:25 -0600)]
man page tweaks, cleanup my_dev_t.h ancient stuff
LaMont Jones [Sun, 8 Jul 2007 23:22:11 +0000 (17:22 -0600)]
hash passphrases - debian compatibility
LaMont Jones [Sun, 8 Jul 2007 23:20:51 +0000 (17:20 -0600)]
deliver rdev on amd64
LaMont Jones [Sun, 8 Jul 2007 23:18:50 +0000 (17:18 -0600)]
grammar nit
LaMont Jones [Sun, 8 Jul 2007 23:18:24 +0000 (17:18 -0600)]
historical code turned off from trying to not open wrong vt
LaMont Jones [Sun, 8 Jul 2007 23:16:18 +0000 (17:16 -0600)]
sort malloc call in agetty initstring
LaMont Jones [Sun, 8 Jul 2007 23:14:10 +0000 (17:14 -0600)]
drop dpatch usage
LaMont Jones [Sun, 8 Jul 2007 23:10:03 +0000 (17:10 -0600)]
Merge branch 'master' into debian
LaMont Jones [Sun, 8 Jul 2007 23:09:38 +0000 (17:09 -0600)]
v2.12r-20
LaMont Jones [Sun, 8 Jul 2007 23:09:23 +0000 (17:09 -0600)]
v2.12r-19
LaMont Jones [Sun, 8 Jul 2007 23:09:11 +0000 (17:09 -0600)]
v2.12r-18
LaMont Jones [Sun, 8 Jul 2007 23:09:00 +0000 (17:09 -0600)]
v2.12r-17
LaMont Jones [Sun, 8 Jul 2007 23:08:52 +0000 (17:08 -0600)]
v2.12r-16
LaMont Jones [Sun, 8 Jul 2007 23:08:40 +0000 (17:08 -0600)]
v2.12r-15
LaMont Jones [Sun, 8 Jul 2007 23:08:32 +0000 (17:08 -0600)]
v2.12r-14
LaMont Jones [Sun, 8 Jul 2007 23:08:23 +0000 (17:08 -0600)]
v2.12r-13
LaMont Jones [Sun, 8 Jul 2007 23:08:13 +0000 (17:08 -0600)]
v2.12r-12
LaMont Jones [Sun, 8 Jul 2007 23:08:01 +0000 (17:08 -0600)]
v2.12r-11
LaMont Jones [Sun, 8 Jul 2007 23:07:52 +0000 (17:07 -0600)]
v2.12r-10
LaMont Jones [Sun, 8 Jul 2007 23:07:42 +0000 (17:07 -0600)]
v2.12r-9
LaMont Jones [Sun, 8 Jul 2007 23:07:30 +0000 (17:07 -0600)]
v2.12r-8
LaMont Jones [Sun, 8 Jul 2007 23:07:15 +0000 (17:07 -0600)]
v2.12r-7
LaMont Jones [Sun, 8 Jul 2007 23:06:55 +0000 (17:06 -0600)]
v2.12r-6
LaMont Jones [Sun, 8 Jul 2007 23:06:39 +0000 (17:06 -0600)]
v2.12r-5
LaMont Jones [Sun, 8 Jul 2007 23:06:17 +0000 (17:06 -0600)]
v2.12r-4
LaMont Jones [Sun, 8 Jul 2007 23:06:03 +0000 (17:06 -0600)]
v2.12r-3
LaMont Jones [Sun, 8 Jul 2007 23:05:47 +0000 (17:05 -0600)]
v2.12r-2
LaMont Jones [Sun, 8 Jul 2007 23:05:21 +0000 (17:05 -0600)]
v2.12r-1
LaMont Jones [Sun, 8 Jul 2007 22:59:54 +0000 (16:59 -0600)]
Merge commit 'v2.12r' into debian
LaMont Jones [Sun, 8 Jul 2007 22:59:22 +0000 (16:59 -0600)]
v2.12p-6
LaMont Jones [Sun, 8 Jul 2007 22:56:11 +0000 (16:56 -0600)]
2.12p-4
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>