aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move convert to libbbbug12001-04-121-91/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2325 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vladimir's patch to reverse previous patchbug12001-04-111-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2319 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply Vladimir's latest cleanup patch.andersen2001-04-094-20/+17
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more FILE_OFFSET_BITS == 64 adjustments.andersen2001-04-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2267 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-052-3/+3
| | | | | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2250 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Place a temporary bandaid on the ls/du/df human-readable issue. This method isandersen2001-04-031-6/+9
| | | | | | | | | | | | not going to scale up as well as I would like, and Matt Kraai and I have discussed a better long term solution. But for now this will at least make all the human-readable apps give correct answers. Please test the human readable/non-human readable options on your systems!!! -Erik git-svn-id: svn://busybox.net/trunk/busybox@2235 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a new standalone env applet for fixing up app's environmentsandersen2001-03-291-0/+97
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2224 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix ls so it uses make_human_readable_str() the same way alreadyandersen2001-03-281-1/+1
| | | | | | | | used by 'du' and 'df'. Now we just need to fix make_human_readable_str so it behaves they way it used to before Matt fixed it. git-svn-id: svn://busybox.net/trunk/busybox@2217 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from David Douthitt to fix problem where ls reports half themarkw2001-03-271-2/+2
| | | | | | | file size. Should close bug #1140. git-svn-id: svn://busybox.net/trunk/busybox@2204 69ca8d6d-28ef-0310-b511-8ec308f3f277
* -Wshadow tr fix from Jeff Garzikandersen2001-03-231-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-213-11/+11
| | | | | | | cleans up most of the now-revealed problems. git-svn-id: svn://busybox.net/trunk/busybox@2177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>andersen2001-03-193-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2163 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Simpify detection of no options.andersen2001-03-191-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2149 69ca8d6d-28ef-0310-b511-8ec308f3f277
* locale correction patch from Vladimirandersen2001-03-191-20/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2146 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Should exclude "i" option when not enabled.andersen2001-03-191-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2144 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Doesn't need a "-" option -- getopt does that for us.andersen2001-03-191-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2143 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUEandersen2001-03-191-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2142 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will workandersen2001-03-191-34/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2141 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Credited Christophe Boyaniqu for interactive patch to rm.markw2001-03-131-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2057 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Christophe Boyanique to add -i support to rm.markw2001-03-131-0/+25
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* /* getopt not needed */markw2001-03-101-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2035 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added some more '/* getopt not needed */' lines.markw2001-03-093-0/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2034 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed df.c so that nfs volumes will display properly (fixing bug #1113).andersen2001-03-091-6/+10
| | | | | | | | | | Problem was 512/1024 = 0 if you use longs, so I cast KILOBYTE to a double, then cast the result back to an int after the math is done, letting C's type promotion do its magic for the rest. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2032 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jeff Garzik marking a few 'getopt not needed' apps.andersen2001-03-092-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2029 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-097-28/+28
| | | | | | | namespace polluting things that really should be static. git-svn-id: svn://busybox.net/trunk/busybox@2027 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-097-1/+8
| | | | | | | | warnings with glibc 2.2 and use always use xfopen -Erik git-svn-id: svn://busybox.net/trunk/busybox@2021 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate superfluous test.kraai2001-03-071-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2003 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofmarkw2001-03-073-39/+42
| | | | | | | 'format' function to 'make_human_readable_str'. git-svn-id: svn://busybox.net/trunk/busybox@2001 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Static-ify a variable. make du work with all the human-readable variantsandersen2001-03-072-6/+17
| | | | | | | since my last pass only fixed 'du -h' but left the others broken. git-svn-id: svn://busybox.net/trunk/busybox@1997 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up du so it behaves itself also.andersen2001-03-071-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1996 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up df so it works properlyandersen2001-03-071-10/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1993 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up ls.c to ensure human readable works properly in all casesandersen2001-03-071-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1992 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I made these little simplifications a while back, bug forgot toandersen2001-03-062-7/+3
| | | | | | | | check this stuff in. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1990 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour inmarkw2001-03-021-249/+301
| | | | | | | recovery_mode and changed option processing. git-svn-id: svn://busybox.net/trunk/busybox@1957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir N. Oleynik to save 128 bytes by moving errorandersen2001-02-271-3/+0
| | | | | | | checking for some my_* functions to utility.c git-svn-id: svn://busybox.net/trunk/busybox@1940 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in kent robotti's updated dos2unix.candersen2001-02-221-38/+144
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make md5sum not display filename when reading stdinandersen2001-02-221-1/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops! I left in my debug noise.andersen2001-02-211-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1874 69ca8d6d-28ef-0310-b511-8ec308f3f277
* df was totally broken. So I fixed it.andersen2001-02-211-11/+32
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1873 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Small patch from Kent Robotti to show megabytes in human-readable output.markw2001-02-201-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1872 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cleanup.andersen2001-02-201-13/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1871 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSandersen2001-02-201-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1865 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-2043-61/+62
| | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@1864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another patch from Vladimir to eliminate obsolete junk.andersen2001-02-182-9/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1852 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get rid of long stale usage message code.andersen2001-02-171-6/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1849 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix compile error, sync() always returns 0 anyway.bug12001-02-161-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1831 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use perror_msg instead of perror to print the applet name.andersen2001-02-151-18/+31
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1827 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed 'ls -s' so it actually displays block sizes again.andersen2001-02-151-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1823 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-1437-52/+52
| | | | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit Vladimir's latest version of stty.c. Nice work.andersen2001-02-141-0/+1392
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1803 69ca8d6d-28ef-0310-b511-8ec308f3f277