Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | passing around an int as a void* is a very bad idea | Eric Andersen | 2006-01-30 | 1 | -10/+5 | |
| | ||||||
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -14/+2 | |
| | | | | - use shorter boilerplate while at it. | |||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 | |
| | ||||||
* | use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) | Mike Frysinger | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -2/+2 | |
| | | | | | | | | 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 | |||||
* | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger | 2005-08-16 | 1 | -1/+1 | |
| | ||||||
* | add comments about ignoring some warnings which are OK | Mike Frysinger | 2005-04-23 | 1 | -0/+8 | |
| | ||||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 | |
| | ||||||
* | s/u_int/uint/g | Eric Andersen | 2004-01-30 | 1 | -8/+8 | |
| | ||||||
* | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | 2003-11-15 | 1 | -5/+2 | |
| | | | | | | | | | 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. | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -7/+7 | |
| | ||||||
* | include busybox after libc includes | Glenn L McGrath | 2002-12-10 | 1 | -2/+3 | |
| | ||||||
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 1 | -0/+351 | |