History log of /freebsd-10.3-release/lib/libgeom/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 192376 19-May-2009 trasz

Add links to libgeom(3) where appropriate.


# 169299 06-May-2007 pjd

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

OK'ed by: phk


# 126721 07-Mar-2004 phk

Add manpages for the gctl API.

Submitted by: le
Tweaks by: phk


# 119071 18-Aug-2003 obrien

style.Makefile(5)


# 119017 17-Aug-2003 gordon

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.


# 117979 24-Jul-2003 markm

Remove GCC-specific debugging option.

OK'ed by: phk


# 115104 17-May-2003 ru

Moved libgeom.so dependencies to where they belong.

Reviewed by: phk
Approved by: re (scottl)


# 112510 23-Mar-2003 phk

Add marshalling functions for OAM api.


# 110810 13-Feb-2003 phantom

Add appropriate MLINKS for functions documented in libgeom.3


# 110603 10-Feb-2003 phk

Leak more stuff into libgeom.


# 110548 08-Feb-2003 phk

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


# 110545 08-Feb-2003 phk

Add libgeom to the system.

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