..
.cvsignore
update .cvsignore files to note new location of loop.h
2001-03-17 00:15:02 +00:00
ask_confirmation.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
check_wildcard_match.c
includes cleanup from Jeff Garzik
2001-03-23 17:02:05 +00:00
chomp.c
includes cleanup from Jeff Garzik
2001-03-23 17:02:05 +00:00
concat_path_file.c
Apply Vladimir's latest cleanup patch.
2001-04-09 22:48:12 +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
copy_file_chunk uses streams now.
2001-04-11 16:23:35 +00:00
create_path.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
daemon.c
Update how we detect if libc5 is in use.
2001-04-09 23:52:18 +00:00
deb_extract.c
untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f
2001-04-15 12:51:59 +00:00
device_open.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
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
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
full_read.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
full_write.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
get_ar_headers.c
copy_file_chunk uses streams now.
2001-04-11 16:23:35 +00:00
get_console.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
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
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
gz_open.c
Remove unneeded printf statment
2001-04-11 15:11:48 +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
isdirectory.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
kernel_version.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
libbb.h
untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f
2001-04-15 12:51:59 +00:00
loop.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
Makefile
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
mk_loop_h.sh
Update the build system for pristine source directory builds. This
2001-02-17 00:42:47 +00:00
mode_string.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
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
Move the mtab support stuff into libbb
2001-04-01 16:01:11 +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
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
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
Apply Vladimir's latest cleanup patch.
2001-04-09 22:48:12 +00:00
process_escape_sequence.c
Apply Vladimir's latest cleanup patch.
2001-04-09 22:48:12 +00:00
read_package_field.c
Reads a field from a debian control (status or available) file, handles multi-line fields.
2001-04-15 12:38:12 +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
recursive_action.c
Patch from Valdimir to reduce stack usage, since recursive_action
2001-04-10 17:53:49 +00:00
safe_read.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
safe_strncpy.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
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
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
time_string.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
trim.c
Patch from Larry Doolittle to eliminate needless thrashing
2001-04-04 22:49:01 +00:00
untar.c
untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f
2001-04-15 12:51:59 +00:00
unzip.c
Disable sigterm
2001-04-11 15:09:30 +00:00
vdprintf.c
Fix a warning with libc5.
2001-04-04 19:26:22 +00:00
verror_msg.c
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
vperror_msg.c
Split error messages into separate files.
2001-03-19 19:24:06 +00:00
wfopen.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
xfuncs.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00
xgetcwd.c
Apply Vladimir's latest cleanup patch.
2001-04-09 22:48:12 +00:00
xregcomp.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00