aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-07-05Fixup compile problem with dmallocEric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen
2003-07-03Using safe_read seems, well, safer...Eric Andersen
2003-06-26Geir Thomassen wrote, regarding networking/httpd.c line 1358Eric Andersen
2003-06-20Don't shadow a paramaterEric Andersen
2003-06-20last_patch89 from vodz:Eric Andersen
2003-06-10Vodz, last_patch_88Glenn L McGrath
2003-05-27Put this back the way it was. I misunderstood what vodz was doing.Eric Andersen
2003-05-26Make all syscall declarations use the syscall() functionEric Andersen
2003-05-26This was doing some silly stuff that is not necessary when usingEric Andersen
2003-05-26Skip printing "/proc/%d/cmdline" stuff when it is not relevantEric Andersen
2003-05-26Remove cruftEric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-05-13Fix \l so it doesnt print the character as well as the tty, from oldGlenn L McGrath
2003-05-02Patch from Dmitry V. Levin to fix a fd leakEric Andersen
2003-04-21sync with waldiGlenn L McGrath
2003-04-19Patch from David Updegraff to use calloc so that forward pointers start outEric Andersen
2003-04-16Minor .o file naming changeEric Andersen
2003-03-19Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III
2003-03-19Obligatory forgotten item.Manuel Novoa III
2003-03-19Major coreutils update.Manuel Novoa III
2003-03-07With nightmares of libbb ending up with 100 .c files startingEric Andersen
2003-03-07Define bb_xgetlarg as a standard interface for extractingEric Andersen
2003-02-27Write all the help text for the util-linux utilities. AllowEric Andersen
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