- 66496d7 build system: echo and test features may be enabled by Denis Vlasenko · 16 years ago
- 7cbcd1c awk: bitwise ops cast oprands and results to unsigned long, by Denis Vlasenko · 16 years ago
- 996a614 awk: support hex constants by Denis Vlasenko · 16 years ago
- d66aa3c df: add support for more options, add some coreutils 6.10 compat. by Denis Vlasenko · 16 years ago
- 3b80cac insmod: mix xmalloc with xrealloc_vector more carefully by Denis Vlasenko · 16 years ago
- 1ebdacc - forgot to pass in the HOST_EXTRACFLAGS by Bernhard Reutner-Fischer · 16 years ago
- 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
- 8f0e342 cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case. by Denis Vlasenko · 16 years ago
- f3d1e21 - pull check-lxdialog from linux-2.6.26 by Bernhard Reutner-Fischer · 16 years ago
- b522d69 trylink: make messages less confusing by Denis Vlasenko · 16 years ago
- 279ca69 modprobe-small: support "blacklist" keyword in /etc/modules/<modulename> by Denis Vlasenko · 16 years ago
- c4e4b6b reinstate sponsor's links by Denis Vlasenko · 16 years ago
- b66d16a fbset: fix mode matching code: original code may trigger false positive. by Denis Vlasenko · 16 years ago
- 5770715 ping: SO_RCVBUF must be bigger than packet size, by Denis Vlasenko · 16 years ago
- 15f2fdb hexdump: fix SEGV in hexdump -e "" by Denis Vlasenko · 16 years ago
- 7fe21c6 setarch: do not try to use non-existent data in argv[] by Denis Vlasenko · 16 years ago
- 6cd36bc tweak web page by Denis Vlasenko · 16 years ago
- 9ff245f - move some older news to the news archive (the main page was once again over 30kib big) by Bernhard Reutner-Fischer · 16 years ago
- 7d0d3e2 - reformat help text by Bernhard Reutner-Fischer · 16 years ago
- 6573417 Announce 1.11.2 by Denis Vlasenko · 16 years ago
- a28a05b - print the documentation per default by Bernhard Reutner-Fischer · 16 years ago
- 99ecc46 - document rmdir args by Bernhard Reutner-Fischer · 16 years ago
- 6375853 - document rmmod -w and -f arguments by Bernhard Reutner-Fischer · 16 years ago
- e82da4d fix xargs -e help text by Denis Vlasenko · 16 years ago
- c397792 - tweak markup. No relevant changes by Bernhard Reutner-Fischer · 16 years ago
- bc8bc59 - cleanup urls by Bernhard Reutner-Fischer · 16 years ago
- 3b0161d - fix typo by Bernhard Reutner-Fischer · 16 years ago
- f2d4a65 - fix markup by Bernhard Reutner-Fischer · 16 years ago
- eae3846 - do not advertise the standalone udhcpd. It is actively maintained in busybox only. by Bernhard Reutner-Fischer · 16 years ago
- e0fe65b - fix markup by Bernhard Reutner-Fischer · 16 years ago
- 8eeaa74 - add doc-clean target by Bernhard Reutner-Fischer · 16 years ago
- 6887e77 - add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup up markup. by Bernhard Reutner-Fischer · 16 years ago
- 20a55b7 - fix typo of mine by Bernhard Reutner-Fischer · 16 years ago
- f0d0811 - improve documentation a bit by Bernhard Reutner-Fischer · 16 years ago
- b5d701d - some more nitpicks by Bernhard Reutner-Fischer · 16 years ago
- beea4b8 - some more markup fixes by Bernhard Reutner-Fischer · 16 years ago
- 0fa5394 - fix typo by Bernhard Reutner-Fischer · 16 years ago
- b91168a more of pointless beautifuing on the web page by Denis Vlasenko · 16 years ago
- f9dba6e trim webpage text a bit by Denis Vlasenko · 16 years ago
- 557f9c4 - drop outdated paragraph (which additionally contained some mistyped html-like junk) by Bernhard Reutner-Fischer · 16 years ago
- 5f52150 - misc. minor tweaks by Bernhard Reutner-Fischer · 16 years ago
- beb6ea4 - point people to the current stable branch by Bernhard Reutner-Fischer · 16 years ago
- 78c41b2 - tweak markup by Bernhard Reutner-Fischer · 16 years ago
- 14a7938 more cosmetic fixes on the website by Denis Vlasenko · 16 years ago
- 68cef20 cosmetic fixes on the webpage by Denis Vlasenko · 16 years ago
- b22fbfe - tweak markup by Bernhard Reutner-Fischer · 16 years ago
- a0420ab - bump copyright year by Bernhard Reutner-Fischer · 16 years ago
- 158f1d4 - fix markup by Bernhard Reutner-Fischer · 16 years ago
- 8c8601c - fix some wrong markup. by Bernhard Reutner-Fischer · 16 years ago
- 040fead - correct release date for 1.12.0 and fix a few typos by Bernhard Reutner-Fischer · 16 years ago
- c1b39ed announce 1.12.0 by Denis Vlasenko · 16 years ago
- 2a7031b Bump version to 1.13.0.svn by Denis Vlasenko · 16 years ago
- 261cf47 This is 1.12.0 by Denis Vlasenko · 16 years ago 1_12_0
- e417be6 getopt32: do not return pointer to alloca() areas by Denis Vlasenko · 16 years ago
- b9c262b envdir: fix "envdir with no params" case by Denis Vlasenko · 16 years ago
- 99b4083 findfs: make it use setuid-ness of busybox binary by Denis Vlasenko · 16 years ago
- b9f5d59 fsck: use getmntent_r instead of open-coded parsing. By Vladimir by Denis Vlasenko · 16 years ago
- f31c3b6 linedit: fix use-after-free by Denis Vlasenko · 16 years ago
- 4301616 libbb: getopt32() should not ever touch argv[0] (even read) by Denis Vlasenko · 16 years ago
- 1c45a50 libbb: fix mishandling of "all argv are opts" in getopt32() by Denis Vlasenko · 16 years ago
- 6c4eb44 ifupdown: fixes for shutdown of DHCP-managed interfaces by Denis Vlasenko · 16 years ago
- 625ed8e Updating defconfig, fixing a typo in Config.in by Denis Vlasenko · 16 years ago
- c77e843 - add new applet rdev (Grant Erickson) - fixes and shrink (me) by Bernhard Reutner-Fischer · 16 years ago
- d7cc2e6 showkey: new applet by Vladimir by Denis Vlasenko · 16 years ago
- c8d02aa setfont: new applet by Vladimir by Denis Vlasenko · 16 years ago
- eb08477 libbb: use ptsname_r, it's smaller by Denis Vlasenko · 16 years ago
- 34c73c4 ash: fix "(cat < file)" hang introduced by rev 22944. by Denis Vlasenko · 16 years ago
- 8334db1 cut: fix buffer overflow (bug 4544). by Denis Vlasenko · 16 years ago
- 69ed309 chpst: fix "envdir dir" case (bug 4574). by Denis Vlasenko · 16 years ago
- ec7e7ae arp: without -H <type>, assume "ether". closes 4564 by Denis Vlasenko · 16 years ago
- c80191c install: fix long option not taking params (bug 4584) by Denis Vlasenko · 16 years ago
- 11152e3 mkdir: fix "uname 0222; mkdir foo/bar" case by Denis Vlasenko · 16 years ago
- cd785fb nmeter: fix read past the end if a buffer. Closes 4594 by Denis Vlasenko · 16 years ago
- ee777c4 ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> by Denis Vlasenko · 16 years ago
- 8d07560 sendmail: work around (bogus) gcc warning by Denis Vlasenko · 16 years ago
- 63e49fa fix byte-swapping of compressed help on big-endian machines by Denis Vlasenko · 16 years ago
- 69f4f9a optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) by Denis Vlasenko · 16 years ago
- 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
- fb5902c - support relatime / norelatime by Bernhard Reutner-Fischer · 16 years ago
- 1dbc643 - fix typo by Bernhard Reutner-Fischer · 16 years ago
- 8e80411 modprobe-small: fix infinite looping, by Timo Teras by Denis Vlasenko · 16 years ago
- 728161b fix bug 4464 for real. I am dumb. by Denis Vlasenko · 16 years ago
- 9ddc004 modprobe: semi-trivial code shrink by Denis Vlasenko · 16 years ago
- 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
- e0143a1 kbd_mode: remove erroneous & from &var. By Vladimir. by Denis Vlasenko · 16 years ago
- db29f5e libbb: fix thinko in latest xrealloc_vector change by Denis Vlasenko · 16 years ago
- e6ce824 - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys? by Bernhard Reutner-Fischer · 16 years ago
- ec73d30 randomconfig fixes by Denis Vlasenko · 16 years ago
- 0e7f28d man: teach it to use .lzma if requested by .config by Denis Vlasenko · 16 years ago
- e2a09de man: yet another fixlet to "manpage link" code by Denis Vlasenko · 16 years ago
- 22b0bd8 man: fixlet for man links by Denis Vlasenko · 16 years ago
- 540baf6 man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com> by Denis Vlasenko · 16 years ago
- e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
- 9b44613 - don't free user-supplied string (via -e) - fix helptext by Bernhard Reutner-Fischer · 16 years ago
- 35d8c47 whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
- 82ad032 xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. by Denis Vlasenko · 16 years ago
- 855ff6f modprobe: use buffering line reads (fgets) instead of reads(). by Denis Vlasenko · 16 years ago
- 5db861a fix some testsuite false positives by Denis Vlasenko · 16 years ago
- 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
- 2b576b8 hush: fix mishandling of a'b'c=fff as assignments. They are not. by Denis Vlasenko · 16 years ago