summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* zlib: Fix integer cast of pointerSimon Glass2011-10-281-1/+1
* GCC4.6: Squash warnings in LzmaTools.cMarek Vasut2011-10-271-7/+7
* fdt: add decode helper librarySimon Glass2011-10-262-0/+148
* Move simple_itoa to vsprintfSimon Glass2011-10-261-0/+16
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-221-0/+6
* lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs2011-10-172-0/+86
* Replace space and tab checks with isblankJason Hobbs2011-10-171-1/+3
* zlib: handle overflow while calculating available stream input sizeAnatolij Gustschin2011-10-171-0/+8
* GCC4.6: Squash warning in lzo1x_decompress.cMarek Vasut2011-10-011-2/+1
* Add assert() for debug assertionsSimon Glass2011-09-102-5/+8
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-041-1/+1
* Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-3/+3
* panic: remove warning "'noreturn' function does return"Heiko Schocher2011-07-281-0/+2
* unify version_stringAndreas Bießmann2011-07-281-2/+1
* scaled down version of generic libraries for SPLAneesh V2011-07-261-4/+7
* memcpy/memmove: Do not copy to same addressMatthias Weisser2011-07-261-0/+6
* libfdt: Implement property iteration functionsDavid Gibson2011-07-143-36/+97
* Support ePAPR compliant phandle propertiesDavid Gibson2011-07-141-6/+27
* lib, vsprintf: introduce strict_strtoulHeiko Schocher2011-05-121-0/+51
* zlib: fix DEBUG buildMike Frysinger2011-05-121-1/+2
* zlib: split up to match original source treeMike Frysinger2011-04-3015-2219/+2316
* common: add a grepenv commandKim Phillips2011-04-281-0/+23
* env: fix env var autocompletionKim Phillips2011-04-281-1/+1
* Fix gunzip to work for any gziped uImage sizeCatalin Radu2011-04-121-6/+10
* strmhz: Make hz unsigned to support greater than 2146 MHz clockEd Swarthout2011-03-221-1/+1
* Fix hash table deletion to prevent lost entriesPeter Barada2011-03-221-5/+13
* lib: add crc7 from LinuxThomas Chou2011-01-182-0/+63
* Small coding style fix in lib/asm-offsets.cStefan Roese2011-01-171-2/+2
* asm-offsets: generate bd_t sizeMike Frysinger2011-01-091-0/+3
* env: re-add support for auto-completionMike Frysinger2011-01-092-0/+26
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-38/+2
* ctype: constify lookup tableMike Frysinger2010-11-281-1/+1
* string_to_ip: constify "s" argMike Frysinger2010-11-281-1/+1
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-2/+0
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-174-8/+8
* Coding Style cleanupWolfgang Denk2010-10-272-9/+9
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-261-0/+4
* include/asm-offsets.h: automatically generate assembler constantsWolfgang Denk2010-10-261-0/+25
* zlib: Add further watchdog reset callsStefan Roese2010-10-121-0/+1
* zlib/gunzip: Use WATCHDOG_RESET macroStefan Roese2010-10-122-11/+4
* lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIESAndreas Bießmann2010-10-061-4/+8
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-9/+23
* Add hash table support as base for new environment codeWolfgang Denk2010-09-192-0/+722
* Add qsort - add support for sorting data arraysWolfgang Denk2010-09-192-0/+70
* Add basic errno support.Wolfgang Denk2010-09-192-0/+2
* display_buffer: fix misaligned bufferReinhard Meyer2010-09-131-12/+15
* print_buffer: optimize & shrinkMike Frysinger2010-08-091-14/+13
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* Avoid use of divides in print_sizeNick Thompson2010-05-171-6/+8
* allow print_size to print large numbers on 32-bit systemsTimur Tabi2010-05-051-14/+19
OpenPOWER on IntegriCloud