Bernhard Reutner-Fischer
|
0e37af831d
- make sure not to trip enless loops when using strlen in IMA mode.
|
18 years ago |
Rob Landley
|
c5b1d4d6b1
Patch from Denis Vlasenko to add xstat() and use it.
|
18 years ago |
Rob Landley
|
dae6aa2859
Fixup to the previous (portability) patch. Linux actually does need
|
19 years ago |
Rob Landley
|
1f305dc0fd
Portability patch from rfelker. The bb_asprintf.c thing needs an eventual
|
19 years ago |
Rob Landley
|
883e0e83f2
Missed one in the get_line_from_file() update...
|
19 years ago |
Rob Landley
|
5cf7c2df66
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
|
19 years ago |
"Vladimir N. Oleynik"
|
0c6ff43a0c
remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION
|
19 years ago |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 years ago |
Bernhard Reutner-Fischer
|
7ca61b6f33
- shared libbusybox.
|
19 years ago |
Mike Frysinger
|
e885d5300a
Tito writes:
|
19 years ago |
Rob Landley
|
84cb76733f
patch from tito: consolidate delay functions as bb_do_delay()
|
19 years ago |
"Vladimir N. Oleynik"
|
2f0a5f947a
restore compare_string_array new interface (make broken by landley)
|
19 years ago |
Rob Landley
|
1d589b2e2d
Fix losetup so that it A) actually works again, B) has much better error
|
19 years ago |
"Vladimir N. Oleynik"
|
cc34344d91
change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck
|
19 years ago |
"Vladimir N. Oleynik"
|
61ff4b3973
more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck
|
19 years ago |
"Vladimir N. Oleynik"
|
6f347ef9dc
common BUFSIZ BSS buffer, small reduce code, data and bss
|
19 years ago |
"Vladimir N. Oleynik"
|
86a1073e0b
bb_dev_null
|
19 years ago |
Bernhard Reutner-Fischer
|
56b217117a
- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
|
19 years ago |
Bernhard Reutner-Fischer
|
5209e18ba7
- add prototype for llist_add_to_end to libbb.h
|
19 years ago |
"Vladimir N. Oleynik"
|
39a841cecf
change interface to bb_xasprintf() - more perfect for me.
|
19 years ago |
Mike Frysinger
|
0d65565210
add a attribute_noreturn macro
|
19 years ago |
Bernhard Reutner-Fischer
|
d4cffd1cc3
- make sure to include dmalloc.h at the very end of busybox.h or libbb.h.
|
19 years ago |
Bernhard Reutner-Fischer
|
d5bd137a24
- rename libbb's password helpers as suggested in libbb.h
|
19 years ago |
Bernhard Reutner-Fischer
|
f912ebb740
- Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen
|
19 years ago |
"Vladimir N. Oleynik"
|
7fe6520e75
This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse
|
19 years ago |
"Vladimir N. Oleynik"
|
f246dc7f57
ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
|
19 years ago |
"Vladimir N. Oleynik"
|
23f62fc6f3
split libbb: moved xregcomp separatelly for speed up recompile
|
19 years ago |
"Vladimir N. Oleynik"
|
1e07f852e0
FEATURE->ENABLE_FEATURE loses one for 'top' applet
|
19 years ago |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
19 years ago |
Rob Landley
|
e0537f6194
Bernhard Fischer suggested that get_terminal_width_height() should return
|
19 years ago |