Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-10-03 | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko | |
2006-10-03 | fdformat: remove redundant check | Denis Vlasenko | |
2006-10-03 | random style fixes | Denis Vlasenko | |
2006-10-03 | runit/chpst: "change process state" utility | Denis Vlasenko | |
It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k | |||
2006-10-01 | sed: unbreak multiple -e, -f option handling (my fault) | Denis Vlasenko | |
2006-09-30 | lsmod: repair indentation | Denis Vlasenko | |
httpd: ifdef CONFIG -> if ENABLE (shorted, catched typos) | |||
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | |
2006-09-29 | top: add support for -b, -n <iterations> | Denis Vlasenko | |
2006-09-29 | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | Denis Vlasenko | |
in order to look correct to both 4 tab and 8 tab population). Add comment about :: (which indicates optional argument). | |||
2006-09-29 | getopt_ulflags: formatting fixes | Denis Vlasenko | |
2006-09-29 | xargs: simplify option parsing | Denis Vlasenko | |
2006-09-28 | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | Denis Vlasenko | |
(time to sleep, 02:28 in the morning)... | |||
2006-09-27 | usage.h: fix compile-time bugs exposed by previous change | Denis Vlasenko | |
2006-09-27 | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko | |
2006-09-27 | process utilities related style cleanup | Denis Vlasenko | |
2006-09-26 | wget: add (configurable) large file support. Run tested. | Denis Vlasenko | |
2006-09-23 | wget: fix bug where wget creates null file if there is no remote one. | Denis Vlasenko | |
add O_LARGEFILE support (not run tested :). | |||
2006-09-23 | remove unneeded #includes, fix indentation | Denis Vlasenko | |
2006-09-23 | correct_password: undo whitespace damage. | Denis Vlasenko | |
vlock + correct_password: fix incorrect line breaks in messages. | |||
2006-09-23 | bb_askpass: shorten static password buffer. 256 is way too large. | Denis Vlasenko | |
simplify code a bit. | |||
2006-09-22 | losetup: getopt_ulflags'ification + small fix for perror_nomsg | Denis Vlasenko | |
2006-09-20 | Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when | Rob Landley | |
used via things like a serial console. | |||
2006-09-19 | change char *string = "foo" -> char string[] = "foo" | Denis Vlasenko | |
function old new delta xsetenv 45 44 -1 iproute_list_or_flush 1834 1833 -1 ipaddr_modify 1915 1914 -1 ipaddr_list_or_flush 1861 1860 -1 invarg 39 38 -1 do_set 1259 1258 -1 bb_verror_msg 268 267 -1 create_icmp_socket 142 140 -2 create_icmp6_socket 142 140 -2 bb_full_fd_action 324 322 -2 bb_path_mtab_file 10 - -10 .rodata 214796 214720 -76 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/11 up/down: 0/-99) Total: -99 bytes | |||
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-09-17 | style fixes | Denis Vlasenko | |
2006-09-14 | Strangely, using // in the comments I added was not a persistent accident. | Rob Landley | |
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter ↵ | Bernhard Reutner-Fischer | |
boilerplate. No object code changes. | |||
2006-09-12 | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | |
2006-09-12 | - small trivia to be gentle to gcc-2.95.x which had no va_copy but only ↵ | Bernhard Reutner-Fischer | |
__va_copy. | |||
2006-09-12 | - fix warning about discarding qualifiers in initialization | Bernhard Reutner-Fischer | |
2006-09-11 | - merge xstat.c into xfuncs.c | Bernhard Reutner-Fischer | |
2006-09-09 | tar: fix "xopen with O_CREAT" warning, improve zero padding write | Denis Vlasenko | |
(was doing zillions of 1-byte write syscalls) | |||
2006-09-08 | few random readability enhansements. No code changes | Denis Vlasenko | |
2006-09-08 | login: style fixes | Denis Vlasenko | |
2006-09-07 | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | |
2006-09-07 | fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && | Denis Vlasenko | |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | |
bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. | |||
2006-09-07 | adding files missed in prev updates (forgot about svn add) | Denis Vlasenko | |
2006-09-06 | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | |
automatically by function itself. | |||
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko | |
bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||
2006-09-06 | - mdev and grep use xregcomp. Closes bug #1021 | Bernhard Reutner-Fischer | |
2006-09-05 | run_shell.c: style fix | Denis Vlasenko | |
2006-09-05 | xfunc: fix: && -> &. Also nuked two double semicolons... | Denis Vlasenko | |
2006-09-03 | uuencode: common implementation for wget and uuencode (closing bug 694) | Denis Vlasenko | |
2006-09-03 | zcip: getopt -> bb_getopt_ulflags | Denis Vlasenko | |
2006-09-03 | replacing func() with xfunc() where appropriate | Denis Vlasenko | |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer | |
Various fixes, cleanups and shrinkage: saves 952 Bytes: text data bss dec hex filename 1087742 15853 790632 1894227 1ce753 ../busybox/busybox.old 1086790 15853 790632 1893275 1ce39b busybox via: # scripts/bloat-o-meter ../busybox/busybox_unstripped.old busybox_unstripped function old new delta ipcrm_main 756 822 +66 getval - 61 +61 maybe_set_utc - 40 +40 udhcpc_main 2896 2912 +16 md5_hash_block 428 437 +9 opt 8 16 +8 qgravechar 106 110 +4 make_bitmap 292 295 +3 inflate_unzip 2056 2059 +3 add_partition 1412 1414 +2 __parsespent 156 158 +2 qrealloc 41 42 +1 format - 1 +1 catv_main 313 314 +1 watch_main 293 292 -1 varunset 81 80 -1 part 1 - -1 check_if_skip 837 836 -1 start_stop_daemon_main 840 837 -3 create_lost_and_found 175 172 -3 supress_non_delimited_lines 4 - -4 static.l 4 - -4 static.c 5 1 -4 bsd_sum_file 237 233 -4 eval2 338 332 -6 arithmetic_common 166 158 -8 cmpfunc 22 5 -17 cksum_main 294 275 -19 cmp_main 465 439 -26 dd_main 1535 1508 -27 rmmod_main 376 333 -43 cut_file 727 644 -83 ipcs_main 3809 3721 -88 cut_main 722 614 -108 date_main 1443 1263 -180 remove_ids 222 - -222 ------------------------------------------------------------------------------ (add/remove: 3/4 grow/shrink: 11/18 up/down: 217/-853) Total: -636 bytes | |||
2006-08-28 | Jordan Crouse submitted a patch to only include xregcomp.c when we actually | Rob Landley | |
use it, thus fixing building against uClibc with regex support disabled. | |||
2006-08-28 | No real need for my_query_module() and this eliminates some type-punned | Rob Landley | |
pointer warning on certain gcc versions (and saves 38 bytes). |