Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-16 | random s/short/int/ | Denis Vlasenko | |
add_cmd 1189 1190 +1 xconnect_ftpdata 118 117 -1 data_align 86 84 -2 process_files 2101 2096 -5 forkexec 1345 1334 -11 | |||
2008-02-15 | we need to pass back the rtc device name that was actually used so that we ↵ | Mike Frysinger | |
can turn around and check its sysfs status | |||
2008-02-15 | fix build failure when long opts are enabled | Mike Frysinger | |
2008-02-15 | split some rtc funcs out of hwclock and into an rtc header/lib so that the ↵ | Mike Frysinger | |
new rtcwake applet as well as hwclock can utilize the same code | |||
2008-02-14 | umount: instead of non-standard -D, use -d with opposite meaning | Denis Vlasenko | |
(closes bug 1604) umount: do not try to free loop device or erase mtab if remounted ro umount: do not complain several times about the same mountpoint function old new delta umount_main 646 638 -8 packed_usage 23662 23652 -10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-18) Total: -18 bytes | |||
2008-02-13 | switch_root: stop at first non-option. Closes bug 1425. | Denis Vlasenko | |
2008-02-13 | mkswap: fix help text to not lie about supported options. | Denis Vlasenko | |
mkswap: use uint32, not int, to match kernel. mkswap: optimization: use pre-zeroed buffer | |||
2008-02-10 | getpot: add support for "a+" specifier for nonnegative int parameters. | Denis Vlasenko | |
By Vladimir Dronnikov <dronnikov at gmail.com>. fdisk and top are converted as an example. function old new delta getopt32 1340 1370 +30 top_main 1137 1120 -17 fdisk_main 3033 2949 -84 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 30/-101) Total: -71 bytes | |||
2008-02-03 | mkswap: do not do extra seek | Denis Vlasenko | |
mount: add another mount helper call method | |||
2008-02-01 | add support for renaming/relocating device nodes | Mike Frysinger | |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | |
size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode. | |||
2008-01-29 | mount: allow and ignore _netdev option | Denis Vlasenko | |
2008-01-28 | *: move getopt reset code to better place(s) | Denis Vlasenko | |
2008-01-27 | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko | |
2008-01-27 | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | |
2008-01-25 | fdisk: comment out unused function | Denis Vlasenko | |
2008-01-24 | fdisk: fix a case where break was reached only for DOS labels | Denis Vlasenko | |
2008-01-23 | as reported by George Boudreau, make sure we properly skip blank lines | Mike Frysinger | |
2007-12-26 | save a bit of code with *strchrnul = '\0' trick | Denis Vlasenko | |
function old new delta nextline 59 55 -4 include_conf 902 898 -4 read_config 414 406 -8 fsck_main 1880 1869 -11 | |||
2007-12-24 | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko | |
*: whitespace fixes function old new delta prepend_new_eth_table - 304 +304 nameif_main 620 684 +64 cc_macaddr 51 - -51 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 1/0 up/down: 368/-51) Total: 317 bytes | |||
2007-12-24 | umount: fix fallout from stack reduction change | Denis Vlasenko | |
2007-12-22 | perror_nomsg: don't print extra colon | Denis Vlasenko | |
losetup: print name of loop device in error messages | |||
2007-12-21 | fix buglets found by randomconfig | Denis Vlasenko | |
2007-12-16 | fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;) | Denis Vlasenko | |
(add/remove: 0/13 grow/shrink: 6/19 up/down: 74/-492) Total: -418 bytes text data bss dec hex filename 778330 860 7408 786598 c00a6 busybox_old 777970 840 7376 786186 bff0a busybox_unstripped | |||
2007-12-02 | mkfs.minix: add testsuite; disable code which makes images variable | Denis Vlasenko | |
2007-12-02 | attack the biggest stack users: | Denis Vlasenko | |
-mkfs_minix_main [busybox_unstripped]: 4288 -mkfs_minix_main [busybox_unstripped]: 4276 -grave [busybox_unstripped]: 4260 (bzip2 users too - not listed) price we pay in code size increase: mainSort 2458 2515 +57 grave 1005 1058 +53 sendMTFValues 2177 2195 +18 BZ2_blockSort 122 125 +3 mkfs_minix_main 3070 3022 -48 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/1 up/down: 131/-48) Total: 83 bytes | |||
2007-11-23 | fix buglets found by randomconfig | Denis Vlasenko | |
2007-11-19 | cleanup comments and coding style and rewrite the mdev.conf parser to use ↵ | Mike Frysinger | |
common busybox functions and call strdup() less often ... saves a ~few hundred bytes | |||
2007-11-18 | hexdump: add hd alias, add -R option | Denis Vlasenko | |
2007-11-16 | dmesg,klogd: make code more readable | Denis Vlasenko | |
libbb: explain why we declare klogctl libbb: move defs around so that order makes more sense | |||
2007-11-13 | tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) | Denis Vlasenko | |
readprofile: use xwrite function old new delta tr_main 679 677 -2 readprofile_main 1964 1944 -20 | |||
2007-11-10 | umount: stop using excessive aounts of stack. Surprisingly, | Denis Vlasenko | |
code shrank a lot too function old new delta umount_main 751 640 -111 | |||
2007-11-10 | readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small | Denis Vlasenko | |
umount: don't actually need char[2 * PATH_MAX] for realpath | |||
2007-11-06 | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko | |
readahead: stop using stdio.h *: style fixes | |||
2007-11-05 | swaponoff: prevent arithmetic overflow (spotted by Paul Fox ↵ | Denis Vlasenko | |
<pgf@brightstareng.com>) | |||
2007-10-29 | mount: size-optimize mount_options[] and nfs_errtbl[] | Denis Vlasenko | |
777253 974 9676 787903 c05bf busybox_old 777209 974 9676 787859 c0593 busybox_unstripped | |||
2007-10-19 | mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com> | Denis Vlasenko | |
2007-10-14 | remove trailing whitespace | Denis Vlasenko | |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | |
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | |||
2007-10-01 | printf("%s\n") -> puts() | Denis Vlasenko | |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | |
263 bytes saved. | |||
2007-09-28 | assorted static vars removal | Denis Vlasenko | |
function old new delta tcpudpsvd_main 1829 1839 +10 update_status 567 569 +2 sigterm 1 - -1 ......... dhcprelay_signal_handler 8 - -8 nfs_strerror 60 49 -11 singlemount 4579 4564 -15 static.p 16 - -16 svstatus 20 - -20 dhcprelay_xid_list 32 - -32 runsv_main 1785 1746 -39 static.buf 74 28 -46 svd 56 - -56 dhcprelay_main 1141 1080 -61 ------------------------------------------------------------------------------ (add/remove: 0/20 grow/shrink: 2/10 up/down: 12/-386) Total: -374 bytes | |||
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | |
2007-09-27 | style and message text fixes | Denis Vlasenko | |
2007-09-26 | losetup: support -f (Loic Grenie <loic.grenie@gmail.com>) | Denis Vlasenko | |
function old new delta losetup_main 238 278 +40 packed_usage 23021 23027 +6 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 46/0) Total: 46 bytes | |||
2007-09-23 | make fdisk compile on libc without llseek64 | Denis Vlasenko | |
2007-09-22 | - actually mv microcom.c to miscutils | Bernhard Reutner-Fischer | |
2007-09-22 | move microcom to miscutils | Denis Vlasenko | |
2007-09-22 | - remove some trailing whitespace | Bernhard Reutner-Fischer | |
2007-09-22 | microcom: add copyright/license info | Denis Vlasenko | |