aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove mbpool(9) now that it has no consumers.Brooks Davis2017-10-181-0/+13
| | | | | | | | | | | | mbpool existed to support NICs with memory interfaces and all remaining comsumers were removed earlier this year with NATM. Reviewed by: jhb Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D10513 Notes: svn path=/head/; revision=324710
* ObsoleteFiles.inc: correct year on libstand removalEd Maste2017-10-131-1/+1
| | | | Notes: svn path=/head/; revision=324603
* Disconnect libstand from the build.Warner Losh2017-10-091-0/+5
| | | | | | | | | | Remove libstand from the src/lib build. Remove LIBSTAND from bsd.libnames.mk. Add affected files to the obsolete files list. Sponsored by: Netflix Notes: svn path=/head/; revision=324454
* Remove rcmds.Jeremie Le Hen2017-10-061-0/+12
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=324351
* Remove manpage entries about crshared(9)Mateusz Guzik2017-09-271-0/+2
| | | | | | | | | | The function itself was removed years ago in r272546 Submitted by: Paulm <paulm tetrardus.net> MFC after: 2 weeks Notes: svn path=/head/; revision=324043
* Whack procctl(8)Mateusz Guzik2017-09-271-0/+3
| | | | | | | | | | | | | | It was supposed to provide a recovery mechanism against bugs in procfs's long deprecated tracing capabilities. Remove the tool as a prerequisite to axing the kernel side. The tracing facility to use is ptrace(2). MFC after: 2 weeks Notes: svn path=/head/; revision=324042
* Remove empty lines for consistency with other entriesBaptiste Daroussin2017-09-261-1/+0
| | | | Notes: svn path=/head/; revision=324003
* Remove unneeded locales and alias man directoriesBaptiste Daroussin2017-09-261-1/+43
| | | | | | | | | | In base, locales (and encoding) specific directories are not used by any tool. Just remove them. While here also remove the cat page directory for openssl Notes: svn path=/head/; revision=324001
* Remove the cat pages directory now that catman(1) is goneBaptiste Daroussin2017-09-251-0/+75
| | | | Notes: svn path=/head/; revision=323996
* Deorbit catman. The tradeoff of disk for performance has long since tippedGordon Tetlow2017-09-131-0/+7
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=323550
* Rework and simplify the ksyms(4) implementation.Mark Johnston2017-08-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | - Store the symbol table contents in an anonymous swap-backed object. Have mmap(/dev/ksyms) map that object, and stop mapping the symbol table into the calling process in ksyms_open(). Previously we would cache a pointer to the pmap of the opening process, and mmap(/dev/ksyms) would create a mapping using the physical address found by a pmap lookup at the initial mapping address. However, this assumes that the cached pmap is valid, which may not be the case. [1] - Remove the ksyms ioctl interface. It appears to have been added to work around a limitation in libelf that no longer exists; see r321842. Moreover, the interface is difficult to support and isn't present in illumos. Since ksyms was added specifically to support lockstat(1), it is expected that this removal won't have any real impact. - Simplify ksyms_read() to avoid unnecessary copying. - Don't call the device handle destructor if we fail to capture a snapshot of the kernel's symbol table. devfs will do that for us. Reported by: Ilja van Sprundel <ivansprundel@ioactive.com> [1] Reviewed by: kib (previous revision) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D11789 Notes: svn path=/head/; revision=321963
* Set tentative merge dates, bump __FreeBSD_version.Dimitry Andric2017-07-211-1/+1
| | | | Notes: svn path=/projects/clang500-import/; revision=321350
* Merge ^/head r319801 through r320041.Dimitry Andric2017-06-171-0/+2
|\ | | | | | | Notes: svn path=/projects/clang500-import/; revision=320042
| * Add more simple positive tests for chown(1)Enji Cooper2017-06-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | The tests are largely symmetric with the tests for chmod(1)--added in r319642. Remove chown-f_test (added in r268030) since the test coverage is now being provided by `chown_test`. MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=319830
* | Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305145, and updateDimitry Andric2017-06-101-0/+1
| | | | | | | | | | | | | | build glue. Notes: svn path=/projects/clang500-import/; revision=319799
* | Merge ^/head r319548 through r319778.Dimitry Andric2017-06-101-0/+535
|\| | | | | | | Notes: svn path=/projects/clang500-import/; revision=319779
| * rtwn: rename module (if_rtwn.ko -> rtwn.ko) to match module name + dropAndriy Voskoboinyk2017-06-091-0/+2
| | | | | | | | | | | | | | | | | | manpage link. Reported by: mav, hselasky Notes: svn path=/head/; revision=319733
| * Correct an obsolete path to delete.Jung-uk Kim2017-06-081-1/+1
| | | | | | | | Notes: svn path=/head/; revision=319713
| * Remove directories for the roff documentations which is built and installedBaptiste Daroussin2017-06-081-0/+49
| | | | | | | | | | | | | | | | | | anymore Reported by: trasz Notes: svn path=/head/; revision=319673
| * Remove groff from baseBaptiste Daroussin2017-06-071-0/+482
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=319664
| * Remove incorrect manpage link I added for atf_check(1) in r319659 forEnji Cooper2017-06-071-0/+2
| | | | | | | | | | | | | | | | | | | | completeness. MFC after: never Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=319661
* | Merge ^/head r319480 through r319547.Dimitry Andric2017-06-031-0/+2
|\| | | | | | | Notes: svn path=/projects/clang500-import/; revision=319549
| * Remove stale cap_rights_get(2) manpage.John Baldwin2017-06-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | The documentation moved to section 3 several years ago, but 'man cap_rights_get' pulls up cap_rights_limit(2) (which is MLINKed to cap_rights_get.2) instead of cap_rights_get(3). MFC after: 1 week Notes: svn path=/head/; revision=319490
* | Merge ^/head r319251 through r319479.Dimitry Andric2017-06-011-0/+8
|\| | | | | | | Notes: svn path=/projects/clang500-import/; revision=319480
| * Add a few missed files to ObsoleteFiles.inc.Dimitry Andric2017-06-011-0/+8
| | | | | | | | Notes: svn path=/head/; revision=319458
* | Merge ^/head r318964 through r319164.Dimitry Andric2017-05-291-0/+6
|\| | | | | | | Notes: svn path=/projects/clang500-import/; revision=319165
| * Also add libzfs and libmilter to the 64-bit inode library bump list.Koop Mast2017-05-291-1/+3
| | | | | | | | | | | | | | | | | | Make the comment more generic. Approved by: emaste@ Notes: svn path=/head/; revision=319161
| * 64-bit inode commit bumped libarchive library version, record the old one.Koop Mast2017-05-291-0/+2
| | | | | | | | | | | | | | Approved by: emaste@ Notes: svn path=/head/; revision=319160
| * Move mount.conf(8) to mount.conf(5); it's a kernel configuration fileEdward Tomasz Napierala2017-05-281-0/+2
| | | | | | | | | | | | | | | | | | and not an administrative utility. MFC after: 2 weeks Notes: svn path=/head/; revision=319079
* | Merge ^/head r318658 through r318963.Dimitry Andric2017-05-261-0/+72
|\| | | | | | | Notes: svn path=/projects/clang500-import/; revision=318964
| * Remove the old man.templateBaptiste Daroussin2017-05-251-0/+2
| | | | | | | | | | | | | | | | | | In FreeBSD we only use mdoc(7) format. A template is available as mdoc.template The usage of man(7) format is discouraged and this file was driving people into the front direction as a template to use. Notes: svn path=/head/; revision=318901
| * In preparation for the removal of the roff toolchain, disconnect theBaptiste Daroussin2017-05-251-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | roff documentation from the build. Those documents will be added to the doc tree and distributed as PDF from the documentation website. As they are valuable has history, but do not match current FreeBSD Further more, the ascii format we were using to distribute them is not really accurate for such documents. more details: https://lists.freebsd.org/pipermail/freebsd-arch/2017-May/018211.html Notes: svn path=/head/; revision=318881
* | Merge ^/head r317503 through r317807.Dimitry Andric2017-05-041-3/+2
|\| | | | | | | Notes: svn path=/projects/clang500-import/; revision=317808
| * Revert r317446 and bring back cy(4).John Baldwin2017-04-271-2/+0
| | | | | | | | | | | | | | Requested by: bde Notes: svn path=/head/; revision=317509
| * More ATM and NATM removalBrooks Davis2017-04-271-3/+4
| | | | | | | | | | | | | | | | | | Submitted by: ak Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D10511 Notes: svn path=/head/; revision=317508
* | Merge ^/head r317281 through r317502.Dimitry Andric2017-04-271-0/+48
|\| | | | | | | Notes: svn path=/projects/clang500-import/; revision=317503
| * Remove the cy(4) driver for Cyclades serial adapters.John Baldwin2017-04-261-0/+2
| | | | | | | | | | | | | | | | This driver has been disconnected from the build since the new tty layer was introduced in 8.0 and was never updated for new tty. Notes: svn path=/head/; revision=317446
| * Remove NATM configuration bits and assorted NATM and ATM remnants.Brooks Davis2017-04-251-0/+4
| | | | | | | | | | | | | | | | | | Reported by: ak Reviewed by: ngie (first version) Differential Revision: https://reviews.freebsd.org/D10497 Notes: svn path=/head/; revision=317424
| * Add info files for GCC 4.2 to the list of info files to remove.John Baldwin2017-04-251-0/+4
| | | | | | | | | | | | | | | | | | | | This would only affect upgrades from older versions of non-clang platforms. MFC after: 1 week Notes: svn path=/head/; revision=317412
| * Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patm(4) devices. Maintaining an address family and framework has real costs when we make infrastructure improvements. In the case of NATM we support no devices manufactured in the last 20 years and some will not even work in modern motherboards (some newer devices that patm(4) could be updated to support apparently exist, but we do not currently have support). With this change, support remains for some netgraph modules that don't require NATM support code. It is unclear if all these should remain, though ng_atmllc certainly stands alone. Note well: FreeBSD 11 supports NATM and will continue to do so until at least September 30, 2021. Improvements to the code in FreeBSD 11 are certainly welcome. Reviewed by: philip Approved by: harti Notes: svn path=/head/; revision=317383
* | Merge ^/head r316992 through r317215.Dimitry Andric2017-04-201-8/+2
|\| | | | | | | Notes: svn path=/projects/clang500-import/; revision=317217
| * Replace again GNU diff with BSD diffBaptiste Daroussin2017-04-201-0/+2
| | | | | | | | | | | | | | | | | | | | After a firts failed attempt, BSD diff is now good enough to replace GNU diff. Relnotes: yes Notes: svn path=/head/; revision=317209
| * Readd Big5: some large databases setup are still requiring it.Baptiste Daroussin2017-04-201-8/+0
| | | | | | | | | | | | | | Reported by: "張君天(Chun-Tien Chang)" <tcs@kitty.2y.idv.tw> Notes: svn path=/head/; revision=317204
* | Add preliminary UPDATING and ObsoleteFiles.inc entries. Also add oneDimitry Andric2017-04-171-0/+112
|/ | | | | | | new intrinsics header. Notes: svn path=/projects/clang500-import/; revision=317047
* Fix typos to stop removing new files.Jung-uk Kim2017-04-011-10/+10
| | | | Notes: svn path=/head/; revision=316368
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-231-0/+17
| | | | | | | | | | | | | naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to avoid collisions with the renamed FreeBSD test. MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315776
* Merge documentation for em(4) and igb(4)Enji Cooper2017-03-221-0/+3
| | | | | | | | | | | Document work done by mmacy/sbruno to merge the two drivers together and convert em(4) to the iflib framework. X-MFC with: r311849 Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315742
* Don't build/install lib/libc/io_test anymoreEnji Cooper2017-03-201-0/+2
| | | | | | | | | | | | | The failing test requires the zh_TW.Big5 locale, which is no longer installed as of r315568. Add a note/pointer just in case someone considers re-adding it. Reported by: Jenkins Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315616
* Fix date added in r315570 so it's sorted properlyEnji Cooper2017-03-201-1/+1
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315614
* Remove empty Big5 directory from share/nlsBaptiste Daroussin2017-03-191-0/+3
| | | | Notes: svn path=/head/; revision=315570