aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The <package>.list file was prepending "./" to the files, fixed that.bug12001-09-222-10/+12
| | | | | | | Also fixed a very silly error by me when running postinst (remember to use the variable BEFORE its freed) git-svn-id: svn://busybox.net/trunk/busybox@3431 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont free everytime getline() is used, fix from Stefan Soucekbug12001-09-222-4/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3430 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix tftp usage information (closes: #1216).kraai2001-09-213-15/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3426 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate ldconfig which is no longer built byandersen2001-09-211-1/+0
| | | | | | | default (or needed) with uClibc. git-svn-id: svn://busybox.net/trunk/busybox@3425 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix to make preinst run when required, from Stefan Soucekbug12001-09-212-2/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3422 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement dpkg -l option, from Stefan Soucek (slightly modified)bug12001-09-212-8/+106
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3421 69ca8d6d-28ef-0310-b511-8ec308f3f277
* closes bug#1215?timr2001-09-162-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3420 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit my changes to xxreadtoken() to reduce code size. Also set definesmjn32001-09-112-10/+170
| | | | | | | | | so that the table implementations of copynode, calcsize, and cmdtxt are used. Hopefully this will result in wider testing. ;-) If it breaks, just unset the appropriate defines. git-svn-id: svn://busybox.net/trunk/busybox@3411 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit my changes to arith.c which fixed a couple of bugs and decreasedmjn32001-09-111-143/+253
| | | | | | | | code size. Please read the TODO comments regarding accessing shell variables from the arith() funciton. git-svn-id: svn://busybox.net/trunk/busybox@3410 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix my email address.andersen2001-09-081-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3409 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Lineo is no longer sponsoring busyboxandersen2001-09-081-9/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* define IFS_BROKENandersen2001-09-062-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3405 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz to make ash cope with leading redirectionsandersen2001-09-063-6/+21
| | | | | | | (i.e. '2>/dev/null ls rubbish') will now work. git-svn-id: svn://busybox.net/trunk/busybox@3401 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Two patches from Magick <magick@linux-fan.com>:andersen2001-09-053-38/+51
| | | | | | | | | | 1st makes init smaller, and fixes a bug with AskFirst. Reading from /dev/null gives EOF. 2nd makes init run the command's in the order of inittab, as in FIFO instead of LIFO. git-svn-id: svn://busybox.net/trunk/busybox@3399 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another fix from vodzandersen2001-09-052-90/+94
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3397 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't automount things as "usbdevfs" -- patch fromandersen2001-09-032-2/+2
| | | | | | | Ethan Benson <erbenson@alaska.net> git-svn-id: svn://busybox.net/trunk/busybox@3384 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add -p support.kraai2001-08-292-18/+122
| | | | 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-292-2/+2
| | | | | | | should not be removed. git-svn-id: svn://busybox.net/trunk/busybox@3379 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Standard typing (u_int16_t instead of u16, u_int32_t insteadandersen2001-08-298-160/+128
| | | | | | | of u32, etc) cleanups from Laurence Anderson <laurence@zxmail.com> git-svn-id: svn://busybox.net/trunk/busybox@3378 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use the correct buffer when calling dirname, improve an error message, andkraai2001-08-281-2/+5
| | | | | | | plug some memory leaks. Patch by Laurence Anderson. git-svn-id: svn://busybox.net/trunk/busybox@3375 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add "DutNux"andersen2001-08-271-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3363 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove traces of rpmunpack (patch by Laurence Anderson).kraai2001-08-277-24/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3362 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from vodz -- route cleanup to display all route entriesandersen2001-08-272-18/+60
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3361 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add support for `busybox --help APPLET' by Vladimir Oleynik.kraai2001-08-272-16/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3360 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix ash exec (noted by Arne Bernin).kraai2001-08-273-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3359 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix invocation of `-/bin/sh' (bug #1209).kraai2001-08-273-12/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3358 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate improper consts and allow standard version to override.kraai2001-08-243-4/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3352 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Canonicalize dirname(3) behavior.kraai2001-08-245-13/+25
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3350 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a memory leak if parent directory creation failed.kraai2001-08-241-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3349 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix s/[/]// handling (noted by Dumas Patrice).kraai2001-08-243-2/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3348 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge with the stable branchandersen2001-08-232-2/+71
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3344 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Jaspreet Singh <jsingh@somanetworks.com>andersen2001-08-232-10/+12
| | | | | | | fixing both a segfault and cosmetic bug in route git-svn-id: svn://busybox.net/trunk/busybox@3343 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> toandersen2001-08-223-26/+98
| | | | | | | fixed sed handling of multiple -e commands git-svn-id: svn://busybox.net/trunk/busybox@3337 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACEandersen2001-08-222-4/+6
| | | | | | | to be mutually exclusive git-svn-id: svn://busybox.net/trunk/busybox@3335 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add #include <sys/param.h> to ensure PATH_MAX is definedandersen2001-08-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3333 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UPandersen2001-08-222-4/+4
| | | | | | | is enabled git-svn-id: svn://busybox.net/trunk/busybox@3331 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix an _old_ interface problem with a never-used feature.andersen2001-08-222-16/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3328 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub things and ditch uint64_t and use a custom type nameandersen2001-08-222-14/+26
| | | | | | | to avoid C lib compatibility problems. git-svn-id: svn://busybox.net/trunk/busybox@3327 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version to 0.61.preandersen2001-08-223-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3326 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5kandersen2001-08-223-54/+111
| | | | | | | | from gzip by careful optimization. Appears to work just fine (I've tested the changes on x86, ARM, and powerpc). git-svn-id: svn://busybox.net/trunk/busybox@3325 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make it compile with uClibcandersen2001-08-221-4/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3324 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dfp might be used uninitialized. NULL it.andersen2001-08-211-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3323 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Disable the tinylogin apps by default.andersen2001-08-211-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3322 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix dos2unix compile problem with certain glibc versionsandersen2001-08-212-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3319 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial merge of all tinylogin applets that do not require crypt.andersen2001-08-2110-0/+2109
| | | | | | | | | | There is some optimization that can be done to better use libbb in these applets. There is also redundancy between stty and getty which could be eliminated. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3318 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a problem with unsatisfied backrefs (noted by Martin Bene).kraai2001-08-202-8/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3313 69ca8d6d-28ef-0310-b511-8ec308f3f277
* some minor wording changesandersen2001-08-201-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3311 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply Glenn's tftp rewriteandersen2001-08-202-274/+212
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3310 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix version comparision bugbug12001-08-152-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3292 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Log all messages from a single connection, not just the first. Patch fromkraai2001-08-142-4/+8
| | | | | | | matthias@corelatus.com, approved by Gennady Feldman <gena01@cachier.com>. git-svn-id: svn://busybox.net/trunk/busybox@3284 69ca8d6d-28ef-0310-b511-8ec308f3f277