#
ec4c2adb |
| 13-Nov-2023 |
Brooks Davis <brooks@FreeBSD.org> |
Retire LLD_IS_LD option
The option was added to parallel the CLANG_IS_CC which was removed in commit 20a66ab4bf8511e51e11321b775d36c92e77fa69.
Reviewed by: imp, dim, emaste Differential Revision: h
Retire LLD_IS_LD option
The option was added to parallel the CLANG_IS_CC which was removed in commit 20a66ab4bf8511e51e11321b775d36c92e77fa69.
Reviewed by: imp, dim, emaste Differential Revision: https://reviews.freebsd.org/D42575
show more ...
|
#
b2934971 |
| 18-Oct-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
pmc.amd(3): rename from pmc.k8(3)
This is the first step in recognizing that the K8 microarchitecture represents a small and aged subset of AMD CPUs supported by this class. Future changes will upda
pmc.amd(3): rename from pmc.k8(3)
This is the first step in recognizing that the K8 microarchitecture represents a small and aged subset of AMD CPUs supported by this class. Future changes will update the code and documentation details to better reflect this.
Keep the old filename as an alias.
Reviewed by: jkoshy MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41279
show more ...
|
#
82d6d46d |
| 18-Oct-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
pmc: remove last bits of AMD K7 CPU support
This includes event definitions from sys/pmc_events.h, definitions from sys/pmc.h, and the man pages.
Reviewed by: jkoshy Sponsored by: The FreeBSD Found
pmc: remove last bits of AMD K7 CPU support
This includes event definitions from sys/pmc_events.h, definitions from sys/pmc.h, and the man pages.
Reviewed by: jkoshy Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41275
show more ...
|
#
742f7ec5 |
| 11-Oct-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
dialog: correctly mark the libaries
Mark the libraries as such in order for make delete-old to not remove them when the DIALOG option is off
|
#
ff01d71e |
| 10-Oct-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
bsdconfig: do not remove files id MK_DIALOG=no
bsdconfig does not depends anymore on anything related to dialog(1) and libdialog(1) and has totally switched to bsddialog(1)
|
#
773606fc |
| 02-Oct-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
ofwdump: install dependent on MK_FDT
The utility depends on the presence of the openfirm(4) pseudo-device, which is gated by the FDT kernel option. The MK_FDT knob is correctly set to "yes" for FDT/
ofwdump: install dependent on MK_FDT
The utility depends on the presence of the openfirm(4) pseudo-device, which is gated by the FDT kernel option. The MK_FDT knob is correctly set to "yes" for FDT/OFW-enabled platforms (powerpc* included); use it to install the utility and eliminate the arch-specific Makefile logic.
No functional change intended.
Reviewed by: emaste, pkubaj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41977
show more ...
|
#
4cf80752 |
| 01-Oct-2023 |
Piotr Kubaj <pkubaj@FreeBSD.org> |
ObsoleteFiles.inc: only leave ofwdump.8.gz when WITH_FDT is set
Approved by: mhorne Differential Revision: https://reviews.freebsd.org/D41905 MFC after: 3 days
|
#
358f8a7a |
| 04-Aug-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
sendmail: remove all m4 files with WITHOUT_SENDMAIL
|
#
023ef801 |
| 26-Aug-2023 |
John Baldwin <jhb@FreeBSD.org> |
OptionalObsoleteFiles.inc: Add libprivate{cbor,fido2}_p.a
Two more profile libraries that should be removed by WITHOUT_PROFILE. Found when upgrading a stable/13 VM to stable/14.
|
#
0c785f06 |
| 18-Aug-2023 |
Enji Cooper <ngie@FreeBSD.org> |
Fix GoogleTest 1.14.0 import
- Prune headers and tests no longer installed after the upgrade. - Remove GoogleTest-related files when MK_GOOGLETEST == no. - Disable `-Werror` with gcc to unbreak the
Fix GoogleTest 1.14.0 import
- Prune headers and tests no longer installed after the upgrade. - Remove GoogleTest-related files when MK_GOOGLETEST == no. - Disable `-Werror` with gcc to unbreak the gcc12 CI run with `lib/googletest`. Any issues found by g++ will be filed upstream and hopefully resolved in a future version. - Remove clang -Werror issues which are resolved in version 1.14.0 to avoid masking valid issues.
MFC after: 1 week MFC with: 28f6c2f292806bf31230a959bc4b19d7081669a7
show more ...
|
#
47fc52b1 |
| 18-Aug-2023 |
Enji Cooper <ngie@FreeBSD.org> |
Update `make delete-old`
This change updates `make delete-old` to account for files installed by the following options: - MK_BSDINSTALL - MK_DMAGENT - MK_EXAMPLES - MK_SENDMAIL
MFC after: 2 weeks
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
#
dd3055a7 |
| 04-Aug-2023 |
Yuri Pankov <yuripv@FreeBSD.org> |
OptionalObsoleteFiles: add missed keymaps for sycons
|
#
64140bb5 |
| 27-Jul-2023 |
Jessica Clarke <jrtc27@FreeBSD.org> |
OptionalObsoleteFiles.inc: Automatically generate libcompat directories
Reviewed by: brooks, jhb, emaste Differential Revision: https://reviews.freebsd.org/D41186
|
#
ba84e870 |
| 24-Jun-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
pmc: clean up remaining Pentium man page references
These have been removed.
Fixes: d78896e46f1d ("pmc(3): remove Pentium-related man pages...") MFC after: 3 days Sponsored by: The FreeBSD Foundati
pmc: clean up remaining Pentium man page references
These have been removed.
Fixes: d78896e46f1d ("pmc(3): remove Pentium-related man pages...") MFC after: 3 days Sponsored by: The FreeBSD Foundation
show more ...
|
#
bdd1243d |
| 14-Apr-2023 |
Dimitry Andric <dim@FreeBSD.org> |
Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16-init-18548-gb0daacf58f41.
PR: 271047 MFC af
Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16-init-18548-gb0daacf58f41.
PR: 271047 MFC after: 1 month
show more ...
|
#
cb1fc924 |
| 30-May-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
genl: add new command to list genetlink(4)
This commands list genetlink protocols and its operations and capabilities
Name: nlctrl ID: 0x10, Version: 00, header size: 2, max attributes: 10 suppor
genl: add new command to list genetlink(4)
This commands list genetlink protocols and its operations and capabilities
Name: nlctrl ID: 0x10, Version: 00, header size: 2, max attributes: 10 supported operations: - ID: 0x3, Capabilities: 0xe (can modify; can get/dump; has policy) multicast groups: - ID: 0x30, Name: notify Name: carp ID: 0x11, Version: 00, header size: 2, max attributes: 2 supported operations: - ID: 0x1, Capabilities: 0xe (can modify; can get/dump; has policy) - ID: 0x2, Capabilities: 0xb (requires admin permission; can modify; has policy)
Reviewed by: melifaro Differential Revision: https://reviews.freebsd.org/D40330
show more ...
|
#
df53ae0f |
| 23-Apr-2023 |
Colin Percival <cperciva@FreeBSD.org> |
Remove portsnap(8)
Rather than having a tool in the FreeBSD base system for obtaining the FreeBSD ports tree, users are encouraged to `pkg install git` and then `git clone https://git.FreeBSD.org/po
Remove portsnap(8)
Rather than having a tool in the FreeBSD base system for obtaining the FreeBSD ports tree, users are encouraged to `pkg install git` and then `git clone https://git.FreeBSD.org/ports.git /usr/ports`.
The portsnap servers will continue operating until FreeBSD 13 reaches its End-of-Life, and portsnap is available from the ports tree as ports-mgmt/portsnap.
Requested by: portmgr Relnotes: yes Differential Revision: https://reviews.freebsd.org/D39563 X-MFC: no
show more ...
|
#
a827077e |
| 30-Mar-2023 |
John Baldwin <jhb@FreeBSD.org> |
Add libcap_netdb.so.1 to the list of libcasper helper libraries.
Reported by: Yuri <yuri@aetern.org> Fixes: 7d8e1e8dd904 libcasper: Move helper libraries from /lib/casper to /lib.
|
#
7d8e1e8d |
| 30-Mar-2023 |
John Baldwin <jhb@FreeBSD.org> |
libcasper: Move helper libraries from /lib/casper to /lib.
These libraries are linked to directly by applications rather than opened at runtime via dlopen().
Discussed with: oshogbo Reviewed by: ma
libcasper: Move helper libraries from /lib/casper to /lib.
These libraries are linked to directly by applications rather than opened at runtime via dlopen().
Discussed with: oshogbo Reviewed by: markj, emaste Differential Revision: https://reviews.freebsd.org/D39245
show more ...
|
#
c476ca18 |
| 29-Mar-2023 |
John Baldwin <jhb@FreeBSD.org> |
OptionalObsoleteFiles.inc: Remove MIPS-specific hwpmc manpages.
These are unconditionally removed in ObsoleteFiles.inc.
|
#
1ad3cafc |
| 22-Mar-2023 |
John Baldwin <jhb@FreeBSD.org> |
Remove /usr/lib/dtrace/ipfw.d for WITHOUT_DTRACE.
Reviewed by: brooks Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D39099
|
#
af0cc0b2 |
| 09-Mar-2023 |
Brooks Davis <brooks@FreeBSD.org> |
NgATM: Remove netgraph ATM support
Most ATM support was removed prior to FreeBSD 12. The netgraph support was kept as it was less intrusive, but it is presumed to be unused.
Reviewed by: manu Reln
NgATM: Remove netgraph ATM support
Most ATM support was removed prior to FreeBSD 12. The netgraph support was kept as it was less intrusive, but it is presumed to be unused.
Reviewed by: manu Relnotes: yes Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D38879
show more ...
|
#
08e66b7a |
| 06-Mar-2023 |
Herbert J. Skuhra <herbert@gojira.at> |
ATM: Remove /usr/include/netnatm when disbled
|
#
3dfd18a7 |
| 13-Feb-2023 |
John Baldwin <jhb@FreeBSD.org> |
Remove support for the base/* toolchain ports.
These ports have been removed so these knobs are no longer meaningful.
This reverts commit 608289394f655d0635c71233248b734010fb4d2f. This reverts comm
Remove support for the base/* toolchain ports.
These ports have been removed so these knobs are no longer meaningful.
This reverts commit 608289394f655d0635c71233248b734010fb4d2f. This reverts commit 39eb07f172921a581ee9b33ca2765905f4235202.
Reviewed by: imp, bapt, emaste Differential Revision: https://reviews.freebsd.org/D38562
show more ...
|