[klibc 25/31] Miscellaneous utilities for klibc

From: H. Peter Anvin
Date: Wed Jun 28 2006 - 01:21:21 EST


[klibc] Miscellaneous utilities for klibc

A collection of minor utilities for klibc.

Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx>

---
commit 99753ec67ac082f5f4fdb07e7b985bba84cf4b4c
tree 758bb62c89686ff8a71f6022c15be6f02723a9d4
parent 412867937f3298c6ab1b4a3d6fc8050214a1b7c0
author H. Peter Anvin <hpa@xxxxxxxxx> Tue, 27 Jun 2006 20:51:10 -0700
committer H. Peter Anvin <hpa@xxxxxxxxx> Tue, 27 Jun 2006 20:51:10 -0700

usr/Kbuild | 2
usr/utils/Kbuild | 62 ++++++
usr/utils/cat.c | 329 ++++++++++++++++++++++++++++++
usr/utils/chroot.c | 25 ++
usr/utils/dd.c | 533 ++++++++++++++++++++++++++++++++++++++++++++++++
usr/utils/false.c | 4
usr/utils/file_mode.c | 143 +++++++++++++
usr/utils/file_mode.h | 1
usr/utils/halt.c | 55 +++++
usr/utils/insmod.c | 140 +++++++++++++
usr/utils/ln.c | 77 +++++++
usr/utils/minips.c | 508 ++++++++++++++++++++++++++++++++++++++++++++++
usr/utils/mkdir.c | 150 ++++++++++++++
usr/utils/mkfifo.c | 71 ++++++
usr/utils/mknod.c | 58 +++++
usr/utils/mount_main.c | 105 +++++++++
usr/utils/mount_opts.c | 94 ++++++++
usr/utils/mount_opts.h | 21 ++
usr/utils/nuke.c | 134 ++++++++++++
usr/utils/pivot_root.c | 19 ++
usr/utils/sleep.c | 25 ++
usr/utils/true.c | 4
usr/utils/umount.c | 45 ++++
usr/utils/uname.c | 154 ++++++++++++++
24 files changed, 2758 insertions(+), 1 deletions(-)

Patch suppressed due to size (65 K), available at:
http://www.kernel.org/pub/linux/kernel/people/hpa/klibc-patchset/25-miscellaneous-utilities-for-klibc.patch
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/