Bernhard Reutner-Fischer
|
d409c3a2f7
|
- Rich Felker writes: fix invalid printf format strings
http://busybox.net/lists/busybox/2006-March/019568.html
text data bss dec hex filename
900619 10316 1038724 1949659 1dbfdb busybox.oorig
900603 10316 1038724 1949643 1dbfcb busybox
|
2006-03-29 22:34:47 +00:00 |
|
Mike Frysinger
|
9aa7f2005d
|
declare const id argument const for probe_{ext2,ext3,cramfs}
|
2006-03-18 04:17:59 +00:00 |
|
Mike Frysinger
|
874af85d5e
|
import most of e2fsprogs 1.38 updates
|
2006-03-08 07:03:27 +00:00 |
|
Rob Landley
|
dfba741457
|
Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
|
2006-03-06 20:47:33 +00:00 |
|
Rob Landley
|
e7c43b66d7
|
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
from before "if(x) free(x)".
|
2006-03-01 16:39:45 +00:00 |
|
Eric Andersen
|
3496fdc9a5
|
hopefully the last of the annoying signed/unsigned and mixed type errors
|
2006-01-30 23:09:20 +00:00 |
|
Tim Riker
|
c1ef7bdd8d
|
just whitespace
|
2006-01-25 00:08:53 +00:00 |
|
"Vladimir N. Oleynik"
|
c961a44e0b
|
more const, all data to text
|
2005-10-15 14:41:08 +00:00 |
|
"Vladimir N. Oleynik"
|
6c35c7c976
|
usage bb_dev_null
|
2005-10-12 15:34:25 +00:00 |
|
"Vladimir N. Oleynik"
|
ab57f76e13
|
more busyboxes, remove 1 extern function (mainstream also have for one fsck)
|
2005-10-12 12:11:42 +00:00 |
|
"Vladimir N. Oleynik"
|
083d3f49c2
|
bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only.
other: remove confuse bb_mkdep.
|
2005-10-10 11:35:17 +00:00 |
|
"Vladimir N. Oleynik"
|
9bfb2fc922
|
hmm, forgoten remove llseek?
|
2005-09-19 14:25:55 +00:00 |
|
"Vladimir N. Oleynik"
|
b71e6024f9
|
mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove 1 exporing, ext2fs_llseek/blkid_llseek->llseek
|
2005-09-19 13:48:39 +00:00 |
|
Mike Frysinger
|
fc379ba077
|
rip out all the non-linux code and ugly workarounds
|
2005-06-28 23:50:18 +00:00 |
|
Mike Frysinger
|
7fde8debc4
|
use malloc instead of xmalloc
|
2005-06-11 22:37:25 +00:00 |
|
Mike Frysinger
|
38a33f91c0
|
import more libs to prep for new e2fsprogs
|
2005-05-09 22:13:22 +00:00 |
|