Page MenuHomeFreeBSD

Rename libohash to libopenbsd
ClosedPublic

Authored by rodrigc on Nov 4 2015, 4:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 1:22 AM
Unknown Object (File)
Sat, May 4, 1:15 AM
Unknown Object (File)
Sat, May 4, 1:01 AM
Unknown Object (File)
Sat, May 4, 12:36 AM
Unknown Object (File)
Mar 22 2024, 8:51 PM
Unknown Object (File)
Mar 22 2024, 8:51 PM
Unknown Object (File)
Mar 22 2024, 8:51 PM
Unknown Object (File)
Mar 22 2024, 8:51 PM

Details

Reviewers
bapt
Group Reviewers
manpages
Commits
rS290351: Rename libohash to libopenbsd.
Summary

Rename libohash to libopenbsd. libopenbsd is an internal library.
We will use this internal library to bring in compatibility stuff from OpenBSD,
so we can bring in more OpenBSD utilities into the FreeBSD base system.

We similarly use libnetbsd for bringing in stuff from NetBSD.

Test Plan

make universe

Diff Detail

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

Event Timeline

rodrigc retitled this revision from to Rename libohash to libopenbsd.
rodrigc updated this object.
rodrigc edited the test plan for this revision. (Show Details)
rodrigc added a reviewer: bapt.
rodrigc set the repository for this revision to rS FreeBSD src repository - subversion.

There were some "svn mv" operations, that didn't show up in the diff:

# svn status

M       Makefile.inc1
M       lib/Makefile
D       lib/libohash
        > moved to lib/libopenbsd
D       lib/libohash/Makefile
D       lib/libohash/Makefile.depend
D       lib/libohash/ohash.c
D       lib/libohash/ohash.h
D       lib/libohash/ohash_init.3
D       lib/libohash/ohash_interval.3
A  +    lib/libopenbsd
        > moved from lib/libohash
M  +    lib/libopenbsd/Makefile
M       share/mk/src.libnames.mk
M       usr.bin/m4/Makefile
M       usr.bin/m4/Makefile.depend
M       usr.bin/mandoc/Makefile
M       usr.bin/mandoc/Makefile.depend

so all the files were moved, not deleted.

rodrigc edited edge metadata.

Testing arc diff

bapt edited edge metadata.
This revision is now accepted and ready to land.Nov 4 2015, 7:07 AM
This revision was automatically updated to reflect the committed changes.