aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2004-07-23Fix for a bug identied by Harald Kuthe, when using many interfaces (29 Glenn L McGrath
2004-07-23Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'Glenn L McGrath
2004-06-25Revert my previous commitGlenn L McGrath
2004-06-25Fix compile error under 2.6, check for newer versions first or all theGlenn L McGrath
2004-06-22Patch from Bastian Blank:Eric Andersen
2004-05-02Add part of a patch from Vernon Sauder that i missed a while backGlenn L McGrath
2004-05-01Do not use getpass(3)Eric Andersen
2004-04-19Dont try and preserve hard links to directories.Glenn L McGrath
2004-04-14remove a warningEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-07Vladimir N. Oleynik writes:Eric Andersen
2004-04-06Christian Grigis, christian.grigis at smartdata dot ch writes:Eric Andersen
2004-03-27Add missing include filesEric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-23Brian Pomerantz writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-10In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III
2004-03-08My bug. :-(Manuel Novoa III
2004-03-06Fix/eliminate use of atolEric Andersen
2004-03-06Don't build these support functions for uClibc, as it always suppliesManuel Novoa III
2004-03-05Patch from Vernon Sauder.Glenn L McGrath
2004-02-23bb_full_fd_action was incorrectly returning an error message causingGlenn L McGrath
2004-02-22For the time being, revert the changes for detecting copyingEric Andersen
2004-02-21Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath
2004-02-19Chris Larson (kergoth) writes:Eric Andersen
2004-02-19Chris Larson (kergoth) writes:Eric Andersen
2004-02-13Accomodate the fact that newer libc versions may in fact notEric Andersen
2004-02-06Make the loop support stuff be much less evil, and make it copeEric Andersen
2004-02-05Vladimir N. Oleynik writes:Eric Andersen
2004-02-04The variable 'complementaly' used to be allocated with calloc, which zeroed itEric Andersen
2004-01-30s/u_int/unsigned int/gEric Andersen
2004-01-30Use proper C99 types throughout. So not use silly typedefs.Eric Andersen
2004-01-30Support new uClibc stdio core.Manuel Novoa III
2004-01-29Apply a couple of optimizationsEric Andersen
2004-01-27Teach busybox ps to get the correct uid when displaying stuffEric Andersen
2004-01-22Vodz, last_patch_123, patch have new version getopt_ulflags.Glenn L McGrath
2004-01-21Patch from Atsushi Nemoto, recent MIPS kernel headersGlenn L McGrath
2004-01-17Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath
2004-01-13Fix a bug where mount could check the wrong device. st_rdev is the correctEric Andersen
2004-01-11Patch from Matt Kraai to fix debian bug #227081Glenn L McGrath
2003-12-23fix broken formattingEric Andersen
2003-12-23don't mess up errnoEric Andersen
2003-12-20bother. It seems I can't read.Eric Andersen
2003-12-20doh!Eric Andersen
2003-12-20Try to accomodate systems that do not define PAGE_SHIFTEric Andersen
2003-12-20Use low level file descriptors to match bb_copyfd_eofGlenn L McGrath
2003-12-20Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath
2003-12-19Allow escaped 8 bit characters in bb_opt_complementalyGlenn L McGrath
2003-12-19Fix a bug preventing use of escaped characters that use the signed bitGlenn L McGrath
2003-12-15Get vfork_daemon_rexec working under uclinuxRuss Dill