aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix devfs loop device supportandersen2002-03-201-1/+1
* Reinitialize initial shift register value for on each pass.andersen2002-03-201-1/+3
* Cleanup a libc5 compatibility hackandersen2002-03-122-4/+4
* * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer iskraai2002-02-261-16/+5
* chomp should only remove the newline if it occurs at the end of the input.kraai2002-01-021-3/+5
* unzip applet by Laurence Andersonbug12002-01-021-25/+23
* optimize this a little bit.andersen2001-12-291-5/+3
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-203-12/+12
* Make cp and mv optionally preserve hard links.kraai2001-12-173-2/+31
* Open the source before creating the destination.kraai2001-12-111-8/+11
* If find_pid_by_name() had an error, it was returning -1, but storingandersen2001-12-061-21/+9
* More copyright and email addr cleanupsandersen2001-12-064-9/+4
* Silly cosmetic problem in the commentandersen2001-12-061-1/+0
* Commit my improvement on Rodney Brown's patch to g(un)zip, decreasingaaronl2001-12-061-26/+29
* Simplify unzip(), remove unused checks and unneccessary variablesbug12001-12-051-51/+27
* Simplify CRC table generationbug12001-12-051-11/+5
* New version to cut size. Includes optional basename() compatibility, butmjn32001-12-051-36/+27
* gunzip was incorrectly reporting a failed crc and length (discovered bybug12001-11-291-0/+8
* Treat NUL as the end-of-line.kraai2001-11-201-1/+1
* Remove unnecessary errno handling.kraai2001-11-121-5/+0
* I forgot to add these. Part of the patch from vodzandersen2001-11-101-0/+174
* Latest patch from vodz:andersen2001-11-102-193/+8
* Introduce od and hexdump appletsbug12001-11-022-1/+864
* Be extra pedantic about printing the correct type for an addressandersen2001-10-271-2/+2
* rEcover from my previous commitbug12001-10-251-7/+1
* Move libbb/unarchive functions to ./archival/libunarchivebug12001-10-251-627/+0
* Modify applets to use libunarchivebug12001-10-251-1/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-2461-720/+331
* Accomodate older glibc, which also lacks the module syscallsandersen2001-10-241-1/+1
* Return NULL if EOF is encountered before terminating_string.kraai2001-10-181-10/+7
* Revert that change. As Matt Kraai rightly points out,andersen2001-10-181-1/+1
* Scrub up some function prototypes.andersen2001-10-183-7/+5
* Patch from Stefan Soucek <ssoucek@coactive.com> toandersen2001-10-181-1/+1
* unarchive function changed to support both exclude and include lists, applets...bug12001-10-132-19/+20
* match exclude/include names with trailing '/'bug12001-10-131-2/+3
* Use fnmatch() to compare excluded/included filesbug12001-10-131-1/+1
* Cleanup memory usage properlybug12001-10-081-3/+7
* Free some variables after usebug12001-10-081-0/+4
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-052-3/+3
* Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm).kraai2001-10-041-1/+1
* List full path instead of relative path if prefix is specified (this was supp...bug12001-09-241-1/+1
* Commit my changes to arith.c which fixed a couple of bugs and decreasedmjn32001-09-111-143/+253
* Use the correct buffer when calling dirname, improve an error message, andkraai2001-08-281-2/+5
* Eliminate improper consts and allow standard version to override.kraai2001-08-242-3/+7
* Canonicalize dirname(3) behavior.kraai2001-08-243-9/+17
* Fix a memory leak if parent directory creation failed.kraai2001-08-241-4/+4
* Add #include <sys/param.h> to ensure PATH_MAX is definedandersen2001-08-221-0/+1
* dfp might be used uninitialized. NULL it.andersen2001-08-211-1/+1
* Rewritten by Manuel Novoa III.kraai2001-08-141-39/+28
* Commit Vladimir's simplify_path.kraai2001-08-102-0/+79