index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
od: shrink a bit
Denis Vlasenko
2007-07-24
setfiles: small tweaks to usage text and code
Denis Vlasenko
2007-07-23
zcip: remove stray seed48. It's the only thing which was pulling in
Denis Vlasenko
2007-07-23
add comment why preferred stack boundary is 4 on i386
Denis Vlasenko
2007-07-23
chpasswd: rename long options definition to match other applets. no code changes
Denis Vlasenko
2007-07-23
getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-23
setiles: cosmetics, no real code changes
Denis Vlasenko
2007-07-23
setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso...
Denis Vlasenko
2007-07-21
chpasswd: fix indentation
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
fix typo in last commit
Denis Vlasenko
2007-07-21
Three patches from FreeWRT people
Denis Vlasenko
2007-07-21
chpasswd: fixes for shadow password handling
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
chpasswd: fixes and code shrink
Denis Vlasenko
2007-07-20
chpasswd: now with svn add
Denis Vlasenko
2007-07-20
chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>
Denis Vlasenko
2007-07-19
stray trailing tabs removed
Denis Vlasenko
2007-07-19
ifup/ifdown: make location of ifstate configurable
Denis Vlasenko
2007-07-18
vi: comment out dead code
Denis Vlasenko
2007-07-18
Trim help text. With compressed help: -143 bytes
Denis Vlasenko
2007-07-18
ash: fix SEGV in forkchild (jp can be NULL). here documents were affected.
Denis Vlasenko
2007-07-18
fix unpacker testsuite to match actual output
Denis Vlasenko
2007-07-18
awk: actually do "svn add" for testsuite
Denis Vlasenko
2007-07-18
awk: fix -F 'regex' bug (miscounted fields if last field is empty)
Denis Vlasenko
2007-07-18
awk: style fixes; remove one xstrdup/free pair; testsuite
Denis Vlasenko
2007-07-17
vi: style fixlet
Denis Vlasenko
2007-07-17
fix typo in prev commit :(
Denis Vlasenko
2007-07-17
vi: s/argv[0]/applet_name/
Denis Vlasenko
2007-07-17
vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com>
Denis Vlasenko
2007-07-17
ifconfig: make it work with ifaces with ifnames > 255
Denis Vlasenko
2007-07-17
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-17
Modify method of linking against libs. Now we fisrt try all
Denis Vlasenko
2007-07-16
fix discrepancy in GPL version number. Pointed out by "Marsh David" <dmarsh@b...
Denis Vlasenko
2007-07-15
top: nested function allows us to reuse some code
Denis Vlasenko
2007-07-15
top: make "100%" case less ugly, and shrink code while at it
Denis Vlasenko
2007-07-15
top: simpler loadavg processing
Denis Vlasenko
2007-07-15
top: truncate usernames to 8 chars
Denis Vlasenko
2007-07-15
grep: implement -m MAX_MATCHES; fix help text
Denis Vlasenko
2007-07-15
grep: fix buglets with context printing
Denis Vlasenko
2007-07-15
ash: make "jobs | cat" work like in bash (was giving empty output)
Denis Vlasenko
2007-07-14
adduser: close /etc/{passwd,shadow} before calling passwd etc.
Denis Vlasenko
2007-07-14
vi: make status line less confusing when we open non-readable files,
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
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-07-13
FAQ: add timezone Q
Denis Vlasenko
[next]