[BusyBox 0000158]: libbb, export it and callable from c program.

bugs at busybox.net bugs at busybox.net
Thu Oct 6 20:20:24 UTC 2005


The following issue has been CONFIRMED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=158 
====================================================================== 
Reported By:                ddumbugie
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   158
Category:                   New Features
Reproducibility:            N/A
Severity:                   major
Priority:                   normal
Status:                     confirmed
====================================================================== 
Date Submitted:             03-14-2005 20:23 PST
Last Modified:              10-06-2005 13:20 PDT
====================================================================== 
Summary:                    libbb, export it and callable from c program.
Description: 
Many unix system does not have CopyFile call.
But busybox has every features of this call.
move file, move files, copy files to directory.. and so on...

IMHO, if libbb is made as shared library,
many applications in embedded systems want to use libbb's this features.

for example,
bb_copyfile(const char *src, const char *dest, int mode);
bb_copyfiles(const char *src, const char *destdir, int mode);

and so on..

As result, /lib/libbb.so and /usr/bin/busybox, these two files will
supports all busybox's features ..... 

====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 10-06-05 13:20  
---------------------------------------------------------------------- 
I independently posted a patch which does this to the list in September
2005.

Please see
http://www.busybox.net/lists/busybox/2005-September/015968.html

 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-14-05 20:23  ddumbugie      New Issue                                    
03-16-05 12:27  andersen       Assigned To              andersen => BusyBox 
10-06-05 13:20  bernhardf      Note Added: 0000610                          
10-06-05 13:20  bernhardf      Status                   assigned => confirmed
======================================================================




More information about the busybox-cvs mailing list