summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Enable a way to provide the reason for "being here"Juergen Beisert2012-07-183-0/+53
* filetype: add forgotten mips barebox filetype_strAntony Pavlov2012-07-161-0/+1
* Merge branch 'for-next/resource-size'Sascha Hauer2012-07-023-18/+22
|\
| * resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-013-18/+22
* | Merge branch 'for-next/menu'Sascha Hauer2012-07-022-19/+26
|\ \
| * | menu: implement KEY_HOME/KEY_ENDSascha Hauer2012-06-301-0/+9
| * | menu: store repaint state in variableSascha Hauer2012-06-301-5/+12
| * | menu: use read_keySascha Hauer2012-06-301-13/+4
| * | complete: fix parameter complete with multiple '.'Sascha Hauer2012-06-301-1/+1
| |/
* | Merge branch 'for-next/size-decrease'Sascha Hauer2012-07-022-56/+16
|\ \
| * | dos partitions: enable disk size guessing only for bios disksSascha Hauer2012-06-281-1/+1
| * | menu: factor out a function to print an entrySascha Hauer2012-06-281-55/+15
| |/
* | Merge branch 'for-next/sparse'Sascha Hauer2012-07-022-7/+7
|\ \
| * | of: Fix usage of 0 as NULL pointerSascha Hauer2012-06-301-1/+1
| * | tlsf: Use NULL instead of 0 for returning NULL pointersSascha Hauer2012-06-301-6/+6
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2012-07-021-1/+1
|\ \
| * | common: fix typo cammand_var_completeSteffen Trumtrar2012-06-301-1/+1
| |/
* | Merge branch 'for-next/dma-cache-align'Sascha Hauer2012-07-022-5/+7
|\ \
| * | partition: Use dma_alloc for allocating buffersSascha Hauer2012-06-301-2/+3
| * | block: use dma_alloc to allocate buffersSascha Hauer2012-06-301-3/+4
| |/
* | partitions: Make 64bit capableSascha Hauer2012-06-301-29/+0
* | make cdev 64bit capableSascha Hauer2012-06-301-1/+1
* | use loff_t for file offsetsSascha Hauer2012-06-301-2/+2
|/
* 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