Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-21 | trim webpage text a bit | Denis Vlasenko | |
2008-08-21 | - drop outdated paragraph (which additionally contained some mistyped ↵ | Bernhard Reutner-Fischer | |
html-like junk) | |||
2008-08-21 | - misc. minor tweaks | Bernhard Reutner-Fischer | |
2008-08-21 | - point people to the current stable branch | Bernhard Reutner-Fischer | |
2008-08-21 | - tweak markup | Bernhard Reutner-Fischer | |
2008-08-21 | more cosmetic fixes on the website | Denis Vlasenko | |
2008-08-21 | cosmetic fixes on the webpage | Denis Vlasenko | |
2008-08-21 | - tweak markup | Bernhard Reutner-Fischer | |
2008-08-21 | - bump copyright year | Bernhard Reutner-Fischer | |
2008-08-21 | - fix markup | Bernhard Reutner-Fischer | |
2008-08-21 | - fix some wrong markup. | Bernhard Reutner-Fischer | |
sed -i -e 's, href=\([^"][^>]*\)>, href="\1">,g' *.html The proper way to specify an attribute is to quote the val: theattrib="val" | |||
2008-08-21 | - correct release date for 1.12.0 and fix a few typos | Bernhard Reutner-Fischer | |
2008-08-21 | announce 1.12.0 | Denis Vlasenko | |
2008-08-20 | Bump version to 1.13.0.svn | Denis Vlasenko | |
2008-08-20 | This is 1.12.0 | Denis Vlasenko | |
2008-08-20 | getopt32: do not return pointer to alloca() areas | Denis Vlasenko | |
2008-08-20 | envdir: fix "envdir with no params" case | Denis Vlasenko | |
2008-08-20 | findfs: make it use setuid-ness of busybox binary | Denis Vlasenko | |
2008-08-20 | fsck: use getmntent_r instead of open-coded parsing. By Vladimir | Denis Vlasenko | |
function old new delta create_fs_device 125 158 +33 parse_word 41 - -41 parse_escape 55 - -55 fsck_main 2246 1893 -353 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 1/1 up/down: 33/-449) Total: -416 bytes | |||
2008-08-20 | linedit: fix use-after-free | Denis Vlasenko | |
2008-08-20 | libbb: getopt32() should not ever touch argv[0] (even read) | Denis Vlasenko | |
2008-08-20 | libbb: fix mishandling of "all argv are opts" in getopt32() | Denis Vlasenko | |
function old new delta top_main 1100 1095 -5 getopt32 1398 1361 -37 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-42) Total: -42 bytes | |||
2008-08-19 | ifupdown: fixes for shutdown of DHCP-managed interfaces | Denis Vlasenko | |
from Wade Berrier <wberrier AT gmail.com> | |||
2008-08-19 | Updating defconfig, fixing a typo in Config.in | Denis Vlasenko | |
2008-08-19 | - add new applet rdev (Grant Erickson) | Bernhard Reutner-Fischer | |
- fixes and shrink (me) | |||
2008-08-17 | showkey: new applet by Vladimir | Denis Vlasenko | |
2008-08-17 | setfont: new applet by Vladimir | Denis Vlasenko | |
2008-08-17 | libbb: use ptsname_r, it's smaller | Denis Vlasenko | |
function old new delta xgetpty 91 81 -10 ptsname 33 - -33 text data bss dec hex filename 793828 592 6692 801112 c3958 busybox_old 793796 592 6660 801048 c3918 busybox_unstripped | |||
2008-08-16 | ash: fix "(cat < file)" hang introduced by rev 22944. | Denis Vlasenko | |
2008-08-15 | cut: fix buffer overflow (bug 4544). | Denis Vlasenko | |
2008-08-15 | chpst: fix "envdir dir" case (bug 4574). | Denis Vlasenko | |
2008-08-15 | arp: without -H <type>, assume "ether". closes 4564 | Denis Vlasenko | |
2008-08-15 | install: fix long option not taking params (bug 4584) | Denis Vlasenko | |
2008-08-15 | mkdir: fix "uname 0222; mkdir foo/bar" case | Denis Vlasenko | |
(by Doug Graham <dgraham AT nortel.com>) function old new delta bb_make_directory 291 280 -11 | |||
2008-08-14 | nmeter: fix read past the end if a buffer. Closes 4594 | Denis Vlasenko | |
2008-08-12 | ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> | Denis Vlasenko | |
2008-08-10 | sendmail: work around (bogus) gcc warning | Denis Vlasenko | |
2008-08-09 | fix byte-swapping of compressed help on big-endian machines | Denis Vlasenko | |
2008-08-09 | optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) | Denis Vlasenko | |
function old new delta bb_get_chunk_with_continuation - 176 +176 find_pair 169 187 +18 ... process_stdin 443 433 -10 config_read 549 456 -93 bb_get_chunk_from_file 139 7 -132 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 7/7 up/down: 215/-254) Total: -39 bytes | |||
2008-08-09 | grep: option to use GNU regex matching instead of POSIX one. | Denis Vlasenko | |
This fixes problems with NULs in files being scanned, but costs +800 bytes. The same can be done to sed (TODO). | |||
2008-08-06 | - support relatime / norelatime | Bernhard Reutner-Fischer | |
2008-08-06 | - fix typo | Bernhard Reutner-Fischer | |
2008-08-06 | modprobe-small: fix infinite looping, by Timo Teras | Denis Vlasenko | |
2008-08-06 | fix bug 4464 for real. I am dumb. | Denis Vlasenko | |
2008-08-06 | modprobe: semi-trivial code shrink | Denis Vlasenko | |
function old new delta build_dep 870 859 -11 already_loaded 134 112 -22 modprobe_main 449 368 -81 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-114) Total: -114 bytes | |||
2008-08-05 | *: use get_console_fd() as appropriate, and make it fail on open error - | Denis Vlasenko | |
get_console_fd_or_die(). function old new delta get_console_fd_or_die - 163 +163 loadkmap_main 211 201 -10 loadfont_main 440 430 -10 dumpkmap_main 218 208 -10 kbd_mode_main 158 146 -12 setkeycodes_main 156 143 -13 get_console_fd 163 - -163 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 0/5 up/down: 163/-218) Total: -55 bytes | |||
2008-08-05 | kbd_mode: remove erroneous & from &var. By Vladimir. | Denis Vlasenko | |
2008-08-05 | libbb: fix thinko in latest xrealloc_vector change | Denis Vlasenko | |
2008-08-05 | - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys? | Bernhard Reutner-Fischer | |
2008-08-05 | randomconfig fixes | Denis Vlasenko | |