move file helper functions to separate file
We have our file helper functions in several places. Move them
all to lib/libfile.c.
With this we no longer have file helpers in fs/fs.c which contains
the core fs functions and no functions in lib/libbb.c which are
not from busybox.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 2fd4f0f commit 3cfa4bc00c61eca4c0986c793dd21b8b5271fd8f
@Sascha Hauer Sascha Hauer authored on 30 Jul 2014
Showing 40 changed files
View
arch/arm/boards/at91sam9m10ihd/hw_version.c
View
arch/arm/boards/at91sam9x5ek/hw_version.c
View
arch/arm/boards/crystalfontz-cfa10036/hwdetect.c
View
arch/arm/boards/sama5d3xek/hw_version.c
View
arch/arm/lib/bootm.c
View
arch/arm/mach-at91/boot_test_cmd.c
View
arch/arm/mach-omap/omap_generic.c
View
arch/arm/mach-omap/xload.c
View
arch/blackfin/boards/ipe337/cmd_alternate.c
View
arch/mips/lib/bootm.c
View
commands/barebox-update.c
View
commands/cp.c
View
commands/crc.c
View
commands/edit.c
View
commands/exec.c
View
commands/insmod.c
View
commands/linux16.c
View
commands/of_dump.c
View
commands/oftree.c
View
commands/readf.c
View
commands/tftp.c
View
commands/ubiformat.c
View
commands/uimage.c
View
common/blspec.c
View
common/bootm.c
View
common/hush.c
View
common/menutree.c
View
common/uimage.c
View
drivers/usb/gadget/dfu.c
View
fs/fs.c
View
fs/uimagefs.c
View
include/fs.h
View
include/libbb.h
View
include/libfile.h 0 → 100644
View
lib/Makefile
View
lib/bootstrap/disk.c
View
lib/copy_file.c 100644 → 0
View
lib/gui/image_renderer.c
View
lib/libbb.c
View
lib/libfile.c 0 → 100644