hush/libbb
2008-04-13 02:27:39 +00:00
..
appletlib.c
ask_confirmation.c
bb_askpass.c
bb_basename.c actually add bb_qsort.c 2008-03-02 12:53:15 +00:00
bb_do_delay.c
bb_pwd.c bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; 2007-07-27 11:20:10 +00:00
bb_qsort.c actually add bb_qsort.c 2008-03-02 12:53:15 +00:00
bb_strtonum.c merge post-1.3.0 fixes 2006-12-26 18:17:42 +00:00
change_identity.c
chomp.c
compare_string_array.c
concat_path_file.c ls: cleanup part 1 2006-10-28 12:37:16 +00:00
concat_subpath_file.c
Config.in
copy_file.c
copyfd.c
correct_password.c
crc32.c make compressed help code NOMMU- and NOFORK-friendly - 2007-04-10 21:40:19 +00:00
create_icmp6_socket.c
create_icmp_socket.c
crypt_make_salt.c chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> 2007-07-20 21:28:41 +00:00
default_error_retval.c
device_open.c
die_if_bad_username.c
dump.c
error_msg_and_die.c
error_msg.c
execable.c reorganize applet table. Eliminates pointers to names. 2007-11-28 06:49:03 +00:00
fclose_nonstdin.c
fflush_stdout_and_exit.c expand, unexpand: new applets from Tito <farmatito@tiscali.it> 2007-08-13 14:10:24 +00:00
fgets_str.c
find_mount_point.c cut 0.5k off mkfs.minix 2006-11-29 18:15:52 +00:00
find_pid_by_name.c
find_root_device.c
full_write.c lpd: spool mode added by Vladimir 2008-02-25 20:30:24 +00:00
get_console.c kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> 2007-10-20 00:17:34 +00:00
get_last_path_component.c *: kill bb_get_last_path_component, replace with two functions 2007-09-24 18:27:04 +00:00
get_line_from_file.c
getopt32.c
getpty.c
herror_msg_and_die.c
herror_msg.c
human_readable.c
inet_common.c
info_msg.c
inode_hash.c
isdirectory.c
Kbuild Splitting xfuncs.c into two parts. No code chabges. 2008-04-09 00:33:23 +00:00
kernel_version.c
last_char_is.c
lineedit.c
llist.c
login.c
loop.c
make_directory.c stat: fix option -Z segv (bug 1454) 2007-08-09 08:10:13 +00:00
makedev.c
match_fstype.c
md5.c
messages.c
mode_string.c
mtab_file.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
mtab.c
obscure.c
parse_mode.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
perror_msg_and_die.c
perror_msg.c 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. 2007-10-01 11:58:38 +00:00
perror_nomsg_and_die.c
perror_nomsg.c fix warning from needlessly-global functions 2007-01-22 23:04:27 +00:00
pidfile.c
printable.c
process_escape_sequence.c
procps.c
ptr_to_globals.c
pw_encrypt.c libbb: random hunt for statics 2007-06-18 10:35:06 +00:00
read.c
README Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
recursive_action.c
remove_file.c
restricted_shell.c
rtc.c
run_shell.c
safe_gethostname.c *: whitespace fixes, no code changes 2008-03-24 02:18:03 +00:00
safe_poll.c
safe_strncpy.c
safe_write.c
selinux_common.c
setup_environment.c
sha1.c
signals.c
simplify_path.c
skip_whitespace.c
speed_table.c style fix (stray space before ';') 2007-07-21 15:08:09 +00:00
str_tolower.c
time.c
trim.c
u_signal_names.c
udp_io.c
update_passwd.c
uuencode.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
vdprintf.c httpd: fix CGI handling bug (we were closing wrong fd). 2007-08-11 20:20:02 +00:00
verror_msg.c - fix conflicting decls of syslog related facilitynames and prioritynames tables 2008-01-27 12:50:12 +00:00
vfork_daemon_rexec.c
warn_ignoring_args.c
wfopen_input.c *: shrink by using [f]open_or_warn_stdin where appropriate 2008-03-17 09:07:36 +00:00
wfopen.c 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. 2007-10-01 11:58:38 +00:00
xatonum_template.c
xatonum.c diff: shrink code (-85 bytes): 2007-06-12 20:54:54 +00:00
xconnect.c
xfunc_die.c
xfuncs_printf.c
xfuncs.c
xgetcwd.c
xgethostbyname.c
xreadlink.c syslogd: support "symlink to symlink" for /dev/log; reduce stack usage 2007-11-10 01:28:19 +00:00
xregcomp.c

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>