aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2003-02-09Fix compiler warnings, patch by Steven ScholzGlenn L McGrath
2003-01-21Login prompt function, part of waldi's telnetd from inetd patchGlenn L McGrath
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
2003-01-20New test mode that allows run_parts to fail silently if the directoryGlenn L McGrath
2003-01-20Make test mode output same as official versionGlenn L McGrath
2003-01-14Eliminate most instances where we use linux kernel headersEric Andersen
2003-01-13Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath
2002-12-14rmmod -a removed modules recursivelyTim Riker
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath
2002-12-08Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath
2002-12-07Re-sort filenames to alphebetical order.Glenn L McGrath
2002-12-07Commit to reverse my previous commit, isnt cvs supposed to have some undo com...Glenn L McGrath
2002-12-07include "busybox" after the libc includes tofix compile errorsGlenn L McGrath
2002-12-05Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen
2002-12-03Save 10 bytes or so, last_patch_70 from Vladimir N. OleynikGlenn L McGrath
2002-12-02last_patch_69, 8 bit clean and other fixes from Vladimir N. OleynikGlenn L McGrath
2002-12-02Move compare_string_array to libbbGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use error_msg( instead of fprintf(stderrGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderr, other minor cleanupsGlenn L McGrath
2002-11-28Style, minor cleanupsGlenn L McGrath
2002-11-26use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath
2002-11-26Use #ifdef instead of #ifGlenn L McGrath
2002-11-25Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Ol...Glenn L McGrath
2002-11-24Dont need a seperate functionGlenn L McGrath
2002-11-24When making parent directories set permissions based on the base parent tree ...Glenn L McGrath
2002-11-24include libbb after stdlib.h as it breaks dmallocGlenn L McGrath
2002-11-21Fix a vfork bug, by Nick Fedchik and Vladimir N. OleynikGlenn L McGrath
2002-11-15Use vfork, by vodzGlenn L McGrath
2002-11-11Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen
2002-10-22Move unzip.c uncompress.c from libbb to archiveal/libunarchiveGlenn L McGrath
2002-10-21gz_open is used anymore, use inflate directly, see how its done in get_header...Glenn L McGrath
2002-10-19Dont try and make the "/" directoryGlenn L McGrath
2002-10-10last_patch61 from vodz:Eric Andersen
2002-09-30Vodz' last_patch57:Eric Andersen
2002-09-28Fail straight away rather than recursively printing error messages :)Glenn L McGrath
2002-09-27Fix compress support and prevent a segfaultGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-09-22Fix error messages conditions, and make them the same as GNU mkdir.Glenn L McGrath
2002-09-17last_patch56 from vodz to simplify copy_file logicEric Andersen
2002-09-17Use "MiB" not "Mb"Eric Andersen
2002-09-16Let people force overwrite linksEric Andersen
2002-09-16Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE forEric Andersen
2002-09-16Patch from Matthias Lang <matthias@corelatus.se> to fix gunzipEric Andersen
2002-09-16Apply vodz' last_patch52Eric Andersen
2002-09-12Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gzManuel Novoa III
2002-08-24Dont return an error if the directory already existedGlenn L McGrath