bdrewery
a598c4b809
DIRDEPS_BUILD: Update dependencies.
...
Sponsored by: Dell EMC Isilon
2017-10-31 00:07:04 +00:00
cem
6c71128e6d
newfs_nandfs: Fix unaligned pointer warning
...
PR: 217532
Submitted by: Trond Endrestol <Trond.Endrestol at ximalas.info>
2017-03-04 16:59:55 +00:00
emaste
8e79b56e85
prefix UFS symbols with UFS_ to reduce namespace pollution
...
Specifically:
ROOTINO -> UFS_ROOTINO
WINO -> UFS_WINO
NXADDR -> UFS_NXADDR
NDADDR -> UFS_NDADDR
NIADDR -> UFS_NIADDR
MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)
Also prefix ext2's and nandfs's NDADDR and NIADDR with EXT2_ and NANDFS_
Reviewed by: kib, mckusick
Obtained from: NetBSD
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D9536
2017-02-15 19:50:26 +00:00
pfg
212ce360b6
sbin: use our howmany() macro when available through <sys/param.h>.
2016-05-01 02:19:49 +00:00
araujo
d6cc304ba6
Use nitems() from sys/param.h.
...
MFC after: 2 weeks.
2016-04-19 04:57:57 +00:00
gjb
6ed2feb360
Create packages for atm, ccdconfig, devd, ipf, ipfw,
...
iscsi, natd, nandfs, pf, quotacheck, and routed.
Add ping6 and rtsol to the runtime package.
Sponsored by: The FreeBSD Foundation
2016-02-09 19:30:31 +00:00
bdrewery
db81874b1a
META MODE: Connect MK_NAND directories.
...
Sponsored by: EMC / Isilon Storage Division
2015-12-02 05:31:01 +00:00
eadler
21a3003f8f
Fix a ton of speelling errors
...
arc lint is helpful
Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337
2015-10-21 05:37:09 +00:00
trasz
c05bbe4d23
It's 2015, and some people are still trying to use fdisk and then
...
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
2015-09-02 14:08:43 +00:00
brueffer
7e19266964
Fix an obviously wrong boolean operator.
...
PR: 200983
Submitted by: David Bindeman
MFC after: 1 week
2015-07-02 12:14:48 +00:00
bapt
6fdc031751
Convert sbin/ to LIBADD
...
Reduce overlinking
2014-11-25 11:23:12 +00:00
bapt
42044eb342
use .Mt to mark up email addresses consistently (part1)
...
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
2014-06-20 09:40:43 +00:00
imp
ebcdff1527
Slight if reordering to make error branch last.
2014-03-07 01:01:57 +00:00
pluknet
3f9b259642
Sweep man pages replacing ad -> ada.
...
Approved by: re (blackend)
MFC after: 1 week
X-MFC note: stable/9 only
2013-10-01 18:41:53 +00:00
ed
bfbcc24aa4
Unbreak the build of newfs_nandfs.
...
Mark global variables static. While there, make some small style(9)
cleanups and remove a variable that is unused.
2013-04-21 22:36:14 +00:00
joel
a9a749b770
mdoc: remove whitespace.
2012-05-17 11:50:12 +00:00
gber
6f7c735300
Import work done under project/nand (@235533) into head.
...
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
2012-05-17 10:11:18 +00:00