Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixup some silly prototype warnings | Eric Andersen | 2001-10-31 | 2 | -7/+7 | |
| | ||||||
* | Split true and false into separate applets. | Matt Kraai | 2001-10-24 | 2 | -0/+64 | |
| | ||||||
* | Fixup the location of pwd.h and grp.h | Eric Andersen | 2001-10-24 | 1 | -2/+2 | |
| | ||||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 21 | -133/+121 | |
| | | | | -Erik | |||||
* | Scrub up some function prototypes. | Eric Andersen | 2001-10-18 | 2 | -22/+22 | |
| | | | | -Erik | |||||
* | Use wfopen instead of fopen & error_msg, saves 64 bytes | Glenn L McGrath | 2001-10-05 | 1 | -2/+1 | |
| | ||||||
* | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | Matt Kraai | 2001-10-05 | 2 | -6/+6 | |
| | ||||||
* | Add -p support. | Matt Kraai | 2001-08-29 | 1 | -9/+61 | |
| | ||||||
* | SUSv2 specifies that if the extension is identical to the basename, it | Matt Kraai | 2001-08-29 | 1 | -1/+1 | |
| | | | | should not be removed. | |||||
* | Scrub things and ditch uint64_t and use a custom type name | Eric Andersen | 2001-08-22 | 1 | -7/+13 | |
| | | | | to avoid C lib compatibility problems. | |||||
* | Fix dos2unix compile problem with certain glibc versions | Eric Andersen | 2001-08-21 | 1 | -2/+2 | |
| | ||||||
* | Remove BB_SH define entirely. | Matt Kraai | 2001-08-09 | 1 | -1/+1 | |
| | ||||||
* | Use ferror(3) to check for errors, rather than inspecting errno. Thanks to | Matt Kraai | 2001-08-06 | 1 | -3/+1 | |
| | | | | David Douthitt for reporting, and shame on me for writing such crappy code. | |||||
* | Fix up some silly messups with the debian packaging, and a dumb0_60_0 | Eric Andersen | 2001-08-02 | 1 | -6/+6 | |
| | | | | | | | bug with chroot. I've had the package uploaded but perms set to 000, so I am going to re-tag things and re-cut the release. Folks who pulled from CVS in the last 30 minutes with just have to cope. -Erik | |||||
* | More libc5 fixups | Eric Andersen | 2001-08-02 | 1 | -0/+5 | |
| | | | | -Erik | |||||
* | Latest patch from vodz. Adds a check for divide by zero in the posix | Eric Andersen | 2001-08-02 | 2 | -12/+4 | |
| | | | | | | math suport, cleaner math syntax error checking, moves redundant signal string tables (from kill and ash) into libbb and provides a few cleanups elsewhere. | |||||
* | Make formatting match GNU ls (we were including a spare ' ') | Eric Andersen | 2001-07-31 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Always write record counts to stderr. | Matt Kraai | 2001-07-31 | 1 | -6/+2 | |
| | ||||||
* | Fix permisions when reading from stdin | Glenn L McGrath | 2001-07-29 | 1 | -1/+1 | |
| | ||||||
* | Fix broken logic when wraping encoded data into rows, also simplifies it a bit | Glenn L McGrath | 2001-07-29 | 1 | -21/+13 | |
| | ||||||
* | The src buffer size has to be a multiple of 3 (as i noted, but didnt do). | Glenn L McGrath | 2001-07-28 | 1 | -1/+1 | |
| | ||||||
* | Rewrite based on wget uuencode function. | Glenn L McGrath | 2001-07-28 | 1 | -219/+170 | |
| | | | | | Saves aprox. 200 Bytes and in future can use common code between this and wget if BB_FEATURE_WGET_AUTHENTICATION is defined. | |||||
* | This fixes dos2unix and unix2dos so they behave as expected. dos2unix | Eric Andersen | 2001-07-25 | 1 | -19/+57 | |
| | | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik | |||||
* | Some patches to make dietlibc work... | Eric Andersen | 2001-07-22 | 1 | -0/+1 | |
| | ||||||
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen | 2001-07-19 | 2 | -3/+14 | |
| | | | | | | | make busybox be more uClinux friendly. I also adjusted Config.h for uClinux so it will automagically disable apps the arn't going to work without fork() and such. -Erik | |||||
* | Patch from vodz: | Eric Andersen | 2001-07-12 | 2 | -9/+5 | |
| | | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function | |||||
* | Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim | Eric Andersen | 2001-07-10 | 1 | -105/+39 | |
| | | | | it down a little bit. | |||||
* | Cleanup from vodz | Eric Andersen | 2001-07-10 | 1 | -1/+1 | |
| | ||||||
* | Patch from vodz to support 'tr a-z A-Z' syntax. | Eric Andersen | 2001-07-09 | 1 | -5/+13 | |
| | ||||||
* | Per patch from vodz, change a couple of consts to defines, since | Eric Andersen | 2001-07-02 | 1 | -1/+3 | |
| | | | | | apparently gcc 2.95.4, at least, is too stupid to realize that a "static const int" is in fact a constant. | |||||
* | Pad the human readable output for 'ls -sh' to 6 chars, since we will | Eric Andersen | 2001-06-30 | 1 | -1/+1 | |
| | | | | | have numbers printed as XXX.YU, so we need 6 digits not 4. -Erik | |||||
* | Fix a silly logic error which caused symlinks to be printed twice, and | Eric Andersen | 2001-06-30 | 1 | -5/+4 | |
| | | | | | wrongly caused the return code to be an error. -Erik | |||||
* | Fixed scaling problems involving make_human_readable_str. | Manuel Novoa III | 2001-06-30 | 1 | -5/+5 | |
| | ||||||
* | ls -s was reporting bytes instead of blocks. | Manuel Novoa III | 2001-06-30 | 1 | -1/+1 | |
| | ||||||
* | A really nice patch from Manuel Novoa III for compile time | Eric Andersen | 2001-06-29 | 1 | -0/+186 | |
| | | | | configurable size/speed tradeoffs. | |||||
* | Add some missing includes to kill warnings when building with the default | Manuel Novoa III | 2001-06-29 | 1 | -0/+1 | |
| | | | | | | | Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c. | |||||
* | A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> | Eric Andersen | 2001-06-26 | 1 | -0/+4 | |
| | | | | to fix the behavior of 'tail -f -n 0 FILE' | |||||
* | Fix up some warnings that show up on ppc | Eric Andersen | 2001-06-25 | 1 | -1/+1 | |
| | ||||||
* | These were broken when using dmalloc due to include file ordering | Eric Andersen | 2001-06-23 | 1 | -13/+7 | |
| | | | | | problems. busybox.h must be last. -Erik | |||||
* | Rewrote mkdir (and touched lots of things in the process). | Matt Kraai | 2001-06-21 | 2 | -78/+33 | |
| | ||||||
* | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen | 2001-06-13 | 3 | -42/+15 | |
| | | | | | | and then fixed up df, du, and ls to use the new interface. I also fixed up some formatting issues in ls while I was in there. -Erik | |||||
* | Vladimir's last_patch13, containing several bugfixes. | Eric Andersen | 2001-06-01 | 1 | -1/+73 | |
| | ||||||
* | Some more patchelttes from Larry Doolittle. | Mark Whitley | 2001-05-24 | 1 | -2/+6 | |
| | ||||||
* | Fix up some signed char vs int issues that show up on powerpc. | Eric Andersen | 2001-05-24 | 2 | -2/+2 | |
| | ||||||
* | Patch from larry to fix some grammar errors. | Eric Andersen | 2001-05-23 | 2 | -2/+2 | |
| | ||||||
* | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | Eric Andersen | 2001-05-21 | 1 | -6/+6 | |
| | | | | #1130 (i.e. When you turn on features it should always ADD features) | |||||
* | (Almost) brand-new version of cut that supports muitiple lists of positions, | Mark Whitley | 2001-05-18 | 1 | -109/+231 | |
| | | | | per feature request from Tom Oehser. | |||||
* | Fix applet_name. | Matt Kraai | 2001-05-17 | 1 | -0/+1 | |
| | ||||||
* | Fix invocation of builtin shell to have proper argc and argv. | Matt Kraai | 2001-05-17 | 1 | -1/+3 | |
| | ||||||
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai | 2001-05-16 | 5 | -7/+7 | |
| | | | | by Larry Doolittle. |