- 12c2429 Fixup to make warnings from the last patch go away. by Rob Landley · 19 years ago
- 08abe64 Selinux fix from Jan Kiszka. by Rob Landley · 19 years ago
- b7f3973 - fix compilation of sed. by Bernhard Reutner-Fischer · 19 years ago
- e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
- 93f2286 When gnu fails this one we shouldn't let it _hang_... by Rob Landley · 19 years ago
- e8e7811 Yet more sed tests. Passing these is a to-do item for 1.1.2 or 1.2, not a by Rob Landley · 19 years ago
- 325da7b use bb_xstrndup vs strndup. Thanks rfelker. by "Vladimir N. Oleynik" · 19 years ago
- 5c2b238 more busybox's style: close bug 745 by "Vladimir N. Oleynik" · 19 years ago
- 716bbe9 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode by "Vladimir N. Oleynik" · 19 years ago
- 73804d6 more security: don't start shell code from argv by "Vladimir N. Oleynik" · 19 years ago
- 8bbee85 defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it by Rob Landley · 19 years ago
- 2fe4eac Cosmetic cleanup from tito. by Rob Landley · 19 years ago
- e813ddb Cleanup from Glenn McGrath. by Rob Landley · 19 years ago
- 0817313 - whitespace cleanup from Tito. by Bernhard Reutner-Fischer · 19 years ago
- 4217bab Patch from Glenn McGrath to remove code that opens a file but does nothing by Rob Landley · 19 years ago
- 5ba2fb2 remove duplicate license notice by Mike Frysinger · 19 years ago
- 983e0ca strip out unneeded comments by Mike Frysinger · 19 years ago
- 5c06b27 fdisk unmaintained now :( by "Vladimir N. Oleynik" · 19 years ago
- 5527b91 Another clean-up patch from Garrett. by Rob Landley · 19 years ago
- 736e525 Minor cleanup from Garrett Kajmowicz. by Rob Landley · 19 years ago
- b73451d Cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
- 75cc0ca I was playing around with a dependency generator a couple weeks ago and I found by Rob Landley · 19 years ago
- 883e0e8 Missed one in the get_line_from_file() update... by Rob Landley · 19 years ago
- 3cb94d2 Move FAQ under docs, add programming.html to docs list. by Rob Landley · 19 years ago
- f6ddadc Mention patches directory as a read-only svn alternative. by Rob Landley · 19 years ago
- 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
- 5c22c11 Add a test suite for seq. by Rob Landley · 19 years ago
- 0612b5f add exception for uncuddling brackets by Mike Frysinger · 19 years ago
- 6b6edf9 Lots of tests the fix to sed needs to pass... by Rob Landley · 19 years ago
- b218377 Documentation update: more detail on vfork. by Rob Landley · 19 years ago
- 73a20f3 "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, by Rob Landley · 19 years ago
- ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
- 51be57e Convert all the applets from #include to USE(). Had to fix some nonstandard by Rob Landley · 19 years ago
- 0923063 add myself and Bernhard by Mike Frysinger · 19 years ago
- 23ca725 test to make sure applets are in alphabetical order by Mike Frysinger · 19 years ago
- 73b4710 fix applet order by Mike Frysinger · 19 years ago
- 992a58c document leading + option by Mike Frysinger · 19 years ago
- c6d09a6 You don't need an #ifdef around #defines in usage. by Rob Landley · 19 years ago
- 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
- fb16d5c Tweak my entry. by Rob Landley · 19 years ago
- e8f504e Bug 751: file handle leaks can add up until available filehandles for the by Rob Landley · 19 years ago
- d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
- 6f2a0b2 Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. by Rob Landley · 19 years ago
- 87b9573 Forgot to check this in last night, part of the hash_fd breakup. by Rob Landley · 19 years ago
- 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 19 years ago
- a7e3d05 Create /dev/root symlink pointing to real root device, if any. by Rob Landley · 19 years ago
- c5789a6 Walter Harms added -D to date, and I did a code cleanup while I was in the by Rob Landley · 19 years ago
- bf28ed8 eat extraneous newlines at the end of applet full usage by Mike Frysinger · 19 years ago
- 0a6b0bf add setarch/linux32/linux64 applet by Mike Frysinger · 19 years ago
- ea6360e Missed a file in the last checkin, won't build without this... by Rob Landley · 19 years ago
- 57f4cb2 a few more comment touchups by Mike Frysinger · 19 years ago
- e17c80e translate Russian-English to just plain English by Mike Frysinger · 19 years ago
- a2841e6 Patch from Giuseppe Ciotta to specify retry count. by Rob Landley · 19 years ago
- 0d8766a Rename UNUSE() to SKIP(). by Rob Landley · 19 years ago
- 06249fe Bug 640: a filename of length exactly 100 could bleed into the next field on by Rob Landley · 19 years ago
- dcbad60 add s390x to the list by Mike Frysinger · 19 years ago
- 7673cca sync with mainstream, but check more by "Vladimir N. Oleynik" · 19 years ago
- 081d6d4 getdomainname() isn't guaranteed to null terminate the string if it was by Rob Landley · 19 years ago
- b4ec339 Update comment. by Rob Landley · 19 years ago
- 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
- d24d083 correction get(host/domain)name usage, revert 742 bug by "Vladimir N. Oleynik" · 19 years ago
- 4e9deec svn 14077 was completely broken and apparently never tested. by Rob Landley · 19 years ago
- eb00afb The gentoo security guys found another way to segfault busybox's decompression by Rob Landley · 19 years ago
- dce17c6 rfelker writes in Bug 742: make sure string is null terminated after calling gethostname by Mike Frysinger · 19 years ago
- 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 19 years ago
- da2a7d6 rfelker writes in Bug 738: sys/sysmacros.h is needed for makedev by Mike Frysinger · 19 years ago
- dfd902b rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h by Mike Frysinger · 19 years ago
- 4b33f7a rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function. by Mike Frysinger · 19 years ago
- 611e085 kill all .depend files by Mike Frysinger · 19 years ago
- a568ef2 hide bb_mkdep build by Mike Frysinger · 19 years ago
- ebee0e7 fix building on ppc64 by Mike Frysinger · 19 years ago
- 06776b3 type typo. Thanks, Devin Bayer by "Vladimir N. Oleynik" · 19 years ago
- b267f13 quick copy-paste typo by "Vladimir N. Oleynik" · 19 years ago
- efae294 Fix for an integer overflow bug that could cause a segfault on certain by Rob Landley · 19 years ago
- 2c98c40 The tendency of vi to auto-indent can be really annoying at times. by Rob Landley · 19 years ago
- f856eab More whitespace than you can possibly imagine... by Rob Landley · 19 years ago
- 27cd85b Update Rogues Gallery. by Rob Landley · 19 years ago
- eaa3b29 forgoten new file for 14080 revison by "Vladimir N. Oleynik" · 19 years ago
- dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
- 21e6870 removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) by "Vladimir N. Oleynik" · 19 years ago
- cb9b114 isolate and show busybox`s changes by "Vladimir N. Oleynik" · 19 years ago
- 5c1cd5f Putting together OPTIONFLAGS, sed needs the global flag to handle multiple by Rob Landley · 19 years ago
- 006fa2d When setting an environment variable by piping something into grep, backquotes by Rob Landley · 19 years ago
- d1e38c0 Rogues gallery. by Rob Landley · 19 years ago
- c218a29 add last terminal line by "Vladimir N. Oleynik" · 19 years ago
- 9a51540 demo (UN)USE_FEATURE... usage by "Vladimir N. Oleynik" · 19 years ago
- 6732af2 full removed config.h, use bb_config.h only by "Vladimir N. Oleynik" · 19 years ago
- 02794e1 Fix bug 674: sum's block count should always round up. by Rob Landley · 19 years ago
- 46e351d Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. by Rob Landley · 19 years ago
- 5ba53c0 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
- 3afdfec restore change by Denis Vlasenko: file_to_buf must vary fast, best if inline by "Vladimir N. Oleynik" · 19 years ago
- 465300c cleanups after changes by Denis Vlasenko. Size optimization by "Vladimir N. Oleynik" · 19 years ago
- 63ca3bf commentary typos. Thank by aldot by "Vladimir N. Oleynik" · 19 years ago
- a253e73 Rob Landley is busybox maintainer now. Eeek. by Rob Landley · 19 years ago
- d05981e Fix off by one error. (I know I had a reason for doing that, but I have _no_ by Rob Landley · 19 years ago
- b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
- 90632d0 Bug fix from Kim B. Heino, manifested via: by Rob Landley · 19 years ago
- 7bfa88f New USE() macros by Rob Landley · 19 years ago
- f251ec6 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
- c29a0f3 More random documentation. by Rob Landley · 19 years ago