Denys Vlasenko ca9c4653a9 libbb: add sanity check in bb_arg_max() vor 10 Jahren
..
Config.src 30a8652fbf sha3: make size/speed optimization decision configurable vor 12 Jahren
Kbuild.src 11775edbfc randomconfig fixes vor 10 Jahren
README ba2dcccd79 *: trailing empty lines removed vor 14 Jahren
appletlib.c 628f134fe7 exit with 127 if appled name wasn't found - it's more POSIXy vor 10 Jahren
ask_confirmation.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
bb_askpass.c d32fc647d7 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 vor 10 Jahren
bb_bswap_64.c 9ff50b8697 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits vor 14 Jahren
bb_do_delay.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
bb_pwd.c cffe28ef87 libbb: add sketch of tentative 'better' passwd/group API vor 11 Jahren
bb_qsort.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
bb_strtod.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
bb_strtonum.c ba65872950 libbb/bb_strtonum: always set end ptr, even on error return vor 13 Jahren
bbunit.c 2835a224cd bbunit: fix WANT_TIMING compilation vor 10 Jahren
change_identity.c defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on vor 16 Jahren
chomp.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
compare_string_array.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
concat_path_file.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
concat_subpath_file.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
copy_file.c 17f8418ea7 Add conditional support for -v / --verbose vor 10 Jahren
copyfd.c 8d75d794ea libbb: use sendfile() to copy data between file descriptors vor 10 Jahren
correct_password.c feac9b607d ftpd: add optional support for authentication vor 10 Jahren
crc32.c b7c9fb27cb whitespace fixes vor 14 Jahren
default_error_retval.c 7aa63042d0 libbb: xfunc_error_retval can be a byte vor 14 Jahren
device_open.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
die_if_bad_username.c 7485086f1e die_if_bad_username: tighten up a bit vor 13 Jahren
dump.c ef6747e290 hexdump: don't unconditionally limit the usable address range vor 11 Jahren
endofname.c 1961aea305 move endofname() to libbb vor 11 Jahren
executable.c e765b5ac34 libbb: rename execable -> executable. No code changes vor 10 Jahren
fclose_nonstdin.c 259b3c047a sed: open input files sequentially to avoid EMFILE vor 11 Jahren
fflush_stdout_and_exit.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
fgets_str.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
find_mount_point.c ce4f39ac7c find_mount_point: fix find_mount_point for char devices vor 13 Jahren
find_pid_by_name.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
find_root_device.c 2272129a93 plug a DIR* leak on error path vor 14 Jahren
full_write.c e4dcba1c10 *: whitespace fixes vor 14 Jahren
get_console.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
get_cpu_count.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
get_last_path_component.c b24ef035bd find: cater for libc w/o FNM_CASEFOLD vor 13 Jahren
get_line_from_file.c a1a448347e libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation vor 13 Jahren
get_shell_name.c fd77ea505e mark get_shell_name FAST_FUNC vor 12 Jahren
get_volsize.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
getopt32.c b47b3ce1bd randomconfig fixes vor 13 Jahren
getpty.c 438b4ac286 script: make it work even if fd 0 is closed vor 10 Jahren
hash_md5_sha.c 09a0e2223f sha3: tweak comments and indentation vor 10 Jahren
hash_md5prime.c 522041ee7b regularize options which control size/speed trade vor 13 Jahren
herror_msg.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
human_readable.c a407cf74cc Make smart_ulltoa return pointer to end (allows for code shink in callers) vor 11 Jahren
in_ether.c 198b02f7dd fix failures found by randomconfig builds vor 11 Jahren
inet_cksum.c 0d0260fd1e inet_cksum: big-endian fix vor 13 Jahren
inet_common.c 1a7256ac38 chpst: fix a bug where -U USER was using wrong USER (one from -u USER) vor 11 Jahren
info_msg.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
inode_hash.c 83bc4332e7 du, copy_file: fix file matching on cramfs. Closes 5456 vor 10 Jahren
isdirectory.c f282c6b657 libbb: remove is_directory's argument which is always NULL vor 13 Jahren
kernel_version.c 556ac3633c get_linux_version_code: don't fail on Linux version strints like "3.0-foo" vor 12 Jahren
last_char_is.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
lineedit.c 20cd31a2d7 lineedit: don't block when looking for escape sequence in vi-mode vor 10 Jahren
lineedit_ptr_hack.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
llist.c 9be4702a30 main: free suid_config list after use vor 13 Jahren
logenv.c d3fabf89d7 zcip: Add environment variable for overriding log functionality vor 10 Jahren
login.c 8f2cb7ab26 libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() vor 11 Jahren
loop.c fa6ab56353 libbb: if opening /dev/loopN returns ENXIO, don't try N++. vor 11 Jahren
make_directory.c 17f8418ea7 Add conditional support for -v / --verbose vor 10 Jahren
makedev.c 975c714183 nicer looking ifdef in libbb/makedev.c vor 14 Jahren
match_fstype.c 9289935cfd Fix compile breakage vor 13 Jahren
messages.c dee0fc9da1 save 10 bytes on strings vor 13 Jahren
missing_syscalls.c c9677ed83c libbb: add missing_syscalls.c: for now, only Android syscalls vor 12 Jahren
mode_string.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
mtab.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
nuke_str.c 198b02f7dd fix failures found by randomconfig builds vor 11 Jahren
obscure.c 3ed81cf052 unit-tests: implement the unit-testing framework vor 10 Jahren
parse_config.c 499597d6ef mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 vor 13 Jahren
parse_mode.c e4dcba1c10 *: whitespace fixes vor 14 Jahren
percent_decode.c dd1061b6a7 wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. vor 13 Jahren
perror_msg.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
perror_nomsg.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
perror_nomsg_and_die.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
pidfile.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
platform.c ad16741ccd libbb: provide usleep() fallback implementation vor 10 Jahren
print_flags.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
printable.c 79c618c411 Refactor catv. Move visible() from stty to libbb. vor 11 Jahren
printable_string.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
process_escape_sequence.c a2d27a1919 libbb/process_escape_sequence.c: fix recently broken handling of \\ vor 14 Jahren
procps.c 60cb48ca50 whitespace cleanup. no code changes vor 12 Jahren
progress.c 8345b2bd5e libbb: make warning go away vor 13 Jahren
ptr_to_globals.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
pw_encrypt.c 8ed9672660 libbb: don't die if crypt() returns NULL vor 10 Jahren
pw_encrypt_des.c 44d1989997 des encrypt: fix goof with NUL byte added at the end as '.' vor 15 Jahren
pw_encrypt_md5.c 9b2a9f0210 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) vor 11 Jahren
pw_encrypt_sha.c 5dcc6606cb libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework vor 14 Jahren
read.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
read_key.c 0ccae4d8b3 Add comments in keyboard escape sequences table vor 12 Jahren
read_printf.c 59655077c5 preparatory cleanups for seamless uncompression improvements vor 12 Jahren
recursive_action.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
remove_file.c 17f8418ea7 Add conditional support for -v / --verbose vor 10 Jahren
replace.c 6f068904dc xargs: add support for -I and -i. Closes 493 vor 10 Jahren
rtc.c d8290c2ef0 libbb: fix thinko in rtc_xopen() vor 10 Jahren
run_shell.c a73b87e934 *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup vor 14 Jahren
safe_gethostname.c 576b1d3c41 sendmail: use host rather than NIS domain name for HELO vor 12 Jahren
safe_poll.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
safe_strncpy.c 0016bcee37 klogd: do not log partial lines vor 14 Jahren
safe_write.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
selinux_common.c 60cb48ca50 whitespace cleanup. no code changes vor 12 Jahren
setup_environment.c 70fc8c17e2 su: do not change to home dir unless -l vor 12 Jahren
signals.c c4f2d997a4 libbb: correctness/size tweaks in signal-related helpers vor 12 Jahren
simplify_path.c fb132e4737 whitespace cleanup vor 14 Jahren
single_argv.c c13ee8c0f3 basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument vor 13 Jahren
skip_whitespace.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
speed_table.c 96f92a1afa libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short. vor 11 Jahren
str_tolower.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
strrstr.c 3ed81cf052 unit-tests: implement the unit-testing framework vor 10 Jahren
sysconf.c ca9c4653a9 libbb: add sanity check in bb_arg_max() vor 10 Jahren
systemd_support.c 0b8a7723c7 typo fix vor 13 Jahren
time.c 3b394781b5 libbb: fix parsing of "10101010" date/time form vor 11 Jahren
trim.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
u_signal_names.c 327d2885ec kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX vor 14 Jahren
udp_io.c 24915117a2 Fixes for warnings in FreeBSD build vor 13 Jahren
unicode.c 7a18043a96 lineedit: improve Unicode handling (still buggy though) vor 11 Jahren
update_passwd.c 854738d39d type fix in comment vor 14 Jahren
utmp.c 8d0e0cdadf move utmp.h include to libbb.h vor 14 Jahren
uuencode.c e6094d95b5 libbb: shrink base64 decoding a bit vor 13 Jahren
vdprintf.c ec447c7f01 libbb.h: remove unused defines vor 13 Jahren
verror_msg.c fe33683c8b Fix compile failures vor 10 Jahren
vfork_daemon_rexec.c 743edac6c8 bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon vor 13 Jahren
warn_ignoring_args.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
wfopen.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
wfopen_input.c e4dcba1c10 *: whitespace fixes vor 14 Jahren
write.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
xatonum.c c72b43c2f0 Commonalize typical [b,]k,m suffix struct vor 11 Jahren
xatonum_template.c 6830ade6aa whitespace fixes. no code changes vor 12 Jahren
xconnect.c 9106107a50 Make unix (local) sockets work without IPv6 enabled vor 12 Jahren
xfunc_die.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
xfuncs.c d6e7672545 less: move "retry-on-EAGAIN" logic closer to read ops vor 10 Jahren
xfuncs_printf.c 5906a5c26c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions vor 11 Jahren
xgetcwd.c e4dcba1c10 *: whitespace fixes vor 14 Jahren
xgethostbyname.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
xreadlink.c c50493854a libbb: fix a bad check for uclibc >= 0.9.31 vor 10 Jahren
xrealloc_vector.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
xregcomp.c 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren

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