Denis Vlasenko
|
83bb98f759
mkfs_minix: remove older, less efficient bss reduction trick
|
17 years ago |
Denis Vlasenko
|
4efeaee387
mkfs_minix: stop using lots of bss/data.
|
17 years ago |
Denis Vlasenko
|
d4eda22d0c
fix warning coming from printing size_t with %u
|
18 years ago |
Denis Vlasenko
|
cc24419e98
minix utils: de-inline bit ops (saves ~130 bytes)
|
18 years ago |
Denis Vlasenko
|
dc485c9da6
minix utils: make a message easier to understand; small tweaks
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
aa95959cb8
factor out minix structures/constants into minix.h
|
18 years ago |
Denis Vlasenko
|
3bba545a54
done a dozen of randconfig test. guess what? ALL failed...
|
18 years ago |
Denis Vlasenko
|
a597aaddfa
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
|
18 years ago |
Denis Vlasenko
|
93f6aa6bca
"make bigdata" biggest offender dealt with:
|
18 years ago |
Denis Vlasenko
|
28bb84bd4e
Well, I am not 100.00% usre that uint16 will suffice there.
|
18 years ago |
Denis Vlasenko
|
016a82e279
another -90 bytes. That #define is **evil**
|
18 years ago |
Denis Vlasenko
|
66b86c6902
mkfs.minix: more cleanups, -~300 bytes of code.
|
18 years ago |
Denis Vlasenko
|
c6ce8733dd
cut 0.5k off mkfs.minix
|
18 years ago |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 years ago |
Bernhard Reutner-Fischer
|
64d7e93081
- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777).
|
18 years ago |
Rob Landley
|
88621d7398
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
bc8c50351f
Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently
|
18 years ago |
Bernhard Reutner-Fischer
|
c2cb0f32b4
- patch from Denis Vlasenko to add and use bb_xopen3()
|
18 years ago |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 years ago |
"Vladimir N. Oleynik"
|
1f2dc40ede
data --> bss
|
19 years ago |
Eric Andersen
|
b225e2a76b
Fixup some warnings
|
20 years ago |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 years ago |
Eric Andersen
|
39cdf4e2ab
Use proper C99 types
|
21 years ago |
Eric Andersen
|
c774efe317
extern inline is a bad bad thing. kill it (so mkfs_minix.c will
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 years ago |
Aaron Lehmann
|
5f8f32a41c
Inline functions with only one reference in mkfs_minix. I don't know
|
22 years ago |