Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley | |
'format' function to 'make_human_readable_str'. | |||
2001-03-07 | Fix up ls.c to ensure human readable works properly in all cases | Eric Andersen | |
2001-03-06 | I made these little simplifications a while back, bug forgot to | Eric Andersen | |
check this stuff in. -Erik | |||
2001-02-20 | Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS | Eric Andersen | |
-Erik | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-15 | Fixed 'ls -s' so it actually displays block sizes again. | Eric Andersen | |
-Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-02-01 | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | Mark Whitley | |
2001-01-30 | Fix a stupid typo -- bug found by Larry Doolittle. | Eric Andersen | |
2001-01-30 | Fix ls behavior for broken or very narrow terminals. Fix my_* | Eric Andersen | |
functions so they comply with the original interface (i.e. don't exit on error, stringify uids and gids when no amtching name found). -Erik | |||
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||
2001-01-26 | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen | |
needed at all. My bad. -Erik | |||
2001-01-26 | I am an idiot. Looking over my patch, ls doesn't need to do anything | Eric Andersen | |
more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik | |||
2001-01-26 | Make cin be static | Eric Andersen | |
2001-01-26 | Make ls understand termios. | Eric Andersen | |
-Erik | |||
2001-01-24 | more bugs fixed -- found doing regression testing | Eric Andersen | |
-Erik | |||
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | |
2001-01-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | |
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084 | |||
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai | |
Vladimir N. Oleynik. | |||
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | |
2000-12-13 | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen | |
my_* passwd and group routines. I should have thought of doing it this way... | |||
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai | |
2000-11-29 | Patch from Matt Kraai to fix an infinate loop with ls -aR | Eric Andersen | |
2000-11-18 | Fixed user and group name listing. | Matt Kraai | |
2000-10-29 | This was redundant | Eric Andersen | |
2000-10-28 | Make features independent. | Matt Kraai | |
2000-10-28 | We also need to declare info if the USERNAMES feature is enabled. | Matt Kraai | |
2000-10-13 | Consolidate stat(2) and lstat(2) calls and error handling. | Matt Kraai | |
2000-10-13 | Exit with failure status if we are unable to list any files or | Matt Kraai | |
directories. Patch thanks to Kent Robotti <robotti@metconnect.com>. | |||
2000-10-12 | Apply a patch from Matt Kraai to fix buffer overrun and convert to | Eric Andersen | |
using synamically allocated storage. -Erik | |||
2000-10-09 | Apply a patch from Matt Kraai: | Eric Andersen | |
"The -L option to ls doesn't behave correctly for files listed explicitly on the command line, only those in directories that are listed. The appended patch fixes this problem. Would someone please commit it?" -Erik | |||
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-09-22 | Add support for the -L option to ls. | Matt Kraai | |
2000-09-21 | Large file >2Gib support. | Eric Andersen | |
2000-09-07 | New ls sorting patch, as written by Sterling Huxley, and then updated | Eric Andersen | |
by kent robotti. I then updated it to use my_getpwuid and my_getgrgid (per busybox policy). -Erik | |||
2000-08-22 | Fixed a warning about a label not being used | Pavel Roskin | |
2000-08-11 | Add optional ls file sorting, thanks to a patch from | Eric Andersen | |
Sterling Huxley <sterling@europa.com> -Erik | |||
2000-08-10 | Some #include updates. | Eric Andersen | |
-Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-10 | Comment on kernel stuff | Eric Andersen | |
-Erik | |||
2000-07-08 | Update files to reduce dependance on kernel version... | Eric Andersen | |
-Erik | |||
2000-07-06 | Remove MAXNAMLEN and use BUFSIZ instead. | Eric Andersen | |
-Erik | |||
2000-07-03 | Added support for ignoring '-g' per GNU ls, thanks to David Vrabel | Eric Andersen | |
<dvrabel@arcom.co.uk>. Seems some ftp clients expect the '-g' option to exist. -Erik | |||
2000-06-07 | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen | |
* Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-04-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | |
compatability. -Erik | |||
2000-04-13 | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | |
while trying to write docs . :-) -Erik | |||
2000-03-24 | The new tar for busybox is now done, and works just fine | Erik Andersen | |
for extracting files. Creation of tarballs is next... -Erik | |||
2000-03-23 | My latest ramblings. | Erik Andersen | |
-Erik |