busybox/libbb
"Robert P. J. Day" c9f423a93d Correct the comment to match the code. 2006-07-02 19:52:52 +00:00
..
Config.in Allow a user-configurable minimum password length. 2006-07-02 18:35:39 +00:00
Makefile
Makefile.in made "test" an ash built-in. 2006-06-08 21:37:26 +00:00
README
ask_confirmation.c
bb_askpass.c
bb_asprintf.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
bb_do_delay.c
bb_pwd.c
bb_xbind.c
bb_xchdir.c
bb_xdaemon.c bb_xdaemon() isnt available on no-mmu systems 2006-06-07 21:47:34 +00:00
bb_xlisten.c
bb_xsocket.c
change_identity.c
chomp.c
compare_string_array.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
concat_path_file.c
concat_subpath_file.c
copy_file.c The logic to make cp -d or -P treat things like regular files should only 2006-06-24 21:27:36 +00:00
copyfd.c
correct_password.c
crc32.c
create_icmp6_socket.c
create_icmp_socket.c
default_error_retval.c
device_open.c
dump.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
error_msg.c
error_msg_and_die.c
fclose_nonstdin.c
fflush_stdout_and_exit.c
fgets_str.c
find_mount_point.c
find_pid_by_name.c
find_root_device.c
full_read.c
full_write.c
get_console.c
get_last_path_component.c
get_line_from_file.c - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed 2006-06-10 11:04:43 +00:00
get_terminal_width_height.c
getopt_ulflags.c
herror_msg.c
herror_msg_and_die.c
human_readable.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
inet_common.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
inode_hash.c
isdirectory.c
kernel_version.c
last_char_is.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
llist.c
login.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
loop.c Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" 2006-06-25 15:37:28 +00:00
make_directory.c
md5.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
messages.c - reuse strings and messages. Saves about 600B 2006-06-07 20:17:41 +00:00
mode_string.c
mtab.c
mtab_file.c
obscure.c Correct the comment to match the code. 2006-07-02 19:52:52 +00:00
opendir.c
parse_mode.c
parse_number.c
perror_msg.c
perror_msg_and_die.c
perror_nomsg.c
perror_nomsg_and_die.c
print_file.c
printf.c
process_escape_sequence.c
procps.c Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top. 2006-06-27 18:14:12 +00:00
pw_encrypt.c skip_whitespace() shouldn't claim its return value is const, it doesn't know 2006-06-18 20:20:07 +00:00
pwd2spwd.c
qmodule.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
read_package_field.c
recursive_action.c
remove_file.c
restricted_shell.c
run_parts.c
run_shell.c
safe_read.c
safe_strncpy.c
safe_strtol.c
safe_write.c
setup_environment.c
sha1.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
simplify_path.c
skip_whitespace.c skip_whitespace() shouldn't claim its return value is const, it doesn't know 2006-06-18 20:20:07 +00:00
speed_table.c The type changed too. 2006-06-20 16:43:05 +00:00
trim.c
u_signal_names.c
vdprintf.c
verror_msg.c
vfork_daemon_rexec.c Revert svn 15333. If you vfork, you must either exec or exit. (The parent is 2006-06-16 16:35:53 +00:00
vherror_msg.c
vperror_msg.c
warn_ignoring_args.c
wfopen.c
wfopen_input.c
xconnect.c
xfuncs.c This kind of paranoia is a debug option at best. 2006-06-30 16:36:56 +00:00
xgetcwd.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
xgethostbyname.c
xgethostbyname2.c
xgetlarg.c
xgetularg.c
xreadlink.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
xregcomp.c
xstat.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00

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
	<andersen@codepoet.org>