Denys Vlasenko 4cd4eb4332 apply post-1.14.2 patches 15 lat temu
..
Config.in 3e8669f359 - wrap overlong lines (Cristian Ionescu-Idbohrn) 16 lat temu
Kbuild 5dcb43a5d1 website: announce 1.14.0 and 1.13.4 15 lat temu
README c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 21 lat temu
appletlib.c 73c571a5ff *: move get_sock_lsa and xwrite_str to libbb, use where appropriate 15 lat temu
ask_confirmation.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
bb_askpass.c 82b1429966 - add new applet mkpasswd(1) 16 lat temu
bb_basename.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
bb_do_delay.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
bb_pwd.c 15437e3e2a libbb: add xgetgrnam too. ~0 code size change 16 lat temu
bb_qsort.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
bb_strtod.c 3ab3d8a5cf libbb: do not reject floating point strings like ".15" 16 lat temu
bb_strtonum.c 49a5eba9ae s/othervise/otherwise/g 16 lat temu
change_identity.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
chomp.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
compare_string_array.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
concat_path_file.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
concat_subpath_file.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
copy_file.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
copyfd.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
correct_password.c 82b1429966 - add new applet mkpasswd(1) 16 lat temu
crc32.c db12d1d733 Fix forgotten license comments 16 lat temu
create_icmp6_socket.c db12d1d733 Fix forgotten license comments 16 lat temu
create_icmp_socket.c db12d1d733 Fix forgotten license comments 16 lat temu
default_error_retval.c 80d14beae9 Rename two config options: 17 lat temu
device_open.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
die_if_bad_username.c 70c6e40e47 libbb: fix typo in comment 15 lat temu
dump.c 3eb4466bf8 libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org)) 16 lat temu
error_msg.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
error_msg_and_die.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
execable.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
fclose_nonstdin.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
fflush_stdout_and_exit.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
fgets_str.c 9f57cf6604 ftpd: fix command fetching to not do it in 1-byte reads; 15 lat temu
find_mount_point.c 4cd4eb4332 apply post-1.14.2 patches 15 lat temu
find_pid_by_name.c 9f00e05781 killall and sestatus also need ARGVN scanning 16 lat temu
find_root_device.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
full_write.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
get_console.c 202ac504e1 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op 16 lat temu
get_last_path_component.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
get_line_from_file.c 69f4f9a6f4 optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) 16 lat temu
getopt32.c fd5a3d2812 gzip: fix gzip -dc case caused by using stale getopt state 16 lat temu
getpty.c eb084779d7 libbb: use ptsname_r, it's smaller 16 lat temu
herror_msg.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
herror_msg_and_die.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
human_readable.c db12d1d733 Fix forgotten license comments 16 lat temu
inet_common.c db12d1d733 Fix forgotten license comments 16 lat temu
info_msg.c 517413f9af bb_info_msg: make it do atomic, unbuffered writes 16 lat temu
inode_hash.c 618a3027ed du: fix "du /dir /dir" case 16 lat temu
isdirectory.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
kernel_version.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
last_char_is.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
lineedit.c c0ea82a457 libbb: revent previous version of "concurrent history updating" 15 lat temu
lineedit_ptr_hack.c be002adb2f add forgotten files. I am forgetting it all the time :( 16 lat temu
llist.c 0b791d9a97 move llist_find_str from modutils to libbb 15 lat temu
login.c 5415c856ea libbb: [x]fopen_for_{read,write} introduced and used. 16 lat temu
loop.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
make_directory.c 582dff0514 volume identification: abolish /proc/partitions and /proc/cdroms 16 lat temu
makedev.c 9579d87be4 fix FAST_FUNC fallout 16 lat temu
match_fstype.c 7aaedcf21e mount: support "-O option"; stop trying to mount swap partitions 15 lat temu
md5.c cd2cd312b7 shrink sha hashing a bit more (remove wbuflen field from ctx), 15 lat temu
md5prime.c e9b9a19ad3 libbb: disable a second md5 implementation which managed to creep in :) 16 lat temu
messages.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 lat temu
mode_string.c 0e52541917 taskset: fix some careless code in both fancy and non-fancy cases. 16 lat temu
mtab.c 96c45b0e0b libbb/mtab: fix xrealloc_vector fallout 16 lat temu
mtab_file.c 6ca409e0e4 trylink: produce even more info about final link stage 17 lat temu
obscure.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
parse_config.c f3b39a27a6 - fix typo (thanks to Peter Kjellerstedt for noticing) 15 lat temu
parse_mode.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
perror_msg.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
perror_msg_and_die.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
perror_nomsg.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
perror_nomsg_and_die.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
pidfile.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
print_flags.c b9bbc40f64 libbb: fix print_flags() [fix somehow is only in 1.11.1?) 16 lat temu
printable.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
process_escape_sequence.c 248b4a77e7 libbb: document that we maybe will want to understand \e someday 16 lat temu
procps.c 0c68a874e7 libbb: password/group function helpers rewritten by Tito: 16 lat temu
ptr_to_globals.c 5d89fbaa2e *: remove remaining instances of ".data" hack 16 lat temu
pw_encrypt.c d1a84a2880 libbb: move crypt_make_salt() to pw_encrypt.c, reuse 16 lat temu
pw_encrypt_des.c 20cc390b9b post-1.14.0 fixes 15 lat temu
pw_encrypt_md5.c d324e1b808 libbb/crypt: code shrink 16 lat temu
pw_encrypt_sha.c 6a5d9faa29 shrink sha hashing 15 lat temu
read.c 20cc390b9b post-1.14.0 fixes 15 lat temu
read_key.c 7462b21dbe read_key is actually written by Rob, add him to copyright notice 16 lat temu
recursive_action.c 6e69e4237d netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> 16 lat temu
remove_file.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
restricted_shell.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
rtc.c db12d1d733 Fix forgotten license comments 16 lat temu
run_shell.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
safe_gethostname.c c94d3564c2 sendmail: from Vladimir: 16 lat temu
safe_poll.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
safe_strncpy.c 0f293b96dc fix all cases of strcpy on overlapping strings. 16 lat temu
safe_write.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
selinux_common.c db12d1d733 Fix forgotten license comments 16 lat temu
setup_environment.c f34cfff2f0 setup_environment: cd $HOME regardless of clear_env value. 16 lat temu
sha1.c a2333c8938 randomtest fixes 15 lat temu
signals.c cab28aa7de init: preparatory patch, no code changes 16 lat temu
simplify_path.c fbb12ddc6a post 1.14.1 fixes; bump version to 1.14.2 15 lat temu
skip_whitespace.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
speed_table.c 61befda93b ash,hush: add TODO for rare build failure 16 lat temu
str_tolower.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
strrstr.c 6c4dadefb6 - update my name. No obj-code changes ;) 16 lat temu
time.c ce13b76002 libbb: shrink monotonic_XXX functions, introduce monotonic_ns 16 lat temu
trim.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
u_signal_names.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
udp_io.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
update_passwd.c 7f9593753a randomconfig fixes 15 lat temu
uuencode.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
vdprintf.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
verror_msg.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
vfork_daemon_rexec.c 83518d18a3 Compatibility fixes: 15 lat temu
warn_ignoring_args.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
wfopen.c bfbc971f9f hush: print cd error to stderr; use fopen_or_warn in builtin_source; 15 lat temu
wfopen_input.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
write.c 73c571a5ff *: move get_sock_lsa and xwrite_str to libbb, use where appropriate 15 lat temu
xatonum.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
xatonum_template.c db12d1d733 Fix forgotten license comments 16 lat temu
xconnect.c 9b2fbda538 ftpd: EPSV and SIZE support. Tested to work on IPv6 too. 15 lat temu
xfunc_die.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
xfuncs.c 4e12b1a2a9 libbb: introduce and use xmalloc_ttyname (-32 in bss). 16 lat temu
xfuncs_printf.c 73c571a5ff *: move get_sock_lsa and xwrite_str to libbb, use where appropriate 15 lat temu
xgetcwd.c db12d1d733 Fix forgotten license comments 16 lat temu
xgethostbyname.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 lat temu
xreadlink.c 3a014b85dc ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). 15 lat temu
xrealloc_vector.c 728161b556 fix bug 4464 for real. I am dumb. 16 lat temu
xregcomp.c 3fd15e197e grep: option to use GNU regex matching instead of POSIX one. 16 lat temu

README

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