Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.sbin/makefs



Module Name:    basesrc
Committed By:   lukem
Date:           Sun Nov 25 11:22:09 UTC 2001

Modified Files:
        basesrc/usr.sbin/makefs: Makefile makefs.8 makefs.c makefs.h

Log Message:
- Use strsuftoull() from dd(1) to parse numbers, rather than home grown
  version. The new version supports products, 'g' (GB) and 't' (TB)
  suffices, and `b' now means `blocks' instead of `bytes'.
  Functionality requested by perry.
- debug is now a u_int instead of an int.
- Ensure that various numbers have sane upper limits (e.g, 99 for %, etc)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/makefs/Makefile
cvs rdiff -r1.2 -r1.3 basesrc/usr.sbin/makefs/makefs.8 \
    basesrc/usr.sbin/makefs/makefs.h
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/makefs/makefs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index