index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2008-03-02
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-02-27
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
libbb: add forgotten part of "script" applet change
Denis Vlasenko
2008-02-27
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-02-25
actually add libbb/safe_gethostname.c
Denis Vlasenko
2008-02-25
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
Denis Vlasenko
2008-02-25
lpd: spool mode added by Vladimir
Denis Vlasenko
2008-02-24
lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>
Denis Vlasenko
2008-02-24
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
Denis Vlasenko
2008-02-22
small code readability and typo fixes
Denis Vlasenko
2008-02-22
lpr and lpq applets by Walter Harms.
Denis Vlasenko
2008-02-20
corrected English in comment
Denis Vlasenko
2008-02-20
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-18
lineedit: tiny shrink
Denis Vlasenko
2008-02-18
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-17
whitespace fixes
Denis Vlasenko
2008-02-17
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-16
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-15
we need to pass back the rtc device name that was actually used so that we ca...
Mike Frysinger
2008-02-15
split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...
Mike Frysinger
2008-02-14
libbb: filename completion should match dangling symlinks too
Denis Vlasenko
2008-02-13
cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470
Denis Vlasenko
2008-02-11
- spelling fixes
Bernhard Reutner-Fischer
2008-02-10
getpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko
2008-02-02
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-28
*: move getopt reset code to better place(s)
Denis Vlasenko
2008-01-27
mkswap, readahead: stop using fdlength, it is reported to be unreliable
Denis Vlasenko
2008-01-27
tentatively fix getopt state corruption for NOFORK applets
Denis Vlasenko
2008-01-27
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-24
fdisk: fix a case where break was reached only for DOS labels
Denis Vlasenko
2008-01-18
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
Paul Fox
2008-01-11
enable use of ^V prefix to allow forced insertion of any character. in
Paul Fox
2008-01-11
allow 8-bit characters
Paul Fox
2008-01-07
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-06
ps: fix overflow in USER and VSZ columns
Denis Vlasenko
2008-01-05
ps: add conditional support for -o [e]time
Denis Vlasenko
2008-01-02
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2007-12-30
adding libbb/printable.c
Denis Vlasenko
2007-12-30
libbb: introduce fputc_printable (from ed)
Denis Vlasenko
2007-12-26
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
Denis Vlasenko
2007-12-24
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
defconfig: update
Denis Vlasenko
2007-12-22
perror_nomsg: don't print extra colon
Denis Vlasenko
2007-12-11
num conversions: allow for leading '+' (renice needs that)
Denis Vlasenko
2007-12-09
lineedit: don't violate API if we do simple fgets
Denis Vlasenko
2007-12-04
signal names hack was wrong, it broke "get signal name" function.
Denis Vlasenko
2007-12-04
Make signal table a bit smaller
Denis Vlasenko
2007-12-04
guard against SIGxxx >= 32 (no code changes on i386)
Denis Vlasenko
2007-12-03
lineedit: reduce stack usage
Denis Vlasenko
[prev]
[next]