aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce od and hexdump appletsbug12001-11-021-0/+270
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3625 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup some silly prototype warningsandersen2001-10-312-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split true and false into separate applets.kraai2001-10-242-0/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3576 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup the location of pwd.h and grp.handersen2001-10-241-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3572 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-2421-133/+121
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub up some function prototypes.andersen2001-10-182-22/+22
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use wfopen instead of fopen & error_msg, saves 64 bytesbug12001-10-051-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3494 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-052-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add -p support.kraai2001-08-291-9/+61
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3380 69ca8d6d-28ef-0310-b511-8ec308f3f277
* SUSv2 specifies that if the extension is identical to the basename, itkraai2001-08-291-1/+1
| | | | | | | should not be removed. git-svn-id: svn://busybox.net/trunk/busybox@3379 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub things and ditch uint64_t and use a custom type nameandersen2001-08-221-7/+13
| | | | | | | to avoid C lib compatibility problems. git-svn-id: svn://busybox.net/trunk/busybox@3327 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix dos2unix compile problem with certain glibc versionsandersen2001-08-211-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3319 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove BB_SH define entirely.kraai2001-08-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3233 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use ferror(3) to check for errors, rather than inspecting errno. Thanks tokraai2001-08-061-3/+1
| | | | | | | David Douthitt for reporting, and shame on me for writing such crappy code. git-svn-id: svn://busybox.net/trunk/busybox@3214 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up some silly messups with the debian packaging, and a dumbandersen2001-08-021-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 git-svn-id: svn://busybox.net/trunk/busybox@3204 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc5 fixupsandersen2001-08-021-0/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest patch from vodz. Adds a check for divide by zero in the posixandersen2001-08-022-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. git-svn-id: svn://busybox.net/trunk/busybox@3181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make formatting match GNU ls (we were including a spare ' ')andersen2001-07-311-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3172 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Always write record counts to stderr.kraai2001-07-311-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3170 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix permisions when reading from stdinbug12001-07-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3156 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix broken logic when wraping encoded data into rows, also simplifies it a bitbug12001-07-291-21/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3155 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The src buffer size has to be a multiple of 3 (as i noted, but didnt do).bug12001-07-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3154 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite based on wget uuencode function.bug12001-07-281-219/+170
| | | | | | | | Saves aprox. 200 Bytes and in future can use common code between this and wget if BB_FEATURE_WGET_AUTHENTICATION is defined. git-svn-id: svn://busybox.net/trunk/busybox@3153 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixandersen2001-07-251-19/+57
| | | | | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3140 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some patches to make dietlibc work...andersen2001-07-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-192-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 git-svn-id: svn://busybox.net/trunk/busybox@3130 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz:andersen2001-07-122-9/+5
| | | | | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function git-svn-id: svn://busybox.net/trunk/busybox@3078 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slimandersen2001-07-101-105/+39
| | | | | | | it down a little bit. git-svn-id: svn://busybox.net/trunk/busybox@3054 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup from vodzandersen2001-07-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3052 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz to support 'tr a-z A-Z' syntax.andersen2001-07-091-5/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3045 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per patch from vodz, change a couple of consts to defines, sinceandersen2001-07-021-1/+3
| | | | | | | | apparently gcc 2.95.4, at least, is too stupid to realize that a "static const int" is in fact a constant. git-svn-id: svn://busybox.net/trunk/busybox@2969 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Pad the human readable output for 'ls -sh' to 6 chars, since we willandersen2001-06-301-1/+1
| | | | | | | | have numbers printed as XXX.YU, so we need 6 digits not 4. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2960 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a silly logic error which caused symlinks to be printed twice, andandersen2001-06-301-5/+4
| | | | | | | | wrongly caused the return code to be an error. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2959 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed scaling problems involving make_human_readable_str.mjn32001-06-301-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2958 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls -s was reporting bytes instead of blocks.mjn32001-06-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A really nice patch from Manuel Novoa III for compile timeandersen2001-06-291-0/+186
| | | | | | | configurable size/speed tradeoffs. git-svn-id: svn://busybox.net/trunk/busybox@2953 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add some missing includes to kill warnings when building with the defaultmjn32001-06-291-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. git-svn-id: svn://busybox.net/trunk/busybox@2950 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>andersen2001-06-261-0/+4
| | | | | | | to fix the behavior of 'tail -f -n 0 FILE' git-svn-id: svn://busybox.net/trunk/busybox@2909 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up some warnings that show up on ppcandersen2001-06-251-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2898 69ca8d6d-28ef-0310-b511-8ec308f3f277
* These were broken when using dmalloc due to include file orderingandersen2001-06-231-13/+7
| | | | | | | | problems. busybox.h must be last. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote mkdir (and touched lots of things in the process).kraai2001-06-212-78/+33
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2873 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I reworked make_human_readable_str so it now has a sane interface,andersen2001-06-133-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 git-svn-id: svn://busybox.net/trunk/busybox@2826 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vladimir's last_patch13, containing several bugfixes.andersen2001-06-011-1/+73
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2779 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more patchelttes from Larry Doolittle.markw2001-05-241-2/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2724 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up some signed char vs int issues that show up on powerpc.andersen2001-05-242-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2719 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from larry to fix some grammar errors.andersen2001-05-232-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugandersen2001-05-211-6/+6
| | | | | | | #1130 (i.e. When you turn on features it should always ADD features) git-svn-id: svn://busybox.net/trunk/busybox@2690 69ca8d6d-28ef-0310-b511-8ec308f3f277
* (Almost) brand-new version of cut that supports muitiple lists of positions,markw2001-05-181-109/+231
| | | | | | | per feature request from Tom Oehser. git-svn-id: svn://busybox.net/trunk/busybox@2675 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix applet_name.kraai2001-05-171-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2671 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix invocation of builtin shell to have proper argc and argv.kraai2001-05-171-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2665 69ca8d6d-28ef-0310-b511-8ec308f3f277