aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bernhard Fischer sent a patch to make "make sizes" work when building inlandley2005-09-011-2/+3
* Busybox should only multiplex based on argv[1] when it's called as "busybox".landley2005-09-011-4/+0
* Anand Avati hit an integer overflow problem in our unzip code.landley2005-08-311-1/+1
* Don't comment warnings, _FIX_ warnings. (And putting in #warnings aboutlandley2005-08-301-48/+22
* Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?landley2005-08-302-72/+14
* Bug system entry #1 says that when busybox doesn't have swapoff,landley2005-08-301-3/+1
* Amir Shalem found some bugs in the new mount code; unknown options didn't getlandley2005-08-301-2/+4
* Dirk Clemens pointed out how easy it is to support bzip2 compression, since welandley2005-08-301-18/+15
* point to busybox.netandersen2005-08-281-2/+2
* Dumb little hack, "make sizes". Try it.landley2005-08-281-0/+4
* make sure __NF_sysfs exists before trying to use itvapier2005-08-271-0/+9
* some portability fixes by rmh in Bug 395vapier2005-08-272-3/+3
* Bernhard Fischer submitted a couple of Makefile patches:landley2005-08-243-12/+14
* Remove something we did, not that I'm doing something, and add something welandley2005-08-231-3/+5
* When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()landley2005-08-231-1/+3
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.landley2005-08-222-4/+3
* Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethinglandley2005-08-205-0/+94
* Announce busybox 1.01.landley2005-08-171-0/+7
* Tito (among others) writes: previous patch was wrong, please stop screwing th...vapier2005-08-171-2/+2
* When doing 'make release' nuke the .svn directories, not theandersen2005-08-171-1/+1
* the () around isspace actually mattersvapier2005-08-161-2/+4
* Bernhard Fischer says: use xmalloc() instead of malloc()vapier2005-08-163-3/+3
* Bernhard Fischer says: fix comment typovapier2005-08-161-1/+1
* Bernhard Fischer writes: fix devfsd usagevapier2005-08-151-2/+2
* If we goto singlemount, do _not_ try to continue through the loop we jumpedlandley2005-08-141-1/+1
* Patch from Stephane Billiart to improve ash error message.landley2005-08-141-1/+1
* Stephane Billiart noticed that the return code of the new mount was horked.landley2005-08-141-4/+4
* Very minor tweak to tail.landley2005-08-131-4/+1
* err, make sure we edit the correct ignore propertyvapier2005-08-110-0/+0
* make sure distclean punts include/bbconfigopts.hvapier2005-08-111-1/+1
* ignore the auto-generated bb config header filesvapier2005-08-110-0/+0
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunklandley2005-08-1012-922/+543
* implemented a builtin echo command in ash. moved the guts of thepgf2005-08-097-172/+204
* commiting:pgf2005-08-045-34/+390
* applying jim bauer's patch to eliminate modprobe's dependencypgf2005-08-042-13/+54
* In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable andlandley2005-08-021-1/+1
* Do not define 'AUTOCONF_INCLUDED'andersen2005-08-021-1/+0
* commiting:pgf2005-08-015-0/+62
* fix bbconfigopts.h dependvapier2005-08-011-3/+2
* screw around with whitespacevapier2005-08-011-16/+14
* commiting:pgf2005-08-012-6/+4
* commiting patch from bug 71:pgf2005-08-013-4/+81
* applying patch for bug 72:pgf2005-08-016-0/+95
* applying patch from bug 24:pgf2005-08-012-0/+18
* new config display applet, from bug 46. i've changed the namepgf2005-08-017-1/+94
* allow suppression of default client-id. fixes bug 000037. allowspgf2005-08-013-6/+17
* patch by pkj in Bug 3 to not export all make variablesvapier2005-07-312-5/+1
* patch by apgo in Bug 345 to not use ether_hostton() with uClibcvapier2005-07-311-0/+4
* patch by srowe in Bug 359 to fix fgrep aliasingvapier2005-07-312-3/+8
* typecast to intvapier2005-07-311-1/+1