aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-195-8/+6
* Brad Campbell <brad@seme.com.au> notes thatandersen2002-07-111-1/+2
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-035-10/+10
* A patch from Bart Visscher <magick@linux-fan.com> to add anandersen2002-07-031-0/+78
* This patch from Bart Visscher <magick@linux-fan.com> addsandersen2002-07-035-7/+238
* Cleanup shadow.h stuff so it behaves as intendedandersen2002-07-031-1/+1
* Remove advertising clauses in accordance withaaronl2002-06-231-5/+1
* Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOWaaronl2002-06-231-0/+1
* Port over the last of the tinylogin appletsandersen2002-06-2311-3/+791
* * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.kraai2002-06-111-1/+1
* Patch from Gyepi SAM <gyepi@praxis-sw.com>:andersen2002-06-061-2/+7
* Fix for broken handling off BusyBox's own pwd/grp implementationssandman2002-06-045-5/+5
* Support old-style compress (.Z) files via libbb / unzip( ) callssandman2002-05-191-0/+313
* Support old-style compress (.Z) files via libbb / unzip( ) callssandman2002-05-152-2/+18
* Silly meandersen2002-04-131-0/+1
* Stupid gcc always includes its own builtin strlen()...andersen2002-04-131-0/+6
* Completely rework the config system so that it no longer annoys me to work onandersen2002-04-122-48/+74
* 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