aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* bother. unrevert my fix.andersen2004-07-261-16/+23
* Allow hex escape sequencesandersen2004-07-261-23/+16
* Allow hex escape sequencesandersen2004-07-261-16/+23
* Fix for a bug identied by Harald Kuthe, when using many interfaces (29 bug12004-07-231-18/+13
* Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'bug12004-07-231-1/+1
* Revert my previous commitbug12004-06-251-3/+4
* Fix compile error under 2.6, check for newer versions first or all thebug12004-06-251-3/+3
* Patch from Bastian Blank:andersen2004-06-222-46/+1
* Add part of a patch from Vernon Sauder that i missed a while backbug12004-05-021-1/+1
* Do not use getpass(3)andersen2004-05-013-3/+90
* Dont try and preserve hard links to directories.bug12004-04-191-1/+3
* remove a warningandersen2004-04-141-2/+1
* Larry Doolittle writes:andersen2004-04-1411-19/+19
* Vladimir N. Oleynik writes:andersen2004-04-071-1/+1
* Christian Grigis, christian.grigis at smartdata dot ch writes:andersen2004-04-061-1/+1
* Add missing include filesandersen2004-03-272-0/+2
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-272-2/+2
* Brian Pomerantz writes:andersen2004-03-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1570-135/+135
* In spite of the feature freeze, check in a complete rework of route whichmjn32004-03-101-2/+2
* My bug. :-(mjn32004-03-081-0/+1
* Fix/eliminate use of atolandersen2004-03-062-3/+102
* Don't build these support functions for uClibc, as it always suppliesmjn32004-03-061-0/+4
* Patch from Vernon Sauder.bug12004-03-051-1/+1
* bb_full_fd_action was incorrectly returning an error message causingbug12004-02-231-2/+2
* For the time being, revert the changes for detecting copyingandersen2004-02-221-6/+0
* Sometimes i get carried away with the use of function pointers, im surebug12004-02-211-5/+5
* Chris Larson (kergoth) writes:andersen2004-02-191-16/+6
* Chris Larson (kergoth) writes:andersen2004-02-191-0/+16
* Accomodate the fact that newer libc versions may in fact notandersen2004-02-131-6/+29
* Make the loop support stuff be much less evil, and make it copeandersen2004-02-064-81/+34
* Vladimir N. Oleynik writes:andersen2004-02-051-3/+1
* The variable 'complementaly' used to be allocated with calloc, which zeroed itandersen2004-02-041-0/+2
* s/u_int/unsigned int/gandersen2004-01-301-4/+4
* Use proper C99 types throughout. So not use silly typedefs.andersen2004-01-301-47/+44
* Support new uClibc stdio core.mjn32004-01-301-4/+8
* Apply a couple of optimizationsandersen2004-01-291-3/+5
* Teach busybox ps to get the correct uid when displaying stuffandersen2004-01-271-3/+5
* Vodz, last_patch_123, patch have new version getopt_ulflags.bug12004-01-221-28/+20
* Patch from Atsushi Nemoto, recent MIPS kernel headersbug12004-01-211-0/+4
* Modify bb_lookup_port to allow the protocol to be specified, allowingbug12004-01-171-2/+2
* Fix a bug where mount could check the wrong device. st_rdev is the correctandersen2004-01-131-2/+5
* Patch from Matt Kraai to fix debian bug #227081bug12004-01-111-1/+1
* fix broken formattingandersen2003-12-231-3/+3
* don't mess up errnoandersen2003-12-231-2/+9
* bother. It seems I can't read.andersen2003-12-201-4/+0
* doh!andersen2003-12-201-1/+1
* Try to accomodate systems that do not define PAGE_SHIFTandersen2003-12-201-0/+4
* Use low level file descriptors to match bb_copyfd_eofbug12003-12-201-20/+19
* Change interface to bb_lookup_host, dont try and set port inside thisbug12003-12-201-18/+15