summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hush: allow to run interactive shell in do_shSascha Hauer2012-04-301-1/+1
* hush: Fix globbingSascha Hauer2012-04-301-48/+79
* glob: activate GLOB_NOCHECK flagSascha Hauer2012-04-301-6/+4
* 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
* MIPS: start.S: clean up whitespacesAntony Pavlov2012-04-261-1/+1
* dev_add_param: check if param exists alreadySascha Hauer2012-04-241-0/+4
* devinfo: use accessor function for parametersSascha Hauer2012-04-241-1/+1
* param: make return value of param getter function constSascha Hauer2012-04-242-8/+8
* ARM mxs: Add cpu_is_mx* macros for drivers shared with i.MXSascha Hauer2012-04-241-0/+10
* Merge branch 'pu/mx6-v2' into nextSascha Hauer2012-04-2427-10/+7909
|\
| * ARM Freescale i.MX6 Armadillo2: Add defconfigSascha Hauer2012-04-241-0/+69
| * ARM: initial Freescale i.MX6q Armadillo2 supportSascha Hauer2012-04-247-0/+411
| * net mii: Add mii_open/mii_close functionsSascha Hauer2012-04-242-0/+25
| * mmc i.MX esdhc: Add i.MX6 supportSascha Hauer2012-04-241-3/+12
| * net fec: Add i.MX6 supportSascha Hauer2012-04-242-3/+23
| * serial i.MX: i.MX6 supportSascha Hauer2012-04-241-1/+1
| * ARM: add initial i.MX6 supportSascha Hauer2012-04-2414-3/+7368
* | menu: fix menu alloc initJean-Christophe PLAGNIOL-VILLARD2012-04-231-0/+1
* | menu: fix support for "\n", "\n\r" and "\r"Jean-Christophe PLAGNIOL-VILLARD2012-04-231-1/+7
* | menu: fix non command management supportJean-Christophe PLAGNIOL-VILLARD2012-04-231-8/+9
* | usb: fix driver nameJean-Christophe PLAGNIOL-VILLARD2012-04-232-1/+1
* | netX: ignoring temporary netx build toolMichael Trensch2012-04-231-0/+1
* | netX: make the host interface macros compileJuergen Beisert2012-04-231-1/+1
* | netX: add more common permissionsJuergen Beisert2012-04-231-1/+2
* | netX: adapt it to the current boot specJuergen Beisert2012-04-231-7/+11
* | netX: use correct sized pointersJuergen Beisert2012-04-231-3/+3
* | netX: just a style fixJuergen Beisert2012-04-231-9/+9
* | Merge silicon definitions i.MX35, i.MX51 and i.MX53Alexander Shiyan2012-04-196-24/+17
* | Allow use platform_ide driver without ALT-registersAlexander Shiyan2012-04-181-4/+10
* | Merge branch 'binfmt' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-04-1810-13/+200
|\ \
| * | defaultenv: add binfmt supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-0/+4
| * | arm: bootm: add barebox, zImage and aImage binfmt supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-1/+21
| * | bootm: add uimage binfmt supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-0/+12
| * | Introduce binfmt supportJean-Christophe PLAGNIOL-VILLARD2012-04-185-12/+159
| * | filetype: add Bourne Shell supportJean-Christophe PLAGNIOL-VILLARD2012-04-182-0/+4
* | | bootm: Align oftreeSteffen Trumtrar2012-04-181-6/+10
* | | bootm: Fix check for ret-valueSteffen Trumtrar2012-04-181-4/+3
* | | config: fix missing switch machine to hostname during mergeJean-Christophe PLAGNIOL-VILLARD2012-04-181-7/+7
* | | dhcp: fix typo introduce during rebase of hostname patchJean-Christophe PLAGNIOL-VILLARD2012-04-181-1/+1
* | | arm: bootm: zImage: add error message when can not request the memoryJean-Christophe PLAGNIOL-VILLARD2012-04-181-0/+2
|/ /
* | config: switch machine to hostnameJean-Christophe PLAGNIOL-VILLARD2012-04-1825-168/+168
* | net: dhcp: add support to send the hostname to the dhcp serverJean-Christophe PLAGNIOL-VILLARD2012-04-181-2/+12