| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to get more applets compile for NOMMU. | vda | 2007-03-26 | 1 | -12/+3 |
* | move everything to new NOMMU helpers, except udhcp | vda | 2007-03-26 | 2 | -60/+19 |
* | nmeter: should die if stdout doesn't like him anymore | vda | 2007-03-26 | 1 | -1/+1 |
* | dc: use common_bufsiz1 for evaluation stack | vda | 2007-03-24 | 1 | -18/+17 |
* | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | vda | 2007-03-24 | 2 | -5/+7 |
* | fix accumulated whitespace and indentation damage | vda | 2007-03-20 | 1 | -1/+1 |
* | adjtimex: fix argument types (most importantly, allow negative ones) | vda | 2007-03-14 | 1 | -4/+4 |
* | watchdog: don't use static variable | vda | 2007-03-14 | 1 | -9/+9 |
* | kill superfluous returns at the end of void functions | vda | 2007-03-11 | 1 | -2/+0 |
* | more: do not mess with "/dev/console" (!); | vda | 2007-03-10 | 1 | -2/+3 |
* | - add chrt applet. | aldot | 2007-03-09 | 3 | -0/+132 |
* | - move bbconfig into alphabetical order | aldot | 2007-03-09 | 1 | -1/+1 |
* | less: handle yet another Home/End key sequence; expand a comment | vda | 2007-03-09 | 1 | -4/+13 |
* | less: make '/' (regex search) scan input if no matches are found | vda | 2007-03-08 | 1 | -8/+6 |
* | less: yet another attempt to make search better | vda | 2007-03-08 | 1 | -1/+17 |
* | less: fix 'n'ext match: sometimes was going to 999999th line | vda | 2007-03-08 | 1 | -10/+19 |
* | clean up accumulated whitespace damage | vda | 2007-03-07 | 1 | -2/+2 |
* | hdparm: style fixes, no code changes | vda | 2007-02-18 | 1 | -405/+271 |
* | less: support xterm's home/end; improve forward search | vda | 2007-02-14 | 1 | -8/+28 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 4 | -4/+4 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 23 | -0/+25 |
* | preparatory patch for -Wwrite-strings #5 | vda | 2007-01-29 | 3 | -24/+23 |
* | preparatory patch for -Wwrite-strings #3 | vda | 2007-01-29 | 1 | -6/+4 |
* | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 3 | -13/+9 |
* | taskset: fix incorrect rage spec and allow 0xXXX input | vda | 2007-01-29 | 1 | -1/+1 |
* | - readahead depends on LFS | aldot | 2007-01-26 | 1 | -0/+1 |
* | "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 |