summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge xz 5.2.0.rpaulo2015-02-091-0/+2
| | | | | | | | | | | | | This brings support for multi-threaded compression. This brings close N times faster compression where N is the number of CPU cores. Because of this, liblzma now depends on libthr. Soon libarchive will be modified to use the new lzma API. Thanks to antoine@ for the exp-run. Differential Revision: https://reviews.freebsd.org/D1786 Reviewed by: bapt
* spl man page hasn't been relevant for a while, retire it.imp2015-01-251-0/+14
|
* Upgrade our copy of clang and llvm to 3.5.1 release. This is a bugfixdim2015-01-181-0/+54
| | | | | | | | | | | | | | only release, no new features have been added. Please note that this version requires C++11 support to build; see UPDATING for more information. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.5.1/docs/ReleaseNotes.html> <http://llvm.org/releases/3.5.1/tools/clang/docs/ReleaseNotes.html> MFC after: 1 month X-MFC-With: 276479
* var/named/etc/namedb/working should be removed as part of namedb.delphij2015-01-091-0/+1
| | | | MFC after: 2 weeks
* Fixup r276668, /usr/tests/sbin/ifconfig/ shouldn't be removed.delphij2015-01-091-1/+0
|
* Integrate sbin/ifconfig/tests from NetBSD into atf/kyuangie2015-01-041-1/+0
| | | | Sponsored by: EMC / Isilon Storage Division
* Fix the date of texinfo removalbapt2015-01-021-1/+1
|
* Remove GNU texinfo from base along with all info pages.bapt2015-01-021-0/+32
| | | | | | | | | To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes
* Upgrade our copy of clang, llvm and lldb to 3.5.0 release.dim2014-12-311-0/+36
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please note that this version now requires C++11 support to build; see UPDATING for more information. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.5.0/docs/ReleaseNotes.html> <http://llvm.org/releases/3.5.0/tools/clang/docs/ReleaseNotes.html> Thanks to Ed Maste, Roman Divacky, Andrew Turner, Justin Hibbits and Antoine Brodin for their invaluable help with this import. Approved by: portmgr (antoine) MFC after: 1 month
| * Merge ^/head r274961 through r276301.dim2014-12-271-1/+30
| |\ | |/ |/|
| * Merge ^/head r275387 through r275477.dim2014-12-041-1/+4
| |\
| * | Merge ^/head r275262 through r275363.dim2014-12-011-1/+3
| | |
| * | Merge ^/head r275118 through r275209.dim2014-11-281-1/+9
| |\ \
| * | | Update ObsoleteFiles.inc and OptionalObsoleteFiles.inc for the import ofdim2014-11-241-0/+36
| | | | | | | | | | | | | | | | llvm/clang 3.5.0.
| * | | Merge ^/head r274961 through r274978.dim2014-11-241-0/+2
| | | |
* | | | Deorbit the IEEE-488/GPIB support.phk2014-12-251-0/+23
| | | |
* | | | Fix OLD_LIBS for libxo moved to /libalfred2014-12-251-2/+1
| | | | | | | | | | | | | | | | Pointed out by: kib
* | | | Move libxo to /libalfred2014-12-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ObsoleteFiles to reflect libxo move. Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D1370
* | | | Remove if_stf.h. It contains only one function declaration used by if_stf(4).ae2014-12-231-1/+2
| | | | | | | | | | | | | | | | Also make in_stf_protosw structure static.
* | | | Remove in_gif.h and in6_gif.h files. They only contain functionae2014-12-231-0/+3
| |_|/ |/| | | | | | | | | | | declarations used by gif(4). Instead declare these functions in C files. Also make some variables static.
* | | Update to mandoc cvs version as of 20141201bapt2014-12-021-0/+3
| | | | | | | | | | | | | | | | | | - Compatiblity with existing manpages has been improved - Now support ".so" directive with compressed manpages (which fixes a regression we have since we have new man(1))
* | | Followup to r275299: add an ObsoleteFiles.inc entry for etc/rc.d/mroutedngie2014-11-301-0/+2
| |/ |/|
* | Remove leftovers readline being changed to an internallibbapt2014-11-271-0/+2
| |
* | Convert sbin/mdconfig/tests from prove format tests to ATF format testsngie2014-11-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As a side effect... 1. The tests now checks for the root user before continuing with kyua, which is more visible than the test being skipped with the TAP protocol 2. The tests work with devices that aren't /dev/md0 by caching the device attached during the test to a file, and later use the cached information to detach the device in the cleanup routine 3. The tests no longer require perl to run MFC after: 1 week PR: 191191 Sponsored by: EMC / Isilon Storage Division
* | Do not use xform_ipip as decapsulation fallback.ae2014-11-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xform_ipip was used as fallback with low priority for IPIP encapsulated packets that were decrypted. In some cases it can decapsulate packets, that it shouldn't. This leads to situations, when wrong configurations are magically working. Also it can propagate wrong ingress interface and this can break security. Now we redesigned the IPSEC code and IPIP encapsulation is called directly from ipsec_output, and decapsulation is done in the ipsec_input with m_striphdr. Differential Revision: https://reviews.freebsd.org/D1220 MFC after: 1 month Sponsored by: Yandex LLC
* | Add ip_gre.h to ObsoleteFiles.inc.ae2014-11-241-0/+2
|/ | | | Sponsored by: Yandex LLC
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-0/+6
| | | | | | | | | have chosen different (and more traditional) stateless/statuful NAT64 as translation mechanism. Last non-trivial commits to both faith(4) and faithd(8) happened more than 12 years ago, so I assume it is time to drop RFC3142 in FreeBSD. No objections from: net@
* Get rid of the postrandom script. It was born in a time when thedes2014-11-021-0/+2
| | | | | | | | | | | random script ran before filesystems were mounted, which is no longer the case. In random_start(), immediately delete each file that is fed into /dev/random, and recreate the default entropy file immediately after reading and deleting it. The logic used in random_stop() to determine which file to write to should probably be factored out and used here as well.
* MFV: Import atf-0.21.jmmv2014-11-011-1/+0
|
* Add /etc/rc.d/initrandom, which was removed in r273872.des2014-10-311-0/+2
| | | | Noticed by: ache@
* .a's are installed in /usr/lib, don't delete them.delphij2014-10-291-1/+0
|
* Add missing /usr/lib/debug directoriesemaste2014-10-281-0/+5
| | | | | | Directories for /usr/lib{,32}/{i18n,private} were missing from the mtree file, which caused installworld to install the files that should be in the directory as the name of the directory.
* - Honer MK_KERBEROS for Heimdal rc.d scripts.hrs2014-10-191-0/+2
| | | | - Add rc.c/kerberos to OLD_FILES.
* Merge OpenSSL 1.0.1j.jkim2014-10-151-0/+2
|
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-0/+1
| | | | | | | | | | | | | | | | | | modifications to libproc to support fetching the CTF info for a given file. With this change, dtrace(1) is able to resolve type info for function and USDT probe arguments, and function return values. In particular, the args[n] syntax should now work for referencing arguments of userland probes, provided that the requisite CTF info is available. The uctf tests pass if the test programs are compiled with CTF info. The current infrastructure around the DTrace test suite doesn't support this yet. Differential Revision: https://reviews.freebsd.org/D891 MFC after: 1 month Relnotes: yes Sponsored by: EMC / Isilon Storage Division
* Add ObsoleteFiles.inc OLD_FILES entries for libnvngie2014-10-011-0/+3
| | | | | | | X-MFC with: r271241 Submitted by: pjd Pointyhat to: ngie Sponsored by: EMC / Isilon Storage Division
* Reflect the chanages in sleepqueue.h and subr_sleepqueue.clwhsu2014-09-221-0/+3
| | | | | | | | | | - Priority argument is introduced to sleepq_*wait* in r177085 - sleepq_calc_signal_retval is removed from implementation - sleepq_catch_signals is internal now Differential Revision: https://reviews.freebsd.org/D794 Reviewed by: jhb Approved by: jhb
* Use a devd event to start hv_kvpd instead of doing so in rc.d script.delphij2014-09-171-0/+2
| | | | | | | | This is cleaner and eliminates the unneeded startup of KVP daemon on systems that do not run as a Hyper-V guest. Submitted by: hrs X-MFC-with: 271493, 271688, 271699
* Catch up to gcc 3.3 -> 3.4 upgrade.truckman2014-08-241-0/+196
| | | | MFC after: 3 days
* Bump version because challenge buffer size changedache2014-08-141-0/+3
| | | | MFC after: 1 week
* Add otp-shaache2014-08-111-0/+3
| | | | MFC after: 1 week
* Add more private obsolete filesbapt2014-08-061-0/+3
|
* Rework privatelib/internallibbapt2014-08-061-0/+25
| | | | | | | | | | | | | | Make sure everything linking to a privatelib and/or an internallib does it directly from the OBJDIR rather than DESTDIR. Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsing in final installation Introduce the LD* variable which is what ld(1) is expecting (via LDADD) to link to internal/privatelib Directly link to the .so in case of private library to avoid having to complexify LDFLAGS. Phabric: https://phabric.freebsd.org/D553 Reviewed by: imp, emaste
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-031-0/+2
| | | | | | | | We continue to use pmap_enter() for that. For unwiring virtual pages, we now use pmap_unwire(), which unwires a range of virtual addresses instead of a single virtual page. Sponsored by: EMC / Isilon Storage Division
* Follow up r269179 and remove the libsbuf.so.7 library.delphij2014-07-301-0/+2
|
* Add VOP_GETVOBJECT.9 to obsolete files, un-xref.pluknet2014-07-291-0/+4
| | | | X-MFC with: r269160
* libsbuf.so.6 is no longer obsoleteantoine2014-07-281-2/+0
|
* /usr/bin/sendbug and the sendbug(1) man page were part of send-pr andgavin2014-07-221-0/+2
| | | | | | | | | | are no longer installed since r267486. Add them to ObsoleteFiles.inc1, which should have been done in r267486. PR: 192010 Submitted by: Vick Khera Pointyhat to: gavin MFC after: 3 days
* s/PCBGROUPS/PCBGROUP/ manpage to match "options PCBGROUP".pluknet2014-07-221-0/+2
|
* Add libsbuf.so.6 to obsolete libraries since it has been bumped to .so.7bapt2014-07-181-0/+2
|
OpenPOWER on IntegriCloud