Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-22 | Fix an option parsing bug where things like | Eric Andersen | |
chmod -r /tmp/file wholdn't work (since it thought -r was an option). Doh! -Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-14 | uid and gid were unsigned, but were compared vs signed values (-1) | Eric Andersen | |
-Erik | |||
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai | |
2000-07-12 | Always report the applet name when doing error reporting. | Matt Kraai | |
2000-07-12 | Use global applet_name instead of local versions. | Matt Kraai | |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-06-13 | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen | |
-Erik | |||
2000-06-06 | Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "too | Mark Whitley | |
few arguments". | |||
2000-06-06 | Fixed segfault when you type "chmod -R". "chown -R" and "chgrp -R" are still | Mark Whitley | |
having problems... | |||
2000-05-17 | Some more portability updates | Erik Andersen | |
-Erik | |||
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | |
2000-04-18 | Fix symlink following bug in chmod -R and friends. Allow SYSV style | Erik Andersen | |
'chown foo:bar' in addition to 'chown foo.bar', and fix a bug in the busybox globbing routine such that 'find /dir -name [i]' no longer segfaults. -Erik | |||
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-03-28 | Yet another installment in the ongoing tar saga | Erik Andersen | |
-Erik | |||
2000-03-07 | Wrote killall. | Erik Andersen | |
Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik | |||
2000-03-04 | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | |
-Erik | |||
2000-02-11 | Updates | Erik Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-29 | Clear up some ambiguity with old style assignments. | Erik Andersen | |
-Erik | |||
2000-01-24 | put #if's around the lchown, because | John Beppu | |
older glibc versions don't have it. | |||
2000-01-23 | Went ahead and fixed bug #301 (chown not working on symlinks) | John Beppu | |
in fileAction(), I changed the chown() to lchown(); Hopefully, that doesn't break anything. (I don't think it does). nested ?:?:?: madness in chmod_chown_chgrp.c | |||
1999-11-18 | Latest and greatest | Eric Andersen | |
1999-11-10 | Updates to usage, and made tar work. | Eric Andersen | |
-Erik | |||
1999-10-22 | Removed cruft | Eric Andersen | |
1999-10-22 | Make mkdir -m work | Eric Andersen | |
1999-10-20 | Fixed up copyright notices and such | Eric Andersen | |
1999-10-20 | Made ps work. Fixed some stuff. | Eric Andersen | |
1999-10-20 | Fixed chmod and friends. | Eric Andersen | |
1999-10-19 | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | |
1999-10-19 | More stuff | Eric Andersen | |
1999-10-18 | More fixes | Eric Andersen | |
1999-10-17 | Some fixes and such | Eric Andersen | |
1999-10-13 | More stuff | Eric Andersen | |
1999-10-13 | Combined stuff | Eric Andersen | |