Mike Frysinger 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 19 years ago
..
.cvsignore 1a6f8cfadf update .cvsignore files to note new location of loop.h 24 years ago
Makefile 7daa076d3e egor duda writes: 20 years ago
Makefile.in 3cd1986195 Add bb_msg_read_error 19 years ago
README c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
ask_confirmation.c cad5364599 Major coreutils update. 22 years ago
bb_askpass.c 6f9a7783ce Do not use getpass(3) 20 years ago
bb_asprintf.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
change_identity.c 99bd5adf99 more crond+crontab integrating with loginutil libbb functions and deleted 21 years ago
chomp.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
compare_string_array.c cad5364599 Major coreutils update. 22 years ago
concat_path_file.c 9dc93ac561 syntax/whitespace touchup 19 years ago
concat_subpath_file.c 393183dccc Vodz, last_patch_86 21 years ago
copy_file.c 2ed05ab146 fake out support for POSIX -H and -L options since busybox cp dereferences everything by default 19 years ago
copyfd.c fef32b570b Correct errors preventing busybox tar from working properly, 19 years ago
correct_password.c 29de86314a Remove this error message at Vodz request, it was misleading. 20 years ago
create_icmp6_socket.c aff114c33d Larry Doolittle writes: 20 years ago
create_icmp_socket.c aff114c33d Larry Doolittle writes: 20 years ago
default_error_retval.c aff114c33d Larry Doolittle writes: 20 years ago
device_open.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
dump.c eeb06bf230 Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar' 20 years ago
error_msg.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
error_msg_and_die.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
fclose_nonstdin.c aff114c33d Larry Doolittle writes: 20 years ago
fflush_stdout_and_exit.c cad5364599 Major coreutils update. 22 years ago
fgets_str.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
find_mount_point.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
find_pid_by_name.c 60158cb93e A patch from Takeharu KATO to update/fix SE-Linux support. 19 years ago
find_root_device.c 93d7fba892 Tito, farmatito at tiscali dot it writes: 20 years ago
full_read.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
full_write.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
get_console.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
get_last_path_component.c cad5364599 Major coreutils update. 22 years ago
get_line_from_file.c c0dedd05e8 Sort rewrite to be SUSv3 compliant. New config option, updated help, and 20 years ago
get_terminal_width_height.c 97310d0253 Brian Pomerantz writes: 20 years ago
get_ug_id.c 9ef6c93090 Patch from Arthur Othieno to fix a compiler warning 21 years ago
getopt_ulflags.c 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 19 years ago
hash_fd.c 14f5c8d764 Patch from Bernhard Fischer to make a bunch of symbols static 19 years ago
herror_msg.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
herror_msg_and_die.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
human_readable.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
inet_common.c 7d0c51919c In spite of the feature freeze, check in a complete rework of route which 21 years ago
inode_hash.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
interface.c 93983040c5 Shaun Jackman said: 19 years ago
isdirectory.c aff114c33d Larry Doolittle writes: 20 years ago
kernel_version.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
last_char_is.c bf91f2eb1b Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik 22 years ago
llist_add_to.c 66125c8065 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). 22 years ago
login.c a3bb3e6e0b Geir Thomassen wrote, regarding networking/httpd.c line 1358 21 years ago
loop.c 1e4dc96d61 Dear andersen: 20 years ago
make_directory.c 0e020d1025 Make certain clients of bb_make_directory default to honoring 20 years ago
messages.c 3cd1986195 Add bb_msg_read_error 19 years ago
mode_string.c 062913f662 Fix a bug reported by junkio@cox.net involving the mode_chars index. 21 years ago
module_syscalls.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
mtab.c a62665b72f Patch from Claus Klein to increase, and make more apparent 20 years ago
mtab_file.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
my_getgrgid.c f15dfc5570 Tito writes, 20 years ago
my_getgrnam.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
my_getpwnam.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
my_getpwuid.c 94d628c76a Tito writes: 20 years ago
my_getug.c 94d628c76a Tito writes: 20 years ago
obscure.c 481772a4c2 Patch from vodz to cleanup libbb/obscure.c:password_check() 21 years ago
parse_mode.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
parse_number.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
perror_msg.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
perror_msg_and_die.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
perror_nomsg.c cad5364599 Major coreutils update. 22 years ago
perror_nomsg_and_die.c cad5364599 Major coreutils update. 22 years ago
print_file.c 8ee2b27f0c Add missing include files 20 years ago
printf.c aff114c33d Larry Doolittle writes: 20 years ago
process_escape_sequence.c 413db4d583 Clean up hex escape support. 20 years ago
procps.c 60158cb93e A patch from Takeharu KATO to update/fix SE-Linux support. 19 years ago
pw_encrypt.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
pwd2spwd.c 7234c3a0b6 Cleanup shadow.h stuff so it behaves as intended 22 years ago
qmodule.c cf93274663 rmmod -a removed modules recursively 22 years ago
read_package_field.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
recursive_action.c 66a56aa028 Vladimir N. Oleynik writes: 20 years ago
remove_file.c 393183dccc Vodz, last_patch_86 21 years ago
restricted_shell.c 27f64e1f4e Port over the last of the tinylogin applets 22 years ago
run_parts.c aff114c33d Larry Doolittle writes: 20 years ago
run_shell.c 60158cb93e A patch from Takeharu KATO to update/fix SE-Linux support. 19 years ago
safe_read.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
safe_strncpy.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
safe_strtol.c 2479445562 Fix/eliminate use of atol 21 years ago
safe_write.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
setup_environment.c e3752e56a4 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed 19 years ago
simplify_path.c cad5364599 Major coreutils update. 22 years ago
skip_whitespace.c cad5364599 Major coreutils update. 22 years ago
speed_table.c cad5364599 Major coreutils update. 22 years ago
syscalls.c a36ac0db67 Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root. 20 years ago
syslog_msg_with_name.c 36adca81f5 Patch from Bastian Blank: 20 years ago
trim.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
u_signal_names.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
vdprintf.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
verror_msg.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
vfork_daemon_rexec.c aff114c33d Larry Doolittle writes: 20 years ago
vherror_msg.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
vperror_msg.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
warn_ignoring_args.c aff114c33d Larry Doolittle writes: 20 years ago
wfopen.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
wfopen_input.c cad5364599 Major coreutils update. 22 years ago
xconnect.c aff114c33d Larry Doolittle writes: 20 years ago
xfuncs.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
xgetcwd.c 393183dccc Vodz, last_patch_86 21 years ago
xgethostbyname.c cad5364599 Major coreutils update. 22 years ago
xgethostbyname2.c cad5364599 Major coreutils update. 22 years ago
xgetlarg.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
xgetularg.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
xreadlink.c 18bbd9bf3b Patch from Tito to fix memory leak upon error. 20 years ago
xregcomp.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago

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