summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-3/+3
2011-07-29panic: remove warning "'noreturn' function does return"Heiko Schocher1-0/+2
2011-07-28unify version_stringAndreas Bießmann1-2/+1
2011-07-26scaled down version of generic libraries for SPLAneesh V1-4/+7
2011-07-26memcpy/memmove: Do not copy to same addressMatthias Weisser1-0/+6
2011-07-15libfdt: Implement property iteration functionsDavid Gibson3-36/+97
2011-07-15Support ePAPR compliant phandle propertiesDavid Gibson1-6/+27
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher1-0/+51
2011-05-12zlib: fix DEBUG buildMike Frysinger1-1/+2
2011-04-30zlib: split up to match original source treeMike Frysinger15-2219/+2316
2011-04-28common: add a grepenv commandKim Phillips1-0/+23
2011-04-28env: fix env var autocompletionKim Phillips1-1/+1
2011-04-13Fix gunzip to work for any gziped uImage sizeCatalin Radu1-6/+10
2011-03-23strmhz: Make hz unsigned to support greater than 2146 MHz clockEd Swarthout1-1/+1
2011-03-23Fix hash table deletion to prevent lost entriesPeter Barada1-5/+13
2011-01-19lib: add crc7 from LinuxThomas Chou2-0/+63
2011-01-18Small coding style fix in lib/asm-offsets.cStefan Roese1-2/+2
2011-01-09asm-offsets: generate bd_t sizeMike Frysinger1-0/+3
2011-01-09env: re-add support for auto-completionMike Frysinger2-0/+26
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-38/+2
2010-11-28ctype: constify lookup tableMike Frysinger1-1/+1
2010-11-28string_to_ip: constify "s" argMike Frysinger1-1/+1
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-2/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier4-8/+8
2010-10-28Coding Style cleanupWolfgang Denk2-9/+9
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-0/+4
2010-10-26include/asm-offsets.h: automatically generate assembler constantsWolfgang Denk1-0/+25
2010-10-12zlib: Add further watchdog reset callsStefan Roese1-0/+1
2010-10-12zlib/gunzip: Use WATCHDOG_RESET macroStefan Roese2-11/+4
2010-10-07lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIESAndreas Bießmann1-4/+8
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-9/+23
2010-09-19Add hash table support as base for new environment codeWolfgang Denk2-0/+722
2010-09-19Add qsort - add support for sorting data arraysWolfgang Denk2-0/+70
2010-09-19Add basic errno support.Wolfgang Denk2-0/+2
2010-09-13display_buffer: fix misaligned bufferReinhard Meyer1-12/+15
2010-08-09print_buffer: optimize & shrinkMike Frysinger1-14/+13
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-05-18Avoid use of divides in print_sizeNick Thompson1-6/+8
2010-05-06allow print_size to print large numbers on 32-bit systemsTimur Tabi1-14/+19
2010-05-06fix print_size printing fractional gigabyte numbers on 32-bit platformsTimur Tabi1-2/+2
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13Move libfdt/ into lib/Peter Tyser9-0/+1837
2010-04-13Rename lib_generic/ to lib/Peter Tyser41-0/+12756