- bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
- c7131c3 ash: fix breakage introduced in rev 21481. by Denis Vlasenko · 17 years ago
- 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
- 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
- f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
- 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
- 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
- 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
- 93b8263 fix build with gcc -combine by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
- 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
- f7d5665 ash: comment about [[; code style fixes. No code changes. by Denis Vlasenko · 17 years ago
- 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
- 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
- c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
- 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
- 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
- c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
- f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
- 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
- 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
- a43dba7 msh: create testsuite (based on hush one) by Denis Vlasenko · 17 years ago
- 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 17 years ago
- fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
- 509697f msh: renames: ->words => ->op_words, space() => get_space() by Denis Vlasenko · 17 years ago
- fe21883 msh: fix for bug 846 ("break" didn't work second time) by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- 6aa74fc ash: s/ckzmalloc/ckzalloc/ by Denis Vlasenko · 17 years ago
- 838ffd5 ash: sprinkle a bit more of zeroed allocations. by Denis Vlasenko · 17 years ago
- e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
- 597906c ash: introduce and use stzalloc and ckzalloc. by Denis Vlasenko · 17 years ago
- c12d51e ash: fix fallout from "A=1 B=$A; echo $B" code. by Denis Vlasenko · 17 years ago
- 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
- 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago
- 94e87bc ash: explain why "set -o BOGUS" doesn't abort by Denis Vlasenko · 17 years ago
- 28bf671 ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar; fi' work by Denis Vlasenko · 17 years ago
- 773f671 typo fix by Denis Vlasenko · 17 years ago
- 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 17 years ago
- 65eb550 reinstate redir.tests with correct perms by Denis Vlasenko · 17 years ago
- 81887e2 ash: add a testcase for recently fixed signal bug by Denis Vlasenko · 17 years ago
- fee2d0c msh: stop trying to parse variables in "msh SCRIPT VAR=val param". by Denis Vlasenko · 17 years ago
- 7e49752 msh: instead of fixing "ls | cd", "cd | ls" etc just disallow by Denis Vlasenko · 17 years ago
- e26b278 ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. by Denis Vlasenko · 17 years ago
- 648b44f msh: shrink, mainly by using smallints by Denis Vlasenko · 17 years ago
- a5f2cd3 msh: do not run pipes where last command is a builtin by Denis Vlasenko · 17 years ago
- 8317799 hush: die_sllep needs restoring only if job control is on by Denis Vlasenko · 17 years ago
- 08126f6 hush: close-on-exec interactive_fd by Denis Vlasenko · 17 years ago
- 459a5ad hush: set CLOEXEC on script file being executed by Denis Vlasenko · 17 years ago
- 4ecfcdc hush: fix the comment by Denis Vlasenko · 17 years ago
- c04163a hush: reset die_sleep to 0 in child after fork by Denis Vlasenko · 17 years ago
- 991a1da ash: fix "orwell bug" 1984. Testcase: by Denis Vlasenko · 17 years ago
- 0ef240d hush: small fixes to docs/testsuite by Denis Vlasenko · 17 years ago
- 05743d7 hush: reinstate `cmd` handling for NOMMU (with fat big warning). by Denis Vlasenko · 17 years ago
- 5c3d2b3 ash: readability enhancement, no code changes by Denis Vlasenko · 17 years ago
- 6e602c4 msh: also handle EOF/read errors correctly by Denis Vlasenko · 17 years ago
- 80667e3 msh: fix Ctrl-C handling with line editing by Denis Vlasenko · 17 years ago
- 36fc3cd ash: code readability enhancements, no real code changes by Denis Vlasenko · 17 years ago
- 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
- d2c450c hush: report [v]fork failures by Denis Vlasenko · 17 years ago
- fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
- 08137c2 add expected output by Mike Frysinger · 17 years ago
- 3b49216 hush: fixlet for NOMMU update TODO_config_nommu by Denis Vlasenko · 17 years ago
- 528a8b9 cttyhack: trivial build fixlet by Denis Vlasenko · 17 years ago
- ee87ebf fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
- c794c51 msh: reduce global data/bss usage by Denis Vlasenko · 17 years ago
- 0163111 ash: reduce global data/bss usage by Denis Vlasenko · 17 years ago
- d7e2e12 cttyhack: add missing ';' init: remove pointless access() check by Denis Vlasenko · 17 years ago
- 2afabe8 init: remove superfluous forks and messing up with argv[0] by Denis Vlasenko · 17 years ago
- 9cb220b lineedit: don't violate API if we do simple fgets by Denis Vlasenko · 17 years ago
- ab80187 attack the biggest stack users: by Denis Vlasenko · 17 years ago
- 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
- ed270a5 ash: make code simpler, and do not do close(-1) - it's rude by Denis Vlasenko · 17 years ago
- fe5e23b remove echo_main -> bb_echo indirection by Denis Vlasenko · 17 years ago
- c3c6659 hush: fix segfault in "echo $@" when we have no arguments by Denis Vlasenko · 17 years ago
- 96702ca kill lash. "lash" builtin still exists, but it runs hush. by Denis Vlasenko · 17 years ago
- 5bc593c hush: implement echo builtin by Denis Vlasenko · 17 years ago
- cccdc4e hush: fix $ expansion in redirections, add testcase for that by Denis Vlasenko · 17 years ago
- 8350686 hush: implement test builtin by Denis Vlasenko · 17 years ago
- f962a03 hush: plug memory leak by Denis Vlasenko · 17 years ago
- 7d75a96 ash: fix bug where redirection of closed fd was leaving it open afterwards. by Denis Vlasenko · 17 years ago
- a6899c3 lash: fix compile-time warning by Denis Vlasenko · 17 years ago
- a59f435 ash: if tcgetattr(stdin) fails, don't mess with tcsetattr by Denis Vlasenko · 17 years ago
- 037576d read_line_input: fix it to not do any fancy editing if echoing is disabled. by Denis Vlasenko · 17 years ago
- 0de37e1 ash: use fdprintf, not dprintf. *: trailing whitespace removed by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
- 4177022 ash: revert "cat | jobs" fix, it causes more problems than good by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- d65ea39 hush: fix glob() abuse. Code was making unfounded assumptions how by Denis Vlasenko · 17 years ago
- ff09762 hush: int->smallint for flag vars; make some names more "greppable" by Denis Vlasenko · 17 years ago
- 8412d79 hush: feeble attempt at making it more NOMMU-friendly by Denis Vlasenko · 17 years ago
- a089817 hush: stop doing manual acounting of open fd's, kernel can do it for us by Denis Vlasenko · 17 years ago
- 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
- 6081868 fix "if (p) free(p)" constructs by Denis Vlasenko · 17 years ago