busybox/libbb
2003-01-13 22:09:50 +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
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 Port over the last of the tinylogin applets 2002-06-23 04:24:25 +00:00
chomp.c
compare_string_array.c Move compare_string_array to libbb 2002-12-02 00:01:36 +00:00
concat_path_file.c Applied vodz' patches #49 and #50 (with a small correction in runshell.c) 2002-07-19 00:05:54 +00:00
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 Port over the last of the tinylogin applets 2002-06-23 04:24:25 +00:00
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 Run through indent, fix comments 2002-08-22 18:41:20 +00:00
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 Apply vodz' last_patch52 2002-09-16 06:22:25 +00:00
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 Use error_msg instead of fprintf(stderr, other minor cleanups 2002-11-28 10:20:45 +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 Fix dietlibc test condition 2002-08-15 03:29:56 +00:00
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 last_patch61 from vodz: 2002-10-10 04:20:21 +00:00
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 Vodz' last_patch57: 2002-09-30 20:39:56 +00:00
my_getgrnam.c Scrub pwd.h and grp.h handling so we don't have to play any 2002-07-03 23:19:26 +00:00
my_getpwnam.c Scrub pwd.h and grp.h handling so we don't have to play any 2002-07-03 23:19:26 +00:00
my_getpwnamegid.c Scrub pwd.h and grp.h handling so we don't have to play any 2002-07-03 23:19:26 +00:00
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
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 Port over the last of the tinylogin applets 2002-06-23 04:24:25 +00:00
pwd2spwd.c Cleanup shadow.h stuff so it behaves as intended 2002-07-03 04:47:43 +00:00
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 Port over the last of the tinylogin applets 2002-06-23 04:24:25 +00:00
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 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) 2002-07-19 00:05:54 +00:00
safe_read.c
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
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 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) 2002-07-19 00:05:54 +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>