busybox/libbb
Denys Vlasenko 25a871fb40 libbb: deal with "declaration of 'link' shadows a global declaration" warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2019-06-25 18:51:00 +02:00
..
appletlib.c libbb: mark scripted_main() as externally visible 2019-03-30 16:46:27 +01:00
ask_confirmation.c
auto_string.c
bb_askpass.c
bb_bswap_64.c
bb_cat.c
bb_do_delay.c
bb_getgroups.c
bb_getsockname.c libbb: introduce and use bb_getsockname() 2018-02-11 14:55:46 +01:00
bb_pwd.c
bb_qsort.c
bb_strtod.c
bb_strtonum.c
bbunit.c
capability.c capability: fix string comparison in cap_name_to_number 2019-01-21 12:50:37 +01:00
change_identity.c whitespace and comment format fixes, no code changes 2017-10-05 14:40:24 +02:00
chomp.c
common_bufsiz.c
compare_string_array.c
concat_path_file.c
concat_subpath_file.c
Config.src
copy_file.c libbb: fix use-after-free in copy_file 2018-09-03 10:25:29 +02:00
copyfd.c
correct_password.c
crc32.c
default_error_retval.c
device_open.c
die_if_bad_username.c
dump.c
duration.c
endofname.c
executable.c
fclose_nonstdin.c
fflush_stdout_and_exit.c
fgets_str.c
find_mount_point.c libbbb: find_mount_point() too eager to stat mounted devices 2019-04-29 17:59:08 +02:00
find_pid_by_name.c pidof: support "pidof /path/to/binary" case 2019-06-15 18:35:39 +02:00
find_root_device.c
full_write.c dd: fix handling of short result of full_write(), closes 11711 2019-05-14 17:49:14 +02:00
get_console.c
get_cpu_count.c
get_last_path_component.c
get_line_from_file.c
get_shell_name.c
get_volsize.c
getopt32.c
getopt_allopts.c
getpty.c
hash_md5_sha.c
hash_md5prime.c
herror_msg.c
human_readable.c
in_ether.c
inet_cksum.c
inet_common.c
inode_hash.c du: don't count duplicate arguments. Closes 5288 2019-02-19 17:08:39 +01:00
isdirectory.c
isqrt.c
Kbuild.src
kernel_version.c
last_char_is.c
lineedit_ptr_hack.c
lineedit.c style fix, no code changes 2019-05-14 17:26:47 +02:00
llist.c
logenv.c
login.c
loop.c mount,losetup: use /dev/loop-control is it exists 2019-06-09 23:20:49 +02:00
make_directory.c
makedev.c
match_fstype.c
messages.c
missing_syscalls.c
mode_string.c
mtab.c
nuke_str.c
obscure.c
parse_config.c
parse_mode.c
percent_decode.c
perror_msg.c
perror_nomsg_and_die.c
perror_nomsg.c
pidfile.c do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings 2019-03-17 19:48:39 +01:00
platform.c
print_flags.c
print_numbered_lines.c
printable_string.c
printable.c
process_escape_sequence.c
procps.c
progress.c
ptr_to_globals.c
pw_encrypt_des.c
pw_encrypt_md5.c
pw_encrypt_sha.c
pw_encrypt.c
read_key.c
read_printf.c libarchive: treat one "FIXME: avoid seek" 2019-05-24 17:03:28 +02:00
read.c
README
recursive_action.c
remove_file.c
replace.c
rtc.c
run_shell.c
safe_gethostname.c
safe_poll.c
safe_strncpy.c
safe_write.c
securetty.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
sysconf.c
time.c
trim.c
u_signal_names.c
ubi.c
udp_io.c
unicode.c
update_passwd.c passwd: do not set 0 as date of last password change, closes 11951 2019-06-07 12:30:23 +02:00
utmp.c
uuencode.c
verror_msg.c Optionally re-introduce bb_info_msg() 2019-04-30 10:51:27 +02:00
vfork_daemon_rexec.c start-stop-daemon: do try to close fds > 2 2019-04-29 14:24:07 +02:00
warn_ignoring_args.c
wfopen_input.c
wfopen.c
write.c
xatonum_template.c
xatonum.c
xconnect.c tftp: optional tftp-hpa compat 2019-06-09 11:12:02 +02:00
xfunc_die.c
xfuncs_printf.c
xfuncs.c
xgetcwd.c
xgethostbyname.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
xreadlink.c libbb: deal with "declaration of 'link' shadows a global declaration" warning 2019-06-25 18:51:00 +02:00
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>