aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Vodz' last_patch57:andersen2002-09-302-10/+14
* Fail straight away rather than recursively printing error messages :)bug12002-09-281-1/+1
* Fix compress support and prevent a segfaultbug12002-09-271-16/+10
* New common unarchive code.bug12002-09-253-470/+363
* Fix error messages conditions, and make them the same as GNU mkdir.bug12002-09-221-2/+2
* last_patch56 from vodz to simplify copy_file logicandersen2002-09-171-74/+18
* Use "MiB" not "Mb"andersen2002-09-171-2/+2
* Let people force overwrite linksandersen2002-09-161-1/+1
* Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE forandersen2002-09-161-1/+65
* Patch from Matthias Lang <matthias@corelatus.se> to fix gunzipandersen2002-09-161-26/+63
* Apply vodz' last_patch52andersen2002-09-161-6/+3
* Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gzmjn32002-09-122-155/+60
* Dont return an error if the directory already existedbug12002-08-241-3/+7
* Fix warningbug12002-08-241-0/+1
* Rewrite, its smallerbug12002-08-231-30/+22
* Apply vodz last_patch51_2 and run through indentbug12002-08-231-87/+116
* Remove duplicate definitions, run through indentbug12002-08-221-1292/+1279
* replace some global const ints with definesbug12002-08-221-4/+4
* Run through indent, fix commentsbug12002-08-222-549/+604
* Fix dietlibc test conditionbug12002-08-151-1/+1
* Try to be a bit more dietlibc friendlyandersen2002-08-131-1/+1
* - Forgot to cvs add bb_asprintf.c (from vodz' patch #50)sandman2002-07-192-3/+91
* 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