summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add option DEBUG_LL to common/KconfigAntony Pavlov2011-07-271-0/+10
* drivers: move resource generic management to driver/base/resource.cJean-Christophe PLAGNIOL-VILLARD2011-07-212-47/+0
* add a add_mem_device functionSascha Hauer2011-07-183-13/+50
* startup.c: make DEBUG_LL output more usefulAntony Pavlov2011-07-181-1/+5
* Merge branch 'next'Sascha Hauer2011-07-061-0/+55
|\
| * shift and clocksourceCarlo Caione2011-06-221-0/+55
* | password: fix command support as moduleJean-Christophe PLAGNIOL-VILLARD2011-07-051-0/+7
* | menu: fix command support as moduleJean-Christophe PLAGNIOL-VILLARD2011-07-051-1/+16
|/
* fix console fifo (and loadb/loady commands)Alexey Galakhov2011-05-161-11/+16
* setenv: be robust against setenv(<var>, NULL)Peter Korsgaard2011-05-161-1/+1
* move simple_itoa to libbb so that others can use itSascha Hauer2011-04-121-14/+1
* environment: make default env path configurableSascha Hauer2011-04-122-3/+6
* add dummy_malloc functionsSascha Hauer2011-04-113-1/+44
* malloc: put common memory functions to seperate fileSascha Hauer2011-04-113-50/+72
* add noshell supportSascha Hauer2011-04-111-1/+12
* make command support optionalSascha Hauer2011-04-113-2/+7
* env: Make environment variable support optionalSascha Hauer2011-04-112-1/+6
* add block supportSascha Hauer2011-04-113-0/+270
* move version_string to seperate fileSascha Hauer2011-04-115-12/+18
* startup: we can only mount root and devfs when compiled inSascha Hauer2011-04-111-0/+2
* Merge branch 'next'Sascha Hauer2011-04-042-4/+147
|\
| * Merge branch 'master' into nextSascha Hauer2011-03-101-2/+0
| |\
| * | kallsyms/printk: enable symbol printing support (%pS)Sascha Hauer2011-03-102-4/+147
* | | defaultenv: fix empty CONFIG_DEFAULT_ENVIRONMENT_PATHJon Ringle2011-03-231-1/+3
| |/ |/|
* | module: CONFIG_COMMAND does not exist anymore, remove ifdefsSascha Hauer2011-03-101-2/+0
|/
* Merge branch 'next'Sascha Hauer2011-02-032-3/+4
|\
| * startup: make debug printing of linker variables work againSascha Hauer2011-01-171-2/+3
| * Merge branch 'master' into nextSascha Hauer2011-01-171-1/+1
| |\
| * | Init env context a bit earlier in initalization sequence.Marc Reilly2011-01-101-1/+1
* | | Fix default baudrate settingJuergen Beisert2011-01-181-1/+2
| |/ |/|
* | device tree: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
|/
* Silence few warnings.Krzysztof Halasa2010-12-211-1/+1
* Merge branch 'led' into nextSascha Hauer2010-12-214-0/+54
|\
| * Add generic poll infrastructureMarc Kleine-Budde2010-12-204-0/+54
* | 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