Denis Vlasenko
|
75fa4eb155
fsck_minix: tiny optimization
|
18 years ago |
Denis Vlasenko
|
87033fb5fa
forgot to svn add util-linux/minix.h :(
|
18 years ago |
Denis Vlasenko
|
73464ce53d
fbset: move variable from data to bss
|
18 years ago |
Denis Vlasenko
|
aa95959cb8
factor out minix structures/constants into minix.h
|
18 years ago |
Denis Vlasenko
|
6dd392a252
fsck_minix: optimizations. ~130 bytes
|
18 years ago |
Denis Vlasenko
|
24cfe8fe0c
introduce small[u]int
|
18 years ago |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 years ago |
Denis Vlasenko
|
c6f188def8
silly size savings and capitalization fixes
|
18 years ago |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Rob Landley
|
cc9962d7fb
More code from kernel developers, and therefore licensed under GPLv2 only.
|
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
|
bc8c50351f
Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently
|
18 years ago |
Rob Landley
|
fd8409f8c5
Patch from Denis Vlasenko, tweak error messages.
|
18 years ago |
Rob Landley
|
9a1a9de49f
Minor size shrinkage.
|
18 years ago |
Bernhard Reutner-Fischer
|
19008b8373
- reuse strings and messages. Saves about 600B
|
18 years ago |
Rob Landley
|
c44ab02f15
Whack the one last warning in make allbareconfig...
|
18 years ago |
Rob Landley
|
db2ab89b7c
Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.)
|
18 years ago |
Rob Landley
|
3ea66a805d
Patches from Denis Vlasenko to rework "current_name" handling and remove
|
18 years ago |
Rob Landley
|
8a6254994c
Patch from Denis Vlasenko:
|
18 years ago |
Rob Landley
|
9950cab8e0
Patch from Denis Vlasenko:
|
18 years ago |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 years ago |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 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
|
dfcb5b0412
s/u_int/uint/g
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 years ago |
Aaron Lehmann
|
a170e1c858
Change if(x)free(x); to free(x);
|
22 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Eric Andersen
|
dcbca62e89
Standard typing (u_int16_t instead of u16, u_int32_t instead
|
23 years ago |