aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* small optimizationvda2006-11-241-4/+3
* tar: fix multiple -t and/or -v options handling.vda2006-11-241-8/+7
* tar: sanitize option handlingvda2006-11-244-90/+88
* tar: fix and sanitize handling of long filenames/linknamesvda2006-11-241-0/+1
* hunt down improper include <>, make mkswap output 4Gb+ friendlyvda2006-11-243-5/+3
* svn add makedev.c. Forgot as usual... :(vda2006-11-241-0/+19
* tar: small fixes:vda2006-11-241-15/+19
* tar: cache [ug]id->username/groupname mappings. Cuts down amountvda2006-11-241-18/+48
* tar: cry murder and bail out if file shrinks under us while we tar it upvda2006-11-241-2/+1
* glibc makedev() is a large inline. Save 700+ bytes by wrapping itvda2006-11-241-32/+90
* tar:vda2006-11-241-1/+0
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-221-2/+11
* fix double mergevda2006-11-221-76/+0
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-221-0/+152
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-221-0/+12
* xgethostbyname: more readablevda2006-11-211-5/+2
* bb_INET_default[] is really just a const "default",vda2006-11-212-19/+21
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-184-13/+13
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.vda2006-11-161-0/+10
* wget: fix error message.vda2006-11-101-4/+1
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-4/+20
* smart_ulltoa5: make available in libbbvda2006-11-051-6/+54
* replace /proc scanning code by more versatile one.vda2006-11-052-93/+174
* top: improve CPU% calculationvda2006-11-051-7/+0
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-4/+4
* PID should be stored in pid_t, not int or long.vda2006-11-012-15/+13
* #if CONFIG_xxx -> #if ENABLE_xxxvda2006-11-011-11/+3
* reads: fix bug 1078vda2006-10-311-1/+2
* login: re-enable Ctrl-^C before execing shell.vda2006-10-312-77/+55
* dd: fix bugs: always assumed conv=sync, died on write errorsvda2006-10-311-1/+1
* find: a lot more compliant to 'standard' findvda2006-10-291-1/+8
* ls: cleanup part 1vda2006-10-281-1/+1
* recursive_action: add depth paramvda2006-10-271-16/+24
* recursive_action: preparatory changes. will introduce "int level".vda2006-10-271-50/+48
* modprobe: reformat to match bbox stylevda2006-10-271-5/+2
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-271-4/+5
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-12/+23
* last nail into error_msg() (de)capitalizationvda2006-10-271-4/+4
* As usual, I forgot "svn del"...vda2006-10-271-96/+0
* ...and yet another small fix. Ouch...vda2006-10-261-1/+1
* rename functions to more understandable namesvda2006-10-266-21/+15
* remove bb_printf and the likevda2006-10-264-9/+6
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-261-6/+12
* wget: wget $'-\207' ... should not be allowed to work. ever. :)vda2006-10-252-20/+34
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-211-84/+126
* readlink: do not emit errors if file doesnt not exist / not a linkvda2006-10-201-0/+9
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-203-4/+4
* nc: fix 2 my own buglets, and few someone else's too.vda2006-10-161-1/+1
* grep: add support for -rvda2006-10-141-7/+7
* add open_read_close() and similar stuffvda2006-10-146-103/+144