| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Add tblgen to ObsoleteFiles.inc, as it was renamed to llvm-tblgen.
Approved by: re (kib)
Noticed by: pluknet
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Correct OLD_LIBS change done in r298840
libkvm.so lives in /lib, not /usr/lib
Approved by: re (gjb)
|
|
|
|
|
|
| |
Use TARGET here to fix check/delete-old after r302391.
Approved by: re (gjb)
|
|
|
|
|
|
|
| |
it is installed on these architectures.
Approved by: re (kib)
Sponsored by: ABT Systems Ltd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
between our libpam and stock OpenPAM, meaning that it is now possible to
replace the base libpam with a hypothetical ports version of OpenPAM.
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
to the ObsoleteFiles list.
Sponsored by: DARPA, AFRL
|
|
|
|
|
|
|
| |
This function was removed when RF_TIMESHARE was removed a couple of years
ago.
MFC after: 3 days
|
| |
|
|
|
|
| |
No functional change.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
It is directly available via ports (pim6dd which provides the needed rc script)
Reported by: lme
Sponsored by: Essen Hackathon 2016
|
|
|
|
|
| |
- this matches GNU units 2.12
add ISO country codes from units 2.12
|
| |
|
| |
|
|
|
|
|
|
| |
profiled libs.
Sponsored by: EMC / Isilon Storage Division
|
| |
|
| |
|
|
|
|
| |
Reported by: jhb
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
directory can be removed completely.
Noticed by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
|
| |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
is now provided by mkuzip(8) and geom_uzip(4) respectively.
MFC after: 1 month
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
does not require keys.
MFC after: 3 days
Relnotes: yes
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
WITH_CLANG_EXTRAS tools built.
|
|/ |
|
|
|
|
|
|
| |
upgrade.
Noticed by: Nikolai Lifanov <lifanov@mail.lifanov.com>, jtl
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Only the shared library moved to /lib.
X-MFC-With: r291566
|
|
|
|
| |
X-MFC-With: r291566
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
- af_ZA.ISO8859-15
- en_AU.ISO8859-15
- en_CA.ISO8859-15
- en_NZ.ISO8859-15
- en_US.ISO8859-15
- fr_CA.ISO8859-15
|
|
|
|
| |
Requested by: arche
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Reported by: andreast
|