summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* MFC r303456:dim2016-07-311-0/+1
| | | | | | | Add tblgen to ObsoleteFiles.inc, as it was renamed to llvm-tblgen. Approved by: re (kib) Noticed by: pluknet
* MFC r302842:ngie2016-07-271-7/+0
| | | | | | | | | | Don't delete usr/share/local/kk_KZ.UTF-8 with "make delete-old" after r302329 kk_KZ.UTF-8 was originally removed in r290494, but restored as an alias to en_US.UTF-8 in r302329 Approved by: re (kib) PR: 211046
* MFC r302532:ngie2016-07-121-1/+1
| | | | | | | | Correct OLD_LIBS change done in r298840 libkvm.so lives in /lib, not /usr/lib Approved by: re (gjb)
* MFC r302449:bdrewery2016-07-081-1/+1
| | | | | | Use TARGET here to fix check/delete-old after r302391. Approved by: re (gjb)
* Stop deleting ofwdump.8.gz on arm and arm64 when running make delete-old,andrew2016-07-071-1/+3
| | | | | | | it is installed on these architectures. Approved by: re (kib) Sponsored by: ABT Systems Ltd
* Posixify the locales name for variantsbapt2016-07-031-7/+99
| | | | | | | | | | | | | | | | | | | | For all locales with variants: - if no ambiguity on the locale (only one variant) just use the regular name - if ambiguity, pick one as default and append @<variant> to the others respecting POSIX As a result: - All the 3 components locales added recently are renamed to the usual 2 components version for all but sr_RS.UTF-8 - Set sr_RS.UTF-8 to the cyrillic variant - Add sr_RS.UTF-8@latin - Remove the symlinks aliases they were created to represent the 2 components version as aliasas and are now useless - Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those changes Discussed with: ache@ Approved by: re@ (gjb)
* Replace _pam_verbose_error() with a macro. This was the last differencedes2016-06-081-0/+51
| | | | | between our libpam and stock OpenPAM, meaning that it is now possible to replace the base libpam with a hypothetical ports version of OpenPAM.
* Remove extraneous altq header fileslidl2016-05-301-0/+3
| | | | | | | | | | At some point during stable/10, the headers altq_codel.h and altq_fairq.h where added to /usr/include/altq, before all of altq was moved to /usr/include/net/altq. Reviewed by: rpaulo Approved by: rpaulo Differential Revision: https://reviews.freebsd.org/D6596
* Drop trailing asterisks.jhb2016-05-201-5/+5
|
* Remove DTrace tooklkit from the mtree and add the files to removegnn2016-05-201-0/+7
| | | | | | to the ObsoleteFiles list. Sponsored by: DARPA, AFRL
* Remove dangling references to rman_await_resource().jhb2016-05-201-0/+2
| | | | | | | This function was removed when RF_TIMESHARE was removed a couple of years ago. MFC after: 3 days
* Remove the reiserfs(5) manpage and an example of loading the kernel module.jhb2016-05-171-0/+2
|
* Misc. build: minor spelling fixes.pfg2016-05-031-2/+2
| | | | No functional change.
* Remove kvm_getfiles(3)ngie2016-04-301-0/+3
| | | | | | | | | | | This libcall has been broken since (at least) r174989/8.0-RELEASE. Bump SHLIB_MAJOR for the change Differential Revision: https://reviews.freebsd.org/D6052 Relnotes: yes Reviewed by: jhb, markj Sponsored by: EMC / Isilon Storage Division
* Remove mroute6d rc scriptbapt2016-04-231-0/+2
| | | | | | | It is directly available via ports (pim6dd which provides the needed rc script) Reported by: lme Sponsored by: Essen Hackathon 2016
* Rename units.lib -> definitions.unitseadler2016-04-191-0/+2
| | | | | - this matches GNU units 2.12 add ISO country codes from units 2.12
* Complete the Obsoletefiles entriesbapt2016-04-161-0/+7
|
* Regenerates locales Makefiles and localesbapt2016-04-161-0/+8
|
* Follow-up r284673: /usr/lib32/libc_pic.a is still installed, just not the ↵bdrewery2016-04-141-1/+0
| | | | | | profiled libs. Sponsored by: EMC / Isilon Storage Division
* Forgot lib32 libdevinfo.so.5jhibbits2016-03-181-0/+1
|
* Add old libdevinfo.so version to OLD_LIBSjhibbits2016-03-181-0/+2
|
* Add more casper leftover files.bdrewery2016-03-111-0/+6
| | | | Reported by: jhb
* Remove redundant files already tracked by ↵bdrewery2016-03-101-16/+0
| | | | | | | | | | | | | tools/build/mk/OptionalObsoleteFiles.inc. These files are installed, likely after r288230. In tools/build/mk/OptionalObsoleteFiles.inc they are bound to the MK_BINUTILS option rather than unconditionally deleted here. Reported by: Kurt Lidl <lidl@pix.net> MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Add another libclang_rt library to ObsoleteFiles, so the enclosingdim2016-03-061-0/+2
| | | | | | directory can be removed completely. Noticed by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
* Put the tentative merge-back date in ObsoleteFiles.inc.dim2016-03-051-1/+1
|
* Merge ^/head r296369 through r296409.dim2016-03-051-0/+9
|\
| * Also remove libcapsicum and libexec/casper after the casper changesbapt2016-03-041-0/+9
| |
* | Merge ^/head r296007 through r296368.dim2016-03-031-0/+21
|\ \ | |/
| * Remove taskqueue_enqueue_fast().jhb2016-03-011-0/+2
| | | | | | | | | | | | | | | | | | | | taskqueue_enqueue() was changed to support both fast and non-fast taskqueues 10 years ago in r154167. It has been a compat shim ever since. It's time for the compat shim to go. Submitted by: Howard Su <howard0su@gmail.com> Reviewed by: sephe Differential Revision: https://reviews.freebsd.org/D5131
| * Convert casperd(8) daemon to the libcasper.oshogbo2016-02-251-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After calling the cap_init(3) function Casper will fork from it's original process, using pdfork(2). Forking from a process has a lot of advantages: 1. We have the same cwd as the original process. 2. The same uid, gid and groups. 3. The same MAC labels. 4. The same descriptor table. 5. The same routing table. 6. The same umask. 7. The same cpuset(1). From now services are also in form of libraries. We also removed libcapsicum at all and converts existing program using Casper to new architecture. Discussed with: pjd, jonathan, ed, drysdale@google.com, emaste Partially reviewed by: drysdale@google.com, bdrewery Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D4277
* | Merge ^/head r295902 through r296006.dim2016-02-241-0/+2
|\ \ | |/
| * Obsolete mkulzma(8) and geom_uncompress(4), their functionalitysobomax2016-02-241-0/+2
| | | | | | | | | | | | is now provided by mkuzip(8) and geom_uzip(4) respectively. MFC after: 1 month
* | Merge ^/head r295351 through r295543.dim2016-02-111-0/+2
|\ \ | |/
| * Remove unbound-contrl-setup since we use a local control socket whichdes2016-02-111-0/+2
| | | | | | | | | | | | | | does not require keys. MFC after: 3 days Relnotes: yes
* | Merge ^/head r294169 through r294598.dim2016-01-221-3/+3
|\ \ | |/
| * Remove leading slashes added to ObsoleteFiles.inc in r294113.dim2016-01-171-3/+3
| |
* | Merge ^head r294090 through r294168.dim2016-01-161-0/+4
|\ \ | |/
| * Update mandoc to 20160116bapt2016-01-151-0/+4
| |
* | Next part of updating llvm/clang build glue: getting thedim2015-12-311-0/+1
| | | | | | | | WITH_CLANG_EXTRAS tools built.
* | Update various build glue files for the new llvm/clang version number.dim2015-12-301-0/+82
|/
* Add some more obsolete files, left over from the clang 3.7.0 -> 3.7.1dim2015-12-301-0/+2
| | | | | | upgrade. Noticed by: Nikolai Lifanov <lifanov@mail.lifanov.com>, jtl
* Upgrade our copies of clang and llvm to 3.7.1 release. This is adim2015-12-251-0/+82
| | | | | | | bugfix-only release, with no new features. Please note that from 3.5.0 onwards, clang and llvm require C++11 support to build; see UPDATING for more information.
* Correct r291591: Don't remove /usr/lib/libelf*, these are still installed.bdrewery2015-12-011-3/+0
| | | | | | Only the shared library moved to /lib. X-MFC-With: r291566
* Fix removal of libelf.so.2 and add missing files for it.bdrewery2015-12-011-1/+4
| | | | X-MFC-With: r291566
* Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406ngie2015-12-011-0/+2
| | | | | | | | | | | Tested with the following commands as root: - yes | make delete-old - service ldconfig restart - netstat -nr X-MFC with: r291406 Reviewed by: jhb, kib Sponsored by: EMC / Isilon Storage Division
* colldef(1) and mklocale(1) reappeared in r291115.jkim2015-11-231-4/+0
|
* Bring back a couple of ISO8859-15 locales:bapt2015-11-161-35/+0
| | | | | | | | | - af_ZA.ISO8859-15 - en_AU.ISO8859-15 - en_CA.ISO8859-15 - en_NZ.ISO8859-15 - en_US.ISO8859-15 - fr_CA.ISO8859-15
* Regenerate locales after readding ISO8859-1 for locales that have ISO8859-15bapt2015-11-151-175/+0
| | | | Requested by: arche
* Rework locale-links to not make symlinks on directories but symlinks on filesbapt2015-11-151-0/+246
| | | | | | | The goal here is to make the upgrade seamless for users Add aliases for zh_HK Remove bad symlinks created by previous bad upgrade procedure. Complete ObsoleteFiles.inc with more locales that have been removed
* Also remove directories along with old localesbapt2015-11-091-1/+14
| | | | Reported by: andreast
OpenPOWER on IntegriCloud