index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
/
rpm.c
Age
Commit message (
Expand
)
Author
2006-06-10
- use bb_xchdir instead of ignoring eventual errors of chdir
Bernhard Reutner-Fischer
2006-05-29
More size shrinkage.
Rob Landley
2006-01-30
passing around an int as a void* is a very bad idea
Eric Andersen
2006-01-30
- add some ATTRIBUTE_UNUSED.
Bernhard Reutner-Fischer
2006-01-25
just whitespace
Tim Riker
2006-01-04
use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)
Mike Frysinger
2005-09-20
- rename libbb's password helpers as suggested in libbb.h
Bernhard Reutner-Fischer
2005-08-16
Bernhard Fischer says: use xmalloc() instead of malloc()
Mike Frysinger
2005-04-23
add comments about ignoring some warnings which are OK
Mike Frysinger
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
s/u_int/uint/g
Eric Andersen
2003-11-15
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-10
include busybox after libc includes
Glenn L McGrath
2002-12-10
rpm applet by Laurence Anderson
Glenn L McGrath