#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
#
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_WE
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
show more ...
|
#
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 Rev
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
show more ...
|
#
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 Dif
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
show more ...
|
#
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 syste
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
show more ...
|