hush/libbb
2001-10-27 03:28:53 +00:00
..
.cvsignore
arith.c
ask_confirmation.c
chomp.c
concat_path_file.c
copy_file_chunk.c
copy_file.c
copyfd.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
create_icmp_socket.c
device_open.c
dirname.c
error_msg_and_die.c
error_msg.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
fgets_str.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
find_mount_point.c
find_pid_by_name.c
find_root_device.c
full_read.c
full_write.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
get_console.c
get_last_path_component.c
get_line_from_file.c
gz_open.c
herror_msg_and_die.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
herror_msg.c
human_readable.c
inode_hash.c
interface.c Be extra pedantic about printing the correct type for an address 2001-10-27 03:28:53 +00:00
isdirectory.c
kernel_version.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
last_char_is.c
libc5.c
loop.c
make_directory.c
Makefile
messages.c
mk_loop_h.sh
mode_string.c
module_syscalls.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
mtab_file.c
mtab.c
my_getgrgid.c
my_getgrnam.c
my_getpwnam.c
my_getpwnamegid.c
my_getpwuid.c
parse_mode.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
parse_number.c
perror_msg_and_die.c
perror_msg.c
print_file.c
process_escape_sequence.c
read_package_field.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
README
real_loop.h
recursive_action.c
remove_file.c
safe_read.c
safe_strncpy.c
simplify_path.c
syscalls.c
syslog_msg_with_name.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
time_string.c
trim.c
u_signal_names.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
unzip.c
vdprintf.c
verror_msg.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
vherror_msg.c
vperror_msg.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
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
xreadlink.c Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, 2001-05-07 17:48:28 +00:00
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>