..
.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
Use generic flag names.
2001-04-24 01:30:02 +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
dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable.
2001-04-16 04:52:19 +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
interface.c
This has two patches. First it moves interface.c to libbb (it is
2001-04-19 16:55:27 +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
last_char_is.c
Another nice cleanup from Larry. This adds a new last_char_is() function and
2001-04-26 15:56:47 +00:00
libbb.h
Another nice cleanup from Larry. This adds a new last_char_is() function and
2001-04-26 15:56:47 +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
messages.c
libbb.h now includes ../busybox.h. This way, files in libbb that have
2001-04-25 18:06:21 +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
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
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
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
Rewrote rm.
2001-04-24 20:04:18 +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
Move applet_name declaration from busybox.h to libbb.h.
2001-04-24 01:12:33 +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
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
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
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
xregcomp.c
Convert utility.c into libbb.a. It is now a whole pile of .c
2001-03-16 22:47:14 +00:00