summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-242-5/+7
| | | | | option for every affected applet (and dnsd, for example, don't have one). Thus rework re-exec support to not require it. Code got smaller too.
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
|
* adjtimex: fix argument types (most importantly, allow negative ones)Denis Vlasenko2007-03-141-4/+4
|
* watchdog: don't use static variableDenis Vlasenko2007-03-141-9/+9
|
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-2/+0
|
* more: do not mess with "/dev/console" (!);Denis Vlasenko2007-03-101-2/+3
| | | | | | | fill whole 1st screen (was "screen sans one line"); fall back to cat if redirected or no ctty less: fall back to cat if no ctty (was exiting) resize: cosmetics
* - add chrt applet.Bernhard Reutner-Fischer2007-03-093-0/+132
| | | | | | text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage
* - move bbconfig into alphabetical orderBernhard Reutner-Fischer2007-03-091-1/+1
|
* less: handle yet another Home/End key sequence; expand a commentDenis Vlasenko2007-03-091-4/+13
|
* less: make '/' (regex search) scan input if no matches are foundDenis Vlasenko2007-03-081-8/+6
| | | | in input taken so far.
* less: yet another attempt to make search betterDenis Vlasenko2007-03-081-1/+17
|
* less: fix 'n'ext match: sometimes was going to 999999th lineDenis Vlasenko2007-03-081-10/+19
|
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-2/+2
|
* hdparm: style fixes, no code changesDenis Vlasenko2007-02-181-405/+271
|
* less: support xterm's home/end; improve forward searchDenis Vlasenko2007-02-141-8/+28
|
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-064-4/+4
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-0323-0/+25
| | | | no preceding prototype
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-293-24/+23
|
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-6/+4
|
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-293-13/+9
|
* taskset: fix incorrect rage spec and allow 0xXXX inputDenis Vlasenko2007-01-291-1/+1
| | | | ping: shave off 60 bytes
* - readahead depends on LFSBernhard Reutner-Fischer2007-01-261-0/+1
|
* "depends ..." -> "depends on ..."Mike Frysinger2007-01-241-1/+1
|
* correct file format errorsMike Frysinger2007-01-241-9/+9
|
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-221-1/+0
|
* - use makedev to get device number, else it gives wrong major/minor numbers ↵Bernhard Reutner-Fischer2007-01-211-2/+2
| | | | | | to devices files on systems which use big device numbers. Closes #919
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-5/+2
| | | | | | | | | (will close all fd's > 2 on daemonization now) getty: fix "getty -" support, and also do not try to chown/chmod "-" telnetd: fix "lost ctty" bug Yet another attempt on saner function names: bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize();
* random small size optimizationsDenis Vlasenko2007-01-121-8/+8
|
* convert calloc to xzallocDenis Vlasenko2007-01-031-2/+2
| | | | fix sleep-on-die option
* less: fix <tab><backspace> bugletDenis Vlasenko2006-12-311-5/+5
|
* less: interpret backspace.Denis Vlasenko2006-12-311-0/+13
| | | | | less is officially declared PAGER-capable! ;) (this includes viewing of manpages)
* fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>Denis Vlasenko2006-12-311-1/+1
|
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-302-17/+25
| | | | these are resulting fixes
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
| | | | | | | uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam
* style fixesDenis Vlasenko2006-12-263-12/+12
| | | | last xcalloc replaced by xzalloc
* less: fix regexp search '/' on large filesDenis Vlasenko2006-12-251-47/+71
|
* small stupid changes. no code changesDenis Vlasenko2006-12-241-7/+3
|
* less: implement waiting for input using select(). Rather tricky business.Denis Vlasenko2006-12-241-454/+516
| | | | But we do not read entire input anymore up-front.
* time: -200 bytes of textDenis Vlasenko2006-12-221-84/+96
|
* time: fix option parsing bug, size optimizationsDenis Vlasenko2006-12-221-28/+22
|
* less: a few fixes for cases where we overflow status lineDenis Vlasenko2006-12-211-59/+31
|
* less: restore TAB display (was showing as inverse I after prev changes :)Denis Vlasenko2006-12-211-29/+35
|
* less: "(null)" is a bit strange. "standard input" is better :)Denis Vlasenko2006-12-211-5/+14
|
* less: how many different kinds of status line we need, three?!Denis Vlasenko2006-12-211-43/+40
| | | | | small fixes. [prev commit also added control char filtering on input (e.g. regexp input, filename input for 'E' etc)]
* less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko2006-12-211-110/+146
| | | | | user interaction if stdout is not a tty. size optimizations
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
|
* less: total cleanup and bugfix.Denis Vlasenko2006-12-211-248/+236
| | | | | | | | | | | | | | Doesn't die horribly on binary files anymore. In fact, they _100%_ work now. Control chars are in reverse video, including DEL and that idiocy of VT-10x, Meta-ESC [inventor of which should be prohibited from reproducing]. Regex search is fixed also. When you specify search ('/' key), control chars turn into dots (unhighlighted), and found occurrences highlighted instead. This is reversible. Memory management fixed (was leaky as hell) and optimized. Linewrapping fixed and thoroughly tested. Max buffer size made configurable. ~ 600 bytes saved.
* less: somewhat buggy applet, but nice. Muchly reducedDenis Vlasenko2006-12-202-212/+206
| | | | | | | | xstrdup'ing and memory consumption. Made linewrap saner. regex matching code was awful - still buggy, but not as leaky as before. Made buffer size configurable. Killed several static and on-stack buffers. Hopefully eliminated staircase effect on Ctrl-C (unable to reproduce).
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
|
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
|