index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-12-26
unexpand: fix incorrect expansion, add test for it
Denis Vlasenko
2008-12-25
s/an user/a user/
Denis Vlasenko
2008-12-24
*: tweak error messages
Denis Vlasenko
2008-12-23
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-22
- we already have an impl for man
Bernhard Reutner-Fischer
2008-12-18
Add fancy svn browser thingy (via Lance Albertson of OSL)
Bernhard Reutner-Fischer
2008-12-18
Update links to new site locations (via Lance Albertson at OSL)
Bernhard Reutner-Fischer
2008-12-15
ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case
Denis Vlasenko
2008-12-14
expand: fix incorrect expansion exactly on tab boundary; shrink the code
Denis Vlasenko
2008-12-14
watchdog: build fixes, no code changes
Denis Vlasenko
2008-12-12
header_verbose_list: show off_t size, not cast to (unsigned)
Denis Vlasenko
2008-12-10
libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/
Denis Vlasenko
2008-12-10
ash: printf builtin with no arguments should not exit
Denis Vlasenko
2008-12-10
mount: make it more readable
Denis Vlasenko
2008-12-10
placate Rob's qualms about mount.c
Denis Vlasenko
2008-12-10
add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26
Denis Vlasenko
2008-12-10
bb_info_msg: make it do atomic, unbuffered writes
Denis Vlasenko
2008-12-10
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-09
syslogd: comment out file locking;
Denis Vlasenko
2008-12-09
init: do not eat last char in messages;
Denis Vlasenko
2008-12-08
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-07
libbb: move crypt_make_salt() to pw_encrypt.c, reuse
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-12-05
mount: cosmetics, no code changes (verified with objdump -drsx)
Denis Vlasenko
2008-12-05
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
2008-12-04
libbb/crypt: code shrink
Denis Vlasenko
2008-12-04
- -4b and use proper define; add license note
Bernhard Reutner-Fischer
2008-12-04
clarify which version of crond is known to put tasks in separate pgrps
Denis Vlasenko
2008-12-04
iproute: fix ipXXX utilities trying to parse their applet name
Denis Vlasenko
2008-12-04
Fold mkpasswd applet into cryptpw.
Denis Vlasenko
2008-12-03
iptunnel: fix problems with including linux/ip_tunnel.h
Denis Vlasenko
2008-12-03
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
- remove superfluous comment from previous commit
Bernhard Reutner-Fischer
2008-12-03
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
ash: remove TODO which seems to actually work now.
Denis Vlasenko
2008-12-03
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2008-12-03
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
2008-12-02
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
crond: put tasks in separate process groups
Denis Vlasenko
2008-12-02
vconfig: style fix, no code changes
Denis Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-01
...and exclude LC_ALL too
Denis Vlasenko
2008-12-01
build system: fix sorting + locale in make objsizes
Denis Vlasenko
2008-11-30
volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytes
Denis Vlasenko
2008-11-29
init: O_NONBLOCK needs more thought. reverted for now
Denis Vlasenko
2008-11-29
mountpoint: add -n option (by Vladimir)
Denis Vlasenko
2008-11-29
inotifyd: save resourses by closing unused inotify descriptors
Denis Vlasenko
2008-11-29
acpid: new applet by Vladimir. +737 bytes
Denis Vlasenko
2008-11-29
Announce 1.13.1 and 1.12.3
Denis Vlasenko
2008-11-28
ash: add FIXME
Denis Vlasenko
[prev]
[next]