History log of /freebsd-current/lib/libopenbsd/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/


# ecebb3cc 11-Sep-2020 Kyle Evans <kevans@FreeBSD.org>

Only set WARNS if not defined

This would allow interested parties to do experimental runs with an
environment set appropriately to raise all the warnings throughout the
build; e.g. env WARNS=6 NO_WERROR=yes buildworld.

Not currently touching the numerous instances in ^/tools.

MFC after: 1 week


# abc73e04 05-Dec-2018 Alex Richardson <arichardson@FreeBSD.org>

Allow bootstrapping libopenbsd on Linux

The getdtablecount.c file won't compile on Linux but it seems like none of
the bootstrap tools actually need it.

Reviewed By: emaste, brooks
Differential Revision: https://reviews.freebsd.org/D14244


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

First pass through library packaging.

Sponsored by: The FreeBSD Foundation


# 645d2c14 09-Dec-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

Remove NO_WERROR, after fix from r292023.


# 649e1da3 14-Nov-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

Add imsg to libopenbsd.

This will help with importing OpenBSD programs such as ypldap
into the base system.


# 1bbc47cb 14-Nov-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

Implemtn getdtablecount() to count open file descriptors for current process.

Use underlying sysctl implemented by mjg in r290473.

PR: 194985
Reviewed by: bapt, mjg
Differential Revision: https://reviews.freebsd.org/D4084


# a36eca08 04-Nov-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

Rename libohash to libopenbsd.

libopenbsd is an internal library which
to bring in compatibility stuff from OpenBSD.
This will allow us to bring in more
OpenBSD utilities into the FreeBSD base system.

We similarly use libnetbsd for bringing in stuff from NetBSD.

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D4078