<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/makefs/makefs.h, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:21Z</updated>
<entry>
<title>Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-23T17:43:21Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17da660ad5b3b9cd90e164dd4dbb9beaa7203054'/>
<id>urn:sha1:17da660ad5b3b9cd90e164dd4dbb9beaa7203054</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

Similar commit in main:
(cherry picked from commit b3e7694832e8)
</content>
</entry>
<entry>
<title>makefs: whitespace cleanup (remove space before tab)</title>
<updated>2022-10-02T00:37:18Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2022-09-20T14:26:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e55ea61d07e87f181fc86cddaf7d738493d8b53b'/>
<id>urn:sha1:e55ea61d07e87f181fc86cddaf7d738493d8b53b</id>
<content type='text'>
MFC after:	1 week

(cherry picked from commit 06a400d76be90bc0ccf6110a1e614d60bafb0f6c)
</content>
</entry>
<entry>
<title>Fix -Wpointer-sign warnings in makefs and mkimg</title>
<updated>2021-01-07T09:26:21Z</updated>
<author>
<name>Alex Richardson</name>
<email>Alexander.Richardson@cl.cam.ac.uk</email>
</author>
<published>2021-01-06T17:05:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe41c64b577251fd1df89aa6c722a877b88b402b'/>
<id>urn:sha1:fe41c64b577251fd1df89aa6c722a877b88b402b</id>
<content type='text'>
Reviewed By:	emaste
Differential Revision: https://reviews.freebsd.org/D27175
</content>
</entry>
<entry>
<title>makefs: add msdosfs (FAT) support</title>
<updated>2019-08-20T18:20:45Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2019-08-20T18:20:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98dc8da58c698aed1843a912c7c5f5b9dfef3656'/>
<id>urn:sha1:98dc8da58c698aed1843a912c7c5f5b9dfef3656</id>
<content type='text'>
Add FAT support to makefs by copying some files from sys/fs/msdosfs/ and
updating others with changes from NetBSD.

The six files copied from sys/fs/msdosfs at r348251 and modified are:
denode.h direntry.h fat.h msdosfs_fat.c msdosfs_lookup.c msdosfsmount.h

I would prefer to avoid the duplication, but reluctance to doing so was
expressed in a previous review (D11197); for now copy the files and
revisit in the future.

Submitted by:	Siva Mahadevan
Discussed with:	cem, imp
MFC after:	1 month
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D16438
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>makefs: add -O (offset) option</title>
<updated>2017-05-26T15:49:20Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-05-26T15:49:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b79f050a884c1442e8ead094fa600c0e505e2b06'/>
<id>urn:sha1:b79f050a884c1442e8ead094fa600c0e505e2b06</id>
<content type='text'>
NetBSD revs:
ffs.c		1.60
makefs.8	1.44
makefs.c	1.48
makefs.h	1.33
ffs/buf.c	1.20
ffs/mkfs.c	1.27

Obtained from:	NetBSD
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D10780
</content>
</entry>
<entry>
<title>makefs: sync with NetBSD</title>
<updated>2017-03-29T20:49:41Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-03-29T20:49:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfa6282553f2a6841da7e8d2ec6b5a6ae7928010'/>
<id>urn:sha1:cfa6282553f2a6841da7e8d2ec6b5a6ae7928010</id>
<content type='text'>
This is a collection of minor changes as diff reduction against NetBSD.

NetBSD revs:
cd9660.c		1.39
cd9660.h		1.19
makefs.c		1.34

Obtained from:	NetBSD
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>makefs: sort roundup with the other off_t members in fsinfo_t</title>
<updated>2017-03-27T20:24:18Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-03-27T20:24:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c5f7c4725ff0ff3f3783fa90e99d94d8059d262'/>
<id>urn:sha1:6c5f7c4725ff0ff3f3783fa90e99d94d8059d262</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>makefs: sync option parsing with NetBSD</title>
<updated>2017-03-15T13:34:51Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-03-15T13:34:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=776c68249b2c2a850a6d21a2bbf15e38395f34d0'/>
<id>urn:sha1:776c68249b2c2a850a6d21a2bbf15e38395f34d0</id>
<content type='text'>
- add support for parsing different types; not just int
- homogenize option parsing
- fix single letter parsing
- remove duplicated code

NetBSD revisions:
cd9660.c        1.36 1.37 1.38 1.41 1.42 1.43
ffs.c           1.50 1.51 1.52 1.53 1.56 1.57
makefs.c        1.36 1.37 1.38 1.39 1.40 1.42 1.43 1.44 1.46
makefs.h        1.28 1.29 1.31 1.32

Obtained from:	NetBSD
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>makefs: use a macro to simplify per-fs function declarations</title>
<updated>2017-02-16T03:12:47Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-02-16T03:12:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39cbdda0d167bff86a43f3e543cd556d147d1014'/>
<id>urn:sha1:39cbdda0d167bff86a43f3e543cd556d147d1014</id>
<content type='text'>
makefs.h 1.28

Obtained from:	NetBSD
</content>
</entry>
</feed>
