aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
AgeCommit message (Expand)Author
2003-08-01Remove code that too agressively disabled inlinesEric Andersen
2003-07-29Bruno Randolf writes:Eric Andersen
2003-07-28last_patch95 from vodz:Eric Andersen
2003-07-22Remove remaining libc5 support codeEric Andersen
2003-07-22Patch from Paul Mundt:Eric Andersen
2003-07-07This declaration no longer needs to hide when using dmallocEric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen
2003-06-26Geir Thomassen wrote, regarding networking/httpd.c line 1358Eric Andersen
2003-06-20Add prototype update missing from last_patch89. Fix screwyEric Andersen
2003-06-20last_patch89 from vodz:Eric Andersen
2003-05-26Make all syscall declarations use the syscall() functionEric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2003-03-07Define bb_xgetlarg as a standard interface for extractingEric Andersen
2003-02-08Patch from mathuria, compatability with solarisGlenn 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-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-02Move compare_string_array to libbbGlenn 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-09-30Vodz' last_patch57:Eric Andersen
2002-09-27Fix compress support and prevent a segfaultGlenn L McGrath
2002-09-25Reverse some minor changes that got caught up in my big unarchive patchGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-09-16Apply vodz' last_patch52Eric Andersen
2002-08-22define inline if needed for ANSI C compatabilityGlenn L McGrath
2002-08-22Remove definition of is_octal and is_decimal, they arent usedGlenn L McGrath
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
2002-07-03This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen
2002-06-23Port over the last of the tinylogin appletsEric Andersen
2002-06-04Implement two types of suid/sgid support for BusyBox:Robert Griebl
2002-04-13Stupid gcc always includes its own builtin strlen()...Eric Andersen
2002-03-20Fix devfs loop device supportEric Andersen
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
2001-12-17Make cp and mv optionally preserve hard links.Matt Kraai
2001-12-06If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen
2001-10-25libunarchive, and recovery from my previous commitGlenn L McGrath
2001-10-25Modify applets to use libunarchiveGlenn L McGrath
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-13unarchive function changed to support both exclude and include lists, applets...Glenn L McGrath
2001-10-05Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai
2001-08-24Eliminate improper consts and allow standard version to override.Matt Kraai
2001-08-10Commit Vladimir's simplify_path.Matt Kraai
2001-08-02More libc5 fixupsEric Andersen