summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* console_simple: add fprintf / console_list for commands/loadb.cPeter Korsgaard2010-12-121-1/+25
* parser: use debug macrosRobert Schwebel2010-11-011-28/+23
* doc: silence doxygen warningsRobert Schwebel2010-10-221-0/+4
* common/memsize.c: add missing includeSascha Hauer2010-10-211-0/+1
* common/environment.c: sparse fixesSascha Hauer2010-10-211-1/+1
* version_string: sparse fixesSascha Hauer2010-10-211-2/+0
* common/env.c: sparse fixesSascha Hauer2010-10-211-1/+1
* hush: sparse fixesSascha Hauer2010-10-211-5/+5
* console: sparse fixesSascha Hauer2010-10-211-2/+4
* dlmalloc: sparse fixesSascha Hauer2010-10-211-20/+21
* image: remove confusing image_check_* functionsSascha Hauer2010-10-131-3/+4
* defaultenv/update: add check crc32 optionsJean-Christophe PLAGNIOL-VILLARD2010-10-121-0/+2
* defaultenv/update: merge update_rootfs and update_kernelJean-Christophe PLAGNIOL-VILLARD2010-10-121-0/+1
* defaultenv: introduce CONFIG_DEFAULT_ENVIRONMENT_GENERIC to enable itJean-Christophe PLAGNIOL-VILLARD2010-10-122-2/+21
* hush: implement getopt builtinSascha Hauer2010-10-082-2/+115
* hush: fix nasty memory leak in hushSascha Hauer2010-10-081-0/+1
* hush: pass context around in shellSascha Hauer2010-10-081-9/+9
* image: factorise image printing contentsJean-Christophe PLAGNIOL-VILLARD2010-10-082-1/+178
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-10-081-4/+4
* image: rename IH_CPU to IH_ARCH to be more concistantJean-Christophe PLAGNIOL-VILLARD2010-10-081-18/+18
* image: factorise string helperJean-Christophe PLAGNIOL-VILLARD2010-10-082-0/+135
* Revert "image: factorise string helper"Sascha Hauer2010-10-072-135/+0
* Revert "image: rename IH_CPU to IH_ARCH to be more concistant"Sascha Hauer2010-10-071-18/+18
* Revert "Replace direct header access with the API routines"Sascha Hauer2010-10-071-4/+4
* Revert "image: factorise image printing contents"Sascha Hauer2010-10-072-176/+1
* console: set device_d id at -1Jean-Christophe PLAGNIOL-VILLARD2010-09-241-0/+1
* image: factorise image printing contentsJean-Christophe PLAGNIOL-VILLARD2010-09-242-1/+176
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-09-241-4/+4
* image: rename IH_CPU to IH_ARCH to be more concistantJean-Christophe PLAGNIOL-VILLARD2010-09-231-18/+18
* image: factorise string helperJean-Christophe PLAGNIOL-VILLARD2010-09-232-0/+135
* rename __initdata to __early_initdataSascha Hauer2010-09-201-2/+2
* Menu: add box style entryJean-Christophe PLAGNIOL-VILLARD2010-09-201-6/+32
* menu: add auto select supportJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+53
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+1
* add password frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+315
* add digest frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-202-0/+78
* move barebox_default_env.h to include/generated/Jean-Christophe PLAGNIOL-VILLARD2010-09-172-4/+4
* move utsrelease.h to include/generated/ instead of include/linuxJean-Christophe PLAGNIOL-VILLARD2010-09-171-1/+1
* menu: simplify usage for clientsSascha Hauer2010-08-301-8/+100
* menu: use an initialized struct list as menu listSascha Hauer2010-08-301-12/+7
* menu: use list_for_each_entry where appropriateSascha Hauer2010-08-301-16/+5
* menu: remove superfluous struct menu_entry member from struct menuSascha Hauer2010-08-301-10/+10
* menu: simplify menu_free with list_for_each_entry_safeSascha Hauer2010-08-301-9/+3
* menu: initialize entries list in menu_allocSascha Hauer2010-08-301-4/+0
* Menu/cmd: add sub menu entry command supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+7
* Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-303-0/+323
* Kconfig: sync with linux kernel v2.6.36-rc1-168-ge36c886Jean-Christophe PLAGNIOL-VILLARD2010-08-221-0/+13
* barebox_default_env: fix out of tree buildJean-Christophe PLAGNIOL-VILLARD2010-07-221-3/+5
* Allow to merge default environment from more than one directorySascha Hauer2010-06-222-4/+5
* errno: add strings for network related error messagesSascha Hauer2010-06-171-3/+4