search for: 57e2d08

Displaying 2 results from an estimated 2 matches for "57e2d08".

Did you mean: 507e2d08
2011 Jun 11
0
[PATCH] utils add minimal mv
...by: maximilian attems <max at stro.at> --- usr/utils/Kbuild | 4 ++- usr/utils/mv.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 1 deletions(-) create mode 100644 usr/utils/mv.c diff --git a/usr/utils/Kbuild b/usr/utils/Kbuild index 57e2d08..05aa794 100644 --- a/usr/utils/Kbuild +++ b/usr/utils/Kbuild @@ -3,7 +3,7 @@ # progs := chroot dd mkdir mkfifo mknod mount pivot_root umount -progs += true false sleep ln nuke minips cat ls losetup +progs += true false sleep ln mv nuke minips cat ls losetup progs += uname halt kill readlink c...
2010 Mar 14
0
[patches] klibc review unsorted patch queue
...[klibc] add losetup utils seen on the OpenEmbedded repository, added small cleanups, may need more.. Cc: Andrea Adami <andrea.adami at gmail.com> Signed-off-by: maximilian attems <max at stro.at> diff --git a/usr/utils/Kbuild b/usr/utils/Kbuild index 354a364..57e2d08 100644 --- a/usr/utils/Kbuild +++ b/usr/utils/Kbuild @@ -3,7 +3,7 @@ # progs := chroot dd mkdir mkfifo mknod mount pivot_root umount -progs += true false sleep ln nuke minips cat ls +progs += true false sleep ln nuke minips cat ls losetup progs += uname halt kill readlink cpio sync dmesg st...