hush/libbb
Denis Vlasenko 21278dff70 busybox: do not print help to fd 2, print it to fd 1
otherwise this can break scripts
2008-06-25 12:15:46 +00:00
..
appletlib.c
ask_confirmation.c
bb_askpass.c libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set 2008-03-12 23:19:35 +00:00
bb_basename.c actually add bb_qsort.c 2008-03-02 12:53:15 +00:00
bb_do_delay.c
bb_pwd.c
bb_qsort.c actually add bb_qsort.c 2008-03-02 12:53:15 +00:00
bb_strtonum.c
change_identity.c
chomp.c cryptpw: new applet (a bit less than 3k added) 2007-05-08 17:52:17 +00:00
compare_string_array.c
concat_path_file.c
concat_subpath_file.c
Config.in
copy_file.c
copyfd.c
correct_password.c udhcpc: kill undocumented -W, it was a no-op. 2008-06-13 20:44:05 +00:00
crc32.c
create_icmp6_socket.c
create_icmp_socket.c
crypt_make_salt.c
default_error_retval.c Rename two config options: 2007-04-10 23:03:30 +00:00
device_open.c
die_if_bad_username.c die_if_bad_username: shrink: 88 -> 77 bytes 2008-03-19 23:25:00 +00:00
dump.c
error_msg_and_die.c
error_msg.c
execable.c which: -a support (needed for bfin uclibc build script) 2008-06-05 13:33:59 +00:00
fclose_nonstdin.c
fflush_stdout_and_exit.c
fgets_str.c
find_mount_point.c
find_pid_by_name.c
find_root_device.c find_root_device: use lstat - don't follow links 2007-04-21 23:28:03 +00:00
full_write.c
get_console.c
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 trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
inet_common.c
info_msg.c - fix conflicting decls of syslog related facilitynames and prioritynames tables 2008-01-27 12:50:12 +00:00
inode_hash.c make copy_file() a bit easier to understand, and smaller 2007-08-25 21:14:55 +00:00
isdirectory.c lpd: spool mode added by Vladimir 2008-02-25 20:30:24 +00:00
Kbuild fix breakage found by randomconfig 2008-06-23 22:31:52 +00:00
kernel_version.c
last_char_is.c
lineedit_ptr_hack.c
lineedit.c
llist.c
login.c *: whitespace fixes, no code changes 2008-03-24 02:18:03 +00:00
loop.c mount: print errno on NFS error (again) 2007-08-03 14:16:24 +00:00
make_directory.c stat: fix option -Z segv (bug 1454) 2007-08-09 08:10:13 +00:00
makedev.c actually add bb_qsort.c 2008-03-02 12:53:15 +00:00
match_fstype.c
md5.c
messages.c
mode_string.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
mtab_file.c
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
perror_nomsg_and_die.c
perror_nomsg.c fix warning from needlessly-global functions 2007-01-22 23:04:27 +00:00
pidfile.c
print_flags.c
printable.c
process_escape_sequence.c
procps.c
ptr_to_globals.c
pw_encrypt_des.c whitespace and comment fixes, no code changes 2008-06-16 04:09:25 +00:00
pw_encrypt_md5.c
pw_encrypt.c
read.c
README
recursive_action.c
remove_file.c
restricted_shell.c
rtc.c we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status 2008-02-15 07:19:03 +00:00
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 introduce safe_poll (fixes a problem in top) 2007-09-27 10:09:59 +00:00
safe_write.c
selinux_common.c
setup_environment.c dos2unix: tiny shrink 2008-03-17 08:42:43 +00:00
sha1.c
signals.c
simplify_path.c
skip_whitespace.c
speed_table.c
str_tolower.c
strrstr.c
time.c define CLOCK_MONOTONIC to 1 if it is not defined 2008-06-07 23:43:43 +00:00
trim.c
u_signal_names.c more of -Wall fixes from Cristian Ionescu-Idbohrn. 2008-05-15 21:30:45 +00:00
udp_io.c
update_passwd.c
uuencode.c
vdprintf.c
verror_msg.c
vfork_daemon_rexec.c
warn_ignoring_args.c
wfopen_input.c
wfopen.c 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. 2007-10-01 11:58:38 +00:00
write.c
xatonum_template.c num conversions: allow for leading '+' (renice needs that) 2007-12-11 13:15:11 +00:00
xatonum.c diff: shrink code (-85 bytes): 2007-06-12 20:54:54 +00:00
xconnect.c inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames 2008-03-12 22:14:34 +00:00
xfunc_die.c xfunc_die: resurrect (actually, it's "svn add" being forgotten again) 2008-04-01 17:43:03 +00:00
xfuncs_printf.c
xfuncs.c
xgetcwd.c
xgethostbyname.c
xreadlink.c dos2unix: do not destroy symlinks and mode of the file being converted. 2008-06-14 04:28:41 +00:00
xregcomp.c less: stop dying on bad regexps, quietly pipe data w/o 2006-12-21 13:24:58 +00:00

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>