hush/libbb
2002-11-03 14:05:15 +00:00
..
.cvsignore
arith.c Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz 2002-09-12 14:52:26 +00:00
ask_confirmation.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
bb_asprintf.c Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz 2002-09-12 14:52:26 +00:00
change_identity.c
chomp.c
concat_path_file.c
copy_file_chunk.c
copy_file.c last_patch56 from vodz to simplify copy_file logic 2002-09-17 08:42:21 +00:00
copyfd.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
correct_password.c
create_icmp6_socket.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
dump.c
error_msg_and_die.c
error_msg.c
fgets_str.c
find_mount_point.c
find_pid_by_name.c
find_root_device.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
full_read.c
full_write.c
get_console.c
get_last_path_component.c
get_line_from_file.c
herror_msg_and_die.c
herror_msg.c
human_readable.c
inet_common.c
inode_hash.c
interface.c Use "MiB" not "Mb" 2002-09-17 06:36:56 +00:00
isdirectory.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
kernel_version.c
last_char_is.c Avoid a segfault (detected by Fabio Ferrari 2001-07-07 04:27:35 +00:00
libc5.c
loop.c Fix devfs loop device support 2002-03-20 15:25:25 +00:00
make_directory.c
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in
messages.c
mk_loop_h.sh
mode_string.c
module_syscalls.c
mtab_file.c
mtab.c
my_getgrgid.c
my_getgrnam.c
my_getpwnam.c
my_getpwnamegid.c
my_getpwuid.c Vodz' last_patch57: 2002-09-30 20:39:56 +00:00
obscure.c last_patch61 from vodz: 2002-10-10 04:20:21 +00:00
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 Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
perror_msg_and_die.c
perror_msg.c
print_file.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
process_escape_sequence.c Apply Vladimir's latest cleanup patch. 2001-04-09 22:48:12 +00:00
procps.c
pw_encrypt.c
pwd2spwd.c
read_package_field.c
README
real_loop.h
recursive_action.c
remove_file.c
restricted_shell.c
run_shell.c
safe_read.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
safe_strncpy.c
setup_environment.c Port over the last of the tinylogin applets 2002-06-23 04:24:25 +00:00
simplify_path.c More copyright and email addr cleanups 2001-12-06 08:20:14 +00:00
syscalls.c
syslog_msg_with_name.c
time_string.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
trim.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
u_signal_names.c
vdprintf.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
verror_msg.c
vherror_msg.c
vperror_msg.c
wfopen.c
xconnect.c - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) 2002-07-19 20:27:11 +00:00
xfuncs.c
xgetcwd.c
xgethostbyname2.c This patch from Bart Visscher <magick@linux-fan.com> adds 2002-07-03 11:46:38 +00:00
xgethostbyname.c
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, just trust me that a bunch of people have worked on this stuff, 
and it is all GPL'ed.

	Erik Andersen 
	<andersee@codepoet.org>