summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blackfin_linux.c: disable icache unconditionally. If I understand theSascha Hauer2007-09-271-5/+2
* update ipe337 timing values and fix memory sizeSascha Hauer2007-09-271-4/+4
* ups. mixed up start and end in blackfin_mem_malloc_initSascha Hauer2007-09-271-2/+2
* add string.hSascha Hauer2007-09-271-0/+3
* activate memcmp and memcpySascha Hauer2007-09-271-139/+86
* reactivate mtestSascha Hauer2007-09-272-67/+57
* Reimplement environment. Now we only have one crc for the whole image.Sascha Hauer2007-09-273-124/+111
* implement mkdir -p #2Sascha Hauer2007-09-271-6/+24
* implement mkdir -pSascha Hauer2007-09-273-0/+58
* fix bug in ramfs when creating files whose parents do not existSascha Hauer2007-09-271-2/+5
* disable crc32 complement version for nowSascha Hauer2007-09-271-3/+2
* display malloc space on startupSascha Hauer2007-09-263-14/+36
* print_size() -> size_human_readable()Sascha Hauer2007-09-265-25/+30
* hush.c: use xrealloc instead of realloc to save some bytesSascha Hauer2007-09-261-2/+1
* hush.c: use xzalloc instead of xmalloc to save some bytesSascha Hauer2007-09-261-8/+1
* hush.c: Remove wrong free() of ctx->pipe->progs. After breaking outSascha Hauer2007-09-261-3/+0
* remove extern declaration of console_bufferSascha Hauer2007-09-261-1/+0
* remove unused lynxkdi.hSascha Hauer2007-09-251-41/+0
* Merge sascha@brannigan.homelinux.org:/home/sascha/ptx/u-boot/u-boot-v2Sascha Hauer2007-09-252-0/+30
|\
| * handle NULL Pointers in readdir/closedir properlySascha Hauer2007-09-251-0/+8
| * add header for libgen.c, add missing includesSascha Hauer2007-09-251-0/+22
* | execute /env/bin/init instead of /env/initSascha Hauer2007-09-251-5/+4
* | fix indentionSascha Hauer2007-09-251-2/+3
* | remove hack from hush which did the wrong thingSascha Hauer2007-09-251-5/+0
* | add $# handling for hushSascha Hauer2007-09-251-0/+28
|/
* add directory handling for environmentSascha Hauer2007-09-254-70/+202
* add debug for xmalloc and xreallocSascha Hauer2007-09-241-0/+4
* - change function declarations for better standard conformity:Sascha Hauer2007-09-243-7/+7
* add recursive_action() and concat_subpath_file() from busyboxSascha Hauer2007-09-244-0/+164
* remove debug printfSascha Hauer2007-09-241-1/+0
* move dirname() and basename() to lib/libgen.c and add header fileSascha Hauer2007-09-243-27/+35
* remove u-boot command paramter flagSascha Hauer2007-09-2439-100/+81
* - add 'source' commandSascha Hauer2007-09-241-4/+44
* - teach hush to honour PATH variableSascha Hauer2007-09-2411-141/+97
* add libbb functionsSascha Hauer2007-09-243-0/+97
* fix indentionSascha Hauer2007-09-231-27/+27
* introduce local and global variables, add export commandSascha Hauer2007-09-232-30/+165
* allow arguments to be passed to scriptsSascha Hauer2007-09-231-52/+100
* unifdef __U_BOOT__ in hush.cSascha Hauer2007-09-221-1936/+0
* move ppc assembler templates to include/asm-ppcSascha Hauer2007-09-226-6/+6
* remove atomic.hSascha Hauer2007-09-221-111/+0
* update ipe337 default environmentSascha Hauer2007-09-223-4/+11
* fix netx image nameSascha Hauer2007-09-221-1/+1
* remove references to nonexistant Kconfig symbolsSascha Hauer2007-09-221-2/+0
* add ipe337 defconfigSascha Hauer2007-09-221-0/+141
* add nxdb500 defconfigSascha Hauer2007-09-221-0/+162
* removed too much. Re-add include/asm-arm/proc-armv/ptrace.hSascha Hauer2007-09-211-0/+107
* add console bufferingSascha Hauer2007-09-211-1/+33
* remove unused includesSascha Hauer2007-09-213-10/+6
* add kernel kfifo implementationSascha Hauer2007-09-213-0/+250