aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Bump shared library versions after ncurses bump in 13.John Baldwin2021-02-021-0/+11
| | | | | | | | | | | | | A few shared libraries in the base system link against ncurses. An upgrade from a 12.x host to 13 results in ABI breakage for existing binaries since the newer versions of these libraries link against the newer ncurses while the binary itself links against the older ncurses. For example, dialog4ports built on 12.x sometimes crashes on 13 since it depends on libdialog which links against ncurses internally. MFC after: 3 days Reviewed by: kib, delphij Differential Revision: https://reviews.freebsd.org/D28448
* ndis(4): remove as previous announcedBrooks Davis2021-01-251-0/+9
| | | | | | | | | | | | | | nids(4) was a clever idea in the early 2000's when the market was flooded with 10/100 NICs with Windows-only drivers, but that hasn't been the case for ages and the driver has had no meaningful maintenance in ages. It only supports Windows-XP era drivers. Also remove: - ndis support from wpa_supplicant - ndiscvt(8) Reviewed By: emaste, bcr (manpages) Differential Revision: https://reviews.freebsd.org/D27609
* wl(4): remove obsolete headerMarius Strobl2021-01-161-0/+5
| | | | | It's unused since 09b9789b28dd8453a54cb424115f31a6d3672527 and r304506 respectively and should have gone along with these.
* Add libclang_rt.profile-powerpc64le.a to (Optional)?ObsoleteFiles.incDimitry Andric2021-01-161-0/+1
| | | | | | | | | On little-endian PowerPC64, this prevented /usr/lib/clang/11.0.0 being cleaned up completely after upgrading to clang 11.0.1. Noticed by: pkubaj MFC after: 4 weeks X-MFC-With: r364284
* pccard: Remove wi(4) driverWarner Losh2021-01-081-1/+5
| | | | | | | | | Remove wi(4). pccard is going away, and wi only supports PC Card devices, though it has a minor amount of glue to also support PCI cards. However, removing the one without removing the other is hard, so the whole driver is being removed. Relnotes: Yes
* pccard: Remove bt3c(4) driverWarner Losh2021-01-081-1/+4
| | | | | | | | pccard is being removed, so remove bt3c driver since it only has PC Card attachment. Also remove bt3cfw(8) since it's the firmware for this driver. Relnotes: Yes
* pccard: Remove cmx(4) driverWarner Losh2021-01-081-0/+3
| | | | | | | The only attachment of cmx was pccard, so remove the driver in anticipation of PC Card support removal. Relnotes: Yes
* Correct typo in ObsoleteFiles.inc commentEd Maste2021-01-081-1/+1
| | | | Reported by: Oliver Pinter
* ObsoleteFiles.inc: add newlines between some recent entriesEd Maste2021-01-081-0/+2
|
* BSD.usr.dist: remove aoutEd Maste2021-01-081-0/+4
| | | | | | Userland a.out support has been removed; kernel aout(5) is unchanged. Sponsored by: The FreeBSD Foundation
* ncurses: only keep the version with widechar supportBaptiste Daroussin2021-01-051-0/+2
| | | | | | | | | | | | | | | | Only keep the widechar version of ncurses as libncursesw.so.9 Keep the old name to avoid breaking the ABI compatibility (the non widechar version libncurses.so.9 is not binary compatible with libncursesw.so.9) since all ports and base are already only linking against the widechar version we can simply remove libncurses.so.9 Since the .9 version only lived in the dev branch and never ended in a release, it is simply removed and not added to any binary compat package. Add symlinks to keep build time compatibility for anyone linking against -lncurses
* Add old bsdgrep aliases to ObsoleteFiles.incDimitry Andric2021-01-031-0/+2
| | | | | After 8aff76fb37b58a74832831ac1c54a013a64b35e7 there is only one grep, so the bsdgrep binary and man page aliases can be cleaned up.
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2021-01-031-0/+265
| | | | | | | release/11.x llvmorg-11.0.1-rc2-0-g43ff75f2c3f (aka 11.0.1 rc2). MFC after: 4 weeks X-MFC-With: r364284
* build: remove the option to build gnugrepKyle Evans2020-12-251-0/+14
| | | | | | | | | Unconditionally install bsdgrep as grep, bootstrap or not. Remove all build glue and stop installing both gnugrep and libgnuregex now that all consumers of the latter are gone. Relnotes: yes Differential Revision: https://reviews.freebsd.org/D27732
* mk48txx(4): remove obsolete driverMarius Strobl2020-12-251-0/+3
| | | | | It's no longer used since 58aa35d42975c298ca0adba705c042596303c9f5 and r357455 respectively.
* Retire obsolete GDB 6.1.1Ed Maste2020-12-151-0/+4
| | | | | | | | | | | | | | | | | | | | | GDB 6.1.1 was released in June 2004 and is long obsolete. It does not support all of the architectures that FreeBSD does, and imposes limitations on the FreeBSD kernel build, such as the continued use of DWARF2 debugging information. It was kept (in /usr/libexec/) only for use by crashinfo(8), which extracts some basic information from a kernel core dump after a crash. Crashinfo already prefers gdb from port/package if installed. Future work may add kernel debug support to LLDB or find another path for crashinfo's needs, but in any case we do not want to ship the excessively outdated GDB in FreeBSD 13. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27610 Notes: svn path=/head/; revision=368667
* hme(4): Remove as previous announcedBrooks Davis2020-12-111-0/+3
| | | | | | | | | | | | The hme (Happy Meal Ethernet) driver was the onboard NIC in most supported sparc64 platforms. A few PCI NICs do exist, but we have seen no evidence of use on non-sparc systems. Reviewed by: imp, emaste, bcr Sponsored by: DARPA Notes: svn path=/head/; revision=368559
* Add a few missed entries to ObsoleteFiles.inc:Dimitry Andric2020-11-301-0/+5
| | | | | | | | * libzfs.so was bumped from 3 to 4 in r364746 * libcap_random.so.1 was removed in r350307, but its .so symlink was not Notes: svn path=/head/; revision=368192
* ping: add a ping6 hard link for backwards compatibilityAlan Somers2020-11-261-2/+0
| | | | | | | | | | | | When invoked as "ping6", ping will now attempt to use ICMPv6 for hostnames that resolve both IPv4 and IPv6 addresses. Reviewed by: bz, manu MFC-With: r368045 Differential Revision: https://reviews.freebsd.org/D27384 Notes: svn path=/head/; revision=368078
* Merge ping6 to pingAlan Somers2020-11-261-0/+10
| | | | | | | | | | | | | There is now a single ping binary, which chooses to use ICMP or ICMPv4 based on the -4 and -6 options, and the format of the address. Submitted by: Ján Sučan <sucanjan@gmail.com> Sponsored by: Google LLC (Google Summer of Code 2019) MFC after: Never Differential Revision: https://reviews.freebsd.org/D21377 Notes: svn path=/head/; revision=368045
* Correct entries for manpages removed in r359374.John Baldwin2020-11-241-3/+3
| | | | | | | | Reported by: Yuri Pankov <yuripv@yuripv.dev> Sponsored by: Chelsio Communications Notes: svn path=/head/; revision=368002
* calendar: remove all datafiles except freebsd oneWarner Losh2020-10-261-0/+66
| | | | | | | | | | | | | Move all the data files for the calendar(1) program, except calendar.freebsd to the calendar-data package. When a file can't be found, and /usr/local/share/calendar doesn't exist provide a helpful hint to install this package. Reviewed by: se@ Differential Revision: https://reviews.freebsd.org/D26926 Notes: svn path=/head/; revision=367051
* lualoader: improve the design of the brand-/logo- mechanismKyle Evans2020-10-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | In the previous world order, any brand/logo was forced to pull in the drawer and call drawer.add{Brand,Logo} with the name their brand/logo is taking and a table describing it. In the new world order, these files just need to return a table that maps out graphics types to a table of the exact same format as what was previously being passed back into the drawer. The appeal here is not needing to grab a reference back to the drawer module and having a cleaner data-driven looking format for these. The format has been renamed to 'gfx-*' prefixes and each one can provide a logo and a brand. drawer.addBrand/drawer.addLogo will remain in place until FreeBSD 13, as there's no overhead to them and it's not yet worth the break in compatibility with any pre-existing brands and logos. Reviewed by: freqlabs MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D24966 Notes: svn path=/head/; revision=366435
* tests: move the memfd tests over to sys/posixshmKyle Evans2020-09-231-0/+3
| | | | | | | | | | | memfd_create is implemented on top of posixshm, so this is a logically correct place for them to be. Moreover, this reduces the number of places to look to run tests when working in this part of the tree. Discussed with: kib (to some extent, a while ago) Notes: svn path=/head/; revision=366093
* Remove vm_map_create(9) KPI's manpage according to r364302Li-Wen Hsu2020-09-101-0/+3
| | | | | | | | | | Submitted by: Ka Ho Ng <khng300@gmail.com> Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26372 Notes: svn path=/head/; revision=365553
* Ensure zpool-features(5) doesn't get removed by make delete-old.Dimitry Andric2020-09-031-2/+0
| | | | | | | | Apparently, somewhere in 2012 ZFS-on-FreeBSD moved it from section 5 to 7, but ZFS-on-Linux never did. Notes: svn path=/head/; revision=365305
* Add ufm(4) to ObsoleteFiles.incNiclas Zeising2020-08-201-0/+3
| | | | | | | | | The ufm driver was removed in r364432, add the manual to ObsoleteFiles. OK by: imp Notes: svn path=/head/; revision=364436
* Fix the real shared libraries (lib*.so.X) from OLD_FILES to OLD_LIBS,Alexander Leidinger2020-08-191-18/+18
| | | | | | | as it is supposed to be. Notes: svn path=/head/; revision=364375
* Add libprivateevent libs to ObsoleteFiles.incEd Maste2020-08-171-0/+4
| | | | | | | | | Missed in r361607 Reported by: dim Notes: svn path=/head/; revision=364307
* Set tentative merge date.Dimitry Andric2020-08-161-1/+1
| | | | Notes: svn path=/projects/clang1100-import/; revision=364278
* Merge ^/head r363739 through r363986.Dimitry Andric2020-08-061-0/+4
|\ | | | | | | Notes: svn path=/projects/clang1100-import/; revision=363987
| * Remove free_domain() and uma_zfree_domain().Mark Johnston2020-08-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions were introduced before UMA started ensuring that freed memory gets placed in domain-local caches. They no longer serve any purpose since UMA now provides their functionality by default. Remove them to simplyify the kernel memory allocator interfaces a bit. Reviewed by: cem, kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D25937 Notes: svn path=/head/; revision=363834
* | Tentatively update UPDATING and ObsoleteFiles.inc for 11.0.0.Dimitry Andric2020-08-061-1/+252
|/ | | | Notes: svn path=/projects/clang1100-import/; revision=363985
* remove some long abandonded serial drivers (cy, rc, rp) since 2008John-Mark Gurney2020-07-301-0/+5
| | | | | | | | | | | Reviewed by: phk (earlier version) Reviewed by: emaste (earlier version) Reviewed by: bcr (earlier version) Reviewed by: zeising (earlier version) Differential Revision: https://reviews.freebsd.org/D25874 Notes: svn path=/head/; revision=363683
* devstat(9): Update the man page to reflect the current implementationGordon Bergling2020-07-171-0/+3
| | | | | | | | | | | | | | | | - Rename devstat_add_entry to devstat_new_entry - Update the description of devstat_trans_flags - Add manpage aliases for devstat_start_transaction_bio and devstat_end_transaction_bio PR: 157316 Submitted by: novel Reviewed by: cem, bcr (mentor) Approved by: bcr (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D25677 Notes: svn path=/head/; revision=363291
* Remove obsolete files after byacc 20200330 import (r363171).Jung-uk Kim2020-07-151-0/+15
| | | | | | | Reported by: lwhsu Notes: svn path=/head/; revision=363209
* Fixup r362981: remove gzipped manual pages.Gleb Smirnoff2020-07-071-4/+4
| | | | | | | Pointy hat to: glebius Notes: svn path=/head/; revision=362982
* Fixup for r360574: install new mlinks for sglist(9) and remove old ones.Gleb Smirnoff2020-07-071-0/+6
| | | | Notes: svn path=/head/; revision=362981
* Remove older llvm-ranlib.1 entry from ObsoleteFiles.inc, as it hasDimitry Andric2020-06-281-1/+0
| | | | | | | | | | gotten its own manpage now, and should be no longer be removed by "make delete-old". MFC after: 3 weeks Notes: svn path=/head/; revision=362733
* Update opencsd to 0.14.2Andrew Turner2020-06-171-0/+3
| | | | | | | Sponsored by: Innovate UK Notes: svn path=/head/; revision=362263
* Retire BINUTILS and BINUTILS_BOOTSTRAP optionsEd Maste2020-06-071-0/+206
| | | | | | | | | | | | | As of r361857 all BINUTILS options are disabled by default - ports have been changed to depend on binutils if they require GNU as, and all base system assembly files have been switched to use Clang's integrated assembler. Relnotes: Yes Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=361880
* Catch up with r361700.Jung-uk Kim2020-06-011-0/+4
| | | | | | | OpenSSL 32-bit compat engines are moved to /usr/lib32/engines. Notes: svn path=/head/; revision=361702
* rename in-tree libevent v1 to libevent1Ed Maste2020-05-281-0/+4
| | | | | | | | | | | | | | | | r316063 installed pf's embedded libevent as a private lib, with headers in /usr/include/private/event. Unfortunately we also have a copy of libevent v2 included in ntp, which needed to be updated for compatibility with OpenSSL 1.1. As unadorned 'libevent' generally refers to libevent v2, be explicit that this one is libevent v1. Reviewed by: vangyzen (earlier) Differential Revision: https://reviews.freebsd.org/D17275 Notes: svn path=/head/; revision=361607
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-05-231-0/+251
| | | | | | | | | llvmorg-10.0.1-rc1-0-gf79cd71e145 (aka 10.0.1 rc1). MFC after: 3 weeks Notes: svn path=/head/; revision=361410
* libalias: retire cuseeme supportEd Maste2020-05-161-0/+5
| | | | | | | | | | | | | | The CU-SeeMe videoconferencing client and associated protocol is at this point a historical artifact; there is no need to retain support for this protocol today. Reviewed by: philip, markj, allanjude Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D24790 Notes: svn path=/head/; revision=361099
* ObsoleteFiles: pdwait4.2.gzConrad Meyer2020-05-151-0/+2
| | | | | | | A belated follow-up to r320058. Notes: svn path=/head/; revision=361071
* ObsoleteFiles.inc: use date (not xxxx) for ubsec removalEd Maste2020-05-141-1/+1
| | | | Notes: svn path=/head/; revision=361034
* Remove ubsec(4).John Baldwin2020-05-111-0/+3
| | | | | | | | | | | | This driver was previously marked for deprecation in r360710. Approved by: csprng (cem, gordon, delphij) Relnotes: yes Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D24766 Notes: svn path=/head/; revision=360918
* Add more obsolete filesAntoine Brodin2020-05-081-0/+6
| | | | Notes: svn path=/head/; revision=360823
* binutils: disconnect objdump from the buildEd Maste2020-05-061-0/+4
| | | | | | | | | | | | | | | | | | | | | The in-tree binutils is old and will not be updated. It does not support all archs supported by FreeBSD, and for the archs it does support not all CPU features are supported. Other tools have migrated to copyfree alternatives. Although llvm-objdump is nearly a drop-in replacement for GNU objdump it is missing a few options and has some differences in output format. For now just remove GNU objdump; ports and developers can use a contemporary, maintained version from ports or packages. We can revisit installing llvm-objdump as objdump in the future. PR: 212319 [exp-run] Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7338 Notes: svn path=/head/; revision=360698