- Aug 29, 2011
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jul 28, 2011
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- May 02, 2011
-
-
Karel Zak authored
The original idea to have something like fallocate(1) is from Matej Cepl -- his mkfile(1) prototype has been originally discussed on coreutil mailing list. Thanks! Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Feb 10, 2011
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jan 25, 2011
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jan 04, 2011
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Dec 10, 2010
-
-
Davidlohr Bueso authored
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>
-
- Nov 30, 2010
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Nov 15, 2010
-
-
Thorsten Glaser authored
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>
-
- Jun 07, 2010
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Apr 02, 2010
-
-
Jason Borden authored
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>
-
- Jan 07, 2010
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Dec 09, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Nov 20, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Oct 19, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Sep 22, 2009
-
-
Karel Zak authored
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>
-
- Jul 15, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jul 02, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jun 28, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jun 22, 2009
-
-
Karel Zak authored
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>
-
- May 27, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- May 05, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Apr 17, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Mar 18, 2009
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jun 09, 2008
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Apr 16, 2008
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Apr 15, 2008
-
-
Shachar Shemesh authored
[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>
-
- Mar 25, 2008
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Sep 05, 2007
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Aug 27, 2007
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Aug 21, 2007
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Aug 17, 2007
-
-
Karel Zak authored
The patch: commit 6a4c63d9 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>
-
- Aug 07, 2007
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jul 16, 2007
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jul 03, 2007
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Jun 12, 2007
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- May 16, 2007
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-