summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* add stringlist function. They can be used to build a listSascha Hauer2008-03-112-0/+46
* add glob to MakefileSascha Hauer2008-03-091-0/+2
* add globbing supportSascha Hauer2008-03-092-0/+699
* readline: Fix wrong screen reprinting. Try:Sascha Hauer2008-03-021-3/+3
* readline: Fix a bug when tab completion is used in the middleSascha Hauer2008-03-021-4/+12
* implement TAB completionSascha Hauer2008-03-012-9/+24
* make dirname/basename behave more standard conformSascha Hauer2008-03-011-0/+10
* improved codingstyleMarc Kleine-Budde2007-11-291-3/+3
* [sparse] use NULL for nullpointerMarc Kleine-Budde2007-11-291-1/+1
* get_device_by_path now obeys cwdMarc Kleine-Budde2007-11-191-3/+10
* fixed doku renamed ip -> ipaddrMarc Kleine-Budde2007-11-121-1/+1
* adding various dokuJuergen Beisert2007-11-081-1/+33