aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Misc. build: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
| | | | | | | No functional change. Notes: svn path=/head/; revision=299007
* Remove kvm_getfiles(3)Enji Cooper2016-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 Notes: svn path=/head/; revision=298840
* Remove mroute6d rc scriptBaptiste Daroussin2016-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 Notes: svn path=/head/; revision=298512
* Rename units.lib -> definitions.unitsEitan Adler2016-04-191-0/+2
| | | | | | | | - this matches GNU units 2.12 add ISO country codes from units 2.12 Notes: svn path=/head/; revision=298254
* Complete the Obsoletefiles entriesBaptiste Daroussin2016-04-161-0/+7
| | | | Notes: svn path=/head/; revision=298122
* Regenerates locales Makefiles and localesBaptiste Daroussin2016-04-161-0/+8
| | | | Notes: svn path=/head/; revision=298121
* Follow-up r284673: /usr/lib32/libc_pic.a is still installed, just not the ↵Bryan Drewery2016-04-141-1/+0
| | | | | | | | | profiled libs. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=297987
* Forgot lib32 libdevinfo.so.5Justin Hibbits2016-03-181-0/+1
| | | | Notes: svn path=/head/; revision=297005
* Add old libdevinfo.so version to OLD_LIBSJustin Hibbits2016-03-181-0/+2
| | | | Notes: svn path=/head/; revision=297004
* Add more casper leftover files.Bryan Drewery2016-03-111-0/+6
| | | | | | | Reported by: jhb Notes: svn path=/head/; revision=296684
* Remove redundant files already tracked by ↵Bryan Drewery2016-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 Notes: svn path=/head/; revision=296623
* Add another libclang_rt library to ObsoleteFiles, so the enclosingDimitry Andric2016-03-061-0/+2
| | | | | | | | | directory can be removed completely. Noticed by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=296427
* Put the tentative merge-back date in ObsoleteFiles.inc.Dimitry Andric2016-03-051-1/+1
| | | | Notes: svn path=/projects/clang380-import/; revision=296412
* Merge ^/head r296369 through r296409.Dimitry Andric2016-03-051-0/+9
|\ | | | | | | Notes: svn path=/projects/clang380-import/; revision=296410
| * Also remove libcapsicum and libexec/casper after the casper changesBaptiste Daroussin2016-03-041-0/+9
| | | | | | | | Notes: svn path=/head/; revision=296384
* | Merge ^/head r296007 through r296368.Dimitry Andric2016-03-031-0/+21
|\| | | | | | | Notes: svn path=/projects/clang380-import/; revision=296369
| * Remove taskqueue_enqueue_fast().John Baldwin2016-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 Notes: svn path=/head/; revision=296272
| * Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-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 Notes: svn path=/head/; revision=296047
* | Merge ^/head r295902 through r296006.Dimitry Andric2016-02-241-0/+2
|\| | | | | | | Notes: svn path=/projects/clang380-import/; revision=296007
| * Obsolete mkulzma(8) and geom_uncompress(4), their functionalityMaxim Sobolev2016-02-241-0/+2
| | | | | | | | | | | | | | | | | | is now provided by mkuzip(8) and geom_uzip(4) respectively. MFC after: 1 month Notes: svn path=/head/; revision=295945
* | Merge ^/head r295351 through r295543.Dimitry Andric2016-02-111-0/+2
|\| | | | | | | Notes: svn path=/projects/clang380-import/; revision=295544
| * Remove unbound-contrl-setup since we use a local control socket whichDag-Erling Smørgrav2016-02-111-0/+2
| | | | | | | | | | | | | | | | | | | | does not require keys. MFC after: 3 days Relnotes: yes Notes: svn path=/head/; revision=295533
* | Merge ^/head r294169 through r294598.Dimitry Andric2016-01-221-3/+3
|\| | | | | | | Notes: svn path=/projects/clang380-import/; revision=294599
| * Remove leading slashes added to ObsoleteFiles.inc in r294113.Dimitry Andric2016-01-171-3/+3
| | | | | | | | Notes: svn path=/head/; revision=294199
* | Merge ^head r294090 through r294168.Dimitry Andric2016-01-161-0/+4
|\| | | | | | | Notes: svn path=/projects/clang380-import/; revision=294169
| * Update mandoc to 20160116Baptiste Daroussin2016-01-151-0/+4
| | | | | | | | Notes: svn path=/head/; revision=294113
* | Next part of updating llvm/clang build glue: getting theDimitry Andric2015-12-311-0/+1
| | | | | | | | | | | | | | WITH_CLANG_EXTRAS tools built. Notes: svn path=/projects/clang380-import/; revision=292990
* | Update various build glue files for the new llvm/clang version number.Dimitry Andric2015-12-301-0/+82
|/ | | | Notes: svn path=/projects/clang380-import/; revision=292959
* Add some more obsolete files, left over from the clang 3.7.0 -> 3.7.1Dimitry Andric2015-12-301-0/+2
| | | | | | | | | upgrade. Noticed by: Nikolai Lifanov <lifanov@mail.lifanov.com>, jtl Notes: svn path=/head/; revision=292911
* Upgrade our copies of clang and llvm to 3.7.1 release. This is aDimitry Andric2015-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. Notes: svn path=/head/; revision=292735
* Correct r291591: Don't remove /usr/lib/libelf*, these are still installed.Bryan Drewery2015-12-011-3/+0
| | | | | | | | | Only the shared library moved to /lib. X-MFC-With: r291566 Notes: svn path=/head/; revision=291594
* Fix removal of libelf.so.2 and add missing files for it.Bryan Drewery2015-12-011-1/+4
| | | | | | | X-MFC-With: r291566 Notes: svn path=/head/; revision=291591
* Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406Enji Cooper2015-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 Notes: svn path=/head/; revision=291566
* colldef(1) and mklocale(1) reappeared in r291115.Jung-uk Kim2015-11-231-4/+0
| | | | Notes: svn path=/head/; revision=291224
* Bring back a couple of ISO8859-15 locales:Baptiste Daroussin2015-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 Notes: svn path=/head/; revision=290928
* Regenerate locales after readding ISO8859-1 for locales that have ISO8859-15Baptiste Daroussin2015-11-151-175/+0
| | | | | | | Requested by: arche Notes: svn path=/head/; revision=290866
* Rework locale-links to not make symlinks on directories but symlinks on filesBaptiste Daroussin2015-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 Notes: svn path=/head/; revision=290859
* Also remove directories along with old localesBaptiste Daroussin2015-11-091-1/+14
| | | | | | | Reported by: andreast Notes: svn path=/head/; revision=290617
* Merge from head r290483Baptiste Daroussin2015-11-071-1/+34
|\ | | | | | | Notes: svn path=/projects/collation/; revision=290484
| * Add _test suffix to multiple tests in lib/libc to conform to the design notedEnji Cooper2015-11-021-0/+31
| | | | | | | | | | | | | | | | | | | | in the FreeBSD Test Suite wiki MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290255
| * Rename etc/periodic/daily/430.status-rwho to periodic/daily/430.status-uptimeEnji Cooper2015-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command was checking local/remote system uptime, so rename the script to match its function and to avoid confusion The controlling variable in /etc/periodic.conf has been renamed from daily_status_rwho_enable to daily_status_uptime_enable. MFC after: 3 days Reported by: Peter Jeremy <peter@rulingia.com> Relnotes: yes Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290252
* | Merge from headBaptiste Daroussin2015-11-011-0/+16
|\| | | | | | | Notes: svn path=/projects/collation/; revision=290241
| * Merge OpenSSL 1.0.2d.Jung-uk Kim2015-10-301-0/+9
| | | | | | | | Notes: svn path=/head/; revision=290207
| * Add more obsolete filesAntoine Brodin2015-10-191-0/+7
| | | | | | | | Notes: svn path=/head/; revision=289595
* | Merge from headBaptiste Daroussin2015-10-191-0/+404
|\| | | | | | | Notes: svn path=/projects/collation/; revision=289573
| * Add entries for moved test symbols for r289355 and r289330.Bryan Drewery2015-10-161-0/+391
| | | | | | | | | | | | | | | | | | This list is likely not complete. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289409
| * Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundBryan Drewery2015-10-161-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug of installing 'realtek' and 'intel_iwn' as files rather then as a 'LICENSE' file in their directories. Also add obsolete entries for the older names and names that existed in head for a period of time. Suggested by: jmg X-MFC-With: r289391 MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289399
* | Merge from headBaptiste Daroussin2015-10-131-3/+83
|\| | | | | | | Notes: svn path=/projects/collation/; revision=289256
| * Update dates in UPDATING and ObsoleteFiles.inc.Dimitry Andric2015-10-061-2/+2
| | | | | | | | Notes: svn path=/projects/clang370-import/; revision=288927
| * Prepare for merging back to head.Dimitry Andric2015-10-051-2/+2
| | | | | | | | Notes: svn path=/projects/clang370-import/; revision=288835