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
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2010-07-05
randomconfig fixes
Denys Vlasenko
2010-07-04
libbb: reduce number of *error_msg[_and_die].c files by four
Denys Vlasenko
2010-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-07-03
fix compile breakage with "make -j"
Denys Vlasenko
2010-07-01
consolidate xz format comment. no code changes
Denys Vlasenko
2010-07-01
xz compression detection: avoid the need to seek
Denys Vlasenko
2010-06-27
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-06-26
libbb/copyfd.c: fix the case of copy buffer <= 4kb
Denys Vlasenko
2010-06-26
tar: fix --to-command wrt short writes
Denys Vlasenko
2010-06-26
fix breakage in compressed file detection
Denys Vlasenko
2010-06-26
universal parser: do not leak parser->data
Denys Vlasenko
2010-06-26
build system: do not rebuild ash and hush on any change to any .c file
Denys Vlasenko
2010-06-25
*: make exec failure message more consistent
Denys Vlasenko
2010-06-24
*: introduce and use bb_unsetenv_and_free
Denys Vlasenko
2010-06-19
Added code for nonstandard function strsep()
Dan Fandrich
2010-06-19
A few minor portability improvements
Dan Fandrich
2010-06-18
*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway
Denys Vlasenko
2010-06-10
utoa: shrink
Denys Vlasenko
2010-06-08
*: add INSERTs to *.src files where appropriate
Denys Vlasenko
2010-06-07
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-06-06
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-05
Remove requirement that include/applets.h must be sorted
Denys Vlasenko
2010-06-04
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Denys Vlasenko
2010-06-02
*: simplify checks for gz/bz2/xz magic
Denys Vlasenko
2010-06-01
lineedit: fix column display for wide and combining chars in TAB completion
Tomas Heinrich
2010-05-30
*: teach tar et. al. to understand .xz by heart
Denys Vlasenko
2010-05-19
losetup: support /dev/loop10 and higher. closes bug 1627
Denys Vlasenko
2010-05-17
typo fix
Denys Vlasenko
2010-05-17
lineedit: fix insertion deep inside line (*several lines* before end)
Denys Vlasenko
2010-05-17
lineedit: trivial simplifications. -7 bytes
Denys Vlasenko
2010-05-17
lineedit: fix moving backwards across lines with wide chars
Denys Vlasenko
2010-05-16
consolidate ESC sequences
Denys Vlasenko
2010-05-16
stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing
Denys Vlasenko
2010-05-16
lineedit: partially fix wide and combining chars editing
Tomas Heinrich
2010-05-11
lineedit: change how cmdedit_set_out_char works
Denys Vlasenko
2010-05-11
randomtest fixes
Denys Vlasenko
2010-05-06
add comment about xz format support
Denys Vlasenko
2010-05-06
rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...
Denys Vlasenko
2010-04-29
libbb/lineedit: add support for preserving "broken" (non-unicode) chars
Tomas Heinrich
2010-04-22
date: support -d @SECONDS_SINCE_1970
Denys Vlasenko
2010-04-20
busybox --list option. +140 bytes. Rob wanted it.
Denys Vlasenko
2010-04-18
vi: discover window size even on serial consoles. optional
Denys Vlasenko
2010-04-18
remove stdio from allnoconfig build
Denys Vlasenko
2010-04-16
read_key: fix buffer length calculation
Tomas Heinrich
2010-04-14
loop: correct minor device number limit
Denys Vlasenko
2010-04-14
mount: add an optional capability to create new /dev/loopN as needed
Lauri Kasanen
2010-04-09
Exclude syslog code if FEATURE_SYSLOG is not set
Nguyễn Thái Ngọc Duy
2010-04-06
libbb: add skip_dev_pfx()
Denys Vlasenko
[next]