- 153cd69 FAQ: add timezone Q by Denis Vlasenko · 17 years ago
- 828e2a9 nc: minor code shrink by Denis Vlasenko · 17 years ago
- 8cc9cb8 remove last source id by Mike Frysinger · 17 years ago
- d611ccc add support for --symbol-prefix/-P by Mike Frysinger · 17 years ago
- c540e75 fix applet order error 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
- 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
- 54e19da correct_password: if password is 'x' or '*' and there is no shadow, use by Denis Vlasenko · 17 years ago
- a483691 ifupdown: kill -TERM is default, so drop -TERM by Denis Vlasenko · 17 years ago
- e190c16 correct_password: do not print "no shadow passwd..." message by Denis Vlasenko · 17 years ago
- 3483e85 ping: fix non-fancy ping6 by Denis Vlasenko · 17 years ago
- 10aea3e devfsd: futher sanitization by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- c6753c1 expr: small code shrink by Denis Vlasenko · 17 years ago
- 679b412 devfsd: indentation fixes by Denis Vlasenko · 17 years ago
- 4b9b0ce find: fix build failure on certain configs by Denis Vlasenko · 17 years ago
- 99fcc62 find: style fix by Denis Vlasenko · 17 years ago
- aba7f49 ps: revert wrong "optimization": (i & 1) -> i by Denis Vlasenko · 17 years ago
- e6bce97 fix comment placement (no code changes) by Denis Vlasenko · 17 years ago
- c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
- dc7a5ea ps: fix "unused variable" warning; fix integer variable declared as char. by Denis Vlasenko · 17 years ago
- 16b7cb4 web site: announce 1.6.1 by Denis Vlasenko · 17 years ago
- 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
- 8b14098 add bb_basename.c by Denis Vlasenko · 17 years ago
- dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
- f7d07b1 killall, pidof: use argv0 for process matching too by Denis Vlasenko · 17 years ago
- 42ee26d procps: shrink /proc scanning code a bit by Denis Vlasenko · 17 years ago
- ae7f7eb document firmware support by Mike Frysinger · 17 years ago
- 12d2129 wget: fix bug in base64 encoding (bug 1404). +10 bytes. by Denis Vlasenko · 17 years ago
- c965f4b devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
- e8240f1 uuencode: shrink by Denis Vlasenko · 17 years ago
- 1fc6238 devfsd: fix formatting (Tito <farmatito@tiscali.it>) 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
- 1399282 - need to pass the PATH down to the gcc-version check to be able to find the correct cc. by Bernhard Reutner-Fischer · 17 years ago
- 88308fe test: suppress gcc warning telnetd: do not use suferfluous static variable. by Denis Vlasenko · 17 years ago
- 56258b6 httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
- 198bada pidof: size optimizations (-50 bytes) by Denis Vlasenko · 17 years ago
- 118b81d - handy to have the cross_compile block here, too by Bernhard Reutner-Fischer · 17 years ago
- 2ee028d syslogd: do not convert tabs to ^I by Denis Vlasenko · 17 years ago
- b304ead test: shrink a bit by Denis Vlasenko · 17 years ago
- d67a606 build system: remove kernel .config locations (spotted by walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
- a80b4a0 tar: improve OLDGNU compat, make old SUN compat configurable by Denis Vlasenko · 17 years ago
- 9a33780 - add ATTRIBUTE_UNUSED_RESULT for internal use by Bernhard Reutner-Fischer · 17 years ago
- b7e6148 since we removed the deprecated matches() now and thus not alot of warnings are currently seen, let's strive to fixup these: by Bernhard Reutner-Fischer · 17 years ago
- 789b87e - remove matches() from networking/. Untested. by Bernhard Reutner-Fischer · 17 years ago
- 8333587 slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
- 88976d0 remove extra ')' by Denis Vlasenko · 17 years ago
- 14923db slattach: new applet. by Denis Vlasenko · 17 years ago
- cd0e80c - move iprule and ipaddress from matches() to index_in_str_array by Bernhard Reutner-Fischer · 17 years ago
- 7510384 do not do utime() on links, it acts on link targets, and we don't want that. by Denis Vlasenko · 17 years ago
- 761ce14 - remove another user of the deprecated matches() func by moving it to use index_in_str_array. Untested. by Bernhard Reutner-Fischer · 17 years ago
- ee92139 - do not hardcode HOSTCFLAGS to gcc specific flags. Fixes errors when not using gcc as HOSTCC by Bernhard Reutner-Fischer · 17 years ago
- bb0baed - strndupa is a GNU extension. Using strdup to avoid several errors like: by Bernhard Reutner-Fischer · 17 years ago
- bb98db2 echo: fix yet another buglet in non-fancy echo by Denis Vlasenko · 17 years ago
- 5ad1048 ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>) by Denis Vlasenko · 17 years ago
- a19faf8 find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) by Denis Vlasenko · 17 years ago
- dcf6de5 pscan: size optimization (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
- 5b5bcf2 punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling by Mike Frysinger · 17 years ago
- 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
- 362c6ec top: speedup if tty info is not requested by Denis Vlasenko · 17 years ago
- 3afac4c top,ps: reduce CPU usage in decimal conversion (optional) by Denis Vlasenko · 17 years ago
- 08a6118 ll_map: disable interface name caching code by Denis Vlasenko · 17 years ago
- 2d25491 defconfig: update by Denis Vlasenko · 17 years ago
- a61cb92 make /etc/network parsing configurable. -200 bytes when off. by Denis Vlasenko · 17 years ago
- 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 17 years ago
- 1b16bda networking/interface.c: reduce bss usage by Denis Vlasenko · 17 years ago
- 91e149a libbb: random hunt for statics by Denis Vlasenko · 17 years ago
- 2c91efb libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss by Denis Vlasenko · 17 years ago
- 7679145 ping: fix write-after-allocated-mem bug by Denis Vlasenko · 17 years ago
- ebd27aa fix an obvious typo while trying to access the tv_usec member by Mike Frysinger · 17 years ago
- bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 17 years ago
- 459be35 hwclock: size optimizations by Denis Vlasenko · 17 years ago
- e79dd06 time: *const str = "xxx" ==> str[] = "xxx" by Denis Vlasenko · 17 years ago
- 787d926 strings: strings a b was processing a twice, fix that by Denis Vlasenko · 17 years ago
- ea9e798 arping: -i should be -I by Denis Vlasenko · 17 years ago
- a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 17 years ago
- ab47eee forgot svn add... by Denis Vlasenko · 17 years ago
- 85532fc remove obsolete comment by Denis Vlasenko · 17 years ago
- a7825f2 make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features by Denis Vlasenko · 17 years ago
- 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- 53a0e97 find: make -size match GNU find by Denis Vlasenko · 17 years ago
- b941129 find: add conditional support for -maxdepth and -regex by Denis Vlasenko · 17 years ago
- d786cc5 fdisk: fix minor issues with help text by Denis Vlasenko · 17 years ago
- be99243 - fix test -f ./exists by Bernhard Reutner-Fischer · 17 years ago
- 8672660 - vda perfers not to use the banner by Bernhard Reutner-Fischer · 17 years ago
- 432d69c applets/Kbuild: straighten it a bit by Denis Vlasenko · 17 years ago
- 0e0639b Alex Landau writes: open firmware for reading, not writing by Mike Frysinger · 17 years ago
- d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 17 years ago
- 1adf681 traceroute: stop using floating point needlessly; nuke useless assignment. by Denis Vlasenko · 17 years ago
- 26017b1 minix.h: add very simple test script by Denis Vlasenko · 17 years ago
- 1fd4621 fsck_minix: forgotten bit of previous commit... by Denis Vlasenko · 17 years ago
- a669131 fsck_minix: stop using data/bss by Denis Vlasenko · 17 years ago
- ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
- b51fd35 as suggested by Renaud Cerrato and Souf, switch over to recursive_action() for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off by Mike Frysinger · 17 years ago
- a78ef2c add support for firmware loading by Mike Frysinger · 17 years ago
- d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 17 years ago
- f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 17 years ago
- f312e32 login: make /etc/nologin support configurable. -240 bytes if not selected. by Denis Vlasenko · 17 years ago
- 637c975 fix "--help prints usage for wrong applet" bug by Denis Vlasenko · 17 years ago
- 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 17 years ago