aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix accumulated whitespace and indentation damagevda2007-03-201-1/+1
* adjtimex: fix argument types (most importantly, allow negative ones)vda2007-03-141-4/+4
* watchdog: don't use static variablevda2007-03-141-9/+9
* kill superfluous returns at the end of void functionsvda2007-03-111-2/+0
* more: do not mess with "/dev/console" (!);vda2007-03-101-2/+3
* - add chrt applet.aldot2007-03-093-0/+132
* - move bbconfig into alphabetical orderaldot2007-03-091-1/+1
* less: handle yet another Home/End key sequence; expand a commentvda2007-03-091-4/+13
* less: make '/' (regex search) scan input if no matches are foundvda2007-03-081-8/+6
* less: yet another attempt to make search bettervda2007-03-081-1/+17
* less: fix 'n'ext match: sometimes was going to 999999th linevda2007-03-081-10/+19
* clean up accumulated whitespace damagevda2007-03-071-2/+2
* hdparm: style fixes, no code changesvda2007-02-181-405/+271
* less: support xterm's home/end; improve forward searchvda2007-02-141-8/+28
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-064-4/+4
* suppress warnings about easch <applet>_main() havingvda2007-02-0323-0/+25
* preparatory patch for -Wwrite-strings #5vda2007-01-293-24/+23
* preparatory patch for -Wwrite-strings #3vda2007-01-291-6/+4
* preparatory patch for -Wwrite-strings #2vda2007-01-293-13/+9
* taskset: fix incorrect rage spec and allow 0xXXX inputvda2007-01-291-1/+1
* - readahead depends on LFSaldot2007-01-261-0/+1
* "depends ..." -> "depends on ..."vapier2007-01-241-1/+1
* correct file format errorsvapier2007-01-241-9/+9
* - sed -i -e "/\$Id:/d;"aldot2007-01-221-1/+0
* - use makedev to get device number, else it gives wrong major/minor numbers t...aldot2007-01-211-2/+2
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-5/+2
* random small size optimizationsvda2007-01-121-8/+8
* convert calloc to xzallocvda2007-01-031-2/+2
* less: fix <tab><backspace> bugletvda2006-12-311-5/+5
* less: interpret backspace.vda2006-12-311-0/+13
* fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>vda2006-12-311-1/+1
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-302-17/+25
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-2/+2
* style fixesvda2006-12-263-12/+12
* less: fix regexp search '/' on large filesvda2006-12-251-47/+71
* small stupid changes. no code changesvda2006-12-241-7/+3
* less: implement waiting for input using select(). Rather tricky business.vda2006-12-241-454/+516
* time: -200 bytes of textvda2006-12-221-84/+96
* time: fix option parsing bug, size optimizationsvda2006-12-221-28/+22
* less: a few fixes for cases where we overflow status linevda2006-12-211-59/+31
* less: restore TAB display (was showing as inverse I after prev changes :)vda2006-12-211-29/+35
* less: "(null)" is a bit strange. "standard input" is better :)vda2006-12-211-5/+14
* less: how many different kinds of status line we need, three?!vda2006-12-211-43/+40
* less: stop dying on bad regexps, quietly pipe data w/ovda2006-12-211-110/+146
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+1
* less: total cleanup and bugfix.vda2006-12-211-248/+236
* less: somewhat buggy applet, but nice. Muchly reducedvda2006-12-202-212/+206
* remove casts from xmalloc()vda2006-12-191-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* bb_makedev: fix for glibc 2.3.2vda2006-12-101-1/+0