..
.cvsignore
update .cvsignore files to note new location of loop.h
2001-03-17 00:15:02 +00:00
ask_confirmation.c
chomp.c
Patch from Vladimir:
2001-05-15 17:42:16 +00:00
concat_path_file.c
Patch from Vladimir:
2001-05-15 17:42:16 +00:00
copy_file_chunk.c
Change size to unsinged long long, so if -1 is passed it will read as much as possible.
2001-04-12 13:47:12 +00:00
copy_file.c
Made new xreadlink function for libbb and changed applets to use it instead of
2001-04-30 18:17:00 +00:00
copyfd.c
This patch from Adam Heath <doogie@debian.org>, makes print_file
2001-05-15 17:48:09 +00:00
create_path.c
daemon.c
Update how we detect if libc5 is in use.
2001-04-09 23:52:18 +00:00
deb_extract.c
dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable.
2001-04-16 04:52:19 +00:00
device_open.c
error_msg_and_die.c
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
error_msg.c
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
find_mount_point.c
includes cleanup from Jeff Garzik
2001-03-23 17:02:05 +00:00
find_pid_by_name.c
Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>
2001-03-17 00:05:42 +00:00
find_root_device.c
Patch from Vladimir:
2001-05-15 17:42:16 +00:00
full_read.c
full_write.c
get_ar_headers.c
copy_file_chunk uses streams now.
2001-04-11 16:23:35 +00:00
get_console.c
get_last_path_component.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
get_line_from_file.c
gz_open.c
Remove unneeded printf statment
2001-04-11 15:11:48 +00:00
herror_msg_and_die.c
Add xgethostbyname and herror_msg* functions.
2001-05-16 15:40:51 +00:00
herror_msg.c
Add xgethostbyname and herror_msg* functions.
2001-05-16 15:40:51 +00:00
human_readable.c
Place a temporary bandaid on the ls/du/df human-readable issue. This method is
2001-04-03 23:14:29 +00:00
inode_hash.c
includes cleanup from Jeff Garzik
2001-03-23 17:02:05 +00:00
interface.c
include libbb.h after other includes
2001-05-05 03:19:12 +00:00
isdirectory.c
kernel_version.c
last_char_is.c
Patch from Vladimir:
2001-05-15 17:42:16 +00:00
libbb.h
Add xgethostbyname and herror_msg* functions.
2001-05-16 15:40:51 +00:00
loop.c
Makefile
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
messages.c
Fix a segfault in lash, hush, and cmdedit. Each of these used
2001-05-11 16:58:46 +00:00
mk_loop_h.sh
mode_string.c
module_syscalls.c
Be more generic for libc5. We don't need to know struct definitions
2001-04-05 07:41:51 +00:00
mtab_file.c
Fixed a BB_MTAB #define buglet reported by Magnus Damm.
2001-04-25 17:03:40 +00:00
mtab.c
Move the mtab support stuff into libbb
2001-04-01 16:01:11 +00:00
my_getgrgid.c
Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.
2001-03-19 18:37:42 +00:00
my_getgrnam.c
Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.
2001-03-19 18:37:42 +00:00
my_getpwnam.c
Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.
2001-03-19 18:37:42 +00:00
my_getpwnamegid.c
Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.
2001-03-19 18:37:42 +00:00
my_getpwuid.c
Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.
2001-03-19 18:37:42 +00:00
parse_mode.c
A nice patch from Larry Doolittle that adds -Wshadow and
2001-03-21 07:34:27 +00:00
parse_number.c
perror_msg_and_die.c
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
perror_msg.c
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
print_file.c
This patch from Adam Heath <doogie@debian.org>, makes print_file
2001-05-15 17:48:09 +00:00
process_escape_sequence.c
Apply Vladimir's latest cleanup patch.
2001-04-09 22:48:12 +00:00
read_package_field.c
Fix horrible, horrible memmory leak. I wondered why processes were dying !
2001-04-21 10:26:15 +00:00
read_text_file_to_buffer.c
Read a FILE* till an empty line or eof and return it as a char buffer.
2001-04-15 12:36:19 +00:00
README
Doc update for the 0.51 release.
2001-04-10 20:10:55 +00:00
real_loop.h
Move real_loop.h to libbb, where it belongs.
2001-04-18 22:23:22 +00:00
recursive_action.c
Move messages.c to libbb. Make each string in messages.c be its own .o file.
2001-04-25 05:39:18 +00:00
remove_file.c
Fix symlink removal problem noted by Erik Andersen.
2001-05-11 02:35:36 +00:00
safe_read.c
safe_strncpy.c
seek_ared_file.c
Seek to start of an entry inside an ar file
2001-04-11 16:31:20 +00:00
syscalls.c
Handle glibc 2.0.7 as well
2001-04-05 22:38:32 +00:00
syslog_msg_with_name.c
Move applet_name declaration from busybox.h to libbb.h.
2001-04-24 01:12:33 +00:00
time_string.c
trim.c
Reversed last patch; unnecessary.
2001-04-23 17:56:27 +00:00
untar.c
Simplify file_prefix handling, and use of *dir variable.
2001-04-23 13:52:02 +00:00
unzip.c
Move messages.c to libbb. Make each string in messages.c be its own .o file.
2001-04-25 05:39:18 +00:00
vdprintf.c
Fix a warning with libc5.
2001-04-04 19:26:22 +00:00
verror_msg.c
Move applet_name declaration from busybox.h to libbb.h.
2001-04-24 01:12:33 +00:00
vherror_msg.c
Switch from hstrerror to herror for libc5 systems.
2001-05-17 14:19:05 +00:00
vperror_msg.c
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
wfopen.c
xfuncs.c
Move messages.c to libbb. Make each string in messages.c be its own .o file.
2001-04-25 05:39:18 +00:00
xgetcwd.c
Apply Vladimir's latest cleanup patch.
2001-04-09 22:48:12 +00:00
xgethostbyname.c
Add missing include, noted by Larry Doolittle.
2001-05-16 17:05:03 +00:00
xreadlink.c
Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,
2001-05-07 17:48:28 +00:00
xregcomp.c