aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer2008-05-274-22/+31
* - use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2008-05-272-5/+16
* vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer2008-05-271-7/+7
* - improve help-textBernhard Reutner-Fischer2008-05-271-0/+3
* - improve option-handling a bitBernhard Reutner-Fischer2008-05-261-22/+41
* scripts: add a script which prints memory map of running busyboxDenis Vlasenko2008-05-262-1/+12
* scripts: add primitive memory usage meter scriptDenis Vlasenko2008-05-262-36/+16
* udhcpc: shrinkDenis Vlasenko2008-05-263-21/+36
* - add basic option-handling (+220b). UntestedBernhard Reutner-Fischer2008-05-261-8/+42
* - use mmap instead of allocating hundreds of megabytes of RAM. +39bBernhard Reutner-Fischer2008-05-261-20/+43
* - remove some bloat -28b: now approx. 501bBernhard Reutner-Fischer2008-05-261-4/+5
* - switch to FILE base writer and remove now unneeded stuff. -50bBernhard Reutner-Fischer2008-05-261-10/+5
* - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...Bernhard Reutner-Fischer2008-05-265-0/+130
* [u]mount: add/update dietlibc build fixDenis Vlasenko2008-05-262-3/+14
* lineedit: correctly handle prompt longer than screen width. closes bug 3414Denis Vlasenko2008-05-251-14/+18
* hush: make it ignore SIGINT etc in a config wich has no job controlDenis Vlasenko2008-05-251-11/+13
* move setgroups definition to libbb.h so that it no longer inadvertentlyDenis Vlasenko2008-05-252-6/+3
* last: code shrinkDenis Vlasenko2008-05-252-19/+20
* syslogd: do not error out on missing files to rotate. closes bug 3404.Denis Vlasenko2008-05-241-2/+3
* docs/depmod: and example of depmod in shell/sed/awk...Denis Vlasenko2008-05-241-0/+57
* inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-05-245-0/+184
* mdev: fix counting of '%' in patternDenis Vlasenko2008-05-241-2/+3
* mdev: fix whitespace damageDenis Vlasenko2008-05-231-1/+1
* - optionally pass additional flags down to nmBernhard Reutner-Fischer2008-05-232-6/+11
* - not sure but i may have had the shutdown-time wrong and no records to verifyBernhard Reutner-Fischer2008-05-221-1/+1
* - untangle the implementation of the small and huge last appletsBernhard Reutner-Fischer2008-05-224-12/+22
* mdev: suppress "may be used uninitialized" warningDenis Vlasenko2008-05-221-5/+6
* mdev: add support for "only rename" option in mdev.confDenis Vlasenko2008-05-221-3/+5
* dnsd: fixes various segfaults.Denis Vlasenko2008-05-222-9/+16
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
* last: make its output more like "standard" last (aka "fancy last").Denis Vlasenko2008-05-221-7/+40
* last: trim format string a bitDenis Vlasenko2008-05-221-1/+1
* last: trim help textDenis Vlasenko2008-05-221-3/+3
* last: optional alternative sysv-like implementationDenis Vlasenko2008-05-224-2/+307
* - make Christian happyBernhard Reutner-Fischer2008-05-211-2/+1
* - skip empty lines and archive membersBernhard Reutner-Fischer2008-05-211-0/+6
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-219-49/+50
* udhcpc: simplify renewal of the leaseDenis Vlasenko2008-05-211-22/+19
* udhcpc: properly reduce timeout if bogus packets were receivedDenis Vlasenko2008-05-211-11/+16
* fix another -Wall warningDenis Vlasenko2008-05-201-1/+1
* ifenslave: add forgotten INIT_G()Denis Vlasenko2008-05-201-0/+2
* - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.Bernhard Reutner-Fischer2008-05-201-1/+1
* fix "make bigdata" to not show weak aliasesDenis Vlasenko2008-05-201-1/+1
* - improve readabilityBernhard Reutner-Fischer2008-05-191-5/+10
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-1921-59/+59
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-1945-85/+85
* - mention FIXME use find_mount_point()Bernhard Reutner-Fischer2008-05-191-2/+2
* - improve wordingBernhard Reutner-Fischer2008-05-191-1/+1
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-1918-142/+136
* swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko2008-05-183-7/+42