summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* add safe_strncpy() functionSascha Hauer2007-09-281-0/+8
|
* declare lots of functions staticSascha Hauer2007-09-282-6/+4
|
* implement mkdir -pSascha Hauer2007-09-272-0/+55
|
* disable crc32 complement version for nowSascha Hauer2007-09-271-3/+2
|
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-6/+11
| | | | return a pointer to a human readable string rather than printingit directly
* add header for libgen.c, add missing includesSascha Hauer2007-09-251-0/+22
|
* add debug for xmalloc and xreallocSascha Hauer2007-09-241-0/+4
|
* add recursive_action() and concat_subpath_file() from busyboxSascha Hauer2007-09-243-0/+146
|
* move dirname() and basename() to lib/libgen.c and add header fileSascha Hauer2007-09-241-0/+26
|
* remove u-boot command paramter flagSascha Hauer2007-09-241-1/+1
|
* add libbb functionsSascha Hauer2007-09-242-0/+88
|
* add kernel kfifo implementationSascha Hauer2007-09-212-0/+167
|
* move mkimage.c to scripts, make it compileSascha Hauer2007-09-211-22/+13
|
* - putc is now putchar for better standard conformitySascha Hauer2007-09-212-3/+3
| | | | - make printf return int
* implement flash protectionSascha Hauer2007-07-161-0/+8
|
* implement memmap().Sascha Hauer2007-07-151-0/+22
| | | | | | With this function we can get a pointer to directly memory mapped devices like nor flash or RAM. Useful for bootm where we save one memcopy when the image is mappable
* fix silly bug in unregister_device(). When unregistering devicesSascha Hauer2007-07-141-2/+2
| | | | we have to compare the device pointers and not the names.
* check for digit in parse_are_spec()Sascha Hauer2007-07-141-0/+4
|
* make printf position independentSascha Hauer2007-07-121-3/+4
|
* use debug() macroSascha Hauer2007-07-051-5/+9
|
* add gunzipSascha Hauer2007-07-052-1/+86
|
* svn_rev_706Sascha Hauer2007-07-055-0/+111
| | | | add file headers
* svn_rev_693Sascha Hauer2007-07-051-1/+1
| | | | remove do_reset
* svn_rev_653Sascha Hauer2007-07-055-72/+2
| | | | restructure tree, add reginfo command
* svn_rev_643Sascha Hauer2007-07-058-4/+809
| | | | structure cleanup
* svn_rev_639Sascha Hauer2007-07-0519-0/+7385