projects
/
oweals
/
busybox.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/busybox.git
2010-09-07
Denys Vlasenko
shell: unify endofname() in hush and ash
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
Denys Vlasenko
hush: a few relatively trivial simplifications
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
Denys Vlasenko
hush: style cleanups. no code changes
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
Again fix license line format
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
blockdev: code shrink
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
made 3 license strings to follow the usual form ("or...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
blockdev: -2 bytes
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
tweak blockdev's help text
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
tweak udhcpd help text
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Sergey Naumov
blockdev: new applet
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
hush: revert a recent buggy change which resulted in...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
hush: fix another corner case with backslashes in heredocs
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
hush: fix backslash and terminator handling in <<[...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
hush: fix globbing+backslashes in unquoted $var expansion
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, renam...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Denys Vlasenko
shell: remove lash and bbsh
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
Denys Vlasenko
runit_lib: remove/inline a few more things
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
Dan Fandrich
tar: add a test for extraction of read-only directory
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
Cristian Ionescu...
remove redundant ENABLE_DESKTOP in procps/ps.c
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
Denys Vlasenko
hush: big reordering: move parser functions to the...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
Denys Vlasenko
hush: rename o_quoted to has_quoted_part; small code...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
Denys Vlasenko
hush: move variable expansion into a separate function...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
Denys Vlasenko
hush: add support for ${var/pattern/repl}, conditional...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-04
Denys Vlasenko
hush: optimize #[#] and %[%] for speed. size -2 bytes.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-04
Denys Vlasenko
hush: fix handling of backslashes in variable assignment
commit
|
commitdiff
|
tree
|
snapshot
2010-09-04
Denys Vlasenko
lzop: fix misordered "v=NULL; free(v)", small code...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
fix false positive in testsuite/tar.tests
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Dan Fandrich
Fix some test cases
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
ifupdown: %client%, not %clientid%
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
lineedit: on tab completion, show filenames obly in...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
lineedit: allocate matchBuf only temporarily: saves...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
lineedit: de-indent large block in input_tab. No logic...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
lineedit: rename tmp -> chosen_match; small code shrink
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
lineedit: stop using permanent int_buf[] (16k!): alloca...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
lineedit: remove pos_buf[] array (up to 16k!); fix...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
lineedit: return prefix len from tab completion helpers
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
lineedit: clean up tab completion code (variable reuse...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-03
Denys Vlasenko
preparatory cleanup patch for tab completion fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
Denys Vlasenko
lineedit: small readability improvement (same code)
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
Denys Vlasenko
lineedit: fix completion with Unicode chars
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
Denys Vlasenko
lineedit: preparatory cleanup patch for Unicode complet...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
Denys Vlasenko
libbb: xfunc_error_retval can be a byte
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
Denys Vlasenko
uudecode,base64: code shrink
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
Denys Vlasenko
better shared strings trick
commit
|
commitdiff
|
tree
|
snapshot
2010-09-01
Denys Vlasenko
getty: small code shrink
commit
|
commitdiff
|
tree
|
snapshot
2010-08-31
Denys Vlasenko
find: add rudimentary support for -exec {} +
commit
|
commitdiff
|
tree
|
snapshot
2010-08-31
Denys Vlasenko
base64: new applet
commit
|
commitdiff
|
tree
|
snapshot
2010-08-31
Denys Vlasenko
libbb: add xfstat function
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Denys Vlasenko
mkswap: clear 1st kilobyte. Closes bug 1831
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Denys Vlasenko
iplink: another compat #ifndef/#define tweak
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Denys Vlasenko
ash: small code shrink (-21 bytes)
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Denys Vlasenko
ash: add another ${v/a/b} test we currently fail
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Denys Vlasenko
typo fix in comment
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Denys Vlasenko
remove stray debugging stuff
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Denys Vlasenko
bbconfig: add COMPRESS_BBCONFIG option
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Baruch Siach
nandwrite: always check the first erase block
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Denys Vlasenko
nandwrite: complain on malformed -s NUM
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Baruch Siach
nandwrite: allow hex values in the -s parameter
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Denys Vlasenko
showkey: code shrink
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Dan Fandrich
testsuite: show the number of failures after a test run
commit
|
commitdiff
|
tree
|
snapshot
2010-08-29
Denys Vlasenko
typo fixes in config help text
commit
|
commitdiff
|
tree
|
snapshot
2010-08-28
Alexander Shishkin
pmap: new applet. +1k.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Denys Vlasenko
ntpd: with -q, exit after 60 seconds even if time is...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-25
Denys Vlasenko
modutils: explain why we no longer quote params
commit
|
commitdiff
|
tree
|
snapshot
2010-08-25
Carmelo AMOROSO
insmod: Do not add a pair of "" around the arguments...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-25
Baruch Siach
nandwrite: new applet
commit
|
commitdiff
|
tree
|
snapshot
2010-08-24
Dan Fandrich
Rename a struct member from "interrupt"
commit
|
commitdiff
|
tree
|
snapshot
2010-08-23
Denys Vlasenko
split: use xopen_stdin()
commit
|
commitdiff
|
tree
|
snapshot
2010-08-23
Denys Vlasenko
grep: fix -o match with empty string (suggested by...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Denys Vlasenko
ip: add a #define for older kernels
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Denys Vlasenko
build system: make 3.82 fix. Closes bug 2323
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Denys Vlasenko
patch: support "patch [FILE [PATCH]]" format
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Denys Vlasenko
libbb: fix fallout from last patch to obscure() (my...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Bob Dunlop
libbb: shrink obscure()
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
patch: fix -N regression
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
nmeter: fix misplaced closing comment
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
*: make GNU licensing statement forms more regular
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
sed: make N command behave as in GNU sed
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
mdev: fix non-working device deletion, add a test for...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
platform.h: regularize endian detection
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
*: fix "see file License ..." - the file is named LICEN...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
patch: uncomment the test which we actually do pass now
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Denys Vlasenko
libbb: factor out common code from mpstat/iostat
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Denys Vlasenko
patch: add -N and a test for it (fails for now)
commit
|
commitdiff
|
tree
|
snapshot
2010-08-13
Denys Vlasenko
patch: move closer to toybox code
commit
|
commitdiff
|
tree
|
snapshot
2010-08-13
Rob Landley
patch: deal with ommitted ",len" in hunk headers (defau...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-13
Rob Landley
patch: replace it with toybox's implementation
commit
|
commitdiff
|
tree
|
snapshot
2010-08-12
Denys Vlasenko
iostat: add forgotted fclose(); fix default count.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-12
Denys Vlasenko
*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-11
Denys Vlasenko
free: more compatible output. +16 bytes. Closes bug...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-11
Marek Polacek
iostat: new applet. 2800 bytes
commit
|
commitdiff
|
tree
|
snapshot
2010-08-11
Macpaul Lin
modutils: Add support for NDS32 architecture.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-11
Macpaul Lin
fdisk: Add support for NDS32 architecture.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-11
Dan Fandrich
Remove some more mentions of Subversion
commit
|
commitdiff
|
tree
|
snapshot
2010-08-11
Dan Fandrich
Improved portability of tests
commit
|
commitdiff
|
tree
|
snapshot
2010-08-11
Denys Vlasenko
ntpd: mention -N in help text
commit
|
commitdiff
|
tree
|
snapshot
2010-08-10
Denys Vlasenko
Set HWCLOCK_ADJTIME_FHS to off by default
commit
|
commitdiff
|
tree
|
snapshot
2010-08-10
Denys Vlasenko
rtc: remove useless code in "RTC is in UTC" detection
commit
|
commitdiff
|
tree
|
snapshot
next