aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-21Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath
2004-02-21Use return instead of exit, use == instead of & ==, left justify labels,Glenn L McGrath
2004-02-20Document missing cp optionsEric Andersen
2004-02-20Fix up hard linksGlenn L McGrath
2004-02-20A strict interpretation of the ustar format requires the type flag to beGlenn L McGrath
2004-02-19Add extra comments, freakout if a pax archive is encoutered.Glenn L McGrath
2004-02-19Chris Larson (kergoth) writes:Eric Andersen
2004-02-19Chris Larson (kergoth) writes:Eric Andersen
2004-02-18Dont use same variable and struct nameGlenn L McGrath
2004-02-18FormattingGlenn L McGrath
2004-02-18remove debuggingGlenn L McGrath
2004-02-18Patch from OpenWrt.Manuel Novoa III
2004-02-18Add -i option to sed, to edit files in-place.Rob Landley
2004-02-18Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm.Manuel Novoa III
2004-02-17Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.Eric Andersen
2004-02-17Mark Lord writes:Eric Andersen
2004-02-17Add the -r option, patch from Rob with some help from myself.Glenn L McGrath
2004-02-17Remove debuggingGlenn L McGrath
2004-02-17Dont strip trailing '/' until _after_ i test to set if its there !Glenn L McGrath
2004-02-17Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,Manuel Novoa III
2004-02-17Woops, im getting ahead of myself, we dont have the -r (refernece)Glenn L McGrath
2004-02-17define option names to be clearer, simplify nested if statements, removeGlenn L McGrath
2004-02-14Avoid naming conflict with symbol in newer glibc headersEric Andersen
2004-02-13Accomodate the fact that newer libc versions may in fact notEric Andersen
2004-02-10oops. Leave the default feature set enbled for now...Eric Andersen
2004-02-10Initial effort at disabling job control as wellEric Andersen
2004-02-10Support disabling pipe and redirect supportEric Andersen
2004-02-09Update URLEric Andersen
2004-02-09Buffalo appears to have resolved their GPL problemsEric Andersen
2004-02-06Richard Kojedzinszky writes:Eric Andersen
2004-02-06Patch from vodz, based on bug report from Richard Kojedzinszky:Eric Andersen
2004-02-06Make the loop support stuff be much less evil, and make it copeEric Andersen
2004-02-06Eliminate use of a kernel scsi header file.Eric Andersen
2004-02-05Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III
2004-02-05Vladimir N. Oleynik writes:Eric Andersen
2004-02-05Vladimir N. Oleynik writes:Eric Andersen
2004-02-05Elaborate on CONFIG_SELINUX, and explain that most people shouldEric Andersen
2004-02-04Grammar fixEric Andersen
2004-02-04Minor grammar fixupEric Andersen
2004-02-04Bump version number for releaseEric Andersen
2004-02-04Richard Kojedzinszky writes:Eric Andersen
2004-02-04Joe.C writes:Eric Andersen
2004-02-04Jean Wolter writes:Eric Andersen
2004-02-04Rob Landley writes:Eric Andersen
2004-02-04The variable 'complementaly' used to be allocated with calloc, which zeroed itEric Andersen
2004-02-04Bug fix from Tito.Glenn L McGrath
2004-02-04Vodz last_patch_125_2, this patch have: Glenn L McGrath
2004-02-01Rewrite parse_config_file(). Among the old version's problems:Manuel Novoa III
2004-02-01Use bb_xstrdup() instead of strdup().Manuel Novoa III
2004-01-31Fix http proxy use, bytes were swappedGlenn L McGrath