- 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
- 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
- 2ea8c40 stty: incorporate strings into struct instead of keeping pointers there. by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 91e5203 stat: code shrink; stop using bss; stop using strncat incorrectly by Denis Vlasenko · 17 years ago
- 91e80c2 delete now unused check_header_gzip.c sum: do not use uintmax needlessly by Denis Vlasenko · 17 years ago
- 226002e tail: sizeof(buf) is sizeof(char*)! must be BUFSIZ by Denis Vlasenko · 17 years ago
- 368a12e tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>) by Denis Vlasenko · 17 years ago
- feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 4dd4e6d install: fix bug in "install -c file dir" (tries to copy dir into dir too) by Denis Vlasenko · 17 years ago
- ea7645b cp: -r and -R imply -d (coreutils compat) by Denis Vlasenko · 17 years ago
- 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
- fc5d159 test: correct confusing placement of "const" by Denis Vlasenko · 17 years ago
- 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
- 21b83cf du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
- 614aca6 install: shrink a bit, fix two buglets by Denis Vlasenko · 17 years ago
- 30bab71 make copy_file() a bit easier to understand, and smaller by Denis Vlasenko · 17 years ago
- 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
- 45946f8 runit/*: get rid of tai[a] time abstraction, it's too bloaty. by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- a0319ba hdparm: shrink rodata by ~250 bytes by Denis Vlasenko · 17 years ago
- 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
- dbe6e66 trylink: automatically use custom link script if user provides one by Denis Vlasenko · 17 years ago
- 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- 08294db df: match coreutils behavior of wrapping lines if filesystem name is too long. by Denis Vlasenko · 17 years ago
- 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
- e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
- 501bfe2 stat: fix option -Z segv (bug 1454) by Denis Vlasenko · 17 years ago
- 8e209c3 catv: catv without arguments was trying to use environ as argv. by Denis Vlasenko · 17 years ago
- e013475 env: micro-optimization by Denis Vlasenko · 17 years ago
- 980864d dd: use unsigned printf specifier for # of blocks by Denis Vlasenko · 17 years ago
- 2b03e5e dd: fix newly introduced bug (introduced by me) by Denis Vlasenko · 17 years ago
- f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
- 7587870 dd: fix bug where we assume count=INT_MAX when count is unspecified; by Denis Vlasenko · 17 years ago
- 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
- 661f6fa cal: small code shrink by Denis Vlasenko · 17 years ago
- 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
- bcb66ec od: shrink a bit by Denis Vlasenko · 17 years ago
- bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
- b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
- 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
- fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- d166f83 md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) by Denis Vlasenko · 17 years ago
- c6753c1 expr: small code shrink by Denis Vlasenko · 17 years ago
- dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
- e8240f1 uuencode: shrink by Denis Vlasenko · 17 years ago
- 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- 88308fe test: suppress gcc warning telnetd: do not use suferfluous static variable. by Denis Vlasenko · 17 years ago
- b304ead test: shrink a bit by Denis Vlasenko · 17 years ago
- 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
- bb98db2 echo: fix yet another buglet in non-fancy echo by Denis Vlasenko · 17 years ago
- a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 18 years ago
- be99243 - fix test -f ./exists by Bernhard Reutner-Fischer · 18 years ago
- 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