pkgbase: Put more binaries/lib in runtimeMove some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.This is everything needed to boot to multiuser with FreeBSD-rc installed.MFC aft
pkgbase: Put more binaries/lib in runtimeMove some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.This is everything needed to boot to multiuser with FreeBSD-rc installed.MFC after: 2 weeksSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D33435(cherry picked from commit 93c43690960274dd3bb67b1ee0f1dd3ca4d13def)
show more ...
lib: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using mis-identified many licenses so this was mostly a manual - errorpr
lib: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using mis-identified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
Updated/new dependencies
Updated dependencies
Updated/new Makefile.depend
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Mechanically kill hard sentence breaks.
Markup, grammar, punctuation.
- fix to UID test description, non-zero -> zeroPR: docs/57799Reviewed by: desApproved by: blackend (mentor)
style.Makefile(5) police(I've tried to keep to the spirit of the original formatting)Reviewed by: des
Major cleanup: - add __unused where appropriate - PAM_RETURN -> return since OpenPAM already logs the return value. - make PAM_LOG use openpam_log() - make PAM_VERBOSE_ERROR use openpam_get_
Major cleanup: - add __unused where appropriate - PAM_RETURN -> return since OpenPAM already logs the return value. - make PAM_LOG use openpam_log() - make PAM_VERBOSE_ERROR use openpam_get_option() and check flags for PAM_SILENT - remove dummy functions since OpenPAM handles missing service functions - fix various warningsSponsored by: DARPA, NAI Labs
Rename the even_root option to allow_root.Sponsored by: DARPA, NAI Labs
Moved SHLIB_NAME definition into one place.Approved by: des
Aggressive cleanup of warnings + authtok-related code in preparation forPAMifying passwd(1).Sponsored by: DARPA, NAI Labs.
mdoc(7) police: tiny fixes.
NAI DBA update.
Switch to OpenPAM. Bump library version. Modules are now versioned, soapplications linked with Linux-PAM will still work.Remove pam_get_pass(); OpenPAM has pam_get_authtok().Remove pam_prompt();
Switch to OpenPAM. Bump library version. Modules are now versioned, soapplications linked with Linux-PAM will still work.Remove pam_get_pass(); OpenPAM has pam_get_authtok().Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}().Remove pam_set_item(3) man page as OpenPAM has its own.Sponsored by: DARPA, NAI Labs
#include cleanup.Sponsored by: DARPA, NAI Labs
WARNS=4 fixes. Protect with NO_WERROR for the modules that havewarnings that are hard to fix or that I've been asked to leave alone.
Document the even_root option.Sponsored by: DARPA, NAI Labs
12