Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | |
xlseek and fdlength() for the new mkswap. | |||
2006-06-10 | - use bb_xchdir instead of ignoring eventual errors of chdir | Bernhard Reutner-Fischer | |
Thanks to Erik Hovland | |||
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 | |
- use shorter boilerplate while at it. | |||
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 | |
my_getpwnam -> bb_xgetpwnam /* dies on error */ my_getgrnam -> bb_xgetgrnam /* dies on error */ my_getgrgid -> bb_getgrgid my_getpwuid -> bb_getpwuid my_getug -> bb_getug | |||
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 | |
open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted. | |||
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 | |