aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* style fixesDenis Vlasenko2006-12-261-1/+1
| | | | last xcalloc replaced by xzalloc
* leftover of e2fsck surgeryDenis Vlasenko2006-12-261-82/+36
|
* put small subset of e2fsprogs back in the tree:Denis Vlasenko2006-12-261-0/+1319
| | | | | lsattr, chattr, fsck. Old e2fsprogs tree is in e2fsprogs/old_e2fsprogs/*.
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-261-1392/+0
|
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-2/+2
|
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-2/+2
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
|
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-2/+2
| | | | | introduce index_in_substr_array and use it in iproute2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
|
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-7/+7
|
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
| | | | | were using "1" as one of the arguments anyway, and as for the rest a multiply and a push isn't noticeably bigger than pushing two arguments on the stack.
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-3/+3
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Yet more "#if 0" content removed."Robert P. J. Day"2006-07-011-9/+0
|
* Big dead code elimination pass from Garrett.Rob Landley2006-05-031-11/+3
|
* kill off pointless malloc.h includeMike Frysinger2006-04-161-1/+0
|
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵Mike Frysinger2006-03-221-1/+0
| | | | sys/signal.h.
* just whitespaceTim Riker2006-01-251-2/+2
|
* remove bug: fsck do not know path"Vladimir N. Oleynik"2005-11-261-3/+1
|
* change the interface of libbb/compare_string_array (unsigned short to int), ↵"Vladimir N. Oleynik"2005-11-261-2/+2
| | | | usaging for e2fsprogs/fsck
* more use const for interface of libbb/compare_string_array, example usage ↵"Vladimir N. Oleynik"2005-11-261-9/+4
| | | | for e2fsprogs/fsck
* another more const"Vladimir N. Oleynik"2005-10-201-5/+6
|
* perror correction"Vladimir N. Oleynik"2005-10-121-1/+1
|
* create e2fs_set_sbin_path(), noticed by Tito, Thanks"Vladimir N. Oleynik"2005-10-121-8/+1
|
* make fsck.h as common, e2fsck: includes correct"Vladimir N. Oleynik"2005-10-121-0/+44
|
* more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"2005-10-121-0/+137
|
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-7/+6
| | | | | ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum
* more busybox's style for fsck.c, size reduce"Vladimir N. Oleynik"2005-09-291-201/+142
|
* import the very fat e2fsck/fsck appletsMike Frysinger2005-09-241-0/+1302