Age | Commit message (Expand) | Author |
2007-04-21 | hush: begin fixing non-functional job control | Denis Vlasenko |
2007-04-20 | hush: small code shrink; style fixes | Denis Vlasenko |
2007-04-19 | dd: NOEXEC fix | Denis Vlasenko |
2007-04-19 | dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) | Denis Vlasenko |
2007-04-19 | stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) | Denis Vlasenko |
2007-04-19 | doc: add README on shell job control | Denis Vlasenko |
2007-04-19 | procps: remove all global variables | Denis Vlasenko |
2007-04-19 | ps: add -o tty and -o rss support | Denis Vlasenko |
2007-04-19 | loop device code: readability improvement | Denis Vlasenko |
2007-04-18 | switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. | Denis Vlasenko |
2007-04-18 | "Unify base64 handling" is done, remove TODO | Denis Vlasenko |
2007-04-18 | make "busybox" w/o args work again, and save 10 bytes in the process. | Denis Vlasenko |
2007-04-18 | hush: remove stray semicolon (should change nothing) | Denis Vlasenko |
2007-04-16 | ether-wake: save a few more bytes of code | Denis Vlasenko |
2007-04-16 | ether-wake: close bug 1317. Reorder fuctions to avoid | Denis Vlasenko |
2007-04-16 | shells: remove few statics and duplicated code | Denis Vlasenko |
2007-04-16 | style fixes, no code changes | Denis Vlasenko |
2007-04-16 | applet.c: ruid is needed only if FEATURE_SUID=y | Denis Vlasenko |
2007-04-16 | - we unconditionally need ruid. Fixes build error in line 334 | Bernhard Reutner-Fischer |
2007-04-16 | - fix compilation when ENABLE_FEATURE_IP_RULE was off | Bernhard Reutner-Fischer |
2007-04-16 | - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off | Bernhard Reutner-Fischer |
2007-04-15 | lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY, | Denis Vlasenko |
2007-04-15 | doc: fix code example which may provoke warning | Denis Vlasenko |
2007-04-15 | e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes) | Denis Vlasenko |
2007-04-15 | deluser: add optional support for removing users from groups | Denis Vlasenko |
2007-04-15 | update style-guide.txt | Denis Vlasenko |
2007-04-15 | xargs: simplify word list management | Denis Vlasenko |
2007-04-14 | msh: style fixes | Denis Vlasenko |
2007-04-14 | lineedit: nuke two unused variables and code which sets them | Denis Vlasenko |
2007-04-14 | lash: recognize and use NOFORK applets | Denis Vlasenko |
2007-04-14 | lineedit: do not try to open NULL history file | Denis Vlasenko |
2007-04-14 | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko |
2007-04-13 | teach find_root_device to deal with /dev/ subdirs | Denis Vlasenko |
2007-04-13 | dpkg: use nitfields which are a bit closer to typical ushort. | Denis Vlasenko |
2007-04-13 | style fixes | Denis Vlasenko |
2007-04-13 | sourse_route_list -> source_route_list | Denis Vlasenko |
2007-04-13 | make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) | Denis Vlasenko |
2007-04-13 | hush: more style fixes. | Denis Vlasenko |
2007-04-13 | hush: comment out and replace bug in set_local_var: | Denis Vlasenko |
2007-04-13 | shell/: add SUSv3 doc for fast & easy reference | Denis Vlasenko |
2007-04-13 | fix typo in comment | Denis Vlasenko |
2007-04-13 | find: add support for -delete, -path (by Natanael Copa) | Denis Vlasenko |
2007-04-12 | sed: fix escaped newlines in -f; fix multiple -f and -e | Denis Vlasenko |
2007-04-12 | login: fixing my brainfart: xspawn(t_argv) <- was using argv! | Denis Vlasenko |
2007-04-12 | make sure we free the grep data as well | Mike Frysinger |
2007-04-12 | lash: "forking" applets are actually can be treated the same way as "non-fork... | Denis Vlasenko |
2007-04-12 | fix realloc-of-non-malloced pointer, and reduce size while at it | Denis Vlasenko |
2007-04-12 | login: remove setpgrp call (makes it work from shell prompt again). | Denis Vlasenko |
2007-04-12 | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | Denis Vlasenko |
2007-04-12 | - shrink iproute a bit (-200 bytes). Untested | Bernhard Reutner-Fischer |