summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Merge from head r290483bapt2015-11-071-1/+34
|\
| * Add _test suffix to multiple tests in lib/libc to conform to the design notedngie2015-11-021-0/+31
| | | | | | | | | | | | | | in the FreeBSD Test Suite wiki MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
| * Rename etc/periodic/daily/430.status-rwho to periodic/daily/430.status-uptimengie2015-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
* | Merge from headbapt2015-11-011-0/+16
|\ \ | |/
| * Merge OpenSSL 1.0.2d.jkim2015-10-301-0/+9
| |
| * Add more obsolete filesantoine2015-10-191-0/+7
| |
* | Merge from headbapt2015-10-191-0/+404
|\ \ | |/
| * Add entries for moved test symbols for r289355 and r289330.bdrewery2015-10-161-0/+391
| | | | | | | | | | | | This list is likely not complete. Sponsored by: EMC / Isilon Storage Division
| * Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundbdrewery2015-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
* | Merge from headbapt2015-10-131-3/+83
|\ \ | |/
| * Update dates in UPDATING and ObsoleteFiles.inc.dim2015-10-061-2/+2
| |
| * Prepare for merging back to head.dim2015-10-051-2/+2
| |
| * Merge ^/head r288197 through r288456.dim2015-10-011-0/+8
| |\
| | * remove unused sgsmsg utility (originally imported from opensolaris)avg2015-09-281-0/+2
| | | | | | | | | | | | MFC after: 25 days
| | * Remove MLINKS to more non-existent mbuf(9) macrosngie2015-09-271-1/+5
| | | | | | | | | | | | | | | | | | X-MFC with: r288295 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
| | * Posthumously remove all references to MFREE(9)ngie2015-09-271-0/+2
| | | | | | | | | | | | | | | | | | | | | The macro was removed in r90227 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
| * | Merge ^/head r287878 through r288034.dim2015-09-201-2/+8
| |\ \ | | |/
| | * Replace afterinstall: hack from r54681 with 'make delete-old' functionality.bdrewery2015-09-191-0/+2
| | | | | | | | | | | | Sponsored by: EMC / Isilon Storage Division
| | * Replace afterinstall: hack from r111083 with 'make delete-old' functionality.bdrewery2015-09-191-0/+6
| | | | | | | | | | | | Sponsored by: EMC / Isilon Storage Division
| | * Remove an entry. It was re-added in r287780.jkim2015-09-171-2/+0
| | |
| * | Update libc++ to 3.7.0 release.dim2015-09-161-0/+2
| | |
| * | Merge ^/head r286858 through r287489.dim2015-09-051-0/+9
| |\ \ | | |/
| | * Belatedly add entries for libugidfw.so.4 to catch up with r284745.jkim2015-08-261-0/+3
| | |
| * | Merge ^/head r285924 through r286421.dim2015-08-071-0/+2
| |\ \
| * \ \ Merge ^/head r285341 through r285792.dim2015-07-221-0/+2
| |\ \ \
OpenPOWER on IntegriCloud