<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/dump/dump.h, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-02-13T04:30:30Z</updated>
<entry>
<title>dump(8): Fix typo in comment</title>
<updated>2024-02-13T04:30:30Z</updated>
<author>
<name>yue0211</name>
<email>asx5566123@gmail.com</email>
</author>
<published>2023-12-30T13:17:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26e69f9f98bf976b0f898f1fcb9ca572a0f22c54'/>
<id>urn:sha1:26e69f9f98bf976b0f898f1fcb9ca572a0f22c54</id>
<content type='text'>
Event:		Advanced UNIX Programming Course (Fall’23) at NTHU.
Pull Request:	https://github.com/freebsd/freebsd-src/pull/968
</content>
</entry>
<entry>
<title>sbin: Remove ancient SCCS tags.</title>
<updated>2023-11-27T05:23:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-23T17:21:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51e16cb8fc536913f490ac6bc9c17e92ebd0411b'/>
<id>urn:sha1:51e16cb8fc536913f490ac6bc9c17e92ebd0411b</id>
<content type='text'>
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-16T17:54:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3e7694832e81d7a904a10f525f8797b753bf0d3'/>
<id>urn:sha1:b3e7694832e81d7a904a10f525f8797b753bf0d3</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>Clean up global variable declarations in the dump and restore</title>
<updated>2020-04-04T00:56:56Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2020-04-04T00:56:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33ceb489d33e71b81adbd12bded321ad4486e42a'/>
<id>urn:sha1:33ceb489d33e71b81adbd12bded321ad4486e42a</id>
<content type='text'>
utilities so that they will compile with -fno-common.

Started by:  Kyle Evans (kevans)
Reviewed by: Kyle Evans (kevans)
MFC after:   1 week
Differential Revision: https://reviews.freebsd.org/D24210
</content>
</entry>
<entry>
<title>Fix build break from dump incompatibility I introduced in -r340411</title>
<updated>2018-11-14T00:21:52Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2018-11-14T00:21:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07436eeb490ec89202b2d484afca4eadf348cb88'/>
<id>urn:sha1:07436eeb490ec89202b2d484afca4eadf348cb88</id>
<content type='text'>
Pointy-hat to: mckusick
</content>
</entry>
<entry>
<title>Plug build break after r340411.</title>
<updated>2018-11-13T23:44:27Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2018-11-13T23:44:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4f7db47642344bc7b746a9571d08b0fb4d8c9dd'/>
<id>urn:sha1:d4f7db47642344bc7b746a9571d08b0fb4d8c9dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactoring of reading and writing of the UFS/FFS superblock.</title>
<updated>2018-01-26T00:58:32Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2018-01-26T00:58:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dffce2150eeac1c7f424324a5cade7a97b308979'/>
<id>urn:sha1:dffce2150eeac1c7f424324a5cade7a97b308979</id>
<content type='text'>
Specifically reading is done if ffs_sbget() and writing is done
in ffs_sbput(). These functions are exported to libufs via the
sbget() and sbput() functions which then used in the various
filesystem utilities. This work is in preparation for adding
subperblock check hashes.

No functional change intended.

Reviewed by: kib
</content>
</entry>
<entry>
<title>In preparation for converting to libufs to read the superblock,</title>
<updated>2017-12-27T22:18:56Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2017-12-27T22:18:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a770ae06ed16cb28743c54b8317761abd76facec'/>
<id>urn:sha1:a770ae06ed16cb28743c54b8317761abd76facec</id>
<content type='text'>
change conflicting function names:

	getino =&gt; getinode
	bread =&gt; blkread

No functional change.
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

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.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Renumber copyright clause 4</title>
<updated>2017-02-28T23:42:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-02-28T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbbd9655e5107c68e4e0146ff22b73d7350475bc'/>
<id>urn:sha1:fbbd9655e5107c68e4e0146ff22b73d7350475bc</id>
<content type='text'>
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by:	Jan Schaumann &lt;jschauma@stevens.edu&gt;
Pull Request:	https://github.com/freebsd/freebsd/pull/96
</content>
</entry>
</feed>
