Commit Graph

38 Commits

Author SHA1 Message Date
Davidlohr Bueso ded850dfb8 docs: update TODO file
Here's a patch to update some the TODO list now that the new partx is
merged.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
2010-12-10 14:08:53 +01:00
Karel Zak 601d12fb10 rename util-linux-ng back to util-linux
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-30 11:41:59 +01:00
Thorsten Glaser a4a27b06e8 hwclock: [m68k] unbreak FTBFS with recent (>= 2.4.18?) kernels
The old KDGHWCLK ioctl was removed from the Linux kernel quite some
time ago. The kd.c source file of hwclock contains fallback code to
handle this, but the fallback code never could have compiled or was
not fixed along other code changes. The Linux kernel nowadays igno-
res the ioctl entirely so removing it unless provided by the kernel
headers, to keep it working on very old kernels, seems the sensible
thing to do, as the comments say m68k only and deprecated (which is
correct AFAICT).

According to pickaxe on gitweb, it was removed in 2002:
http://git.kernel.org/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=a915e414af5fc541ff62ef0bfec847457ae650bc

Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578168
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-15 09:55:12 +01:00
Karel Zak 2c8c70f254 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07 14:19:41 +02:00
Jason Borden 4dddc2d4aa swaplabel: new command
Print or change the label / UUID of a swap area.

[kzak@redhat.com: - code refactoring
                  - add long options
                  - clean up Makefile.am]

Signed-off-by: Jason Borden <jborden@bluehost.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-04-02 16:16:59 +02:00
Karel Zak 6bebe669ac docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-01-07 22:01:16 +01:00
Karel Zak ccf2f2b84b docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-09 11:39:33 +01:00
Karel Zak fbecf1eb41 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-11-20 15:53:03 +01:00
Karel Zak 5e51568e14 docs: add 'unshare' and 'wipefs' to AUTHORS
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-19 11:26:12 +02:00
Karel Zak 3bcf2c734f docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-19 10:59:15 +02:00
Karel Zak d46a54994e fallocate: new command
The fallocate(1) utility is used to preallocate blocks to a file.

This can be useful for virtual images, database files, testing, etc.
Normally we'd hope that various tools will start using preallocation
internally, but until then such a utility may be useful, and could be
scripted as well.

The original Eric's version is available at:
http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/2490

This version:
 - checks for fallocate glibc function and kernel syscall
 - does not provide a fallback and does not call posix_fallocate()
 - adds long options
 - uses err.h for errro messages
 - adds NLS support
 - cleanups man page

Co-Author: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-22 15:26:18 +02:00
Karel Zak 033d144299 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-07-15 23:30:16 +02:00
Karel Zak 5e1974efd1 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-07-02 15:13:20 +02:00
Karel Zak 88b99d5ef9 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-06-28 22:28:44 +02:00
Karel Zak 711ea7307d switch_root: new command
Copied from Dracut project:
git://dracut.git.sourceforge.net/gitroot/dracut

switch_root history in dracut.git repository:

$ git shortlog switch_root.c
Harald Hoyer (5):
      replace switch_root shell script with binary
      add \n to switch_root
      use switch_root code from http://pjones.fedorapeople.org/mkstart/usr/lib/mkstart/switchroot.c
      mount move instead of umount and fix the search for fallback inits
      setsid() and set controlling terminal for real /sbin/init

Victor Lowther (2):
      Simplify switch_root.c a bit
      Remove all files on the initramfs before switching root

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-06-22 21:30:46 +02:00
Karel Zak 75f1b7c2f8 docs: add missing commands/projects to AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-05-27 22:48:00 +02:00
Karel Zak 969b567e1a docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-05-05 22:11:22 +02:00
Karel Zak 0f88c9c395 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-04-17 12:29:00 +02:00
Karel Zak 689ab0897d docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-03-18 11:11:54 +01:00
Karel Zak d5b6454197 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-06-09 12:49:40 +02:00
Karel Zak c7168f54cc docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-04-16 23:22:23 +02:00
Shachar Shemesh 7bcefc7f03 losetup: add --sizelimit option
[kzak@redhat.com: split the original patch to small patches]
Signed-off-by: Shachar Shemesh <shachar@debian.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-04-15 12:57:35 +02:00
Karel Zak 4713a23a5c docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-03-25 23:47:02 +01:00
Karel Zak d8e1628872 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-09-05 11:55:50 +02:00
Karel Zak 30e65d944b docs: update ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-28 00:38:57 +02:00
Karel Zak bab8a90a19 docs: update and sort AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-28 00:15:49 +02:00
Karel Zak b557c30f63 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-27 15:37:05 +02:00
Karel Zak a4162262b9 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-21 10:32:41 +02:00
Karel Zak cb0981c321 docs: fix authorship of 8-bit cleanup agetty patch
The patch:

	commit 6a4c63d9d9
	Author: Moritz Muehlenhoff <jmm@inutil.org>
	Date:   Thu Jul 19 00:29:13 2007 +0200

	agetty: 8 bit characters on the Linux console lead to input
	corruption

	Signed-off-by: LaMont Jones <lamont@mmjgroup.com>

has been posted and committed with wrong "Author" field.

Sorry to Samuel Thibault who is original author of the patch.

Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-17 12:44:57 +02:00
Karel Zak 8933e1b059 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-08-08 00:13:54 +02:00
Karel Zak 65c381e984 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-16 13:56:08 +02:00
Karel Zak 6a5486fded docs: cleanup before release
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-07-03 14:15:08 +02:00
Karel Zak 174809cff0 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-06-12 16:59:03 +02:00
Karel Zak 305a7dddbc docs: refresh AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-05-16 13:42:07 +02:00
Karel Zak 5bbc26de59 build-sys: rename to -ng, change maintainer name
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-04 13:44:06 +01:00
Karel Zak a120aaa70d Imported from util-linux-2.13-pre7 tarball. 2006-12-07 00:27:22 +01:00
Karel Zak baf39af15b Imported from util-linux-2.13-pre2 tarball. 2006-12-07 00:26:58 +01:00
Karel Zak 48d7b13a1e Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00