summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - add new applet resize.Bernhard Reutner-Fischer2006-09-222-0/+6
* The Software Freedom Law Center wants us to add a copyright notice to theRob Landley2006-09-201-3/+4
* - fix documentation for the command-line options of ipcs. Closes #1036Bernhard Reutner-Fischer2006-09-201-4/+4
* change char *string = "foo" -> char string[] = "foo"Denis Vlasenko2006-09-191-26/+26
* whitespace cleanupDenis Vlasenko2006-09-173-6/+6
* - Steven Scholz pointed out that ssd's make-pid doesn't take an argument.Bernhard Reutner-Fischer2006-09-151-1/+1
* Unbreak allbareconfig.Rob Landley2006-09-151-15/+3
* mount: move code from nfsmount.c into mount.cDenis Vlasenko2006-09-141-3/+0
* Revert duplicate patch.Rob Landley2006-09-121-8/+0
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-121-1/+1
* Fix from Bernhard for somebody trying to limp along with gcc 2.95.4.Rob Landley2006-09-121-0/+8
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...Bernhard Reutner-Fischer2006-09-121-0/+8
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"Denis Vlasenko2006-09-111-2/+2
* - merge xstat.c into xfuncs.cBernhard Reutner-Fischer2006-09-111-1/+1
* Error reporting fix for sulogin, plus remove help entries for options we neverRob Landley2006-09-111-3/+7
* login: style fixesDenis Vlasenko2006-09-081-3/+3
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-0/+2
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-062-2/+13
* uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko2006-09-031-0/+4
* tar: revert older fix (non-portable), added new one.Denis Vlasenko2006-09-031-0/+1
* ping: implement -I optionDenis Vlasenko2006-09-021-0/+1
* - patch from Csaba Henk to make the "User-Agent" header field configurable.Bernhard Reutner-Fischer2006-09-021-1/+3
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-283-16/+24
* No real need for my_query_module() and this eliminates some type-punnedRob Landley2006-08-281-2/+0
* Michael Opdenacker contributed a readahead applet.Rob Landley2006-08-202-0/+7
* Ok, features.h already defines _OPEN_SOURCE (and complains if it's alreadyRob Landley2006-08-101-1/+0
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-092-0/+3
* Update usage to talk about the new shared subtree stuff in mount.Rob Landley2006-08-091-29/+21
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out aRob Landley2006-08-082-1/+30
* Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley2006-08-061-2/+2
* scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley2006-08-051-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+0
* These should have been part of 15767 too.Rob Landley2006-08-031-18/+4
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-22/+30
* move lchown/chown define out of specific files and into platform.h where it b...Mike Frysinger2006-07-201-1/+7
* "formated" -> "formatted" throughout the code base."Robert P. J. Day"2006-07-201-2/+2
* Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.Rob Landley2006-07-171-1/+2
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-162-6/+7
* We need xsetuid() and xsetgid() because per-user process resource limits canRob Landley2006-07-151-0/+2
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-1/+10
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley2006-07-111-6/+0
* Upgrade netcat a lot. Make -e able to take the rest of the command line asRob Landley2006-07-102-12/+31
* Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.Rob Landley2006-07-061-0/+15
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-027-0/+7
* Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley2006-06-302-18/+0
* Some old kernel headers don't #include BLKSSZGET in sys/mount.h.Rob Landley2006-06-291-0/+3
* cleanup patch usageMike Frysinger2006-06-281-4/+4
* fix watchdog on no-mmu systems by adding -F option for rexecMike Frysinger2006-06-261-2/+3
* Upgrade mdev to allow commands to be run on create/delete.Rob Landley2006-06-261-8/+14
* Document mount's new error return conventions.Rob Landley2006-06-241-1/+3