aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Configuration option to define wether to follows GNU sed's behaviour bug12003-09-161-2/+1
* Compile get_terminal_width_heightbug12003-09-161-7/+8
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-0/+66
* more crond+crontab integrating with loginutil libbb functions and deletedbug12003-09-031-4/+12
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-022-1/+5
* Fix compile error and reducing size for libbb/get_console.c to previous size.bug12003-09-011-45/+27
* The default behaviour for run-parts is corrected to continue if an errorbug12003-08-301-2/+3
* Remove some unwanted code, patch from Holger Schurig, confirmed by vodzbug12003-08-291-4/+0
* Fix for compiling with ipv6bug12003-08-291-8/+8
* "staywithu" writes:andersen2003-08-221-4/+3
* Fix a bug reported by junkio@cox.net involving the mode_chars index.mjn32003-08-141-1/+6
* Latest dash update from vodzandersen2003-08-062-376/+1
* Patch from vodz to cleanup libbb/obscure.c:password_check()andersen2003-08-061-3/+3
* Joe.C writes:andersen2003-08-061-1/+5
* Save 0.5K.mjn32003-08-021-129/+154
* Vladimir N. Oleynik writes:andersen2003-07-301-2/+5
* Bruno Randolf writes:andersen2003-07-291-2/+2
* last_patch95 from vodz:andersen2003-07-282-1/+28
* James Petterson writes:andersen2003-07-281-2/+2
* Remove remaining libc5 support codeandersen2003-07-226-274/+10
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-1454-80/+73
* Fixup compile problem with dmallocandersen2003-07-051-1/+1
* Patch from Russell Coker:andersen2003-07-033-3/+30
* Using safe_read seems, well, safer...andersen2003-07-031-1/+1
* Geir Thomassen wrote, regarding networking/httpd.c line 1358andersen2003-06-262-2/+2
* Don't shadow a paramaterandersen2003-06-201-3/+3