- 6446c2d which: fix testsuite failure by Denis Vlasenko · 17 years ago
- 72e7604 dhcpc: cope with buggy DHCP servers which send oversized packets by Denis Vlasenko · 17 years ago
- a8875ef Announce 1.8.2 and 1.7.4 by Denis Vlasenko · 17 years ago
- dd8bbfd stty: reorganize data tables - save 0.5k by Denis Vlasenko · 17 years ago
- fe5e23b remove echo_main -> bb_echo indirection by Denis Vlasenko · 17 years ago
- c3c6659 hush: fix segfault in "echo $@" when we have no arguments by Denis Vlasenko · 17 years ago
- d202328 fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
- 1da0ad1 update defconfig by Denis Vlasenko · 17 years ago
- 96702ca kill lash. "lash" builtin still exists, but it runs hush. by Denis Vlasenko · 17 years ago
- 8ec6ee4 Add an RFC for future ipv6 ftp work by Denis Vlasenko · 17 years ago
- 5bc593c hush: implement echo builtin by Denis Vlasenko · 17 years ago
- cccdc4e hush: fix $ expansion in redirections, add testcase for that by Denis Vlasenko · 17 years ago
- 8350686 hush: implement test builtin by Denis Vlasenko · 17 years ago
- f962a03 hush: plug memory leak by Denis Vlasenko · 17 years ago
- f23c3f9 arping: fix help text (-i -> -I), and shorten it a bit by Denis Vlasenko · 17 years ago
- fff9b69 arping: fix a bug where there is implicit count of 4G; by Denis Vlasenko · 17 years ago
- 3831c91 cut: add proper stdout error handling, fix "-" handling; modest code shrink by Denis Vlasenko · 17 years ago
- e85dbae logread: add forgotten INIT_G(); by Denis Vlasenko · 17 years ago
- ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
- 6884f66 dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller by Denis Vlasenko · 17 years ago
- 68af8e7 udhcpc: remove -W option, -A can be reused for that help texts: trimmed a bit by Denis Vlasenko · 17 years ago
- b559105 fix a thinko in build system by Denis Vlasenko · 17 years ago
- 7d75a96 ash: fix bug where redirection of closed fd was leaving it open afterwards. by Denis Vlasenko · 17 years ago
- 705eaf8 sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>) by Denis Vlasenko · 17 years ago
- 9cdfd14 dhcpc: cleanup and comments; fix buggy timeout handling in corner cases. by Denis Vlasenko · 17 years ago
- 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
- c881c73 cleanup comments and coding style and rewrite the mdev.conf parser to use common busybox functions and call strdup() less often ... saves a ~few hundred bytes by Mike Frysinger · 17 years ago
- ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
- 2a587df stty: mark variable as static by Denis Vlasenko · 17 years ago
- 49d1589 make output a little more friendly by Mike Frysinger · 17 years ago
- e13bd36 merge from upstream for systems that dont integrate libintl into their C library: by Mike Frysinger · 17 years ago
- dbd18f6 exported symbols may be weak, so allow symbols marked as W by Mike Frysinger · 17 years ago
- 70ab28f syslogd: use DEV_CONSOLE consistently init: remove obsolete comment by Denis Vlasenko · 17 years ago
- fbe5f39 hexdump: add hd alias, add -R option by Denis Vlasenko · 17 years ago
- 16aec39 add comment clarifying busybox's use of non-standard tar header by Paul Fox · 17 years ago
- 8512862 tar: fix a case where glibc detects bogus buffer overrun by Denis Vlasenko · 17 years ago
- 7e3a5f5 dmesg,klogd: make code more readable by Denis Vlasenko · 17 years ago
- 7c2db5c - use standard-imposed constants some more by Bernhard Reutner-Fischer · 17 years ago
- a702457 - remove most of the forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
- e897988 - add note about SUSv3 missing options. by Bernhard Reutner-Fischer · 17 years ago
- 01cd957 who: add -a (by Tito) by Denis Vlasenko · 17 years ago
- a6899c3 lash: fix compile-time warning by Denis Vlasenko · 17 years ago
- 6d38dc3 df: add -a df: don't special case rootfs and /dev/root by Denis Vlasenko · 17 years ago
- f430cdb df: add -i (conditional on CONFIG) uasge: trim a bit by Denis Vlasenko · 17 years ago
- 1fe4e9e cosmetic change in message text by Denis Vlasenko · 17 years ago
- ae6bf96 bad syntax error should go to stderr by Paul Fox · 17 years ago
- 9d6c469 Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: by Denis Vlasenko · 17 years ago
- 8d0a734 tr: more of code shrink (getopt32-ification) by Denis Vlasenko · 17 years ago
- 3d46167 tr: better comments, small code shrink by Denis Vlasenko · 17 years ago
- a89d50f tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) by Denis Vlasenko · 17 years ago
- 130f559 trylink: accomodate older versions of ld by Denis Vlasenko · 17 years ago
- 05c8c4f who: code shrink by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- 72cc964 add sed mini-doc by Denis Vlasenko · 17 years ago
- 4027664 sed: support GNU-like '\t' escape in substitutions by Denis Vlasenko · 17 years ago
- 6df9e3c inetd: revert bogus fix for bug 1562; shrink inetd a bit by Denis Vlasenko · 17 years ago
- 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
- 4bfb84d gzip: fix a case where tar xzf fails (we use uninitialized fd) by Denis Vlasenko · 17 years ago
- e5569cb who: fix wrong date/time field size by Denis Vlasenko · 17 years ago
- 40702da Announce 1.8.1 by Denis Vlasenko · 17 years ago
- f6ccc62 init: fix bug 1584: improper check for fork error by Denis Vlasenko · 17 years ago
- 5cc6459 umount: stop using excessive aounts of stack. Surprisingly, by Denis Vlasenko · 17 years ago
- 73cb1fd lineedit: stop using both data/bss and tons of stack. by Denis Vlasenko · 17 years ago
- e7fca51 *: remove superfluous "?" in option parsing by Denis Vlasenko · 17 years ago
- b4f608d readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small by Denis Vlasenko · 17 years ago
- d031b20 syslogd: support "symlink to symlink" for /dev/log; reduce stack usage by Denis Vlasenko · 17 years ago
- 9bd8d0c - commentary fixes by Bernhard Reutner-Fischer · 17 years ago
- 599bbfb xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths, by Paul Fox · 17 years ago
- abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
- 53bd401 follow symlinks to find the true passwd file before updating. by Paul Fox · 17 years ago
- 459a2ba new xmalloc_readlink_follow() routine to fully expand trailing symlinks by Paul Fox · 17 years ago
- 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
- 6e1b62b flush typeahead before prompt by Paul Fox · 17 years ago
- a29a5e4 login: fix PAM login (was unable to complete Kerberos login) by Denis Vlasenko · 17 years ago
- cb12cb2 modprobe: fix a bug where we were entering endless loop by Denis Vlasenko · 17 years ago
- 5281630 login: clear dangerous environment variables if started by non-root by Denis Vlasenko · 17 years ago
- 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
- 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
- cd0fbb5 unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that... by Denis Vlasenko · 17 years ago
- ef66d75 insmod: make error reporting less verbose by Denis Vlasenko · 17 years ago
- 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
- cb98163 change safety check on zip header to allow for extra length, and by Paul Fox · 17 years ago
- f8b21d0 swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
- 15c3885 fix incorrect text of link-time error message. No code changes by Denis Vlasenko · 17 years ago
- 9fcd799 webpage: fix typo, remove inconsistent trailing dots by Denis Vlasenko · 17 years ago
- 3a3e50e update screenshot by Denis Vlasenko · 17 years ago
- 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago 1_8_0
- 360362d docs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt (it's obsolete) by Denis Vlasenko · 17 years ago
- 0620034 Announce 1.7.3 on website by Denis Vlasenko · 17 years ago
- bfc3d82 ifconfig: code shrink by Denis Vlasenko · 17 years ago
- 6810236 grep: fix -Fo by Denis Vlasenko · 17 years ago
- b68979a insmod: code shrink, stop exporting insmod_ng_main. by Denis Vlasenko · 17 years ago
- 9d1afdb inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) by Denis Vlasenko · 17 years ago
- 9130340 hdparm: code shrink by Denis Vlasenko · 17 years ago
- d059ddc e2fsprogs: code shrink by Denis Vlasenko · 17 years ago
- 1641d61 - fix typo in helptext by Bernhard Reutner-Fischer · 17 years ago
- 968dbf9 minor fix in comment, no code changes by Denis Vlasenko · 17 years ago
- dfc0740 ll_types.c: optimize link type table, make it conditional by Denis Vlasenko · 17 years ago
- 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
- 5a28a25 syscall: code shrink by Denis Vlasenko · 17 years ago
- 63430ae mount: size-optimize mount_options[] and nfs_errtbl[] by Denis Vlasenko · 17 years ago