aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow escaped 8 bit characters in bb_opt_complementalybug12003-12-191-1/+1
* Fix a bug preventing use of escaped characters that use the signed bitbug12003-12-191-3/+2
* Get vfork_daemon_rexec working under uclinuxruss2003-12-151-6/+57
* When a size of 0 is passed to copyfd_size, dont do anything, it wasbug12003-11-241-1/+4
* Fix warningbug12003-11-221-2/+6
* As we no longer use function pointers for read in common archiving codebug12003-11-213-27/+38
* Dont over-read fd, use function pointer for hash function.bug12003-11-201-29/+43
* Superficial changesbug12003-11-201-19/+17
* Merge common parts of sha1sum and md5sum, which is everything except thebug12003-11-102-1/+849
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.andersen2003-11-031-2/+2
* Rework wget, the xconnect interface, and its various clientsandersen2003-10-312-50/+38
* Patch from Arthur Othieno to fix a compiler warningandersen2003-10-221-0/+2
* make this a little bit less messyandersen2003-10-221-13/+11
* Fix an ommision preventing building, patch by Tito.bug12003-10-091-3/+3
* We did not have a safe_write, which is the analog to safe_read. Convertandersen2003-10-092-1/+49
* Vodz last_patch_105 without his xargs patch which doenst apply cleanlybug12003-10-061-2/+12
* Add the "install" applet, move get_ug_id to libbb as its used by chown,bug12003-09-242-1/+29