Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dd: NOEXEC fix | Denis Vlasenko | 2007-04-19 | 1 | -2/+4 |
| | | | | dd: correct wrongly capitalized constant | ||||
* | dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) | Denis Vlasenko | 2007-04-19 | 2 | -27/+92 |
| | |||||
* | stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) | Denis Vlasenko | 2007-04-19 | 1 | -15/+16 |
| | |||||
* | doc: add README on shell job control | Denis Vlasenko | 2007-04-19 | 1 | -0/+237 |
| | |||||
* | procps: remove all global variables | Denis Vlasenko | 2007-04-19 | 5 | -45/+76 |
| | | | | | | | | text data bss dec hex filename 1462 14 24 1500 5dc busybox.t2/procps/ps.o 1484 0 0 1484 5cc busybox.t3/procps/ps.o 3122 0 252 3374 d2e busybox.t1/procps/top.o 3117 0 0 3117 c2d busybox.t3/procps/top.o | ||||
* | ps: add -o tty and -o rss support | Denis Vlasenko | 2007-04-19 | 4 | -48/+80 |
| | | | | | 1373 14 24 1411 583 busybox.t1/procps/ps.o 1462 14 24 1500 5dc busybox.t2/procps/ps.o | ||||
* | loop device code: readability improvement | Denis Vlasenko | 2007-04-19 | 2 | -13/+20 |
| | |||||
* | switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. | Denis Vlasenko | 2007-04-18 | 1 | -7/+8 |
| | |||||
* | "Unify base64 handling" is done, remove TODO | Denis Vlasenko | 2007-04-18 | 2 | -9/+3 |
| | |||||
* | make "busybox" w/o args work again, and save 10 bytes in the process. | Denis Vlasenko | 2007-04-18 | 1 | -50/+52 |
| | |||||
* | hush: remove stray semicolon (should change nothing) | Denis Vlasenko | 2007-04-18 | 1 | -3/+3 |
| | |||||
* | ether-wake: save a few more bytes of code | Denis Vlasenko | 2007-04-16 | 1 | -8/+7 |
| | |||||
* | ether-wake: close bug 1317. Reorder fuctions to avoid | Denis Vlasenko | 2007-04-16 | 1 | -87/+86 |
| | | | | forward refs while at it | ||||
* | shells: remove few statics and duplicated code | Denis Vlasenko | 2007-04-16 | 2 | -42/+28 |
| | | | | | | | | | | | | | | | | | | | | (much more of the same remains, alas) function old new delta doset 330 332 +2 warn 53 51 -2 onecommand 463 461 -2 ioecho 40 38 -2 forkexec 1412 1410 -2 err 81 79 -2 setdash 59 56 -3 flag 4 - -4 msh_main 1389 1384 -5 eval 388 381 -7 subgetc 759 747 -12 static.local 14 - -14 b_adduint 70 52 -18 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 1/10 up/down: 2/-73) Total: -71 bytes | ||||
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 13 | -17/+34 |
| | |||||
* | applet.c: ruid is needed only if FEATURE_SUID=y | Denis Vlasenko | 2007-04-16 | 1 | -2/+2 |
| | |||||
* | - we unconditionally need ruid. Fixes build error in line 334 | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -2/+0 |
| | |||||
* | - fix compilation when ENABLE_FEATURE_IP_RULE was off | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -3/+5 |
| | |||||
* | - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -4/+4 |
| | |||||
* | lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY, | Denis Vlasenko | 2007-04-15 | 1 | -0/+2 |
| | | | | #ifdef it out | ||||
* | doc: fix code example which may provoke warning | Denis Vlasenko | 2007-04-15 | 1 | -1/+1 |
| | |||||
* | e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes) | Denis Vlasenko | 2007-04-15 | 3 | -83/+82 |
| | |||||
* | deluser: add optional support for removing users from groups | Denis Vlasenko | 2007-04-15 | 4 | -55/+107 |
| | | | | (by Tito <farmatito@tiscali.it>) | ||||
* | update style-guide.txt | Denis Vlasenko | 2007-04-15 | 1 | -54/+79 |
| | |||||
* | xargs: simplify word list management | Denis Vlasenko | 2007-04-15 | 1 | -29/+25 |
| | |||||
* | msh: style fixes | Denis Vlasenko | 2007-04-14 | 2 | -6/+10 |
| | | | | shell/README - a place to record things about busybox shells | ||||
* | lineedit: nuke two unused variables and code which sets them | Denis Vlasenko | 2007-04-14 | 3 | -51/+51 |
| | | | | | | applets: do not even try to read config if run by real root msh: use named constants (O_RDONLY etc) in open() instead of magic numbers, other minor code size reduction. | ||||
* | lash: recognize and use NOFORK applets | Denis Vlasenko | 2007-04-14 | 2 | -44/+46 |
| | | | | lash,hush: fix kill buglet (didn't properly recognize ESRCH) | ||||
* | lineedit: do not try to open NULL history file | Denis Vlasenko | 2007-04-14 | 1 | -2/+2 |
| | |||||
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko | 2007-04-14 | 7 | -114/+125 |
| | |||||
* | teach find_root_device to deal with /dev/ subdirs | Denis Vlasenko | 2007-04-13 | 9 | -27/+71 |
| | | | | (by "Kirill K. Smirnov" <lich@math.spbu.ru>) | ||||
* | dpkg: use nitfields which are a bit closer to typical ushort. | Denis Vlasenko | 2007-04-13 | 1 | -62/+65 |
| | | | | Code size -800. | ||||
* | style fixes | Denis Vlasenko | 2007-04-13 | 8 | -59/+58 |
| | |||||
* | sourse_route_list -> source_route_list | Denis Vlasenko | 2007-04-13 | 1 | -6/+6 |
| | |||||
* | make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) | Denis Vlasenko | 2007-04-13 | 1 | -1/+12 |
| | |||||
* | hush: more style fixes. | Denis Vlasenko | 2007-04-13 | 1 | -64/+66 |
| | |||||
* | hush: comment out and replace bug in set_local_var: | Denis Vlasenko | 2007-04-13 | 1 | -44/+46 |
| | | | | | | | | | - if (value == 0 && ++value == 0) { + /*if (value == 0 && ++value == 0) ??? -vda */ + if (value == NULL || value[1] == '\0') { Style fixes. | ||||
* | shell/: add SUSv3 doc for fast & easy reference | Denis Vlasenko | 2007-04-13 | 1 | -0/+0 |
| | |||||
* | fix typo in comment | Denis Vlasenko | 2007-04-13 | 1 | -1/+1 |
| | |||||
* | find: add support for -delete, -path (by Natanael Copa) | Denis Vlasenko | 2007-04-13 | 3 | -0/+64 |
| | |||||
* | sed: fix escaped newlines in -f; fix multiple -f and -e | Denis Vlasenko | 2007-04-12 | 1 | -32/+18 |
| | | | | (broke when getopt32 was fixed to not reverse the list) | ||||
* | login: fixing my brainfart: xspawn(t_argv) <- was using argv! | Denis Vlasenko | 2007-04-12 | 1 | -1/+1 |
| | |||||
* | make sure we free the grep data as well | Mike Frysinger | 2007-04-12 | 1 | -0/+1 |
| | |||||
* | lash: "forking" applets are actually can be treated the same way as ↵ | Denis Vlasenko | 2007-04-12 | 1 | -42/+27 |
| | | | | | | "non-forked". Also save a bit of space on trailing NULL array elements. | ||||
* | fix realloc-of-non-malloced pointer, and reduce size while at it | Denis Vlasenko | 2007-04-12 | 2 | -15/+15 |
| | |||||
* | login: remove setpgrp call (makes it work from shell prompt again). | Denis Vlasenko | 2007-04-12 | 4 | -38/+32 |
| | | | | | login: sanitize stdio descriptors (we are suid, need to be careful!) shrink login and set_environment by ~100 bytes. | ||||
* | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | Denis Vlasenko | 2007-04-12 | 5 | -30/+38 |
| | | | | set/save/restore more shared global variables whan call one applet from another | ||||
* | - shrink iproute a bit (-200 bytes). Untested | Bernhard Reutner-Fischer | 2007-04-12 | 3 | -63/+84 |
| | |||||
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute ↵ | Bernhard Reutner-Fischer | 2007-04-12 | 16 | -239/+159 |
| | | | | | | a bit. -916 byte | ||||
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 30 | -82/+84 |
| |