aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync with mainstream, but check morevodz2006-02-201-5/+5
* getdomainname() isn't guaranteed to null terminate the string if it waslandley2006-02-201-6/+6
* Update comment.landley2006-02-201-1/+1
* remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I...vodz2006-02-202-3/+9
* correction get(host/domain)name usage, revert 742 bugvodz2006-02-201-6/+6
* svn 14077 was completely broken and apparently never tested.landley2006-02-201-14/+4
* The gentoo security guys found another way to segfault busybox's decompressionlandley2006-02-201-1/+1
* rfelker writes in Bug 742: make sure string is null terminated after calling ...vapier2006-02-191-1/+2
* rfelker writes in Bug 740: s/u_char/unsigned char/vapier2006-02-192-29/+29
* rfelker writes in Bug 738: sys/sysmacros.h is needed for makedevvapier2006-02-191-0/+1
* rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.hvapier2006-02-191-1/+0
* rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it,...vapier2006-02-191-1/+0
* kill all .depend filesvapier2006-02-181-1/+1
* hide bb_mkdep buildvapier2006-02-181-1/+1
* fix building on ppc64vapier2006-02-181-0/+3
* type typo. Thanks, Devin Bayervodz2006-02-171-1/+1
* quick copy-paste typovodz2006-02-171-1/+1
* Fix for an integer overflow bug that could cause a segfault on certainlandley2006-02-171-1/+1
* The tendency of vi to auto-indent can be really annoying at times.landley2006-02-171-75/+75
* More whitespace than you can possibly imagine...landley2006-02-171-18/+145
* Update Rogues Gallery.landley2006-02-171-16/+31
* forgoten new file for 14080 revisonvodz2006-02-161-0/+10
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-1610-19/+33
* removed #undef strlen, use builtins and prototuped strlen from xfunc file (on...vodz2006-02-161-1/+0
* isolate and show busybox`s changesvodz2006-02-161-31/+30
* Putting together OPTIONFLAGS, sed needs the global flag to handle multiplelandley2006-02-161-1/+1
* When setting an environment variable by piping something into grep, backquoteslandley2006-02-161-2/+2
* Rogues gallery.landley2006-02-161-0/+38
* add last terminal linevodz2006-02-151-6/+12
* demo (UN)USE_FEATURE... usagevodz2006-02-151-64/+45
* full removed config.h, use bb_config.h onlyvodz2006-02-154-32/+49
* Fix bug 674: sum's block count should always round up.landley2006-02-141-8/+6
* Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.landley2006-02-141-5/+13
* - commentary typosaldot2006-02-141-3/+3
* restore change by Denis Vlasenko: file_to_buf must vary fast, best if inlinevodz2006-02-141-8/+7
* cleanups after changes by Denis Vlasenko. Size optimizationvodz2006-02-141-6/+9
* commentary typos. Thank by aldotvodz2006-02-141-16/+16
* Rob Landley is busybox maintainer now. Eeek.landley2006-02-143-14/+13
* Fix off by one error. (I know I had a reason for doing that, but I have _no_landley2006-02-141-1/+1
* Cleanups from Denis Vlasenko.landley2006-02-132-176/+185
* Bug fix from Kim B. Heino, manifested via:landley2006-02-131-0/+1
* New USE() macroslandley2006-02-133-86/+873
* - commentary typosaldot2006-02-121-18/+16
* More random documentation.landley2006-02-121-0/+34
* Missed this in svn 13701.landley2006-02-101-12/+0
* Another item.landley2006-02-101-1/+9
* Fix umount so it works if there's no /etc/mtab or /proc/mounts, makelandley2006-02-083-450/+35
* Help text update and tweak to defconfig to remove two more things thatlandley2006-02-082-10/+13
* Convert some help text to english.landley2006-02-081-5/+5
* add back in path nulling after calling find_dev() since it is needed for now ...vapier2006-02-071-0/+1