hush/libbb
Eric Andersen 91c9388715 Place a temporary bandaid on the ls/du/df human-readable issue. This method is
not going to scale up as well as I would like, and Matt Kraai and I have
discussed a better long term solution.  But for now this will at least make all
the human-readable apps give correct answers.

Please test the human readable/non-human readable options on your systems!!!
 -Erik
2001-04-03 23:14:29 +00:00
..
.cvsignore
ask_confirmation.c
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
copy_file_chunk.c
copy_file.c
create_path.c
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
find_root_device.c
full_read.c
full_write.c
get_console.c
get_last_path_component.c
get_line_from_file.c
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
kernel_version.c
libbb.h Patch bass ackwards behavior of hr flag. 2001-03-28 20:10:25 +00:00
loop.c
Makefile Split error messages into separate files. 2001-03-19 19:24:06 +00:00
mk_loop_h.sh
mode_string.c
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
my_getgrnam.c
my_getpwnam.c
my_getpwnamegid.c
my_getpwuid.c
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
process_escape_sequence.c
recursive_action.c A nice patch from Larry Doolittle that adds -Wshadow and 2001-03-21 07:34:27 +00:00
safe_read.c
safe_strncpy.c
syscalls.c
syslog_msg_with_name.c
time_string.c
trim.c if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad, 2001-04-03 22:50:52 +00:00
vdprintf.c
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
xfuncs.c
xregcomp.c