busybox/libbb
2001-08-22 05:35:39 +00:00
..
.cvsignore
arith.c Latest patch from vodz. Adds a check for divide by zero in the posix 2001-08-02 05:02:46 +00:00
ask_confirmation.c
chomp.c
concat_path_file.c Latest patch from vodz. Adds a check for divide by zero in the posix 2001-08-02 05:02:46 +00:00
copy_file_chunk.c
copy_file.c dfp might be used uninitialized. NULL it. 2001-08-21 23:36:32 +00:00
copyfd.c
create_icmp_socket.c Patch from vodz: 2001-07-12 20:26:32 +00:00
device_open.c
dirname.c
error_msg_and_die.c
error_msg.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 Add support for devfs device names. 2001-07-23 14:52:08 +00:00
get_last_path_component.c
get_line_from_file.c
gz_open.c Some adjustments, mostly from David McCullough <davidm@lineo.com> to 2001-07-19 22:28:02 +00:00
herror_msg_and_die.c
herror_msg.c
human_readable.c
inode_hash.c
interface.c Some adjustments, mostly from David McCullough <davidm@lineo.com> to 2001-07-19 22:28:02 +00:00
isdirectory.c
kernel_version.c
last_char_is.c
libbb.h Commit Vladimir's simplify_path. 2001-08-10 15:05:27 +00:00
libc5.c More libc5 fixups 2001-08-02 10:55:32 +00:00
loop.c
make_directory.c make_directory used mode as if it were an signed entity, but in fact 2001-08-02 09:58:19 +00:00
Makefile
messages.c Patch from vodz: 2001-07-12 20:26:32 +00:00
mk_loop_h.sh
mode_string.c
module_syscalls.c
mtab_file.c
mtab.c
my_getgrgid.c
my_getgrnam.c
my_getpwnam.c
my_getpwnamegid.c
my_getpwuid.c
parse_mode.c
parse_number.c
perror_msg_and_die.c
perror_msg.c
print_file.c
process_escape_sequence.c
read_package_field.c Change read_package_field interface, and rewrite using low level functions 2001-07-18 15:47:21 +00:00
README
real_loop.h
recursive_action.c
remove_file.c
safe_read.c
safe_strncpy.c
simplify_path.c Rewritten by Manuel Novoa III. 2001-08-14 17:10:08 +00:00
syscalls.c
syslog_msg_with_name.c
time_string.c
trim.c
u_signal_names.c Oops. I forgot to commit this part of vodz' patch. 2001-08-02 05:18:55 +00:00
unarchive.c Fix exclude list handling 2001-08-04 05:28:29 +00:00
unzip.c This is vodz' latest patch. Sorry it took so long... 2001-07-17 01:12:36 +00:00
vdprintf.c
verror_msg.c
vherror_msg.c
vperror_msg.c
wfopen.c
xfuncs.c
xgetcwd.c Add #include <sys/param.h> to ensure PATH_MAX is defined 2001-08-22 05:35:39 +00:00
xgethostbyname.c
xreadlink.c
xregcomp.c

Please see the LICENSE file for copyright information.
    
libbb is BusyBox's utility library.  This all used to be in a single file
(utility.c to be specific).  When I split utility.c up to create libbb, I did
not carefully fix up the copyright and licensing information.  I'll do that for
the next release.

For now, justtrust me that a bunch of people have worked on this stuff, 
and it is all GPL'ed.

	Erik Andersen 
	<andersen@lineo.com>
	<andersee@debian.org>
	<andersee@codepoet.org>