hush/libbb
2003-01-14 08:54:08 +00:00
..
.cvsignore
arith.c
ask_confirmation.c
bb_asprintf.c
change_identity.c
chomp.c
compare_string_array.c Move compare_string_array to libbb 2002-12-02 00:01:36 +00:00
concat_path_file.c
copy_file_chunk.c
copy_file.c Merge copyfd and copy_file_chunk 2002-12-13 08:20:44 +00:00
copyfd.c Merge copyfd and copy_file_chunk 2002-12-13 08:20:44 +00:00
correct_password.c
create_icmp6_socket.c Use #ifdef instead of #if 2002-11-26 02:40:56 +00:00
create_icmp_socket.c
device_open.c Correct some init issues, update email address, last_patch78 by Vladimir 2003-01-13 22:09:50 +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 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not 2002-12-05 07:24:08 +00:00
find_root_device.c
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 Style, minor cleanups 2002-11-28 09:52:23 +00:00
inode_hash.c
interface.c Eliminate most instances where we use linux kernel headers 2003-01-14 08:54:08 +00:00
isdirectory.c
kernel_version.c
last_char_is.c Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik 2002-12-03 20:34:36 +00:00
libc5.c
llist_add_to.c Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). 2002-12-08 00:54:33 +00:00
loop.c
make_directory.c Dont need a seperate function 2002-11-24 23:22:29 +00:00
Makefile
Makefile.in rmmod -a removed modules recursively 2002-12-14 01:58:59 +00:00
messages.c
mk_loop_h.sh
mode_string.c
module_syscalls.c Use error_msg( instead of fprintf(stderr 2002-11-28 10:25:19 +00:00
mtab_file.c Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not 2002-12-05 07:24:08 +00:00
mtab.c
my_getgrgid.c
my_getgrnam.c
my_getpwnam.c
my_getpwnamegid.c
my_getpwuid.c
obscure.c
parse_mode.c
parse_number.c
perror_msg_and_die.c
perror_msg.c
print_file.c Merge copyfd and copy_file_chunk 2002-12-13 08:20:44 +00:00
process_escape_sequence.c Correct some init issues, update email address, last_patch78 by Vladimir 2003-01-13 22:09:50 +00:00
procps.c Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not 2002-12-05 07:24:08 +00:00
pw_encrypt.c
pwd2spwd.c
qmodule.c rmmod -a removed modules recursively 2002-12-14 01:58:59 +00:00
read_package_field.c
README
real_loop.h
recursive_action.c Use error_msg instead of fprintf(stderr 2002-11-28 10:27:50 +00:00
remove_file.c
restricted_shell.c
run_parts.c Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik 2002-11-21 22:17:11 +00:00
run_shell.c
safe_read.c
safe_strncpy.c
setup_environment.c
simplify_path.c
syscalls.c Use error_msg instead of fprintf(stderr 2002-11-28 10:35:40 +00:00
syslog_msg_with_name.c
time_string.c
trim.c
u_signal_names.c
vdprintf.c
verror_msg.c
vherror_msg.c
vperror_msg.c
wfopen.c
xconnect.c use #ifdef CONFIG_* instead of #if CONFIG_* 2002-11-26 09:02:06 +00:00
xfuncs.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
xgetcwd.c
xgethostbyname2.c Use #ifdef instead of #if 2002-11-26 02:40:56 +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>