summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_nandfs
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Connect MK_NAND directories.bdrewery2015-12-021-0/+21
| | | | Sponsored by: EMC / Isilon Storage Division
* Fix a ton of speelling errorseadler2015-10-211-1/+1
| | | | | | | arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-021-3/+1
| | | | | | | | | | | | | go asking what debug flags to set for GEOM to make it work. Advice them to use gpart(8) instead. Something similar should probably done with disklabel, but I need to rewrite the disklabel examples first. Reviewed by: wblock@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3315
* Fix an obviously wrong boolean operator.brueffer2015-07-021-1/+1
| | | | | | PR: 200983 Submitted by: David Bindeman MFC after: 1 week
* Convert sbin/ to LIBADDbapt2014-11-251-2/+1
| | | | Reduce overlinking
* use .Mt to mark up email addresses consistently (part1)bapt2014-06-201-1/+1
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* Slight if reordering to make error branch last.imp2014-03-071-3/+3
|
* Sweep man pages replacing ad -> ada.pluknet2013-10-011-3/+3
| | | | | | Approved by: re (blackend) MFC after: 1 week X-MFC note: stable/9 only
* Unbreak the build of newfs_nandfs.ed2013-04-211-16/+19
| | | | | Mark global variables static. While there, make some small style(9) cleanups and remove a variable that is unused.
* mdoc: remove whitespace.joel2012-05-171-1/+0
|
* Import work done under project/nand (@235533) into head.gber2012-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
OpenPOWER on IntegriCloud