- 6bdff08 hush: compile fixes for !LOOPS case by Denis Vlasenko · 16 years ago
- 733e3fb hush: support "for if in do done then; do echo $if; done" case by Denis Vlasenko · 16 years ago
- ff182a3 hush: support "for v; do ... done" syntax (implied 'in "$@"') by Denis Vlasenko · 16 years ago
- afdcd12 hush: fix a case where "$@" must expand to no word at all by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
- 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
- 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- 5ec6132 hush: ifdef out parts which are not needed by Denis Vlasenko · 16 years ago
- 003f9fb hush: kill some old unused fields; small code shrink by Denis Vlasenko · 16 years ago
- cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
- 211b59b hush: trivial fix in debug code by Denis Vlasenko · 16 years ago
- 324a3fd fix globbing in unquoted $* and $@ by Denis Vlasenko · 16 years ago
- 55789c6 hush: fix a bug with backslashes improperly handled in unquoted variables. by Denis Vlasenko · 16 years ago
- ab876cd hush: add testsuite for "no globbing in redirection" rule. by Denis Vlasenko · 16 years ago
- c1c63b6 hush: fix last hush-bugs testcase (disappearing "", $empty"" etc) by Denis Vlasenko · 16 years ago
- 16c2fea hush: fix $$ handling by Denis Vlasenko · 16 years ago
- 6eaf8de hush: fix "for a in; do echo 'I should never run'; done" bug by Denis Vlasenko · 16 years ago
- 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 16 years ago
- c7985b7 hush: cleanup pass, the biggest is - moved builtins to the end of the file, by Denis Vlasenko · 16 years ago
- b61e13d hush: fix memory leak. it was actually rather invloved problem. by Denis Vlasenko · 16 years ago
- ccce59d hush: fixing fallout from last big glob fix: by Denis Vlasenko · 17 years ago
- 82dfec3 hush: fix hush-bugs/glob_and_vars.tests testcase: by Denis Vlasenko · 17 years ago
- 5703c22 hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field. by Denis Vlasenko · 17 years ago
- f8d01d3 hush: fix a bug where we were requiring semicolon here: (cmd;) by Denis Vlasenko · 17 years ago
- dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 17 years ago
- a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
- 7e3d33b hush: speed up o_addX{chr,str} by Denis Vlasenko · 17 years ago
- 76db5ad hush: fix for nested $()s with escapes + testsuite by Denis Vlasenko · 17 years ago
- 87f40ba hush: more backtick and quoting fixes... by Denis Vlasenko · 17 years ago
- 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 17 years ago
- 2e76c3f hush: fix yet another fallout hush: move fixed testsuites out of hush-bugs/* by Denis Vlasenko · 17 years ago
- 895bea2 hush: fix some fallout from prev commits, add testsuite by Denis Vlasenko · 17 years ago
- 46ccdcb hush: search/and/replace style cleanups, no code changes by Denis Vlasenko · 17 years ago
- 7b4f3f1 hush: fix two nasty bugs: hush-bugs/tick2.tests: ok hush-bugs/tick.tests: ok by Denis Vlasenko · 17 years ago
- 76d5041 hush: fix a memory leak in NOMMU case by Denis Vlasenko · 17 years ago
- 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
- 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). 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
- 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
- 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
- e376d45 libbb: introduce and use nonblock_safe_read(). Yay! 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
- 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
- 05743d7 hush: reinstate `cmd` handling for NOMMU (with fat big warning). 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
- 3b49216 hush: fixlet for NOMMU update TODO_config_nommu by Denis Vlasenko · 17 years ago
- 1aa7e47 reorganize applet table. Eliminates pointers to names. 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
- 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
- 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
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
- d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 18 years ago
- bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
- 27f79ff hush: trivial buglet found by randomconfig testing by Denis Vlasenko · 18 years ago
- 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
- ba7cf26 hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code. by Denis Vlasenko · 18 years ago
- 0a83fc3 hush: avoid duplicating HUSH_VERSION by Denis Vlasenko · 18 years ago
- 201c72a hush: micro-optimization in new variable code by Denis Vlasenko · 18 years ago
- 28c0f0f hush: we can't do without variable->value member, saving 25 bytes of code by Denis Vlasenko · 18 years ago
- d76c049 hush: rework variable storage and environment handling. by Denis Vlasenko · 18 years ago
- 5a1437d hush: fix segfaulting syntax error in interactive hush by Denis Vlasenko · 18 years ago
- b055001 hush: fix handling of unmatched ${name (without closing '}') - by Denis Vlasenko · 18 years ago
- 90e485c hush: make syntax error messages a bit more useful by Denis Vlasenko · 18 years ago
- 170435c hush: fix job control with eval /bin/external_prog by Denis Vlasenko · 18 years ago
- 1a73586 hush: fix a bit different instance of "No EOL" bug, by Denis Vlasenko · 18 years ago
- 0681033 hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush. by Denis Vlasenko · 18 years ago
- 219e88d hush: using smallints where we can. save ~20 bytes in code and by Denis Vlasenko · 18 years ago