summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Apply post 1.12.3 fixes, bump to 1.12.41_12_4Denis Vlasenko2008-12-314-5/+53
|
* apply post-1.12.2 fixes, bump version to 1.12.31_12_3Denis Vlasenko2008-11-293-1/+16
|
* apply post-1.12.1 patches, bump version to 1.12.21_12_2Denis Vlasenko2008-11-0913-65/+78
|
* apply post-1.12.0 fixes, bump version to 1.12.11_12_1Denis Vlasenko2008-09-2810-130/+215
|
* This is 1.12.01_12_0Denis Vlasenko2008-08-201-1/+1
|
* getopt32: do not return pointer to alloca() areasDenis Vlasenko2008-08-201-1/+12
|
* envdir: fix "envdir with no params" caseDenis Vlasenko2008-08-201-1/+3
|
* findfs: make it use setuid-ness of busybox binaryDenis Vlasenko2008-08-201-1/+1
|
* fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko2008-08-201-116/+17
| | | | | | | | | | | 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
* linedit: fix use-after-freeDenis Vlasenko2008-08-201-2/+3
|
* libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko2008-08-201-1/+2
|
* libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko2008-08-202-42/+25
| | | | | | | | | 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
* ifupdown: fixes for shutdown of DHCP-managed interfacesDenis Vlasenko2008-08-191-6/+30
| | | | | from Wade Berrier <wberrier AT gmail.com>
* Updating defconfig, fixing a typo in Config.inDenis Vlasenko2008-08-193-3/+10
|
* - add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer2008-08-196-0/+41
| | | | - fixes and shrink (me)
* showkey: new applet by VladimirDenis Vlasenko2008-08-175-1/+156
|
* setfont: new applet by VladimirDenis Vlasenko2008-08-175-63/+96
|
* libbb: use ptsname_r, it's smallerDenis Vlasenko2008-08-171-10/+14
| | | | | | | | | | | 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
* ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko2008-08-163-11/+20
|
* cut: fix buffer overflow (bug 4544).Denis Vlasenko2008-08-151-1/+1
|
* chpst: fix "envdir dir" case (bug 4574).Denis Vlasenko2008-08-151-1/+1
|
* arp: without -H <type>, assume "ether". closes 4564Denis Vlasenko2008-08-151-2/+2
|
* install: fix long option not taking params (bug 4584)Denis Vlasenko2008-08-151-3/+3
|
* mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko2008-08-151-21/+16
| | | | | | | | (by Doug Graham <dgraham AT nortel.com>) function old new delta bb_make_directory 291 280 -11
* nmeter: fix read past the end if a buffer. Closes 4594Denis Vlasenko2008-08-141-2/+4
|
* ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com>Denis Vlasenko2008-08-121-2/+18
|
* sendmail: work around (bogus) gcc warningDenis Vlasenko2008-08-101-5/+6
|
* fix byte-swapping of compressed help on big-endian machinesDenis Vlasenko2008-08-091-5/+12
|
* optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko2008-08-093-115/+91
| | | | | | | | | | | | | 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
* grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko2008-08-095-36/+155
| | | | | | This fixes problems with NULs in files being scanned, but costs +800 bytes. The same can be done to sed (TODO).
* - support relatime / norelatimeBernhard Reutner-Fischer2008-08-063-1/+8
|
* - fix typoBernhard Reutner-Fischer2008-08-061-1/+1
|
* modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko2008-08-061-1/+3
|
* fix bug 4464 for real. I am dumb.Denis Vlasenko2008-08-061-2/+1
|
* modprobe: semi-trivial code shrinkDenis Vlasenko2008-08-061-52/+47
| | | | | | | | | | 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
* *: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko2008-08-059-22/+20
| | | | | | | | | | | | | | | | 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
* kbd_mode: remove erroneous & from &var. By Vladimir.Denis Vlasenko2008-08-051-1/+1
|
* libbb: fix thinko in latest xrealloc_vector changeDenis Vlasenko2008-08-051-1/+1
|
* - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?Bernhard Reutner-Fischer2008-08-051-1/+2
|
* randomconfig fixesDenis Vlasenko2008-08-052-4/+8
|
* man: teach it to use .lzma if requested by .configDenis Vlasenko2008-08-051-23/+45
| | | | | man: fix a case when a full pathname to manpage is given
* man: yet another fixlet to "manpage link" codeDenis Vlasenko2008-08-051-2/+3
|
* man: fixlet for man linksDenis Vlasenko2008-08-051-12/+17
|
* man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko2008-08-052-17/+68
| | | | | | | | | | function old new delta run_pipe 102 354 +252 show_manpage - 126 +126 man_main 705 615 -90 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/1 up/down: 378/-90) Total: 288 bytes
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-0521-319/+324
| | | | | | | | | | | | | | | | | | | | | | | | function old new delta unpack_Z_stream - 1229 +1229 open_zipped - 176 +176 unpack_bz2_stream_prime - 60 +60 tar_main 642 677 +35 find_main 406 418 +12 sv_main 1222 1233 +11 decode_format_string 829 837 +8 cmp_main 641 649 +8 popstring 134 140 +6 filter_accept_list_reassign 120 125 +5 parse_and_put_prompt 800 804 +4 passwd_main 1053 1049 -4 make_new_name_gunzip 119 114 -5 rpm_main 1688 1670 -18 prepare 302 283 -19 xmalloc_open_zipped_read_close 135 61 -74 uncompress 1229 - -1229 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 8/5 up/down: 1554/-1349) Total: 205 bytes
* - don't free user-supplied string (via -e)Bernhard Reutner-Fischer2008-08-052-6/+6
| | | | | | | | | | | | - fix helptext function old new delta chpasswd_main 300 319 +19 packed_usage 24352 24344 -8 .rodata 122227 122195 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 19/-40) Total: -21 bytes
* whitespace fixes, no code changedDenis Vlasenko2008-08-051-11/+12
|
* xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko2008-08-042-17/+29
| | | | | closes bug 4414
* modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko2008-08-043-47/+20
| | | | | | | | | | | | | | | libbb: remove reads() function old new delta include_conf_file_act 961 980 +19 localcmd 282 284 +2 already_loaded 155 151 -4 in_cksum 58 53 -5 modprobe_main 1630 1624 -6 reads 129 - -129 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 2/3 up/down: 21/-144) Total: -123 bytes
* fix some testsuite false positivesDenis Vlasenko2008-08-043-6/+12
|