aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove sys/capability.h for the third timeEd Maste2019-06-181-0/+2
| | | | | | | | | | | | | | | | | | | In all supported (and most unsupported) FreeBSD versions the appropriate header for Capsicum is sys/capsicum.h. Software including sys/capability.h is most likely looking for Linux capabilities based on the withdrawn POSIX.1e draft. This header was previously removed in r334929 and r340156, but reverted each time due to ports failures. These issues have now (broadly) been addressed. PR: 228878 [exp-run] Submitted by: eadler (r334929) Relnotes: Yes Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=349170
* Move/rename the sys/pwm.h header file to dev/pwm/pwmc.h. The file containsIan Lepore2019-06-151-0/+2
| | | | | | | | | ioctl definitions and related datatypes that allow userland control of pwm hardware via the pwmc device. The new name and location better reflects its assocation with a single device driver. Notes: svn path=/head/; revision=349074
* Remove pcf8563reg.h, the driver it was associated with was replaced in 2017Ian Lepore2019-06-151-0/+2
| | | | | | | with the nxprtc multi-chip driver. Notes: svn path=/head/; revision=349072
* Upgrade our copies of clang, llvm, lld, lldb, compiler-rt, libc++,Dimitry Andric2019-06-121-0/+151
| | | | | | | | | | | libunwind and openmp to the upstream release_80 branch r363030 (effectively, 8.0.1 rc2). The 8.0.1 release should follow this within a week or so. MFC after: 2 weeks Notes: svn path=/head/; revision=349004
* Remove kgzip and kgzldr.Xin LI2019-05-241-0/+5
| | | | | | | | | PR: 183666, 229763 Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> Differential Revision: https://reviews.freebsd.org/D20248 Notes: svn path=/head/; revision=348225
* Fix ObsoleteFiles after ethernet driver removalNiclas Zeising2019-05-221-25/+25
| | | | | | | | | | | | | | Fix OpsoleteFiles.inc after removal of ethernet drivers. The drivers have manual pages, and manual pages are generally stored compressed, with a .gz suffix, but this is not reflected in ObsoleteFiles and make delete-old fails to remove them. Approved by: brooks Sponsored by: B3 Init Differential Revision: https://reviews.freebsd.org/D20351 Notes: svn path=/head/; revision=348114
* FCP-101: correct date of device driver removal.Brooks Davis2019-05-171-1/+1
| | | | Notes: svn path=/head/; revision=347926
* FCP-101: Remove xe(4)Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347923
* FCP-101: Remove wb(4)Brooks Davis2019-05-171-0/+1
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347922
* FCP-101: Remove vx(4).Brooks Davis2019-05-171-0/+1
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347921
* FCP-101: Remove txp(4).Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347920
* FCP-101: Remove tx(4).Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347919
* FCP-101: Remove tl(4).Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347918
* FCP-101: Remove sn(4).Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347917
* FCP-101: Remove sf(4).Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347916
* FCP-101: Remove pcn(4).Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347915
* FCP-101: Remove fe(4).Brooks Davis2019-05-171-0/+1
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347914
* FCP-101: Remove ex(4).Brooks Davis2019-05-171-0/+1
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347913
* FCP-101: Remove ep(4).Brooks Davis2019-05-171-0/+1
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347912
* FCP-101: Remove ed(4).Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347911
* FCP-101: Remove de(4).Brooks Davis2019-05-171-0/+2
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347910
* FCP-101: Remove cs(4).Brooks Davis2019-05-171-0/+1
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347909
* FCP-101: Remove bm(4).Brooks Davis2019-05-171-0/+1
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347908
* FCP-101: remove obsolete 10 and 10/100 Ethernet drivers.Brooks Davis2019-05-171-0/+1
| | | | | | | | | | | | Initial commit adding comment to ObsoleteFiles. Each driver will be removed in a seperate commit to allow later reverts if required. FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347907
* Add more obsolete files.Antoine Brodin2019-05-151-5/+12
| | | | Notes: svn path=/head/; revision=347615
* Add cap_sysctl(3) and cap_sysctlnametomib(3).Mark Johnston2019-05-131-0/+2
| | | | | | | | | | | | | | | | These complement cap_sysctlbyname(3) to provide a drop-in replacement for the corresponding libc functions. Also revise the libcap_sysctl limit interface to provide access to sysctls by MIB, and to avoid direct manipulation of nvlists by the caller. Reviewed by: oshogbo Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17854 Notes: svn path=/head/; revision=347534
* Refactor tests/sys/opencrypto/runtestsEnji Cooper2019-05-101-0/+3
| | | | | | | | | | | | | | | | * Convert from plain to TAP for slightly improved introspection when skipping the tests due to requirements not being met. * Test for the net/py-dpkt (origin) package being required when running the tests, instead of relying on a copy of the dpkt.py module from 2014. This enables the tests to work with py3. Subsequently, remove `tests/sys/opencrypto/dpkt.py(c)?` via `make delete-old`. * Parameterize out `python2` as `$PYTHON`. PR: 237403 MFC after: 1 week Notes: svn path=/head/; revision=347417
* Set tentative merge date, and bump __FreeBSD_version.Dimitry Andric2019-03-041-2/+2
| | | | Notes: svn path=/projects/clang800-import/; revision=344777
* Merge ^/head r344549 through r344775.Dimitry Andric2019-03-041-2/+4
|\ | | | | | | Notes: svn path=/projects/clang800-import/; revision=344776
| * Rename seq to seqc to avoid namespace clashes with LinuxMateusz Guzik2019-02-271-0/+2
| | | | | | | | | | | | | | | | | | | | Linux generates the content of procfs files using a mechanism prefixed with seq_*. This in particular came up with recent gcov import. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=344648
| * After r344530, remove leading slashes from libprivateifconfig lines inDimitry Andric2019-02-251-2/+2
| | | | | | | | | | | | | | ObsoleteFiles.inc. Notes: svn path=/head/; revision=344554
* | Merge ^/head r344513 through r344548.Dimitry Andric2019-02-251-0/+3
|\| | | | | | | Notes: svn path=/projects/clang800-import/; revision=344549
| * Make libifconfig INTERNALLIBEd Maste2019-02-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of PRIVATELIB + NO_PIC. This avoids the need for the wlandebug PIE special case added in r344211, and provides a stronger guarantee against 3rd party software coming to depend on the API or ABI. If / when we declare the API/ABI to be stable we can make it a normal library. Discussed with: bapt Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=344530
* | Merge ^/head r343571 through r343711.Dimitry Andric2019-02-031-0/+6
|\| | | | | | | Notes: svn path=/projects/clang800-import/; revision=343712
| * New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The KPI have been reviewed and cleansed of features that were planned back 20 years ago and never implemented. The pfil(9) internals have been made opaque to protocols with only returned types and function declarations exposed. The KPI is made more strict, but at the same time more extensible, as kernel uses same command structures that userland ioctl uses. In nutshell [KA]PI is about declaring filtering points, declaring filters and linking and unlinking them together. New [KA]PI makes it possible to reconfigure pfil(9) configuration: change order of hooks, rehook filter from one filtering point to a different one, disconnect a hook on output leaving it on input only, prepend/append a filter to existing list of filters. Now it possible for a single packet filter to provide multiple rulesets that may be linked to different points. Think of per-interface ACLs in Cisco or Juniper. None of existing packet filters yet support that, however limited usage is already possible, e.g. default ruleset can be moved to single interface, as soon as interface would pride their filtering points. Another future feature is possiblity to create pfil heads, that provide not an mbuf pointer but just a memory pointer with length. That would allow filtering at very early stages of a packet lifecycle, e.g. when packet has just been received by a NIC and no mbuf was yet allocated. Differential Revision: https://reviews.freebsd.org/D18951 Notes: svn path=/head/; revision=343631
* | Merge ^/head r343320 through r343570.Dimitry Andric2019-01-301-0/+3
|\| | | | | | | Notes: svn path=/projects/clang800-import/; revision=343571
| * ObsoleteFiles.inc: remove adv(4) / adw(4) man pages after r339567Andriy Voskoboinyk2019-01-261-0/+3
| | | | | | | | Notes: svn path=/head/; revision=343476
* | Update libc++ build glue, and ObsoleteFiles.Dimitry Andric2019-01-221-0/+2
| | | | | | | | Notes: svn path=/projects/clang800-import/; revision=343310
* | Update version numbers, and regenerate config headers for llvm, clang,Dimitry Andric2019-01-201-0/+150
|/ | | | | | | lld and lldb. Update ObsoleteFiles.inc and OptionalObsoleteFiles.inc. Notes: svn path=/projects/clang800-import/; revision=343220
* Remove leading slash from OLD_DIRS assignment in ObsoleteFiles.inc. TheDimitry Andric2019-01-181-1/+1
| | | | | | | | "make delete-old" mechanism will already take care of such prefixes, and this prevents a double leading slash from being displayed. Notes: svn path=/head/; revision=343154
* Remove pbuf(9) manual page that is now nearly 100% outdated.Gleb Smirnoff2019-01-151-0/+2
| | | | Notes: svn path=/head/; revision=343031
* Remove iBCS2, part1: userspaceMateusz Guzik2018-12-191-0/+4
| | | | | | | | | | | | iBCS2 was disconnected from the build in 2015 (see r291419) bsdconfig parts submitted by dteske. Reviewed by: kib (previous version) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=342242
* Add removed CTM files to ObsoleteFiles.inc as a follow-up to r342126.Stefan Eßer2018-12-171-0/+10
| | | | Notes: svn path=/head/; revision=342162
* Remove, the now very outdated, timed.George V. Neville-Neil2018-12-151-0/+6
| | | | | | | | | | Submitted by: Kyle Spiers ksspiers at gmail Reviewed by: bcr,brooks,bz,sbruno Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18505 Notes: svn path=/head/; revision=342139
* Fix dates that I set into the future incorrectly.Dimitry Andric2018-12-131-1/+1
| | | | | | | Noticed by: ler Notes: svn path=/head/; revision=342029
* Set tentative merge date, and add UPDATING note.Dimitry Andric2018-12-111-1/+1
| | | | Notes: svn path=/projects/clang700-import/; revision=341823
* Merge ^/head r340918 through r341763.Dimitry Andric2018-12-091-0/+2
|\ | | | | | | Notes: svn path=/projects/clang700-import/; revision=341764
| * - Add a belated UPDATING entry for the ixlv(4) -> iavf(4) rename in r339338.Marius Strobl2018-11-271-0/+2
| | | | | | | | | | | | | | | | - Likewise, add ixlv.4.gz to OLD_FILES, - and link if_ixlv.ko to if_iavf.ko in order to aid a bit in the transition. Notes: svn path=/head/; revision=341016
* | Merge ^/head r340427 through r340868.Dimitry Andric2018-11-241-1/+3
|\| | | | | | | Notes: svn path=/projects/clang700-import/; revision=340869
| * Revert r340706. Some files became symlinks and vice versa.Jung-uk Kim2018-11-211-8/+0
| | | | | | | | | | | | | | Pointy hat to: jkim Notes: svn path=/head/; revision=340713