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
2014-12-17
nandwrite: fix build when long options are disabled
Baruch Siach
2014-12-15
lineedit: don't block when looking for escape sequence in vi-mode
Ron Yorston
2014-12-11
tar: fix "tar -cJ" ignoring -J option. closes 7706
Denys Vlasenko
2014-12-10
lineedit: don't fall back to simple line input if tty is in raw mode
Denys Vlasenko
2014-12-10
Config: select PLATFORM_LINUX if using sendfile()
Bartosz Golaszewski
2014-12-10
flashcp: change BUFSIZE to 4k
Jacob Kjaergaard
2014-12-07
make xmalloc_open_zipped_read_close result NUL terminated
Denys Vlasenko
2014-12-07
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2014-11-30
man: do not mangle $MANPATH in memory
Denys Vlasenko
2014-11-27
libbb: use sendfile() to copy data between file descriptors
Bartosz Golaszewski
2014-11-27
man: accept a list of dirs in $MANPATH
Denys Vlasenko
2014-11-26
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
Denys Vlasenko
2014-11-26
bbunit: fix WANT_TIMING compilation
Denys Vlasenko
2014-11-26
gitignore: add testsuite/echo-ne
Bartosz Golaszewski
2014-11-25
udhcpd: if a lease from lease file coincides with a static one, ignore it
Denys Vlasenko
2014-11-21
init: do not run shutdown/reexec actions from signal handler
Denys Vlasenko
2014-11-20
modprobe,rmmod: reject module names with slashes
Denys Vlasenko
2014-11-20
typo fix in comment
Denys Vlasenko
2014-11-18
ash,hush: do not segfault on $((2**63 / -1))
Denys Vlasenko
2014-11-17
ash: fix handling of negative start value in ${v:start:len}
Denys Vlasenko
2014-11-17
iproute: support onelink route option and print route flags
Michael Tokarev
2014-11-17
exit with 127 if appled name wasn't found - it's more POSIXy
Denys Vlasenko
2014-11-04
zcip: Add environment variable for overriding log functionality
Michel Stam
2014-10-30
zcip: allow our own class B range to be used for ZeroConf
Michel Stam
2014-10-30
udhcpd: add option for tweaking arpping
Michel Stam
2014-10-05
ntpd: calculate offset to jitter ratio before updating jitter
Miroslav Lichvar
2014-10-05
sed: fix "sed CMD -i nonexistent_file". Closes 7484
Denys Vlasenko
2014-10-02
ntpd: don't stay at short polling interval
Miroslav Lichvar
2014-10-02
getty: set tty attrs so that control chars are shown as ^c
Denys Vlasenko
2014-09-27
ntpd: be less eager to use shorter poll intervals
Denys Vlasenko
2014-09-25
ubiupdatevol: fix -t to not require an option. Closes 7466
Denys Vlasenko
2014-09-24
install: fix help text
Denys Vlasenko
2014-09-24
ntpd: split out poll adjusting code
Miroslav Lichvar
2014-09-24
ntpd: don't wait for good offset before disabling burst mode
Miroslav Lichvar
2014-09-24
install: implement -t DIR
Aaro Koskinen
2014-09-23
less: make -E work
Aaro Koskinen
2014-09-22
less: trivial code shrink
Denys Vlasenko
2014-09-22
less: move "retry-on-EAGAIN" logic closer to read ops
Denys Vlasenko
2014-09-21
less: disable "suppress empty wraparound" optimization
Denys Vlasenko
2014-09-20
df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0
Ari Sundholm
2014-09-18
false: make "false --help" exit with 1
Denys Vlasenko
2014-09-17
df: implement -T option
Ari Sundholm
2014-09-16
sed: fix a buglet in s///NUM handling
Denys Vlasenko
2014-09-15
ftpd: make LIST command show dotfiles too
Denys Vlasenko
2014-09-15
vi: fix incorrect memory access on brace matching. Closes 7256
Denys Vlasenko
2014-09-08
mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334
Denys Vlasenko
2014-09-08
ash: fix off-by-one in "jobs %4" handling. closes 7310
Denys Vlasenko
2014-09-08
ash: factor out ASH_HELP config option
Denys Vlasenko
2014-09-05
find: support -perm /BITS. Closes 7340
Denys Vlasenko
[next]