History log of /freebsd-current/lib/libgeom/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a7b5a3d48 05-Sep-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Put a lot of binaries and lib in FreeBSD-runtime

All of them are needed to be able to boot to single user and be able
to repair a existing FreeBSD installation so put them directly into
FreeBSD-runtime.

Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D21503


# 3f7047ae 16-Oct-2017 Romain Tartière <romain@FreeBSD.org>

Add a quick description of the geom_getxml(3), geom_xml2tree(3),
geom_gettree(3) and geom_deletetree(3) functions provided by libgeom and are
not documented in libgeom(3).

Reviewed by: mav, bjk, allanjude
Approved by: allanjude
Differential Revision: https://reviews.freebsd.org/D12679


# a70cba95 04-Feb-2016 Glen Barber <gjb@FreeBSD.org>

First pass through library packaging.

Sponsored by: The FreeBSD Foundation


# 18b2ee82 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Revert r284417 it is not necessary anymore


# 4232f826 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Enforce overwritting SHLIBDIR

Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading
bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.

This makes /lib being populated again.

Reported by: many


# 6b129086 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert libraries to use LIBADD
While here reduce a bit overlinking


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# a7c13ccc 18-May-2009 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add links to libgeom(3) where appropriate.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# fbda685d 05-May-2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Implement and document some utility functions that can be used to communicate
with GEOM providers.

OK'ed by: phk


# 5e5bfe77 07-Mar-2004 Poul-Henning Kamp <phk@FreeBSD.org>

Add manpages for the gctl API.

Submitted by: le
Tweaks by: phk


# 4f4a104e 18-Aug-2003 David E. O'Brien <obrien@FreeBSD.org>

style.Makefile(5)


# 41d8423f 17-Aug-2003 Gordon Tetlow <gordon@FreeBSD.org>

Stage 3 of dynamic root support. Make all the libraries needed to run
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.


# d368bc9f 24-Jul-2003 Mark Murray <markm@FreeBSD.org>

Remove GCC-specific debugging option.

OK'ed by: phk


# 0b00d54e 17-May-2003 Ruslan Ermilov <ru@FreeBSD.org>

Moved libgeom.so dependencies to where they belong.

Reviewed by: phk
Approved by: re (scottl)


# 4b8938c1 23-Mar-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Add marshalling functions for OAM api.


# 98e07ca0 13-Feb-2003 Alexey Zelkin <phantom@FreeBSD.org>

Add appropriate MLINKS for functions documented in libgeom.3


# 7bd4e7b4 09-Feb-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Leak more stuff into libgeom.


# 5ddbc7e1 08-Feb-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Lower WARNS to 3 until I track down a way to explain that I know what
I'm doing to sparc64's gcc


# e13db587 08-Feb-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Add libgeom to the system.

Initially this only contains the functions for accessing the I/O
statistics data.