]> Zhao Yanbai Git Server - minix.git/commit
mkfs reloaded 32/532/2
authorAntoine Leca <antoine.leca.1@gmail.com>
Fri, 26 Apr 2013 18:54:22 +0000 (20:54 +0200)
committerGerrit Code Review <gerrit@gerrit>
Mon, 13 May 2013 09:17:34 +0000 (11:17 +0200)
commit49fe5d161717795c22247c4e042a78f850d91040
treecf160a36ddcbb4d2d8ecde219b00575ebdcc4b53
parent717425320fdbeac66e46b7248c0c452f184d621e
mkfs reloaded

* restored the zone>block stuff
* generalized the support for more-than-1-block bitmaps to also deal
  with big inodes maps in small blocks
* improved pexit() to printf-like syntax; also replaced pexit() with
  err() or errx() where there are no reference to proto lines
* unified the allocation of blocks to all use alloc_block() instead
  of raw malloc half of the time
* removed the V2_ d2_ etc. prefixes which are obscure and obsolete

While here, also
* used new-form definitions, and closer to KNF style in general
* used often-built-ins such as mem* or strncpy where relevant
* pruned a fair amount of constants which are irrelevant

Thanks to Thomas V. and Lionel who did a good amount of work with the
cross-compilation stuff and made that change to be much smoother.
usr.sbin/mkfs.mfs/const.h
usr.sbin/mkfs.mfs/mfsdir.h
usr.sbin/mkfs.mfs/mkfs.c
usr.sbin/mkfs.mfs/super.h
usr.sbin/mkfs.mfs/type.h