summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* complete: fix duplicate env eval listJean-Christophe PLAGNIOL-VILLARD2012-05-031-1/+1
* Merge branch 'next'Sascha Hauer2012-05-0312-3621/+864
|\
| * 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
| * filetype: add Bourne Shell supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-0/+3
| * Merge branch 'master' into nextSascha 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
* | | 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
|/ /
* / filetype: Make it work on files < 512 bytesSascha Hauer2012-04-171-2/+2
|/
* 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