summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend 'export' command to take the form export a=bSascha Hauer2007-09-281-6/+16
* declare lots of functions staticSascha Hauer2007-09-2826-109/+89
* set last_return_code to rcode and not 1 or 0Sascha Hauer2007-09-271-1/+1
* move environment to offset 0x20000 in flashSascha Hauer2007-09-271-1/+1
* add alternate command for ipe337 boardSascha Hauer2007-09-272-0/+52
* pass file size from read_fileSascha Hauer2007-09-274-5/+10
* use xrealloc instead of reallocSascha Hauer2007-09-271-1/+1
* learn to reallocSascha Hauer2007-09-271-2/+3
* fix usage of normalise_pathSascha Hauer2007-09-271-9/+12
* Merge /home/git/users/rsc/u-boot-v2Sascha Hauer2007-09-2710-38/+37
|\
| * update to top of treeRobert Schwebel (Laptop)2007-09-251-18/+10
| * Subject: don't use default in choicesRobert Schwebel (Laptop)2007-09-251-5/+4
| * Subject: default ARCH and CROSS_COMPILERobert Schwebel (Laptop)2007-09-251-0/+3
| * Subject: clean up TEXT_BASERobert Schwebel (Laptop)2007-09-259-16/+21
| * netx: rename config to defconfigRobert Schwebel (Laptop)2007-09-251-0/+0
* | indentionSascha Hauer2007-09-271-4/+8
* | 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