| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | "depends ..." -> "depends on ..." | vapier | 2007-01-24 | 1 | -1/+1 |
* | correct file format errors | vapier | 2007-01-24 | 1 | -9/+9 |
* | - sed -i -e "/\$Id:/d;" | aldot | 2007-01-22 | 1 | -1/+0 |
* | - use makedev to get device number, else it gives wrong major/minor numbers t... | aldot | 2007-01-21 | 1 | -2/+2 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | vda | 2007-01-19 | 1 | -5/+2 |
* | random small size optimizations | vda | 2007-01-12 | 1 | -8/+8 |
* | convert calloc to xzalloc | vda | 2007-01-03 | 1 | -2/+2 |
* | less: fix <tab><backspace> buglet | vda | 2006-12-31 | 1 | -5/+5 |
* | less: interpret backspace. | vda | 2006-12-31 | 1 | -0/+13 |
* | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | vda | 2006-12-31 | 1 | -1/+1 |
* | done a dozen of randconfig test. guess what? ALL failed... | vda | 2006-12-30 | 2 | -17/+25 |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | vda | 2006-12-28 | 1 | -2/+2 |
* | style fixes | vda | 2006-12-26 | 3 | -12/+12 |
* | less: fix regexp search '/' on large files | vda | 2006-12-25 | 1 | -47/+71 |
* | small stupid changes. no code changes | vda | 2006-12-24 | 1 | -7/+3 |
* | less: implement waiting for input using select(). Rather tricky business. | vda | 2006-12-24 | 1 | -454/+516 |
* | time: -200 bytes of text | vda | 2006-12-22 | 1 | -84/+96 |
* | time: fix option parsing bug, size optimizations | vda | 2006-12-22 | 1 | -28/+22 |
* | less: a few fixes for cases where we overflow status line | vda | 2006-12-21 | 1 | -59/+31 |
* | less: restore TAB display (was showing as inverse I after prev changes :) | vda | 2006-12-21 | 1 | -29/+35 |
* | less: "(null)" is a bit strange. "standard input" is better :) | vda | 2006-12-21 | 1 | -5/+14 |
* | less: how many different kinds of status line we need, three?! | vda | 2006-12-21 | 1 | -43/+40 |
* | less: stop dying on bad regexps, quietly pipe data w/o | vda | 2006-12-21 | 1 | -110/+146 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 1 | -1/+1 |
* | less: total cleanup and bugfix. | vda | 2006-12-21 | 1 | -248/+236 |
* | less: somewhat buggy applet, but nice. Muchly reduced | vda | 2006-12-20 | 2 | -212/+206 |
* | remove casts from xmalloc() | vda | 2006-12-19 | 1 | -1/+1 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 1 | -1/+1 |
* | bb_makedev: fix for glibc 2.3.2 | vda | 2006-12-10 | 1 | -1/+0 |
* | - shrink less. | aldot | 2006-12-04 | 1 | -56/+49 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 1 | -67/+57 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 1 | -10/+8 |
* | small fixes: | vda | 2006-11-26 | 2 | -3/+6 |
* | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | aldot | 2006-11-22 | 3 | -0/+107 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 2 | -8/+8 |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 1 | -4/+4 |
* | smart_ulltoa5: make available in libbb | vda | 2006-11-05 | 1 | -35/+1 |
* | mostly style fixes | vda | 2006-11-01 | 1 | -1/+1 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 1 | -1/+1 |
* | rename functions to more understandable names | vda | 2006-10-26 | 2 | -3/+3 |
* | remove bb_printf and the like | vda | 2006-10-26 | 7 | -69/+81 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 1 | -13/+13 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -3/+3 |
* | - we take exactly one argument. | aldot | 2006-10-24 | 1 | -0/+3 |
* | raidautorun: new applet, by: | vda | 2006-10-20 | 3 | -0/+31 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 4 | -6/+6 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 4 | -16/+8 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 2 | -2/+2 |
* | nmeter: new applet. ~4k | vda | 2006-10-11 | 3 | -0/+898 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 8 | -25/+22 |