aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yvda2006-09-291-0/+2
* grep: add help text; fix stylevda2006-09-291-1/+2
* top: add support for -b, -n <iterations>vda2006-09-291-6/+4
* usage.h: fix compile-time bugs exposed by previous changevda2006-09-271-8/+7
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.vda2006-09-271-268/+75
* losetup: with no arguments lists all /dev/loopN. Corrected help text.vda2006-09-271-2/+3
* kill: implement killall5. OpenWRT folks will be happy.vda2006-09-272-4/+12
* kill: fix bugs (kill -l output was horrible), fix style, constify datavda2006-09-271-2/+2
* several fixes from openWRT projectvda2006-09-261-0/+1
* wget: add (configurable) large file support. Run tested.vda2006-09-261-0/+2
* "I'll think about it" != "apply it now". It means I need to think about it.landley2006-09-222-6/+1
* - add new applet resize.aldot2006-09-222-0/+6
* The Software Freedom Law Center wants us to add a copyright notice to thelandley2006-09-201-3/+4
* - fix documentation for the command-line options of ipcs. Closes #1036aldot2006-09-201-4/+4
* change char *string = "foo" -> char string[] = "foo"vda2006-09-191-26/+26
* whitespace cleanupvda2006-09-173-6/+6
* - Steven Scholz pointed out that ssd's make-pid doesn't take an argument.aldot2006-09-151-1/+1
* Unbreak allbareconfig.landley2006-09-151-15/+3
* mount: move code from nfsmount.c into mount.cvda2006-09-141-3/+0
* Revert duplicate patch.landley2006-09-121-8/+0
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-121-1/+1
* Fix from Bernhard for somebody trying to limp along with gcc 2.95.4.landley2006-09-121-0/+8
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...aldot2006-09-121-0/+8
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"vda2006-09-111-2/+2
* - merge xstat.c into xfuncs.caldot2006-09-111-1/+1
* Error reporting fix for sulogin, plus remove help entries for options we neverlandley2006-09-111-3/+7
* login: style fixesvda2006-09-081-3/+3
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-0/+2
* Implement optional syslog logging using ordinaryvda2006-09-062-2/+13
* uuencode: common implementation for wget and uuencode (closing bug 694)vda2006-09-031-0/+4
* tar: revert older fix (non-portable), added new one.vda2006-09-031-0/+1
* ping: implement -I optionvda2006-09-021-0/+1
* - patch from Csaba Henk to make the "User-Agent" header field configurable.aldot2006-09-021-1/+3
* - pull from busybox_scratch: r15829:15850aldot2006-08-283-16/+24
* No real need for my_query_module() and this eliminates some type-punnedlandley2006-08-281-2/+0
* Michael Opdenacker contributed a readahead applet.landley2006-08-202-0/+7
* Ok, features.h already defines _OPEN_SOURCE (and complains if it's alreadylandley2006-08-101-1/+0
* Another whack at scripts/individual. Now builds 212 applets.landley2006-08-092-0/+3
* Update usage to talk about the new shared subtree stuff in mount.landley2006-08-091-29/+21
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out alandley2006-08-082-1/+30
* Teach md5sum and sha1sum to work the way other applets do so I don't have tolandley2006-08-061-2/+2
* scripts/individual now builds 171 applets. Some of them may even work. :)landley2006-08-051-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-1/+0
* These should have been part of 15767 too.landley2006-08-031-18/+4
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-22/+30
* move lchown/chown define out of specific files and into platform.h where it b...vapier2006-07-201-1/+7
* "formated" -> "formatted" throughout the code base.rpjday2006-07-201-2/+2
* Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.landley2006-07-171-1/+2
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-162-6/+7
* We need xsetuid() and xsetgid() because per-user process resource limits canlandley2006-07-151-0/+2