summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* arm: add common clkdevJean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+25
* string: add strlcpy supportJean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+26
* add rbtree support (needed for ubi)Sascha Hauer2010-07-052-0/+390
* crc32: activate crc32_no_comp (needed for jffs2 and UBI)Sascha Hauer2010-07-051-5/+6
* add progression bar functionSascha Hauer2010-06-282-0/+63
* include support for a simple pseudo number generatorSascha Hauer2010-06-222-0/+27
* rework device parametersSascha Hauer2010-06-172-79/+128
* make panic and hang __noreturn functionsSascha Hauer2010-03-301-1/+1
* add process_escape_sequence functionSascha Hauer2010-03-303-0/+82
* add snprintf functionSascha Hauer2010-03-301-0/+12
* add unlzo supportSascha Hauer2010-03-309-0/+731
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* Remove obsolete comment referring to CFG_CMD_JFFS2.Robert P. J. Day2009-12-211-1/+1
* vsprintf: Only define PAGE_SIZE if not already definedSascha Hauer2009-12-181-0/+2
* Remove unnecessary casts in key definesSascha Hauer2009-12-182-4/+4
* read_key: Use ARRAY_SIZE instead of hardcoded valueSascha Hauer2009-12-181-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-157-16/+16
* Fix some exported namesJuergen Beisert2009-12-111-2/+2
* list: remove duplicated list.hSascha Hauer2009-11-032-2/+2
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* stringlist: Fix printing on smaller consolesSascha Hauer2009-10-151-3/+4
* readline: Allow only ascii and printable charactersSascha Hauer2009-09-291-2/+4
* add xstrdup functionSascha Hauer2009-09-251-0/+10
* make copy_file() globally availableSascha Hauer2009-09-252-1/+59
* Move the parameter's documentation where it belongs toJuergen Beisert2009-07-311-0/+67
* get rid of device idsSascha Hauer2009-07-211-54/+27
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-211-4/+0
* introduce cdevSascha Hauer2009-07-211-71/+23
* vsprintf: Update to latest kernel versionSascha Hauer2009-06-101-156/+366
* Add notifier frameworkSascha Hauer2009-05-132-0/+61
* use bus remove functionSascha Hauer2009-04-071-1/+1
* driver: do not match for devices which already have a driverSascha Hauer2009-04-071-0/+3
* fix compiler warningSascha Hauer2009-04-071-2/+2
* we need different bus typesSascha Hauer2009-04-073-7/+79
* driver.c: set errnoSascha Hauer2009-04-061-0/+1
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+14
* Introduce dev_* and pr_* functionsSascha Hauer2008-10-311-0/+12
* string: add typechecking for strchr, strrchr, strstrSascha Hauer2008-08-201-4/+4
* Fix string_to_ipSascha Hauer2008-08-201-1/+6
* parameter: set errno in dev_set_paramSascha Hauer2008-08-201-2/+4
* parameter: make stringlen more readableSascha Hauer2008-08-201-1/+2
* Driver: expose dummy_probeNishanth Menon2008-08-151-0/+1
* U-Boot-V2:Bitops: asm-generic bitopsNishanth Menon2008-08-153-0/+114
* only compile devinfo command when selectedSascha Hauer2008-08-131-0/+4
* lseek: return -1 for errors and check for that return valueSascha Hauer2008-08-011-1/+1
* - introduce ioctl callSascha Hauer2008-06-061-0/+32
* 008-fixloadbNishanth Menon2008-06-051-0/+1
* [general] remove HAVE_CONFIG_HSascha Hauer2008-04-071-4/+0
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-1/+1
* fix dirname if called with something like "/path"Sascha Hauer2008-03-111-0/+2