3
0
Denys Vlasenko 94c78aa0b9 config system: move some options closer to relevalnt tool subdirectories 2 жил өмнө
..
Config.src 94c78aa0b9 config system: move some options closer to relevalnt tool subdirectories 2 жил өмнө
Kbuild.src 5156b24553 Make const ptr assign as function call in clang 2 жил өмнө
README ba2dcccd79 *: trailing empty lines removed 14 жил өмнө
appletlib.c 5acf5e1f87 shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y 2 жил өмнө
ask_confirmation.c bae8fc4436 xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy 6 жил өмнө
auto_string.c e52da5570e libbb: auto_string() for efficient handling of temporary malloced stirngs 8 жил өмнө
bb_askpass.c cad3fc743a libbb: introduce and use fputs_stdout 3 жил өмнө
bb_bswap_64.c 9ff50b8697 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits 13 жил өмнө
bb_cat.c d9eb40c185 fix errors found with make_single_applets.sh 7 жил өмнө
bb_do_delay.c 030fe31760 libbb: make msleep() result in only one syscall instead of looping 3 жил өмнө
bb_getgroups.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
bb_getsockname.c ba3b9dbf06 libbb: introduce and use bb_getsockname() 6 жил өмнө
bb_pwd.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
bb_qsort.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
bb_strtod.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
bb_strtonum.c 93ef5dd640 printf: fix printf "%u\n" +18446744073709551614 5 жил өмнө
bbunit.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
capability.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 жил өмнө
change_identity.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
chomp.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
common_bufsiz.c 72089cf6b4 config: deindent all help texts 7 жил өмнө
compare_string_array.c bcf91d2760 libbb: code shrink and speed up index_in_strings() 3 жил өмнө
concat_path_file.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
concat_subpath_file.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
const_hack.c 5156b24553 Make const ptr assign as function call in clang 2 жил өмнө
copy_file.c 56bbbfae7d cp: implement -n 3 жил өмнө
copyfd.c fd3c512f88 libbb: create and use mmap() helpers 3 жил өмнө
correct_password.c 77cb6b99a4 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation 6 жил өмнө
crc32.c ddacb03e87 libbb: commonalize a bit of little-endian CRC32 table generation code 6 жил өмнө
default_error_retval.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
device_open.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
die_if_bad_username.c 0723131628 Fixes for Hurd build 3 жил өмнө
dump.c 53b2fdcdba *: add NOINLINEs where code noticeably shrinks 2 жил өмнө
duration.c c2bd0b6806 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 3 жил өмнө
endofname.c 1961aea305 move endofname() to libbb 11 жил өмнө
executable.c 2075aa93e0 libbb: rename run_shell() to exec_shell() 3 жил өмнө
fclose_nonstdin.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
fflush_stdout_and_exit.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
fgets_str.c 6ad38d66d0 libbb: code shrink fgets_str 3 жил өмнө
find_mount_point.c f3a064f495 libbbb: find_mount_point() too eager to stat mounted devices 5 жил өмнө
find_pid_by_name.c 3a0eea0887 pidof: support "pidof /path/to/binary" case 5 жил өмнө
find_root_device.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
full_write.c 875ce094cf dd: fix handling of short result of full_write(), closes 11711 5 жил өмнө
get_console.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
get_cpu_count.c 0ef64bdb40 *: make GNU licensing statement forms more regular 14 жил өмнө
get_last_path_component.c b24ef035bd find: cater for libc w/o FNM_CASEFOLD 13 жил өмнө
get_line_from_file.c 22a9951620 libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file() 5 жил өмнө
get_shell_name.c fd77ea505e mark get_shell_name FAST_FUNC 11 жил өмнө
get_volsize.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
getopt32.c 457825f77a shells: do not allow bare "read" in non-bash compat configs 3 жил өмнө
getopt_allopts.c 727948e585 getopt32: factor out code to treat all args as options 6 жил өмнө
getpty.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
hash_md5_sha.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 жил өмнө
hash_md5prime.c 49ecee098d tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work 7 жил өмнө
herror_msg.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
human_readable.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
in_ether.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
inet_cksum.c 4a0eb0370c gcc-9.x warning fixes 3 жил өмнө
inet_common.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
inode_hash.c e563f9e851 du: don't count duplicate arguments. Closes 5288 5 жил өмнө
isdirectory.c 416899fca6 do not include <sys/stat.h> just before "libbb.h", it's there already 6 жил өмнө
isqrt.c 8a134ec680 libbb: move isqrt from factor, use it in diff too 7 жил өмнө
iterate_on_dir.c 1746218bee move iterate_on_dir() from e2fsprogs to libbb 3 жил өмнө
kernel_version.c 2496616b0a avoid using strok - eliminates use of hidden global variable 3 жил өмнө
last_char_is.c 79a4032eef libbb: shrink last_char_is(), no longer allow NULL string argument 3 жил өмнө
lineedit.c f4fcd74a6e shell: do not read user database for every prompt - only for those which need it 2 жил өмнө
lineedit_ptr_hack.c 0ef64bdb40 *: make GNU licensing statement forms more regular 14 жил өмнө
llist.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
logenv.c d3fabf89d7 zcip: Add environment variable for overriding log functionality 9 жил өмнө
login.c cad3fc743a libbb: introduce and use fputs_stdout 3 жил өмнө
loop.c 15733cb48e mount: if we race with other loop mount, we forget to close loop dev 3 жил өмнө
make_directory.c 1267770a9d fix compile failure in previous commit 6 жил өмнө
makedev.c 975c714183 nicer looking ifdef in libbb/makedev.c 13 жил өмнө
match_fstype.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
messages.c cca7c611f2 which: fix TODO with NOFORK+malloc_failure misbehaving 6 жил өмнө
missing_syscalls.c d3539be8f2 Remove stime() function calls 4 жил өмнө
mode_string.c 6279aec03d libbb: clarify what bb_mode_string() generates 2 жил өмнө
mtab.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
nuke_str.c 4c201c00a3 whitespace fixes 6 жил өмнө
obscure.c 3ed81cf052 unit-tests: implement the unit-testing framework 10 жил өмнө
parse_config.c 22542eca18 getopt32: remove opt_complementary 6 жил өмнө
parse_mode.c 4958c18134 libbb: code shrink bb_parse_mode 2 жил өмнө
percent_decode.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
perror_msg.c 0ef64bdb40 *: make GNU licensing statement forms more regular 14 жил өмнө
perror_nomsg.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
perror_nomsg_and_die.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
pidfile.c 5059653882 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings 5 жил өмнө
platform.c 33745b1fc8 ash: placate -Werror=format-security 3 жил өмнө
print_flags.c 2ab9403119 whitespace and comment format fixes, no code changes 6 жил өмнө
print_numbered_lines.c cad3fc743a libbb: introduce and use fputs_stdout 3 жил өмнө
printable.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
printable_string.c 349d72c19c unzip: use printable_string() for printing filenames 5 жил өмнө
process_escape_sequence.c 9a2b6dcc2d libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too 5 жил өмнө
procps.c 89a55972fd libbb/procps: smaller global data for username/groupname cache 3 жил өмнө
progress.c 26602b85a3 wget: print the final newline only for non-tty output 5 жил өмнө
ptr_to_globals.c b1c7a66ca6 libbb: extend "errno pointer" trick to other than __GLIBC__ 3 жил өмнө
pw_encrypt.c 09aba8bac4 Fix missing "crypt.h" compilation error on the FreeBSD 3 жил өмнө
pw_encrypt_des.c 73d93d9f83 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) 3 жил өмнө
pw_encrypt_md5.c 9b2a9f0210 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) 10 жил өмнө
pw_encrypt_sha.c 49ecee098d tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work 7 жил өмнө
read.c dd46861282 libbb: Converted safe_read to safe_write format 4 жил өмнө
read_key.c f39a71817e read_key(): placate "warning: shifting a negative signed value is undefined" 4 жил өмнө
read_printf.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
recursive_action.c 689d0650ab libbb: shrink recursive_action() by reducing memory pressure 3 жил өмнө
remove_file.c 4a68697521 libbb: do not check closedir() in remove_file() 3 жил өмнө
replace.c 7011eca83a replace: count_strstr - Handle an edge case where sub is empty 4 жил өмнө
rtc.c 251e08ffa6 move ADJTIME_PATH define to header files 3 жил өмнө
run_shell.c f4f6e5144b libbb: exec_login_shell() - new function 3 жил өмнө
safe_gethostname.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
safe_poll.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
safe_strncpy.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
safe_write.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
securetty.c 44c0ab4102 libbb: fix "error: redefinition of 'is_tty_secure'" 7 жил өмнө
selinux_common.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
setup_environment.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
signals.c 5dadd497ff runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up 3 жил өмнө
simplify_path.c fb132e4737 whitespace cleanup 13 жил өмнө
single_argv.c c13ee8c0f3 basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument 13 жил өмнө
skip_whitespace.c cc222747ae libbb: Use return value from is_prefixed_with() 6 жил өмнө
speed_table.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 жил өмнө
str_tolower.c 0ef64bdb40 *: make GNU licensing statement forms more regular 14 жил өмнө
strrstr.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
sysconf.c ca9c4653a9 libbb: add sanity check in bb_arg_max() 9 жил өмнө
time.c f27a6a94a7 libbb: code shrink parse_datestr (again) 2 жил өмнө
trim.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
u_signal_names.c 656ca7bdd9 libbb/u_signal_names.c: don't check errno after bb_strtou 5 жил өмнө
ubi.c 798b94518e ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE 6 жил өмнө
udp_io.c 518fb3ba19 udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable 6 жил өмнө
unicode.c 2fba2f5bb9 unicode: relax array alignment for tables 3 жил өмнө
update_passwd.c 808d93c0ec update_passwd: fix context variable 3 жил өмнө
utmp.c 86a7f18f21 *: Switch to POSIX utmpx API 9 жил өмнө
uuencode.c ae04ce82cf base32/64: "truncated base64 input" -> "truncated input" 3 жил өмнө
verror_msg.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
vfork_daemon_rexec.c 5acf5e1f87 shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y 2 жил өмнө
warn_ignoring_args.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
wfopen.c 899ae5337a libbb: new function bb_die_memory_exhausted 6 жил өмнө
wfopen_input.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
write.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
xatonum.c 965b795b87 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 3 жил өмнө
xatonum_template.c 6830ade6aa whitespace fixes. no code changes 11 жил өмнө
xconnect.c c00bcf2d2c libbb: reuse "bad port" error message string 2 жил өмнө
xfunc_die.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
xfuncs.c df0383c624 libbb: correct the name of is_TERM_dumb() 3 жил өмнө
xfuncs_printf.c fe2d8065e3 fix gcc-11.0 warnings 3 жил өмнө
xgetcwd.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
xgethostbyname.c 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 жил өмнө
xreadlink.c 94eb1c4dc6 libbb: better coreutils compatibility for realpath 2 жил өмнө
xrealloc_vector.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө
xregcomp.c ebe6d9d875 whitespace and comment format fixes, no code changes 6 жил өмнө

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