busybox/libbb
Denys Vlasenko d184a728cf rename archive.h to bb_archive.h. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-09-22 12:45:14 +02:00
..
appletlib.c rename archive.h to bb_archive.h. no code changes 2011-09-22 12:45:14 +02:00
ask_confirmation.c
bb_askpass.c
bb_bswap_64.c
bb_do_delay.c
bb_pwd.c
bb_qsort.c
bb_strtod.c
bb_strtonum.c
change_identity.c
chomp.c
compare_string_array.c
concat_path_file.c
concat_subpath_file.c
Config.src Config: fix wording in help-text 2011-09-13 14:59:06 +02:00
copy_file.c
copyfd.c
correct_password.c
crc32.c
create_icmp6_socket.c
create_icmp_socket.c
default_error_retval.c
device_open.c
die_if_bad_username.c die_if_bad_username: tighten up a bit 2011-08-09 04:05:13 +02:00
dump.c fix "variable 'foo' set but not used" warnings 2011-05-13 20:57:01 +02:00
execable.c
fclose_nonstdin.c
fflush_stdout_and_exit.c
fgets_str.c
find_mount_point.c
find_pid_by_name.c
find_root_device.c
full_write.c
get_console.c
get_cpu_count.c
get_last_path_component.c find: cater for libc w/o FNM_CASEFOLD 2011-05-23 00:40:54 +02:00
get_line_from_file.c libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation 2011-06-17 03:37:43 +02:00
get_shell_name.c
get_volsize.c
getopt32.c randomconfig fixes 2011-08-10 00:51:29 +02:00
getpty.c Fixes for warnings in FreeBSD build 2011-08-28 05:31:49 +02:00
hash_md5_sha.c regularize options which control size/speed trade 2011-09-10 13:25:57 +02:00
hash_md5prime.c regularize options which control size/speed trade 2011-09-10 13:25:57 +02:00
herror_msg.c
human_readable.c
inet_cksum.c inet_cksum: big-endian fix 2011-09-08 10:59:26 +02:00
inet_common.c a few tweaks for bionic 2011-07-08 08:34:28 +02:00
info_msg.c
inode_hash.c
isdirectory.c
Kbuild.src networking: consolidate the IP checksum code. -129 bytes. 2011-09-07 17:55:40 +02:00
kernel_version.c
last_char_is.c
lineedit_ptr_hack.c
lineedit.c lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator 2011-09-04 16:15:24 +02:00
llist.c main: free suid_config list after use 2011-05-16 12:21:31 +02:00
login.c
loop.c losetup: implement -r option. Closes 4033. 2011-09-12 08:30:16 +02:00
make_directory.c
makedev.c
match_fstype.c Fix compile breakage 2011-09-07 22:19:46 +02:00
messages.c
mode_string.c
mtab.c
obscure.c a few tweaks for bionic 2011-07-08 08:34:28 +02:00
parse_config.c parse_config: use getline. BIG speedup with glibc (~40%). 2011-06-20 09:49:56 +02:00
parse_mode.c
percent_decode.c wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. 2011-09-11 21:04:02 +02:00
perror_msg.c
perror_nomsg_and_die.c
perror_nomsg.c
pidfile.c
platform.c platform.c: provide getline implementation 2011-06-29 02:19:58 +02:00
print_flags.c
printable_string.c
printable.c
process_escape_sequence.c
procps.c top: fix CPU% for thread display. Closes 4081 2011-08-28 11:57:36 +02:00
progress.c
ptr_to_globals.c
pw_encrypt_des.c
pw_encrypt_md5.c
pw_encrypt_sha.c
pw_encrypt.c
read_key.c less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. 2011-07-25 15:18:20 +02:00
read_printf.c rename archive.h to bb_archive.h. no code changes 2011-09-22 12:45:14 +02:00
read.c
README
recursive_action.c
remove_file.c
rtc.c
run_shell.c
safe_gethostname.c
safe_poll.c
safe_strncpy.c
safe_write.c
selinux_common.c
setup_environment.c
signals.c
simplify_path.c
single_argv.c
skip_whitespace.c
speed_table.c
str_tolower.c
strrstr.c
systemd_support.c
time.c
trim.c
u_signal_names.c
udp_io.c Fixes for warnings in FreeBSD build 2011-08-28 05:31:49 +02:00
unicode.c
update_passwd.c
utmp.c
uuencode.c
vdprintf.c
verror_msg.c
vfork_daemon_rexec.c
warn_ignoring_args.c
wfopen_input.c
wfopen.c
write.c
xatonum_template.c
xatonum.c
xconnect.c
xfunc_die.c
xfuncs_printf.c
xfuncs.c
xgetcwd.c
xgethostbyname.c
xreadlink.c
xrealloc_vector.c
xregcomp.c

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>