index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2006-04-18
Remove some #if 0 code.
Rob Landley
2006-04-18
- BusyBox is under GPL.
Bernhard Reutner-Fischer
2006-04-16
use memmove() instead of bcopy()
Mike Frysinger
2006-04-16
use memcmp() not bcmp()
Mike Frysinger
2006-04-13
- patch from Denis Vlasenko to add and use bb_xopen3()
Bernhard Reutner-Fischer
2006-04-12
- patch from Denis Vlasenko to add and use bb_xchdir()
Bernhard Reutner-Fischer
2006-04-12
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
Bernhard Reutner-Fischer
2006-04-12
- patch from Denis Vlasenko to add and use bb_xdaemon()
Bernhard Reutner-Fischer
2006-04-12
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2006-04-12
- add and use bb_opendir(), bb_xopendir().
Bernhard Reutner-Fischer
2006-04-10
Patch from Rob Sullivan to consolidate crc32 table generation.
Rob Landley
2006-04-05
- include proper headers.
Bernhard Reutner-Fischer
2006-04-03
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-04-02
New version from Tito.
Rob Landley
2006-03-29
- Rich Felker writes: fix invalid printf format strings
Bernhard Reutner-Fischer
2006-03-29
More extern removal from Robert P. Day.
Rob Landley
2006-03-29
find ./ -name .cvsignore | xargs svn rm
Bernhard Reutner-Fischer
2006-03-28
just whitespace fixes
Mike Frysinger
2006-03-26
More dead code removal.
Rob Landley
2006-03-23
Bug spotted by Stephane Billiart: losetup depends on loop.c.
Rob Landley
2006-03-23
Very nice patch from Rich Felker to portably set the stream error indicator and
Rob Landley
2006-03-21
Patch from Shaun Jackman to make loop.c build only when needed.
Rob Landley
2006-03-18
- fix order of includes.
Bernhard Reutner-Fischer
2006-03-18
Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so
Rob Landley
2006-03-16
Random in-passing tweak.
Rob Landley
2006-03-14
More "extern" removals from Robert P. Day
Rob Landley
2006-03-14
Attempt to make a warning go away without increasing size.
Rob Landley
2006-03-13
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-13
Patch from Denis Vlasenko to add xstat() and use it.
Rob Landley
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-09
Portability patch from rfelker. The bb_asprintf.c thing needs an eventual
Rob Landley
2006-03-09
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-02
- remove unused lists *-m
Bernhard Reutner-Fischer
2006-03-02
- use absolute path for top_builddir and top_srcdir.
Bernhard Reutner-Fischer
2006-03-01
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-02-24
A few changes falling out from the effort to make sed handle embedded NUL bytes.
Rob Landley
2006-02-22
document leading + option
Mike Frysinger
2006-02-21
Forgot to check this in last night, part of the hash_fd breakup.
Rob Landley
2006-02-21
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
Rob Landley
2006-02-21
a few more comment touchups
Mike Frysinger
2006-02-21
translate Russian-English to just plain English
Mike Frysinger
2006-02-20
sync with mainstream, but check more
"Vladimir N. Oleynik"
2006-02-20
getdomainname() isn't guaranteed to null terminate the string if it was
Rob Landley
2006-02-20
remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I...
"Vladimir N. Oleynik"
2006-02-20
correction get(host/domain)name usage, revert 742 bug
"Vladimir N. Oleynik"
2006-02-20
svn 14077 was completely broken and apparently never tested.
Rob Landley
2006-02-19
rfelker writes in Bug 742: make sure string is null terminated after calling ...
Mike Frysinger
2006-02-19
rfelker writes in Bug 740: s/u_char/unsigned char/
Mike Frysinger
2006-02-17
type typo. Thanks, Devin Bayer
"Vladimir N. Oleynik"
[next]