index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2007-10-07
ash: revert "cat | jobs" fix, it causes more problems than good
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
hush: fix glob() abuse. Code was making unfounded assumptions how
Denis Vlasenko
2007-10-01
hush: int->smallint for flag vars; make some names more "greppable"
Denis Vlasenko
2007-10-01
hush: feeble attempt at making it more NOMMU-friendly
Denis Vlasenko
2007-10-01
hush: stop doing manual acounting of open fd's, kernel can do it for us
Denis Vlasenko
2007-09-30
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-09-28
fix "if (p) free(p)" constructs
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-24
ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>)
Denis Vlasenko
2007-09-24
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-21
ash: remove erroneously applied patch
Denis Vlasenko
2007-09-21
httpd: optional support for partial downloads
Denis Vlasenko
2007-09-21
ash: s/int/smallint/. -60 bytes.
Denis Vlasenko
2007-09-07
*: replace select-for-one descriptor with poll, it's smaller.
Denis Vlasenko
2007-08-19
libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-29
ash: comment non-obvious code part
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-07-18
ash: fix SEGV in forkchild (jp can be NULL). here documents were affected.
Denis Vlasenko
2007-07-15
ash: make "jobs | cat" work like in bash (was giving empty output)
Denis Vlasenko
2007-07-14
ash: small size optimization
Denis Vlasenko
2007-07-14
ash: recognize -l as --login equivalent; do not recognize +-login
Denis Vlasenko
2007-07-14
ash: fix for buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds@gmail.com>)
Denis Vlasenko
2007-06-25
devfsd: fix formatting (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-21
test: shrink a bit
Denis Vlasenko
2007-06-13
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
2007-06-12
remove nearly-duplicate PATHs in several places
Denis Vlasenko
2007-06-12
A few more string duplicates found & eliminated
Denis Vlasenko
2007-06-08
make busybox --install work even if /proc/self/exe doesn't exist
Denis Vlasenko
2007-06-08
hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox))
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-30
hush: trivial buglet found by randomconfig testing
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2007-05-25
hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code.
Denis Vlasenko
2007-05-25
hush: avoid duplicating HUSH_VERSION
Denis Vlasenko
2007-05-25
hush: micro-optimization in new variable code
Denis Vlasenko
2007-05-25
hush: we can't do without variable->value member, saving 25 bytes of code
Denis Vlasenko
2007-05-25
hush: rework variable storage and environment handling.
Denis Vlasenko
2007-05-24
hush: update README with yet another failure case
Denis Vlasenko
2007-05-24
hush: fix segfaulting syntax error in interactive hush
Denis Vlasenko
2007-05-24
hush: improve 2 testsuite tests
Denis Vlasenko
2007-05-24
hush: add 2 tests for correct syntax error reporting
Denis Vlasenko
2007-05-24
hush: fix handling of unmatched ${name (without closing '}') -
Denis Vlasenko
2007-05-23
hush: make syntax error messages a bit more useful
Denis Vlasenko
[next]