aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a few folks to Authorsandersen2000-12-131-0/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few more updatesandersen2000-12-133-21/+65
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1450 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document gzip -dandersen2000-12-134-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1449 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add GNU compatibile gzip -dandersen2000-12-132-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1448 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the version number to 0.48 (no longer pre).andersen2000-12-136-29/+36
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A couple of updates to fix some minor cross compiling issuesandersen2000-12-134-8/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1446 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai:andersen2000-12-132-50/+52
| | | | | | | | | | The following patch makes the -X option to tar behave like GNU, which reads one file per line. It also prevents the last file from being appended to the list twice (though that has no noticeable impact). git-svn-id: svn://busybox.net/trunk/busybox@1444 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Matt Kraai -- a better way to NULL terminate strings for theandersen2000-12-1313-50/+26
| | | | | | | | my_* passwd and group routines. I should have thought of doing it this way... git-svn-id: svn://busybox.net/trunk/busybox@1443 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Gennady Feldman for error msgandersen2000-12-122-4/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1442 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Mem leak fix from Matt Kraaiandersen2000-12-123-15/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1441 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fix 'dirname /'andersen2000-12-122-10/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1440 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix so cross compiling works again...andersen2000-12-121-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1439 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup for proper compilation with uClibc.andersen2000-12-122-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1438 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Mount error return code fix from Kent Robotti -- we must reset the errorandersen2000-12-122-12/+6
| | | | | | | code when looping... git-svn-id: svn://busybox.net/trunk/busybox@1437 69ca8d6d-28ef-0310-b511-8ec308f3f277
* du.c error msg cleanup from Kent Robottiandersen2000-12-122-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1436 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Matt Kraai so basename / will work as expected.andersen2000-12-121-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1435 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Unmatched #ifandersen2000-12-121-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some compile fixes found by Larry Doolittleandersen2000-12-124-5/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1431 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Script updates for better portabilityandersen2000-12-124-12/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1430 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Matt Kraai pointed out that we can rely on strncpy to NULLandersen2000-12-111-1/+1
| | | | | | | terminate shorter cases, so we can save a few cycles... git-svn-id: svn://busybox.net/trunk/busybox@1429 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from larry doolittle to make sure we don't reallocandersen2000-12-112-0/+2
| | | | | | | a pointer that was not yet malloced mem. git-svn-id: svn://busybox.net/trunk/busybox@1428 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Keep unknown priorities from segfaulting.kraai2000-12-112-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1427 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix spelling error s/defaut/default/gandersen2000-12-115-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1426 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix non-NULL terminated strings.andersen2000-12-111-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1425 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a thinko -- when REMOTE_LOG support is compiled in,andersen2000-12-112-0/+12
| | | | | | | | but the user has not specified remote logging, then be sure to log locally... duh. git-svn-id: svn://busybox.net/trunk/busybox@1424 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fox sh.c escape problem such thatandersen2000-12-113-3/+9
| | | | | | | | running things like 'echo "\n\tHi\n\t\!"' and 'echo -e "\n\tHi\n\t\!"' behave as under bash. git-svn-id: svn://busybox.net/trunk/busybox@1423 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Test suite update from Larry Doolittle to disable some problematicandersen2000-12-112-3/+10
| | | | | | | ambiguous cases. Everything now passes the test suite... git-svn-id: svn://busybox.net/trunk/busybox@1422 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from kent robotti to fix a buglet whereandersen2000-12-112-6/+4
| | | | | | | | | | # du doesn't_exist du: doesn't_exist: No such file or directory 0 doesn't_exist which was on course wrong. I simplified it a bit... git-svn-id: svn://busybox.net/trunk/busybox@1421 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the option parsing to use getopt, which seems to fix bug #1050andersen2000-12-112-62/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1420 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle, fix up logging across multilple lines, hopefullyandersen2000-12-112-60/+50
| | | | | | | fixing bug #1061. git-svn-id: svn://busybox.net/trunk/busybox@1419 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reverse logic so when network logging, it by default does not log locally.andersen2000-12-116-13/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1418 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a linker warning for symbol conflicts.andersen2000-12-111-5/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1417 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some .deb updateandersen2000-12-103-3/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1416 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support for tar -z option for uncompressing onlybug12000-12-106-48/+163
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1415 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Introduce new function gunzip_init()bug12000-12-102-64/+70
| | | | | | | gunzip_init() will make it easier to use gunzip from other bb functions. git-svn-id: svn://busybox.net/trunk/busybox@1414 69ca8d6d-28ef-0310-b511-8ec308f3f277
* NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with ↵bug12000-12-092-0/+12
| | | | | | | | | libc6-2.2-5 This just defines that if they arent found in the kernel header git-svn-id: svn://busybox.net/trunk/busybox@1413 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix problem where 'du file_that_exists' doesn't work.andersen2000-12-092-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1412 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More wget cleanups I've been working on...andersen2000-12-092-60/+106
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1411 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some little cleanups from Larry Doolittleandersen2000-12-094-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1410 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to implement uniq -[cdu]andersen2000-12-096-15/+103
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1409 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add quiet mode support.bug12000-12-092-10/+20
| | | | | | | | If wget compiled without statusbar then -q option is accepted but has no effect. If wget compiled with statusbar -q turns it off. git-svn-id: svn://busybox.net/trunk/busybox@1408 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forget to set final argv entry to NULL, breaking sh.c amoungandersen2000-12-092-0/+2
| | | | | | | other things... git-svn-id: svn://busybox.net/trunk/busybox@1407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates. Wrong name was on a patch, plus a spelling fix.andersen2000-12-081-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1406 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put in i to getopt, so i will work...andersen2000-12-083-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1405 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update inittab docsandersen2000-12-082-17/+73
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1404 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make no local logging a runtime option for network logging...andersen2000-12-086-55/+69
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1403 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not logandersen2000-12-083-8/+10
| | | | | | | | when compiled for remote logging. Not the ideal way to fix it (it should really be a runtime switch), but good enough for now I guess... git-svn-id: svn://busybox.net/trunk/busybox@1402 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to make logger log all arguments.andersen2000-12-083-6/+25
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1401 69ca8d6d-28ef-0310-b511-8ec308f3f277
* when invoked as 'busybox foo args' remove the "busybox"andersen2000-12-082-8/+50
| | | | | | | so ps shows only what we want it to show... git-svn-id: svn://busybox.net/trunk/busybox@1400 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to enable proxy support.andersen2000-12-073-8/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1399 69ca8d6d-28ef-0310-b511-8ec308f3f277