| #
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/
|
| #
0269ae4c
|
| 06-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @348740
Sponsored by: The FreeBSD Foundation
|
| #
02e2acce
|
| 23-May-2019 |
Warner Losh <imp@FreeBSD.org> |
Convert freebsd-version to using -v
newvers.sh has supported a variable setting only mode, use that in preference to grep to future proof this script from changes there.
Differential Revision: http
Convert freebsd-version to using -v
newvers.sh has supported a variable setting only mode, use that in preference to grep to future proof this script from changes there.
Differential Revision: https://reviews.freebsd.org/D19849
show more ...
|
| #
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/
|
| #
0269ae4c
|
| 06-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @348740
Sponsored by: The FreeBSD Foundation
|
| #
02e2acce
|
| 23-May-2019 |
Warner Losh <imp@FreeBSD.org> |
Convert freebsd-version to using -v
newvers.sh has supported a variable setting only mode, use that in preference to grep to future proof this script from changes there.
Differential Revision: http
Convert freebsd-version to using -v
newvers.sh has supported a variable setting only mode, use that in preference to grep to future proof this script from changes there.
Differential Revision: https://reviews.freebsd.org/D19849
show more ...
|
| #
caf42d81
|
| 04-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
bin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
ac2875fa
|
| 09-Feb-2016 |
Glen Barber <gjb@FreeBSD.org> |
Explicitly add unmarked bin/ binaries to the runtime package. Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added l
Explicitly add unmarked bin/ binaries to the runtime package. Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later.
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
4d293dd8
|
| 07-Dec-2015 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Add missing CLEANFILES.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
|
| #
f79998c8
|
| 22-Jan-2015 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Don't include newvers.sh into freebsd-version.
|
| #
cb92abb4
|
| 10-Dec-2014 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Fix dependency on newvers.sh
Noticed by: marck MFC after: 1 week
|
| #
5f385077
|
| 09-Oct-2013 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
By popular demand, move freebsd-version(1) from /libexec to /bin.
Approved by: re (gjb)
|
| #
2d07d6bc
|
| 09-Oct-2013 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Explicitly pass the full path to the input file to sed. This unbreaks the WITHOUT_BMAKE build.
Approved by: re (gjb)
|
| #
e5abbf16
|
| 07-Oct-2013 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Introduce the /libexec/freebsd-version script, which is intended to be used by auditing tools to determine the userland patch level when it differs from what `uname -r` reports. This can happen when
Introduce the /libexec/freebsd-version script, which is intended to be used by auditing tools to determine the userland patch level when it differs from what `uname -r` reports. This can happen when the system is kept up-to-date using freebsd-update and the last SA did not touch the kernel, or when a new kernel has been installed but the system has not yet rebooted.
Approved by: re (glebius)
show more ...
|