aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs_nandfs
Commit message (Collapse)AuthorAgeFilesLines
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-3/+3
| | | | | | | | | Approved by: re (blackend) MFC after: 1 week X-MFC note: stable/9 only Notes: svn path=/head/; revision=255977
* Unbreak the build of newfs_nandfs.Ed Schouten2013-04-211-16/+19
| | | | | | | | Mark global variables static. While there, make some small style(9) cleanups and remove a variable that is unused. Notes: svn path=/head/; revision=249743
* mdoc: remove whitespace.Joel Dahl2012-05-171-1/+0
| | | | Notes: svn path=/head/; revision=235544
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-173-0/+1262
The NAND Flash environment consists of several distinct components: - NAND framework (drivers harness for NAND controllers and NAND chips) - NAND simulator (NANDsim) - NAND file system (NAND FS) - Companion tools and utilities - Documentation (manual pages) This work is still experimental. Please use with caution. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks Notes: svn path=/head/; revision=235537