summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
| * console: make it work without mallocSascha Hauer2012-01-261-17/+32
* | introduce barebox_bare_init_size to known the bare_init size and check itJean-Christophe PLAGNIOL-VILLARD2012-01-231-0/+9
* | add config to check if the size of barebox exceed the target sizeJean-Christophe PLAGNIOL-VILLARD2012-01-171-0/+7
* | param: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+2
* | filetype: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-112-1/+4
* | banner: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-112-1/+5
* | dummy_malloc: add calloc supportJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+12
|/
* poller_call: move from getc to is_timeoutJean-Christophe PLAGNIOL-VILLARD2012-01-042-2/+4
* Merge branch 'pu/tlsf' into nextSascha Hauer2012-01-033-12/+85
|\
| * tlsf: remove unused stuff from tlsfbits.hSascha Hauer2011-12-231-0/+55
| * tlsf: implement malloc_statsSascha Hauer2011-12-231-2/+23
| * tlsf: enable assertionsSascha Hauer2011-12-231-10/+7
* | defaultenv: use a compressed version when embedded in bareboxJean-Christophe PLAGNIOL-VILLARD2012-01-023-3/+81
|/
* add tlsf-based malloc implementationAntony Pavlov2011-12-234-0/+91
* adapt tlsf for bareboxAntony Pavlov2011-12-231-0/+11
* import TLSF 2.0 from http://tlsf.baisoku.org/tlsf-2.0.zipAntony Pavlov2011-12-231-0/+961
* auto-completion: add auto-completion for path filesAlexander Aring2011-12-211-2/+68