summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | complete: add device name complete support for devinfoJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+20
| * | complete: add generic command complete frameworkJean-Christophe PLAGNIOL-VILLARD2012-04-301-15/+40
| * | complete: add var and device param complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-6/+90
* | | Merge branch 'pu/assorted' into nextSascha Hauer2012-05-012-3265/+7
|\ \ \
| * | | tlsf_malloc: return valid pointer for malloc(0)Sascha Hauer2012-04-301-0/+7
| * | | remove dlmalloc.srcSascha Hauer2012-04-301-3265/+0
| |/ /
* | | hush: allow to run interactive shell in do_shSascha Hauer2012-04-301-1/+1
* | | hush: Fix globbingSascha Hauer2012-04-301-48/+79
* | | hush: pass GLOB_NOCHECK to globSascha Hauer2012-04-301-6/+1
* | | hush: simplify globhackSascha Hauer2012-04-301-31/+8
* | | hush: remove quotes at end of processingSascha Hauer2012-04-301-23/+66
* | | hush: run_pipe_real: bail out early to safe an indention levelSascha Hauer2012-04-301-51/+47
* | | hush: run_pipe_real must have num_progs == 1Sascha Hauer2012-04-301-7/+9
* | | hush: remove bogus 'else'Sascha Hauer2012-04-301-1/+3
* | | hush: cleanup coding styleSascha Hauer2012-04-301-109/+221
* | | hush: safe an indention level by continueing a loopSascha Hauer2012-04-301-66/+69
* | | hush: safe indention level by continueing a loopSascha Hauer2012-04-301-79/+81
|/ /
* | menu: fix support for "\n", "\n\r" and "\r"Jean-Christophe PLAGNIOL-VILLARD2012-04-231-1/+7
* | Introduce binfmt supportJean-Christophe PLAGNIOL-VILLARD2012-04-184-12/+120
* | filetype: add Bourne Shell supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-0/+3
* | Merge branch 'master' into nextSascha Hauer2012-04-171-2/+2
|\|
| * filetype: Make it work on files < 512 bytesSascha Hauer2012-04-171-2/+2
* | Merge branch 'work/dns' into nextSascha Hauer2012-04-161-1/+1
|\ \
| * | Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* | | Merge branch 'work/build-timestamp' into nextSascha Hauer2012-04-162-1/+20
|\ \ \
| * | | Makefile: fix build timestampsSascha Hauer2012-04-152-1/+20
| |/ /
* / / menu: enable the fancy color support only if HUSH is enabledJean-Christophe PLAGNIOL-VILLARD2012-04-151-6/+15
|/ /
* | console simple: return with a proper error valueSascha Hauer2012-04-131-6/+8
* | make building of bareboxenv-target optionalSascha Hauer2012-04-131-0/+7
* | filetype: add Android boot image supportJean-Christophe PLAGNIOL-VILLARD2012-04-121-0/+3
* | menu: add color fancy supportJean-Christophe PLAGNIOL-VILLARD2012-04-101-5/+45
* | menu: fix double action when "\n\r" or "\r\n" is receivedJean-Christophe PLAGNIOL-VILLARD2012-04-101-2/+1
|/
* hush source: expand $PATHSascha Hauer2012-03-181-1/+16
* Merge branch 'work/thumb2' into nextSascha Hauer2012-03-061-0/+3
|\
| * ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-061-0/+3
* | commands: remove struct command pointer from commandsSascha Hauer2012-02-272-6/+6
* | command: do not allow abbreviated commands anymoreSascha Hauer2012-02-271-19/+3
|/
* getopt: save and restore contextSascha Hauer2012-02-272-9/+18
* console: use container_of instead of type_dataSascha Hauer2012-02-251-3/+4
* add string for -ETIMEDOUTSascha Hauer2012-02-191-1/+1
* make uimages work on tftpfsSascha Hauer2012-02-191-0/+25
* Merge branch 'pu/device-cleanup' into nextSascha Hauer2012-02-171-1/+1
|\
| * dos partitions: Do not register as fixed partitionsSascha Hauer2012-02-171-1/+1
* | Merge branch 'pu/block' into nextSascha Hauer2012-02-171-73/+201
|\ \
| * | block: reimplement cachingSascha Hauer2012-02-151-73/+201
| |/
* / readkey: add define for Ascii keysJean-Christophe PLAGNIOL-VILLARD2012-02-161-3/+3
|/
* Select CMD_LOADENV with DEFAULT_ENVIRONMENTSanjeev Premi2012-02-071-0/+1
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-272-24/+35
|\
| * startup: use regular debug statements in initcall debuggingSascha Hauer2012-01-261-4/+3
| * initcalls: do not hang if an initcall failsSascha Hauer2012-01-261-4/+1