hush/libbb
2002-02-26 15:28:22 +00:00
..
.cvsignore
arith.c
ask_confirmation.c
chomp.c chomp should only remove the newline if it occurs at the end of the input. 2002-01-02 18:51:23 +00:00
concat_path_file.c
copy_file_chunk.c
copy_file.c Make cp and mv optionally preserve hard links. 2001-12-17 15:26:36 +00:00
copyfd.c
create_icmp_socket.c
device_open.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
dirname.c Eliminate improper consts and allow standard version to override. 2001-08-24 20:35:45 +00:00
dump.c
error_msg_and_die.c
error_msg.c
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 Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
find_pid_by_name.c
find_root_device.c
full_read.c
full_write.c
get_console.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
get_last_path_component.c
get_line_from_file.c
gz_open.c
herror_msg_and_die.c
herror_msg.c
human_readable.c
inet_common.c
inode_hash.c
interface.c
isdirectory.c
kernel_version.c
last_char_is.c
libc5.c
loop.c
make_directory.c Canonicalize dirname(3) behavior. 2001-08-24 19:51:54 +00:00
Makefile Make cp and mv optionally preserve hard links. 2001-12-17 15:26:36 +00:00
messages.c
mk_loop_h.sh
mode_string.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
module_syscalls.c
mtab_file.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
mtab.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
my_getgrgid.c
my_getgrnam.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
my_getpwnam.c
my_getpwnamegid.c
my_getpwuid.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
parse_mode.c
parse_number.c
perror_msg_and_die.c
perror_msg.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
print_file.c
process_escape_sequence.c
read_package_field.c
README
real_loop.h
recursive_action.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
remove_file.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
safe_read.c
safe_strncpy.c
simplify_path.c
syscalls.c
syslog_msg_with_name.c
time_string.c
trim.c
u_signal_names.c
unzip.c
vdprintf.c
verror_msg.c
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 * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is 2002-02-26 15:28:22 +00:00
xgetcwd.c
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, just trust me that a bunch of people have worked on this stuff, 
and it is all GPL'ed.

	Erik Andersen 
	<andersee@codepoet.org>