- fdcbc4e - fix testing primary expressions like '"-u" = "-u"' by Bernhard Reutner-Fischer · 18 years ago
- 16d58d7 catv: was abusing xopen, should not die on err, but warn only. by Denis Vlasenko · 18 years ago
- cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 18 years ago
- aa198dd uudecode: nuke duplicate base64_table[]. saves 65 bytes by Denis Vlasenko · 18 years ago
- a7c5d2c getopt_mk_fifo_nod: heed warning by Denis Vlasenko · 18 years ago
- def8260 - fix invocation without any argument by Bernhard Reutner-Fischer · 18 years ago
- dc4ab54 test: fix thinko in previous commit by Denis Vlasenko · 18 years ago
- 89bca27 test: recognize /path/to/[ case too by Denis Vlasenko · 18 years ago
- 1622cb8 - i need this disabled code for testing a patch. Please leave it in. by Bernhard Reutner-Fischer · 18 years ago
- e8b2bd4 - fix wrong not operator which was essentially ignored. got introduced in r18282 by Bernhard Reutner-Fischer · 18 years ago
- ae5a8aa awk: move all data to malloc space by Denis Vlasenko · 18 years ago
- c084d2f echo: fix non-fancy echo by Denis Vlasenko · 18 years ago
- 746204b uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> by Denis Vlasenko · 18 years ago
- ef4bb26 diff: stop using data/bss by Denis Vlasenko · 18 years ago
- 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
- 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
- fe3e177 test: close bug 1371 test: plug a memory leak by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 6d70997 cttyhack: new applet. by Denis Vlasenko · 18 years ago
- 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 18 years ago
- 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 18 years ago
- dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 18 years ago
- a6a1785 hush: add ctrl-Z handling for nofork'ed case by Denis Vlasenko · 18 years ago
- f6250a3 dd: NOEXEC fix dd: correct wrongly capitalized constant by Denis Vlasenko · 18 years ago
- d1801a4 dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) by Denis Vlasenko · 18 years ago
- 9ace613 stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) by Denis Vlasenko · 18 years ago
- ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
- e468ef2 - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off by Bernhard Reutner-Fischer · 18 years ago
- 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 18 years ago
- 8746885 style fixes by Denis Vlasenko · 18 years ago
- 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
- 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
- c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
- 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
- 99003b8 - use enum for the OPs as suggested by vda. No obj-code changes. by Bernhard Reutner-Fischer · 18 years ago
- a9d7d24 echo: fix regression ("echo" with no arguments didn't print newline. by Denis Vlasenko · 18 years ago
- 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
- ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
- de17ece - use skip_non_whitespace() where appropriate by Bernhard Reutner-Fischer · 18 years ago
- 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
- 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 18 years ago
- 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
- 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
- bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
- bb5b01c comm: eliminate statics by Denis Vlasenko · 18 years ago
- df5bbb9 diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) by Denis Vlasenko · 18 years ago
- bdd253e - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. by Bernhard Reutner-Fischer · 18 years ago
- febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
- d9c2d5f - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
- 2a47dea - remove bss users. Shrinkage while at it. See XXX for further, pre-existing bugs by Bernhard Reutner-Fischer · 18 years ago
- 3a60244 - remove some bss users. by Bernhard Reutner-Fischer · 18 years ago
- 0e6ab01 - remove superfluous bss user (flags) and manually unswitch some areas: by Bernhard Reutner-Fischer · 18 years ago
- cea0a8b - use bb_error_msg by Bernhard Reutner-Fischer · 18 years ago
- 8025afa - use xregcomp. Untested. vda, isn't there a regfree missing here? by Bernhard Reutner-Fischer · 18 years ago
- 3c5929a - remove some unneeded forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 18 years ago
- adb01b1 - remove args from bss, minor misc shrinkage while at it. by Bernhard Reutner-Fischer · 18 years ago
- 729bd9e test: comment out unused code by Denis Vlasenko · 18 years ago
- 4caa09a uniq: getopt32-ization. -38 bytes. by Denis Vlasenko · 18 years ago
- 7b881c7 - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. by Bernhard Reutner-Fischer · 18 years ago
- cc89026 - debloat test. untested. by Bernhard Reutner-Fischer · 18 years ago
- eceecea - fix bug where we did not reject invalid classes like '[[:alpha' by Bernhard Reutner-Fischer · 18 years ago
- 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
- 0a537a0 - move additional fancy options not mandated by SUSv3 into a FANCY option by Bernhard Reutner-Fischer · 18 years ago
- 3983bd5 diff: fix SEGV (NULL deref) in diff -N by Denis Vlasenko · 18 years ago
- 91dd275 split: let me join bikeshed painting frenzy :) by Denis Vlasenko · 18 years ago
- 576de34 - check the suffix proper plus misc touch up by Bernhard Reutner-Fischer · 18 years ago
- b813eaf - implement suffices as required by SUSv3 by Bernhard Reutner-Fischer · 18 years ago
- cd43dfd - shrink a tiny bit (-8b) by Bernhard Reutner-Fischer · 18 years ago
- 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 18 years ago
- 9a1fa8c cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) by Denis Vlasenko · 18 years ago
- c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
- 97fd6d8 ls: fix segfault-if-standalone-shell, add big fat comment. by Denis Vlasenko · 18 years ago
- 16c7fb7 chown, env: stop using statics by Denis Vlasenko · 18 years ago
- e1e93c1 missed hunk of "stop using big static buffer for inode hash" by Denis Vlasenko · 18 years ago
- 39c651e introduce and use setfscreatecon_or_die by Denis Vlasenko · 18 years ago
- 1203c9b next portion of selinux updates: chcon, runcon. From by Denis Vlasenko · 18 years ago
- a4688bf fix buglets found by randomconfig run by Denis Vlasenko · 18 years ago
- 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
- 339f5eb printf: allow hex/oct numbers; move functions around by Denis Vlasenko · 18 years ago
- 02f0c4c diff: failed to confirm "static bug" in gcc - reinstating statics. by Denis Vlasenko · 18 years ago
- 8a91081 chown: fix comment, fix verbose message by Denis Vlasenko · 18 years ago
- cd27c42 chown: support -H -L -P if ENABLE_DESKTOP by Denis Vlasenko · 18 years ago
- 0085f23 diff: make -U0 work by Denis Vlasenko · 18 years ago
- 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
- 41cca2b who: stop using static buffer, small size optimizations by Denis Vlasenko · 18 years ago
- 2110aa9 ls: w/o -l follow symlinks to dirs for commandline args by Denis Vlasenko · 18 years ago
- cce3858 start_stop_daemon: add -chuid support by Denis Vlasenko · 18 years ago
- 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
- 6089c2c diff: fix access past end of array by Denis Vlasenko · 18 years ago
- 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
- 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
- cbd6e65 - fix buglet introduced in r17351 in find_param(). Closes #1193 by Bernhard Reutner-Fischer · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 6a1829d - include busybox.h before looking at an eventual #if ENABLE_DESKTOP by Bernhard Reutner-Fischer · 18 years ago
- a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
- e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
- cd75a96 - sum -r TODO should not print the filename as oposed to -s by Bernhard Reutner-Fischer · 18 years ago
- fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago