busybox/libbb
2001-10-18 04:11:39 +00:00
..
.cvsignore
arith.c Commit my changes to arith.c which fixed a couple of bugs and decreased 2001-09-11 01:11:31 +00:00
ask_confirmation.c
chomp.c
concat_path_file.c Latest patch from vodz. Adds a check for divide by zero in the posix 2001-08-02 05:02:46 +00:00
copy_file_chunk.c
copy_file.c Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. 2001-10-05 01:35:10 +00:00
copyfd.c
create_icmp_socket.c Patch from vodz: 2001-07-12 20:26:32 +00:00
device_open.c
dirname.c Eliminate improper consts and allow standard version to override. 2001-08-24 20:35:45 +00:00
error_msg_and_die.c
error_msg.c
fgets_str.c Patch from Stefan Soucek <ssoucek@coactive.com> to 2001-10-18 03:20:41 +00:00
find_mount_point.c
find_pid_by_name.c
find_root_device.c
full_read.c
full_write.c
get_console.c Add support for devfs device names. 2001-07-23 14:52:08 +00:00
get_last_path_component.c
get_line_from_file.c
gz_open.c Some adjustments, mostly from David McCullough <davidm@lineo.com> to 2001-07-19 22:28:02 +00:00
herror_msg_and_die.c
herror_msg.c
human_readable.c
inode_hash.c
interface.c Some adjustments, mostly from David McCullough <davidm@lineo.com> to 2001-07-19 22:28:02 +00:00
isdirectory.c
kernel_version.c
last_char_is.c
libbb.h unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. 2001-10-13 19:43:46 +00:00
libc5.c More libc5 fixups 2001-08-02 10:55:32 +00:00
loop.c
make_directory.c Canonicalize dirname(3) behavior. 2001-08-24 19:51:54 +00:00
Makefile
messages.c Patch from vodz: 2001-07-12 20:26:32 +00:00
mk_loop_h.sh
mode_string.c
module_syscalls.c
mtab_file.c Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm). 2001-10-04 15:23:34 +00:00
mtab.c
my_getgrgid.c
my_getgrnam.c
my_getpwnam.c
my_getpwnamegid.c
my_getpwuid.c
parse_mode.c
parse_number.c
perror_msg_and_die.c
perror_msg.c
print_file.c
process_escape_sequence.c
read_package_field.c Change read_package_field interface, and rewrite using low level functions 2001-07-18 15:47:21 +00:00
README
real_loop.h
recursive_action.c
remove_file.c
safe_read.c
safe_strncpy.c
simplify_path.c Rewritten by Manuel Novoa III. 2001-08-14 17:10:08 +00:00
syscalls.c
syslog_msg_with_name.c
time_string.c
trim.c
u_signal_names.c Oops. I forgot to commit this part of vodz' patch. 2001-08-02 05:18:55 +00:00
unarchive.c unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. 2001-10-13 19:43:46 +00:00
unzip.c Scrub up some function prototypes. 2001-10-18 04:11:39 +00:00
vdprintf.c
verror_msg.c
vherror_msg.c Scrub up some function prototypes. 2001-10-18 04:11:39 +00:00
vperror_msg.c
wfopen.c
xfuncs.c
xgetcwd.c Add #include <sys/param.h> to ensure PATH_MAX is defined 2001-08-22 05:35:39 +00:00
xgethostbyname.c Scrub up some function prototypes. 2001-10-18 04:11:39 +00:00
xreadlink.c
xregcomp.c

Please see the LICENSE file for copyright information.
    
libbb is BusyBox's utility library.  This all used to be in a single file
(utility.c to be specific).  When I split utility.c up to create libbb, I did
not carefully fix up the copyright and licensing information.  I'll do that for
the next release.

For now, justtrust me that a bunch of people have worked on this stuff, 
and it is all GPL'ed.

	Erik Andersen 
	<andersen@lineo.com>
	<andersee@debian.org>
	<andersee@codepoet.org>