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
2011-02-10
progress bar: better overflow protection; more precise bar
Denys Vlasenko
2011-02-10
save 10 bytes on strings
Denys Vlasenko
2011-02-10
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
Denys Vlasenko
2011-02-08
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-03
libbb: spawn should remove child which failed to exec
Denys Vlasenko
2011-02-03
whitespace fixes
Denys Vlasenko
2011-02-02
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Denys Vlasenko
2011-02-02
libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe
Denys Vlasenko
2011-01-31
df,find_mount_point: optionally don't ignore rootfs
Lauri Kasanen
2011-01-28
libbb/copy_file.c: use smallints instead of signed chars
Denys Vlasenko
2011-01-25
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
add ENABLE_FEATURE_SYSTEMD and use it in syslogd
Davide Cavalca
2011-01-24
nicer looking ifdef in libbb/makedev.c
Denys Vlasenko
2011-01-24
FreeBSD compat for match_fstype
Chris Rees
2011-01-24
FreeBSD compat for makedev
Chris Rees
2011-01-24
FreeBSD compat
Chris Rees
2011-01-24
libbb: make ndelay_no/off a bit more clever. +14 bytes
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-17
libbb: better comment in parse_date
Denys Vlasenko
2011-01-11
libbb unicode: comment out usused function and unused parameter
Denys Vlasenko
2011-01-10
libbb: progress indicator: use unicode support funcs instead of open-coding it
Denys Vlasenko
2011-01-10
tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061
Denys Vlasenko
2011-01-07
suppress "'fast_strtol_10' defined but not used" warning
Denys Vlasenko
2011-01-03
kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX
Denys Vlasenko
2011-01-03
kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code
Denys Vlasenko
2011-01-02
date,touch: treat 2-digit years better (fit them into +-50 yrs around today)
Denys Vlasenko
2010-12-30
libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names
Denys Vlasenko
2010-12-28
plug a DIR* leak on error path
Denys Vlasenko
2010-12-05
pstree: new applet. +1664 bytes
Lauri Kasanen
2010-12-05
typo fix
Denys Vlasenko
2010-12-05
add if guards around include <malloc.h>
Denys Vlasenko
2010-12-01
libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework
Denys Vlasenko
2010-11-29
exclude the case of just "busybox" from previous commit
Denys Vlasenko
2010-11-29
if only one applet is enabled, make "busybox applet [params]" work as expected
Denys Vlasenko
2010-11-22
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-11-22
fix misspelling in comment
Denys Vlasenko
2010-11-22
lineedit: fix tab-completion of filenames with spaces
Mike Shal
2010-11-15
lineedit: create history files with mode 0600
Wolfram Sang
2010-11-13
libbb: remove unused variable
Lauri Kasanen
2010-11-03
type fix in comment
Denys Vlasenko
2010-11-03
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-10-29
unicode: update unicode_width on !unicode branch too. Closes bug 2593
Denys Vlasenko
2010-10-28
decompress_bunzip2: handle concatenated .bz2 files
Denys Vlasenko
2010-10-28
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
Marek Polacek
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-28
crc32: cleanups, no code changes
Denys Vlasenko
2010-10-27
libbb: introduce and use common crc32 routine
Denys Vlasenko
2010-10-25
libbb/process_escape_sequence.c: fix recently broken handling of \\
Denys Vlasenko
2010-10-25
powertop: new applet
Marek Polacek
[prev]
[next]