summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* menu: use read_keySascha Hauer2012-06-301-13/+4
* complete: fix parameter complete with multiple '.'Sascha Hauer2012-06-301-1/+1
* Fix a panic in crypto hash calculations due to uninitialized variable.Krzysztof Halasa2012-06-071-1/+1
* block: Fix printf warningAlexander Shiyan2012-05-311-1/+1
* block: do not BUG() on failed block_getSascha Hauer2012-05-301-1/+1
* block: propagate error code from block_getSascha Hauer2012-05-301-13/+13
* hush: do not convert to return code too earlySascha Hauer2012-05-231-5/+11
* Merge branch 'pu/hush' into nextSascha Hauer2012-05-231-4/+6
|\
| * run_shell: run again on ctrl-cSascha Hauer2012-05-211-4/+6
* | common: Make MENU depend on PROCESS_ESCAPE_SEQUENCEAlan Ott2012-05-211-0/+1
* | Add next generation default environment templateSascha Hauer2012-05-182-3/+23
|/
* Merge branch 'master' into nextSascha Hauer2012-05-164-5/+11
|\
| * complete: fix duplicate env eval listJean-Christophe PLAGNIOL-VILLARD2012-05-031-1/+1
| * Merge branch 'next'Sascha Hauer2012-05-0312-3621/+864
| |\
| * | uimage/file_to_sdram: fix resource allocationSascha Hauer2012-05-021-1/+5
| * | hush: bail out of scripts on syntax errorSascha Hauer2012-05-021-1/+3
| * | Merge tag 'j-master-fixes' of git://git.jcrosoft.org/bareboxSascha Hauer2012-04-301-2/+7
| |\ \
| | * | menu: fix support for "\n", "\n\r" and "\r"Jean-Christophe PLAGNIOL-VILLARD2012-04-251-1/+7
| | * | menu: fix double action when "\n\r" or "\r\n" is receivedJean-Christophe PLAGNIOL-VILLARD2012-04-251-2/+1
| * | | common: memory: fix off-by-one in tlsf_createMarc Kleine-Budde2012-04-241-1/+1
| |/ /
* | | Merge branch 'pu/magicvar' into nextSascha Hauer2012-05-151-0/+4
|\ \ \
| * | | flexible bootargs: Add magicvar descriptionsSascha Hauer2012-05-151-0/+4
* | | | glob: Add sorted output supportSascha Hauer2012-05-141-1/+7
|/ / /
* | | booting: more flexible Linux bootargs generationSascha Hauer2012-05-143-1/+82
* | | add 'global' commandSascha Hauer2012-05-143-0/+73
* | | Make errno a positive valueSascha Hauer2012-05-143-5/+5
* | | MIPS: bootm: add "MIPS barebox" handlerAntony Pavlov2012-05-111-0/+2
| |/ |/|
* | Merge tag 'complete_update_support' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-05-011-27/+174
|\ \
| * | complete: add executable file supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-11/+19
| * | complete: add go and sleep supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+5
| * | complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+5
| * | 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