Denis Vlasenko
|
a7189f01a4
|
add -Wundef, fix uncovered bugs
|
2006-11-17 20:29:00 +00:00 |
|
Denis Vlasenko
|
e1a0d486e4
|
message string changes, mostly for consistency, also -32 bytes in .rodata
|
2006-10-20 13:28:22 +00:00 |
|
Denis Vlasenko
|
665b02cb60
|
build system: fix build in separate obj tree
|
2006-10-11 21:24:42 +00:00 |
|
Denis Vlasenko
|
de59c0f58f
|
httpd: add -u user[:grp] support
|
2006-10-05 22:50:22 +00:00 |
|
Denis Vlasenko
|
5d2f1736d9
|
build system: small optimization
|
2006-10-05 10:26:05 +00:00 |
|
Denis Vlasenko
|
7d219aab70
|
build system overhaul
|
2006-10-05 10:17:08 +00:00 |
|
Denis Vlasenko
|
a959588b80
|
Yet another silly little byte saving. couldn't -> cannot
|
2006-09-29 21:30:43 +00:00 |
|
Denis Vlasenko
|
9cac521f07
|
using [xa]sprintf for string concatenation is neat and saves
~100 bytes according to bloatcheck. Also this fixes bug in rpm
|
2006-09-09 12:24:19 +00:00 |
|
"Robert P. J. Day"
|
63fc1a9e08
|
Standardize on the vi editing directives being on the first line.
|
2006-07-02 19:47:05 +00:00 |
|
"Robert P. J. Day"
|
7ccb65f3a4
|
Yet more "#if 0" content removed.
|
2006-07-01 15:09:17 +00:00 |
|
Rob Landley
|
11c7a7bed6
|
Various cleanups I made while going through Erik Hovland's patch submissions,
some of which are even from him. :)
|
2006-06-25 22:39:24 +00:00 |
|
Rob Landley
|
299a6b4d7b
|
Consolidate #include <sys/time.h> so libbb.h does it.
|
2006-05-27 21:42:58 +00:00 |
|
Rob Landley
|
206f75784b
|
Remove unused function parameter, from Garrett.
|
2006-05-19 22:42:23 +00:00 |
|
Rob Landley
|
7c94bed234
|
Big dead code elimination pass from Garrett.
|
2006-05-03 21:58:45 +00:00 |
|
Bernhard Reutner-Fischer
|
dee811a53d
|
- remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()
|
2006-04-04 12:17:24 +00:00 |
|
Rob Landley
|
03e78e75f3
|
The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.
|
2006-04-01 17:36:31 +00:00 |
|
Rob Landley
|
43ac88849b
|
Ext2fs cleanup from Garrett Kajmowicz.
|
2006-04-01 00:40:33 +00:00 |
|
Mike Frysinger
|
f885513940
|
just whitespace fixes
|
2006-03-28 02:35:56 +00:00 |
|
Mike Frysinger
|
179f417788
|
need string.h as well as strings.h
|
2006-03-18 04:13:32 +00:00 |
|
Mike Frysinger
|
874af85d5e
|
import most of e2fsprogs 1.38 updates
|
2006-03-08 07:03:27 +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 |
|
Rob Landley
|
75cc0cace3
|
I was playing around with a dependency generator a couple weeks ago and I found
some #include files that aren't in the tree. No biggie...
|
2006-02-24 03:15:34 +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 |
|
Rob Landley
|
391a904f46
|
Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like
PPC, with an obligatory couple of swipes from me.
|
2006-01-23 21:38:06 +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 |
|
Mike Frysinger
|
7ad978045d
|
fix building with debugging enabled #413
|
2005-09-25 05:18:04 +00:00 |
|
Mike Frysinger
|
bfe773f471
|
make sure we include local header files
|
2005-09-24 07:10:37 +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 |
|
Rob Landley
|
20a825aed8
|
Fix warnings.
|
2005-09-07 07:04:56 +00:00 |
|
Mike Frysinger
|
e70aa9de7e
|
only declare do_swap if we need it
|
2005-07-30 09:43:58 +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
|
d5826903c1
|
use xmalloc instead of malloc
|
2005-06-12 00:45:09 +00:00 |
|
Mike Frysinger
|
0b3fc1a9ac
|
remove com_err.h includes
|
2005-06-11 20:29:02 +00:00 |
|
Mike Frysinger
|
16bc6159f3
|
DOS only crap
|
2005-06-11 20:28:47 +00:00 |
|
Mike Frysinger
|
a34f99930d
|
fix signed/unsigned char pointers
|
2005-06-11 00:50:59 +00:00 |
|
Mike Frysinger
|
f98f5e37cd
|
need strings.h for ffs()
|
2005-06-11 00:11:46 +00:00 |
|
Mike Frysinger
|
0301ffab3d
|
only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled
|
2005-06-11 00:11:37 +00:00 |
|
Mike Frysinger
|
1fd98e039d
|
import ext2fs lib to prep for new e2fsprogs
|
2005-05-09 22:10:42 +00:00 |
|