summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* shell info addedJuergen Beisert2007-10-191-0/+16
* export symbols get_device_by_path and dev_add_childsascha2007-10-191-0/+2
* Fix documentation for addpart/delpart/devinfo. These commandssascha2007-10-191-1/+1
* compile fixsascha2007-10-191-3/+5
* - Implement tree structure for devicessascha2007-10-191-46/+60
* remove putc referencesJuergen Beisert2007-10-171-3/+3
* implement delete key in readlinesascha2007-10-161-0/+12
* let erase and protect functions return int instead of size_t. TheySascha Hauer2007-10-111-2/+2
* replace 8 spaces with tabsSascha Hauer2007-10-113-106/+106
* Use Linux kernel list for drivers and devices instead of handmadeSascha Hauer2007-10-111-137/+57
* parse_area_spec():Sascha Hauer2007-10-091-15/+25
* export symbolsSascha Hauer2007-10-079-25/+32
* export functionsSascha Hauer2007-10-042-3/+24
* export functionsSascha Hauer2007-10-041-0/+5
* Export symbols printf and the ones needed for getoptSascha Hauer2007-10-011-0/+8
* add safe_strncpy() functionSascha Hauer2007-09-281-0/+8
* declare lots of functions staticSascha Hauer2007-09-282-6/+4
* implement mkdir -pSascha Hauer2007-09-272-0/+55
* disable crc32 complement version for nowSascha Hauer2007-09-271-3/+2
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-6/+11
* add header for libgen.c, add missing includesSascha Hauer2007-09-251-0/+22
* add debug for xmalloc and xreallocSascha Hauer2007-09-241-0/+4
* add recursive_action() and concat_subpath_file() from busyboxSascha Hauer2007-09-243-0/+146
* move dirname() and basename() to lib/libgen.c and add header fileSascha Hauer2007-09-241-0/+26
* remove u-boot command paramter flagSascha Hauer2007-09-241-1/+1