summaryrefslogtreecommitdiffstats
path: root/lib/libbb.c
Commit message (Collapse)AuthorAgeFilesLines
* libbb: add read_full/write_full functionsSascha Hauer2011-12-151-0/+50
| | | | | | These functions read/write all data or return with an error. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* move simple_itoa to libbb so that others can use itSascha Hauer2011-04-121-0/+13
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* libbb: sparse fixesSascha Hauer2010-10-211-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* export symbolsSascha Hauer2007-10-071-0/+7
|
* add safe_strncpy() functionSascha Hauer2007-09-281-0/+8
|
* add recursive_action() and concat_subpath_file() from busyboxSascha Hauer2007-09-241-0/+14
|
* add libbb functionsSascha Hauer2007-09-241-0/+87