Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | setfiles,restorecon: new SELinux applets by Yuichi Nakamura ↵ | Denis Vlasenko | 2007-07-23 | 1 | -0/+41 | |
| | | | | <ynakam@hitachisoft.jp> | |||||
* | style fix (stray space before ';') | Denis Vlasenko | 2007-07-21 | 1 | -13/+13 | |
| | ||||||
* | chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> | Denis Vlasenko | 2007-07-20 | 1 | -40/+49 | |
| | ||||||
* | Trim help text. With compressed help: -143 bytes | Denis Vlasenko | 2007-07-18 | 1 | -114/+113 | |
| | | | | | | text data bss dec hex filename 772572 1168 22680 796420 c2704 busybox_old 772444 1168 22680 796292 c2684 busybox_unstripped | |||||
* | remove accumulated stray trailing whitespace | Denis Vlasenko | 2007-07-17 | 1 | -1/+1 | |
| | ||||||
* | grep: implement -m MAX_MATCHES; fix help text | Denis Vlasenko | 2007-07-15 | 1 | -2/+3 | |
| | | | | | | | | | | | grep_file 771 822 +51 packed_usage 22573 22610 +37 .rodata 128058 128090 +32 grep_main 842 853 +11 max_matches - 4 +4 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 4/0 up/down: 135/0) Total: 135 bytes | |||||
* | udhcp: new config option "Rewrite the lease file at every new acknowledge" | Denis Vlasenko | 2007-07-01 | 1 | -2/+3 | |
| | | | | | | | | | | (Mats Erik Andersson <mats@blue2net.com> (Blue2Net AB)) udhcp: consistently treat server_config.start/end IPs as host-order fix IP parsing for 64bit machines fix unsafe hton macro usage in read_opt() do not chdir("/") when daemonizing fix help text | |||||
* | pidof: size optimizations (-50 bytes) | Denis Vlasenko | 2007-06-23 | 1 | -1/+1 | |
| | ||||||
* | slattach: new applet. | Denis Vlasenko | 2007-06-20 | 1 | -0/+14 | |
| | ||||||
* | find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) | Denis Vlasenko | 2007-06-19 | 1 | -0/+2 | |
| | | | | | | | | | | | find: make it a bit smaller function old new delta .rodata 129018 129050 +32 parse_params 1509 1346 -163 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 32/-163) Total: -131 bytes | |||||
* | arping: -i should be -I | Denis Vlasenko | 2007-06-17 | 1 | -1/+1 | |
| | ||||||
* | pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-06-16 | 1 | -0/+10 | |
| | | | | wget: lift 256 chars limitation on terminal width | |||||
* | find: make -size match GNU find | Denis Vlasenko | 2007-06-16 | 1 | -14/+17 | |
| | ||||||
* | find: add conditional support for -maxdepth and -regex | Denis Vlasenko | 2007-06-15 | 1 | -32/+36 | |
| | | | | | | | | | | | | | | | | | (needed for Linux 2.6.22-rc4 build) -maxdepth: # size busybox_old busybox_unstripped text data bss dec hex filename 675622 2792 15728 694142 a977e busybox_old 675770 2792 15728 694290 a9812 busybox_unstripped -regex: # size busybox_old busybox_unstripped text data bss dec hex filename 675770 2792 15728 694290 a9812 busybox_old 675894 2792 15728 694414 a988e busybox_unstripped | |||||
* | fdisk: fix minor issues with help text | Denis Vlasenko | 2007-06-15 | 1 | -26/+26 | |
| | ||||||
* | uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> | Denis Vlasenko | 2007-06-04 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | improved help texts # make bloatcheck function old new delta .rodata 127000 127032 +32 packed_usage 22156 22151 -5 uudecode_main 360 348 -12 uuencode_main 490 468 -22 read_base64 283 254 -29 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/4 up/down: 32/-68) Total: -36 bytes | |||||
* | whitespace fixes | Denis Vlasenko | 2007-05-30 | 1 | -5/+5 | |
| | ||||||
* | netstat: introduce -W: wide, ipv6-friendly output | Denis Vlasenko | 2007-05-15 | 1 | -12/+14 | |
| | | | | | | | netstat: shrink by ~500 bytes (patch by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) netstat: fix for bogus state value for raw sockets | |||||
* | cryptpw: new applet (a bit less than 3k added) | Denis Vlasenko | 2007-05-08 | 1 | -0/+7 | |
| | | | | | (by Thomas Lundquist <lists@zelow.no>) | |||||
* | deluser: add optional support for removing users from groups | Denis Vlasenko | 2007-04-15 | 1 | -2/+3 | |
| | | | | (by Tito <farmatito@tiscali.it>) | |||||
* | find: add support for -delete, -path (by Natanael Copa) | Denis Vlasenko | 2007-04-13 | 1 | -0/+4 | |
| | ||||||
* | - forgot this hunk that corrects the usage text of ip | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -3/+15 | |
| | ||||||
* | find: improve usage text (Natanael Copa <natanael.copa@gmail.com>) | Denis Vlasenko | 2007-04-05 | 1 | -1/+7 | |
| | ||||||
* | nc: port nc 1.10 to busybox | Denis Vlasenko | 2007-04-05 | 1 | -0/+31 | |
| | ||||||
* | - clean up addgroup, fix adding users to existing groups and make it ↵ | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -2/+2 | |
| | | | | optional (Tito) | |||||
* | - add -s|--spider which only checks if the file exists but does not download ↵ | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -3/+4 | |
| | | | | | | it's content. Closes #1291 | |||||
* | find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) | Denis Vlasenko | 2007-04-04 | 1 | -1/+3 | |
| | | | | | find: -group, -depth (Natanael Copa <natanael.copa@gmail.com>) find: make constant array static, declare PARM_xx constants with enum | |||||
* | Add/improve comment, shorten some usage texts. No code changes. | Denis Vlasenko | 2007-04-04 | 1 | -38/+36 | |
| | ||||||
* | ipsvd: make udpsvd work similar to tcpsvd (multiple parallel | Denis Vlasenko | 2007-04-03 | 1 | -5/+7 | |
| | | | | | children for several streams of udp packets tested to work) code size: -509 bytes | |||||
* | udpsvd: more work on it. works in limited testing. | Denis Vlasenko | 2007-04-03 | 1 | -9/+18 | |
| | ||||||
* | udpsvd: next part of ipsvd applets (not working yet) | Denis Vlasenko | 2007-04-01 | 1 | -0/+5 | |
| | ||||||
* | Copyright, help text, whitespace cleanups | Denis Vlasenko | 2007-04-01 | 1 | -2/+20 | |
| | ||||||
* | tcpsvd: new applet | Denis Vlasenko | 2007-04-01 | 1 | -0/+5 | |
| | | | | | | | | | | It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o | |||||
* | - rewrite run-parts | Bernhard Reutner-Fischer | 2007-03-28 | 1 | -2/+17 | |
| | | | | | | | | | | | | | | | | | | | text data bss dec hex filename 1029 0 0 1029 405 debianutils/run_parts.o-old 478 0 0 478 1de debianutils/run_parts.o-new-bare 600 0 0 600 258 debianutils/run_parts.o-new-full bare, i.e. without long opts and fancy stuff ./scripts/bloat-o-meter bb_old busybox_unstripped function old new delta act - 215 +215 run_parts_main 216 201 -15 valid_name 50 - -50 runparts_long_options 64 - -64 .rodata 124323 124163 -160 run_parts 513 - -513 ------------------------------------------------------------------------------ (add/remove: 1/3 grow/shrink: 0/2 up/down: 215/-802) Total: -587 bytes | |||||
* | - add usage for split | Bernhard Reutner-Fischer | 2007-03-26 | 1 | -1/+6 | |
| | ||||||
* | - rough prototype for split(1). TODO: Still needs some love since it's way ↵ | Bernhard Reutner-Fischer | 2007-03-25 | 1 | -0/+6 | |
| | | | | | | | too big.. text data bss dec hex filename 602 4 0 606 25e coreutils/split.o | |||||
* | SELinux: load_policy applet | Denis Vlasenko | 2007-03-24 | 1 | -0/+4 | |
| | ||||||
* | dnsd: fix several buglets, make smaller | Denis Vlasenko | 2007-03-24 | 1 | -1/+1 | |
| | ||||||
* | cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) | Denis Vlasenko | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | random fixes to help text | Denis Vlasenko | 2007-03-17 | 1 | -56/+61 | |
| | ||||||
* | - change option -c to -Z to match newer upstream SElinux conventions | Bernhard Reutner-Fischer | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -6/+64 | |
| | ||||||
* | - add chrt applet. | Bernhard Reutner-Fischer | 2007-03-09 | 1 | -0/+16 | |
| | | | | | | text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage | |||||
* | hwclock: support /dev/rtc0 etc | Denis Vlasenko | 2007-03-07 | 1 | -3/+6 | |
| | ||||||
* | fix umount usage message | Denis Vlasenko | 2007-03-07 | 1 | -1/+2 | |
| | ||||||
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -3/+3 | |
| | ||||||
* | start_stop_daemon: add -chuid support | Denis Vlasenko | 2007-02-26 | 1 | -1/+1 | |
| | ||||||
* | grep: "implement" -a and -I by ignoring them | Denis Vlasenko | 2007-02-25 | 1 | -22/+24 | |
| | ||||||
* | syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds | Denis Vlasenko | 2007-02-14 | 1 | -1/+1 | |
| | ||||||
* | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko | 2007-02-09 | 1 | -9/+11 | |
| |