History log of /freebsd-14.2/lib/libbsm/Makefile (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# 1796400d 19-Apr-2020 Alan Somers <[email protected]>

libbsm: fix some MLINKS

Add missing MLINKS entries for a few functions. Remove some old typo
entries.

Reported by: phk
Reviewed by: cem
MFC after: 2 weeks


Revision tags: release/12.1.0, release/11.3.0, release/12.0.0
# 80d3469a 28-Jul-2018 Alan Somers <[email protected]>

Disable -Wcast-align in libbsm and libauditd

Along with some pending upstream changes, this will allow raising the WARNS
level.

Reviewed by: cem, aniketp
MFC after: 2 weeks
Differential Revision: h

Disable -Wcast-align in libbsm and libauditd

Along with some pending upstream changes, this will allow raising the WARNS
level.

Reviewed by: cem, aniketp
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D16486

show more ...


Revision tags: release/11.2.0, release/10.4.0, release/11.1.0
# 9466ee88 20-Jan-2017 Enji Cooper <[email protected]>

Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This implifies pathing in make/displayed output

MFC after: 3 weeks
Sponsored by: Dell EMC Isilon


Revision tags: 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


# 16e125b5 18-Dec-2015 Christian Brueffer <[email protected]>

Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).

MFC after: 2 weeks


# 3c89d6b0 01-Dec-2015 Bryan Drewery <[email protected]>

Don't override LIB*DIR variables from src.libnames.mk.

In some cases switch to the LIB*SRCDIR value.

These recently were defined in r291327 and r291619.

Sponsored by: EMC / Isilon Storage Division


Revision tags: release/10.2.0, 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
# daaf5759 02-Jan-2010 Ed Schouten <[email protected]>

Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makef

Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.

show more ...


Revision tags: release/8.0.0_cvs, release/8.0.0
# 3ca3047a 19-Jul-2009 Ken Smith <[email protected]>

Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed b

Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by: kib
Approved by: re (rwatson)

show more ...


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
# 28c8ed24 19-Oct-2007 Robert Watson <[email protected]>

Install getaudit_addr(2) and setaudit_addr(2) links to getaudit(2) and
setaudit(2).

MFC after: 3 days
Submitted by: csjp
Obtained from: TrustedBSD Project


# 419ecd5d 21-May-2007 Daniel Eischen <[email protected]>

Bump library versions in preparation for 7.0.

Ok'd by: kan


# 3c129092 23-Apr-2007 Robert Watson <[email protected]>

Add au_to_zonename.3 alias for au_token.3.

Obtained from: TrustedBSD Project


Revision tags: release/6.2.0_cvs, release/6.2.0
# e6c054f6 25-Sep-2006 Robert Watson <[email protected]>

Hook up additional OpenBSM man page aliases following OpenBSM 1.0 alpha 12
import. Most of these should have existed previously, but didn't.

MFC after: 3 days
Obtained from: TrustedBSD Project


# b91c45f2 19-Sep-2006 Robert Watson <[email protected]>

Hook up au_open.3 man page (and its symlinks), apparently missed during
initial OpenBSM merge.

Obtained from: TrustedBSD Project
MFC after: 3 days


# b8f3034c 01-Sep-2006 Robert Watson <[email protected]>

Remove curdir reference in libbsm build; this is not required as the
include path will already point to the populated include tree. This
is left over from boot-strapping the build and install of lib

Remove curdir reference in libbsm build; this is not required as the
include path will already point to the populated include tree. This
is left over from boot-strapping the build and install of libbsm
during the initial import and merge.

Obtained from: TrustedBSD Project
Pointed out by: ru

show more ...


# e3901dc9 05-Jun-2006 Robert Watson <[email protected]>

Add audit_submit.3 to the set of man pages built and installed with
libbsm. This interface is new as of OpenBSM 1.0 alpha 6.

Submitted by: csjp
Obtained from: TrustedBSD Project


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# 65eb7df0 02-Feb-2006 Robert Watson <[email protected]>

Add libbsm to the library build.

Obtained from: TrustedBSD Project