Page MenuHomeFreeBSD

makefs: make the buffer functions look exactly like the kernel ones
ClosedPublic

Authored by emaste on Oct 31 2016, 9:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 8 2024, 3:09 AM
Unknown Object (File)
Jan 27 2024, 11:21 AM
Unknown Object (File)
Jan 17 2024, 2:02 PM
Unknown Object (File)
Dec 22 2023, 10:20 PM
Unknown Object (File)
Dec 13 2023, 4:08 AM
Unknown Object (File)
Dec 11 2023, 10:36 AM
Unknown Object (File)
Dec 9 2023, 7:17 PM
Unknown Object (File)
Dec 1 2023, 3:17 PM
Subscribers

Details

Summary

From NetBSD

make the buffer functions look exactly like the kernel ones and add other
cruft to make the kernel files compile.

ffs.c 1.54
ffs/buf.c 1.13
ffs/buf.h 1.3
ffs/ffs_alloc.c 1.21
ffs/ffs_balloc.c 1.15

https://github.com/jsonn/src/commit/03dc6da80956f995c02320b03d526a57400d24c3

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to makefs: make the buffer functions look exactly like the kernel ones.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: marcel.
emaste added a subscriber: ngie.

This was in an old tree from an earlier attempt at updating makefs. It appears to be an incomplete port of the referenced NetBSD change.

http://mail-index.netbsd.org/source-changes/2013/01/26/msg040880.html

marcel edited edge metadata.

LGTM -- I don't think this will impact building makefs on non-FreeBSD...

This revision is now accepted and ready to land.Nov 1 2016, 7:27 PM

LGTM -- I don't think this will impact building makefs on non-FreeBSD...

Indeed, NetBSD builds makefs on all of their supported host platforms and my goal is to gradually sync to their version.

ngie added a reviewer: ngie.
This revision was automatically updated to reflect the committed changes.