|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
a56295ec |
| 30-May-2019 |
Konstantin Belousov <[email protected]> |
MFC r348167, r348168, r348359, r348361: Add posixshmcontrol(1) utility.
|
|
Revision tags: release/12.0.0 |
|
| #
4750b59a |
| 19-Aug-2018 |
Eitan Adler <[email protected]> |
send-pr: wave goodbye
Entering into the world of 12.x we no longer need even the placeholder for send-pr. It has not done anything for some time.
With Hat: bugmeister
|
| #
b3042426 |
| 10-Jul-2018 |
Konstantin Belousov <[email protected]> |
Remove bits of the old NUMA.
Remove numactl(1), edit numa(4) to bring it some closer to reality, provide libc ABI shims for old NUMA syscalls.
Noted and reviewed by: brooks (previous version) Spons
Remove bits of the old NUMA.
Remove numactl(1), edit numa(4) to bring it some closer to reality, provide libc ABI shims for old NUMA syscalls.
Noted and reviewed by: brooks (previous version) Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D16142
show more ...
|
| #
aa571745 |
| 24-Jun-2018 |
Eitan Adler <[email protected]> |
Makefiles: remove outdated comments
|
|
Revision tags: release/11.2.0 |
|
| #
9b844631 |
| 21-Jun-2018 |
Ed Maste <[email protected]> |
Rename usr.bin/elfcopy to usr.bin/objcopy
We always install ELF Tool Chain's elfcopy as objcopy, so to avoid confusion rename the src directory containing our reach-over Makefile to match.
Requeste
Rename usr.bin/elfcopy to usr.bin/objcopy
We always install ELF Tool Chain's elfcopy as objcopy, so to avoid confusion rename the src directory containing our reach-over Makefile to match.
Requested by: jhb Sponsored by: The FreeBSD Foundation
show more ...
|
| #
f39bffc6 |
| 16-Jun-2018 |
Konstantin Belousov <[email protected]> |
Rework ofed build.
Aligns the build with the FreeBSD traditional approach to not build in contrib/, and to track inter-dependencies between libraries.
With help from: bdrewery Reviewed by: bdrewery
Rework ofed build.
Aligns the build with the FreeBSD traditional approach to not build in contrib/, and to track inter-dependencies between libraries.
With help from: bdrewery Reviewed by: bdrewery, hselasky Sponsored by: Mellanox Technologies MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D15648
show more ...
|
| #
158d2fcd |
| 03-Apr-2018 |
Benno Rice <[email protected]> |
Add the etdump utility for dumping El Torito boot catalog information.
This can be used to check existing images but will be used in the future to find EFI ESP images placed in El Torito catalogs so
Add the etdump utility for dumping El Torito boot catalog information.
This can be used to check existing images but will be used in the future to find EFI ESP images placed in El Torito catalogs so they can be used for hybrid boot purposes.
Reviewed by: imp (code), sbruno (man page), bcr (man page) Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D14952
show more ...
|
| #
fbc88a6f |
| 06-Dec-2017 |
Eitan Adler <[email protected]> |
sponge(1): revert
I did a complete buildworld and test... with the program disconnected from the tree. Revert the change for now.
(this keeps the change to .arclint which is still correct)
Wearing
sponge(1): revert
I did a complete buildworld and test... with the program disconnected from the tree. Revert the change for now.
(this keeps the change to .arclint which is still correct)
Wearing: my pointhat
show more ...
|
| #
ca94a1c6 |
| 05-Dec-2017 |
Cy Schubert <[email protected]> |
Fix build after r326554; reconnect sponge to build again.
|
| #
8b9fd949 |
| 05-Dec-2017 |
Dimitry Andric <[email protected]> |
For now, disconnect usr.bin/sponge from the build, to unbreak world after r326557.
Noticed by: many Pointy hat to: eadler
|
| #
8d4a7aab |
| 05-Dec-2017 |
Eitan Adler <[email protected]> |
sponge(1): fix my tests
Reviewed by: kevans
|
| #
5f8eed2f |
| 20-Nov-2017 |
Ed Maste <[email protected]> |
Install strings unconditionally
Previously it was enabled by WITH_/WITHOUT_TOOLCHAIN, but it is commonly expected to be available and may have non-toolchain consumers. As it is now taken from the B
Install strings unconditionally
Previously it was enabled by WITH_/WITHOUT_TOOLCHAIN, but it is commonly expected to be available and may have non-toolchain consumers. As it is now taken from the BSD-licensed ELF Tool Chain project, just install it unconditionally.
PR: 213665, 223725 Reviewed by: bdrewery MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8398
show more ...
|
| #
98988001 |
| 16-Nov-2017 |
Konstantin Belousov <[email protected]> |
Remove xlint(1).
xlint is currently a fossil. We have much more useful and alive tools to do now what xlint did twenty years ago.
I did not cleared some stuff which makes lint operational, in sys/
Remove xlint(1).
xlint is currently a fossil. We have much more useful and alive tools to do now what xlint did twenty years ago.
I did not cleared some stuff which makes lint operational, in sys/x86/include and sys/sys, but I might do it as followup. The x86/include/ucontext.h and _types.h hacks made to please lint was the main reason for my initial proposal to classify xlint as obsolete and to remove it.
Also I do not intend to clear sccs ids.
Reviewed by: bapt, brooks, emaste, jhb, pfg Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D13015
show more ...
|
| #
e415aa28 |
| 06-Oct-2017 |
Jeremie Le Hen <[email protected]> |
Remove rcmds.
If they are still needed, you can find them in the net/bsdrcmds port.
This was proposed June, 20th and approved by various committers [1]. They have been marked as deprecated on CURRE
Remove rcmds.
If they are still needed, you can find them in the net/bsdrcmds port.
This was proposed June, 20th and approved by various committers [1]. They have been marked as deprecated on CURRENT in r320644 [2] on July, 4th. Both stable/11 and release/11.1 contain the deprecation notice (thanks to allanjude@).
Note that ruptime(1)/rwho(1)/rwhod(8) were initially thought to be part of rcmds but this was a mistake and those are therefore NOT removed.
[1] https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018239.html [2] https://svnweb.freebsd.org/base?view=revision&revision=320644
Reviewed by: bapt, brooks Differential Revision: https://reviews.freebsd.org/D12573
show more ...
|
|
Revision tags: release/10.4.0 |
|
| #
4572fb3f |
| 13-Sep-2017 |
Gordon Tetlow <[email protected]> |
Deorbit catman. The tradeoff of disk for performance has long since tipped in favor of just rendering the manpage instead of relying on pre-formatted catpages. Note, this does not impede the ability
Deorbit catman. The tradeoff of disk for performance has long since tipped in favor of just rendering the manpage instead of relying on pre-formatted catpages. Note, this does not impede the ability to use existing catpages, it just removes the utility to generate them.
Reviewed by: imp, allanjude Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D12317
show more ...
|
| #
ac0ced90 |
| 08-Aug-2017 |
Jeremie Le Hen <[email protected]> |
rwho/ruptime/rwhod shouldn't be gated by RCMDS.
As peter@ points out in pr/220953: "rwho, rwhod and ruptime are not part of the remote login suite (rsh, rlogin etc).
They should *not* be in the rcm
rwho/ruptime/rwhod shouldn't be gated by RCMDS.
As peter@ points out in pr/220953: "rwho, rwhod and ruptime are not part of the remote login suite (rsh, rlogin etc).
They should *not* be in the rcmds package which is disabled by default. We rely on rwho/rwhod/ruptime in the freebsd.org cluster."
This commit is a re-commit of r322029 and r322031 with a better commit log, as pointed out by ngie@.
This also includes the necesary changes to OptionalObsoleteFiles.inc, as requested by jhb@.
PR: 220953 Reported by: peter@, jhb@ Differential Revision: https://reviews.freebsd.org/D11743
show more ...
|
| #
eba789dc |
| 08-Aug-2017 |
Jeremie Le Hen <[email protected]> |
Revert r322029 and r322031 so as to recommit them with a better commit log.
PR: 220953 Reported by: ngie@
|
| #
881d286b |
| 03-Aug-2017 |
Jeremie Le Hen <[email protected]> |
rwho/ruptime/rwhod shouldn't be gated by RCMDS.
PR: 220953 Reported by: peter@ Differential Revision: https://reviews.freebsd.org/D11743
|
|
Revision tags: release/11.1.0 |
|
| #
01df7d10 |
| 06-Jul-2017 |
Enji Cooper <[email protected]> |
Remove SUBDIR ordering/uniquifying in *bin/Makefile
After the addition of SUBDIR.yes, uniquifying/ordering the SUBDIRs doesn't make a whole lot of sense, and it's in effect a half measure.
Ordering
Remove SUBDIR ordering/uniquifying in *bin/Makefile
After the addition of SUBDIR.yes, uniquifying/ordering the SUBDIRs doesn't make a whole lot of sense, and it's in effect a half measure.
Ordering SUBDIR (after adding SUBDIR.yes to it) in bsd.subdir.mk is a separate change that warrants more discussion/testing, because while the SUBDIR_PARALLEL work largely fixed dependency ordering for SUBDIRs, there might be downstream FreeBSD consumers that rely on the SUBDIR ordering.
MFC after: 2 months Reviewed by: bdrewery Differential Revision: D11398
show more ...
|
| #
8609431e |
| 07-Jun-2017 |
Baptiste Daroussin <[email protected]> |
Remove leftovers from groff removal
Reported by: rpokala
|
| #
738919c0 |
| 07-Jun-2017 |
Baptiste Daroussin <[email protected]> |
Remove groff from base
All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs.
Al
Remove groff from base
All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs.
Also remove checknr(1) and colcrt(1) which are only useful with groff.
Approved by: (no objections on the mailing lists)
show more ...
|
| #
9f665e12 |
| 01-May-2017 |
Bryan Drewery <[email protected]> |
Redo r288270: Hookup mkcsmapper_static and mkesdb_static for 'make clean'
These are only built as part of the top-level 'build-tools' call for 'make buildworld'. They still need to be cleaned durin
Redo r288270: Hookup mkcsmapper_static and mkesdb_static for 'make clean'
These are only built as part of the top-level 'build-tools' call for 'make buildworld'. They still need to be cleaned during the 'make clean' treewalks though.
Reported by: markj MFC after: 2 weeks Sponsored by: Dell EMC Isilon
show more ...
|
| #
a17665bc |
| 20-Apr-2017 |
Baptiste Daroussin <[email protected]> |
Replace again GNU diff with BSD diff
After a firts failed attempt, BSD diff is now good enough to replace GNU diff.
Relnotes: yes
|
| #
f5b9907c |
| 20-Mar-2017 |
Eric van Gyzen <[email protected]> |
Port the getaddrinfo(1) utility from NetBSD
Submitted by: Lohith Bellad <[email protected]> Reviewed by: hiren (earlier rev), ae Obtained from: NetBSD MFC after: 1 week Relnotes: yes Sponsored by:
Port the getaddrinfo(1) utility from NetBSD
Submitted by: Lohith Bellad <[email protected]> Reviewed by: hiren (earlier rev), ae Obtained from: NetBSD MFC after: 1 week Relnotes: yes Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D9365
show more ...
|
| #
2c5ddcf8 |
| 19-Mar-2017 |
Baptiste Daroussin <[email protected]> |
Temporary readd GNU diff
etcupdate requires --change-group-format it is not easy to implement in bsd diff so for now readd GNU diff
|