|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0 |
|
| #
a7b5a3d4 |
| 05-Sep-2019 |
Emmanuel Vadot <[email protected]> |
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 Fre
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
show more ...
|
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
3f7047ae |
| 16-Oct-2017 |
Romain Tartière <[email protected]> |
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, all
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
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
a70cba95 |
| 04-Feb-2016 |
Glen Barber <[email protected]> |
First pass through library packaging.
Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/10.2.0 |
|
| #
18b2ee82 |
| 15-Jun-2015 |
Baptiste Daroussin <[email protected]> |
Revert r284417 it is not necessary anymore
|
| #
4232f826 |
| 15-Jun-2015 |
Baptiste Daroussin <[email protected]> |
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 ma
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
show more ...
|
| #
6b129086 |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert libraries to use LIBADD While here reduce a bit overlinking
|
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0 |
|
| #
a7c13ccc |
| 19-May-2009 |
Edward Tomasz Napierala <[email protected]> |
Add links to libgeom(3) where appropriate.
|
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
| #
fbda685d |
| 06-May-2007 |
Pawel Jakub Dawidek <[email protected]> |
Implement and document some utility functions that can be used to communicate with GEOM providers.
OK'ed by: phk
|
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0 |
|
| #
5e5bfe77 |
| 07-Mar-2004 |
Poul-Henning Kamp <[email protected]> |
Add manpages for the gctl API.
Submitted by: le Tweaks by: phk
|
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
| #
4f4a104e |
| 18-Aug-2003 |
David E. O'Brien <[email protected]> |
style.Makefile(5)
|
| #
41d8423f |
| 17-Aug-2003 |
Gordon Tetlow <[email protected]> |
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
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.
show more ...
|
| #
d368bc9f |
| 24-Jul-2003 |
Mark Murray <[email protected]> |
Remove GCC-specific debugging option.
OK'ed by: phk
|
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
| #
0b00d54e |
| 17-May-2003 |
Ruslan Ermilov <[email protected]> |
Moved libgeom.so dependencies to where they belong.
Reviewed by: phk Approved by: re (scottl)
|
|
Revision tags: release/4.8.0_cvs, release/4.8.0 |
|
| #
4b8938c1 |
| 23-Mar-2003 |
Poul-Henning Kamp <[email protected]> |
Add marshalling functions for OAM api.
|
| #
98e07ca0 |
| 13-Feb-2003 |
Alexey Zelkin <[email protected]> |
Add appropriate MLINKS for functions documented in libgeom.3
|
| #
7bd4e7b4 |
| 10-Feb-2003 |
Poul-Henning Kamp <[email protected]> |
Leak more stuff into libgeom.
|
| #
5ddbc7e1 |
| 08-Feb-2003 |
Poul-Henning Kamp <[email protected]> |
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 <[email protected]> |
Add libgeom to the system.
Initially this only contains the functions for accessing the I/O statistics data.
|