summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* copy_file: handle write return value correctlySascha Hauer2011-04-121-4/+11
* kfifo: kfifo_put takes a const bufferSascha Hauer2011-04-121-1/+1
* move simple_itoa to libbb so that others can use itSascha Hauer2011-04-121-0/+13
* driver: Do not forget to remove device from active listSascha Hauer2011-04-041-0/+1
* kallsyms/printk: enable symbol printing support (%pS)Sascha Hauer2011-03-101-0/+1
* lib/decompress_unlzo: use fill and full to read and write dataJean-Christophe PLAGNIOL-VILLARD2011-01-281-88/+92
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-0/+8
* Silence few warnings.Krzysztof Halasa2010-12-211-2/+2
* LED: Add LED trigger supportSascha Hauer2010-12-201-0/+4
* doc: unify documentation for 'devinfo'Robert Schwebel2010-11-011-23/+21
* digest: align menuRobert Schwebel2010-11-011-1/+1
* devinfo: use subtree only with devinfoRobert Schwebel2010-11-011-21/+21
* doc: fix wrongly named parameterRobert Schwebel2010-10-221-1/+1
* process_escape_sequence: Add missing includeSascha Hauer2010-10-211-0/+1
* libbb: sparse fixesSascha Hauer2010-10-211-1/+1
* remove dead ldiv codeSascha Hauer2010-10-212-56/+0
* lib/driver.c: sparse fixesSascha Hauer2010-10-211-2/+2
* copy_file: sparse fixesSascha Hauer2010-10-211-0/+2
* crc32: sparse fixesSascha Hauer2010-10-211-1/+1
* readline: sparse fixesSascha Hauer2010-10-211-3/+3
* fnmatch:sparse fixesSascha Hauer2010-10-211-4/+1
* glob: sparse fixesSascha Hauer2010-10-211-24/+12
* sha1/sha256: use be32_to_cpu and cpu_to_be32Jean-Christophe PLAGNIOL-VILLARD2010-09-222-33/+6
* sha1: use unit32_t and uint8_tJean-Christophe PLAGNIOL-VILLARD2010-09-221-26/+26
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+1
* add sha256 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+323
* add sha1 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+400
* add md5 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+321
* add digest frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+7
* device: fix dev_nameJean-Christophe PLAGNIOL-VILLARD2010-09-201-8/+6
* driver: allow register device with specific idJean-Christophe PLAGNIOL-VILLARD2010-09-171-4/+22
* vsprintf: fix wrong EXPORT_SYMBOLSascha Hauer2010-09-161-1/+1
* 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