applets
Add in xargs
2000-09-22 20:01:23 +00:00
archival
Clean up error messages.
2000-09-22 03:36:27 +00:00
console-tools
Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt
2000-09-22 00:40:39 +00:00
coreutils
Start the great EXIT_{SUCCESS,FAILURE} migration.
2000-09-22 03:45:34 +00:00
debian
Bump version number.
2000-07-21 21:27:11 +00:00
docs
Typo fix.
2000-09-21 02:06:35 +00:00
editors
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
examples
Don't suppress output of umount and swapoff - it is both unwise
2000-09-15 01:34:17 +00:00
findutils
Comment on xargs choice.
2000-09-22 20:02:34 +00:00
init
Hard code the name of init.
2000-09-21 02:32:11 +00:00
libbb
More portable handling of loop header files, as done in util-linux
2000-09-21 02:04:51 +00:00
miscutils
Better cross libc compatibility (so Dave Cinege can stop complaining
2000-09-22 00:22:10 +00:00
modutils
Fix for bug #1042 -- applied the patch from Larry Doolittle
2000-09-22 00:38:07 +00:00
networking
Return failure if ping gets no response.
2000-09-20 04:33:30 +00:00
procps
List of signals updated from util-linux-2.10o
2000-09-13 14:03:48 +00:00
scripts
Don't suppress output of umount and swapoff - it is both unwise
2000-09-15 01:34:17 +00:00
shell
Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
2000-09-21 02:48:07 +00:00
sysklogd
Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.
2000-09-13 14:14:29 +00:00
tests
Script to do regression test, by combining all possible options.
2000-08-21 23:01:39 +00:00
util-linux
Remove all the kernel headers so it will compile under libc5
2000-09-21 04:09:58 +00:00
.cvsignore
Ignore loop.h
2000-09-21 02:05:43 +00:00
.indent.pro
First revision of the Busybox Style Guide and an accompanying .indent.pro
2000-07-24 22:36:06 +00:00
ar.c
Clean up error messages.
2000-09-22 03:36:27 +00:00
AUTHORS
+ credit markw@lineo.com for his contributions
2000-09-15 08:04:42 +00:00
basename.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
busybox.c
Add in xargs
2000-09-22 20:01:23 +00:00
busybox.def.h
Add in xargs
2000-09-22 20:01:23 +00:00
busybox.def.h.Hurd
Only defines functions that will compile and are usefull under the
2000-09-19 02:25:36 +00:00
busybox.mkll
Fix sed regexp replacement, which I had hosed (thanks to
2000-04-06 07:37:35 +00:00
busybox.sh
Added expr, from Edward Betts <edward@debian.org>, with some fixups
2000-09-05 17:37:48 +00:00
busybox.spec
Bump version number.
2000-07-21 21:27:11 +00:00
cat.c
Handle 'cat -'
2000-09-21 02:39:50 +00:00
Changelog
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
2000-09-20 19:22:26 +00:00
chmod_chown_chgrp.c
Fix an option parsing bug where things like
2000-08-22 01:00:56 +00:00
chroot.c
chroot can now call the builtin shell
2000-07-24 20:15:30 +00:00
chvt.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
clear.c
Centralize handling of --help.
2000-07-19 19:24:01 +00:00
cmdedit.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
cmdedit.h
More sh updates (with related changes to everything else). Switched
2000-07-28 15:14:45 +00:00
cp_mv.c
We complained if the total number of arguments was greater than 3 and
2000-08-06 15:36:50 +00:00
cut.c
Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().
2000-08-02 18:34:41 +00:00
date.c
Some #include updates.
2000-08-10 17:59:11 +00:00
dc.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
dd.c
Fix looping bug, use fullRead
2000-09-13 23:08:07 +00:00
deallocvt.c
Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt
2000-09-22 00:40:39 +00:00
define.sh
+ this is a small script for helping TargetWizard auto-generate
2000-02-23 18:17:35 +00:00
df.c
Some #include updates.
2000-08-10 17:59:11 +00:00
dirname.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
dmesg.c
The result of getopt() is "int" and should be treated as such
2000-07-17 16:17:19 +00:00
dos2unix.c
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
2000-09-20 19:22:26 +00:00
du.c
The result of getopt() is "int" and should be treated as such
2000-07-17 16:17:19 +00:00
dumpkmap.c
Some #include updates.
2000-08-10 17:59:11 +00:00
dutmp.c
Better cross libc compatibility (so Dave Cinege can stop complaining
2000-09-22 00:22:10 +00:00
echo.c
The result of getopt() is "int" and should be treated as such
2000-07-17 16:17:19 +00:00
expr.c
Added expr, from Edward Betts <edward@debian.org>, with some fixups
2000-09-05 17:37:48 +00:00
fbset.c
Remove all the kernel headers so it will compile under libc5
2000-09-21 04:09:58 +00:00
fdflush.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
find.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
free.c
Update free for current 2.4.x behavior...
2000-09-10 16:10:41 +00:00
freeramdisk.c
Some #include updates.
2000-08-10 17:59:11 +00:00
fsck_minix.c
Both of these commands were subtly broken. Fortunately when used together the
2000-09-19 21:13:55 +00:00
getopt.c
Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
2000-08-21 22:02:34 +00:00
grep.c
Exit with the appropriate value when grepping multiple files.
2000-08-06 15:25:53 +00:00
gunzip.c
Remove definition of basename.
2000-09-18 10:20:16 +00:00
gzip.c
Sigh. Seems I screwed up last time. This fixed detecting
2000-09-01 00:33:06 +00:00
halt.c
Centralize handling of --help.
2000-07-19 19:24:01 +00:00
head.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
hostid.c
Centralize handling of --help.
2000-07-19 19:24:01 +00:00
hostname.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
id.c
Fix for a potential uninitialized variable, thx to
2000-07-28 19:05:20 +00:00
init.c
Hard code the name of init.
2000-09-21 02:32:11 +00:00
insmod.c
Fix for bug #1042 -- applied the patch from Larry Doolittle
2000-09-22 00:38:07 +00:00
install.sh
Disabled debugging output
2000-07-28 19:34:02 +00:00
internal.h
Add in xargs
2000-09-22 20:01:23 +00:00
kill.c
List of signals updated from util-linux-2.10o
2000-09-13 14:03:48 +00:00
lash.c
Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
2000-09-21 02:48:07 +00:00
length.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
LICENSE
Fixed spelling of my name. Geez.
1999-12-11 23:25:59 +00:00
ln.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
loadacm.c
Some #include updates.
2000-08-10 17:59:11 +00:00
loadfont.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
loadkmap.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
logger.c
Some #include updates.
2000-08-10 17:59:11 +00:00
logname.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
ls.c
Add support for the -L option to ls.
2000-09-22 03:11:47 +00:00
lsmod.c
Clean up output.
2000-09-19 05:25:12 +00:00
makedevs.c
Some #include updates.
2000-08-10 17:59:11 +00:00
Makefile
Fix loop.h dependencies.
2000-09-22 02:33:29 +00:00
md5sum.c
Fixed to pass -Wundef
2000-07-28 19:38:27 +00:00
messages.c
New message added to messages.c: full_version
2000-07-17 23:45:12 +00:00
mk_loop_h.sh
More portable handling of loop header files, as done in util-linux
2000-09-21 02:04:51 +00:00
mkdir.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
mkfifo.c
Some #include updates.
2000-08-10 17:59:11 +00:00
mkfs_minix.c
Both of these commands were subtly broken. Fortunately when used together the
2000-09-19 21:13:55 +00:00
mknod.c
Some #include updates.
2000-08-10 17:59:11 +00:00
mkswap.c
Some #include updates.
2000-08-10 17:59:11 +00:00
mktemp.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
more.c
Large file >2Gib support.
2000-09-21 02:23:30 +00:00
mount.c
Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
2000-09-21 01:33:05 +00:00
mt.c
Apply segfault on no-args fix from robotti@metconnect.com
2000-09-05 18:21:53 +00:00
mtab.c
Some formatting updates (ran the code through indent)
2000-02-08 19:58:47 +00:00
nc.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
nfsmount.c
Some #include updates.
2000-08-10 17:59:11 +00:00
nfsmount.h
Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009 .
2000-07-10 23:39:44 +00:00
nslookup.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
ping.c
Return failure if ping gets no response.
2000-09-20 04:33:30 +00:00
poweroff.c
Centralize handling of --help.
2000-07-19 19:24:01 +00:00
printf.c
Some #include updates.
2000-08-10 17:59:11 +00:00
ps.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
pwd.c
Centralize handling of --help.
2000-07-19 19:24:01 +00:00
rdate.c
Fix a potential warning
2000-09-21 04:05:38 +00:00
README
More doc updates
2000-06-22 00:19:33 +00:00
real_loop.h
More portable handling of loop header files, as done in util-linux
2000-09-21 02:04:51 +00:00
reboot.c
Centralize handling of --help.
2000-07-19 19:24:01 +00:00
renice.c
Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
2000-07-21 21:32:12 +00:00
reset.c
Oops. Forgot to add in reset.c. Doh!
2000-08-21 21:26:33 +00:00
rm.c
Only remove directories when removing recursively.
2000-09-20 23:10:21 +00:00
rmdir.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
rmmod.c
Fix from Arne Bernin for return code -- now reflects whether the rmmod
2000-07-28 15:16:37 +00:00
sed.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
setkeycodes.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
sh.c
Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
2000-09-21 02:48:07 +00:00
sleep.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
sort.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
swaponoff.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
sync.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
syslogd.c
Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.
2000-09-13 14:14:29 +00:00
tail.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
tar.c
Reverted my conversion of tar to getopt to ensure tar can
2000-09-19 21:35:14 +00:00
tee.c
Rewritten by mistake.
2000-08-28 03:53:27 +00:00
telnet.c
Fix spelling error
2000-08-31 23:52:46 +00:00
test.c
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
2000-09-13 02:46:14 +00:00
TODO
Add in xargs
2000-09-22 20:01:23 +00:00
touch.c
Some #include updates.
2000-08-10 17:59:11 +00:00
tr.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
true_false.c
Centralize handling of --help.
2000-07-19 19:24:01 +00:00
tty.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
umount.c
Use BB_FEATURE_CLEAN_UP where appropriate
2000-07-25 18:01:20 +00:00
uname.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
uniq.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
unix2dos.c
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
2000-09-20 19:22:26 +00:00
unrpm.c
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
2000-09-20 19:22:26 +00:00
update.c
Converted option parsing to getopt(). Also added some explanatory comments.
2000-07-20 23:06:27 +00:00
uptime.c
Centralize handling of --help.
2000-07-19 19:24:01 +00:00
usage.c
Add in xargs
2000-09-22 20:01:23 +00:00
usleep.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
utility.c
More portable handling of loop header files, as done in util-linux
2000-09-21 02:04:51 +00:00
uudecode.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
uuencode.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
wc.c
Added expr, from Edward Betts <edward@debian.org>, with some fixups
2000-09-05 17:37:48 +00:00
wget.c
Bug fix for wget, and proper attribution of Chip Rosenthal and
2000-09-14 21:46:30 +00:00
which.c
Path count was out by one, fixed it
2000-09-18 09:52:03 +00:00
whoami.c
Extract usage information into a separate file.
2000-07-16 20:57:15 +00:00
xargs.c
Comment on xargs choice.
2000-09-22 20:02:34 +00:00
yes.c
Start the great EXIT_{SUCCESS,FAILURE} migration.
2000-09-22 03:45:34 +00:00