summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add removed tests to ObsoleteFiles.incbapt2015-08-021-0/+2
| | | | Submitted by: ngie
* Drop libarchive.pcbapt2015-07-191-0/+2
| | | | | | We want to ensure we always use libarchive from ports in the ports tree. It simplifies ports maintainance and anyway libarchive.pc was not reflecting the different way libarchive can be built in base
* Rename the dtrace-* man pages to dtrace_* for consistency with othermarkj2015-07-051-0/+7
| | | | subsection man pages (e.g. geom_*, mac_*, snd_*).
* Move nvlist documentation to the FreeBSD Kernel Developer's sections.oshogbo2015-07-041-0/+63
| | | | Approved by: pjd (mentor)
* Let the nv.h and dnv.h includes be only in sys directory.oshogbo2015-07-021-0/+3
| | | | | | | Change consumers to include those files from sys. Add duplicated files to ObsoleteFiles. Approved by: pjd (mentor)
* Add one more file missed in the BIND-removal entries.brueffer2015-07-011-0/+1
| | | | | | PR: 196515 Submitted by: Trond Endrestol MFC after: 1 week
* Add more obsolete filesantoine2015-06-211-2/+51
|
* Add more obsolete filesantoine2015-06-201-7/+23
|
* Add more obsolete filesantoine2015-06-201-0/+11
|
* Add miscellaneous obsolete filesantoine2015-06-201-2/+23
|
* Add more nvlist man pages to obsolete filesantoine2015-06-201-0/+24
|
* Fix a few obsolete files entries, man pages must be listed compressedantoine2015-06-201-16/+16
|
* Create a separate kobj interface for leaf-driver PCI IOV methods.jhb2015-05-281-0/+4
| | | | | | | | Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface. Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
* Upgrade our copy of clang and llvm to 3.6.1 release.dim2015-05-251-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | This release contains the following cherry-picked revisions from upstream trunk: 226124 226151 226164 226165 226166 226407 226408 226409 226652 226905 226983 227084 227087 227089 227208 227209 227210 227211 227212 227213 227214 227269 227430 227482 227503 227519 227574 227822 227986 227987 227988 227989 227990 228037 228038 228039 228040 228188 228189 228190 228273 228372 228373 228374 228403 228765 228848 228918 229223 229225 229226 229227 229228 229230 229234 229235 229236 229238 229239 229413 229507 229680 229750 229751 229752 229911 230146 230147 230235 230253 230255 230469 230500 230564 230603 230657 230742 230748 230956 231219 231237 231245 231259 231280 231451 231563 231601 231658 231659 231662 231984 231986 232046 232085 232142 232176 232179 232189 232382 232386 232389 232425 232438 232443 232675 232786 232797 232943 232957 233075 233080 233351 233353 233409 233410 233508 233584 233819 233904 234629 234636 234891 234975 234977 235524 235641 235662 235931 236099 236306 236307 Please note that from 3.5.0 onwards, clang and llvm require C++11 support to build; see UPDATING for more information.
* Removed files not installed anymore with mandocbapt2015-05-211-0/+5
|
* Make kerberos use the same sqlite libraries as other sqlite consumer.bapt2015-05-201-0/+9
| | | | | | | | This reduces the number of copy of sqlite we have to just one and easier tracking version of sqlite Differential Revision: https://reviews.freebsd.org/D2443 Reviewed by: imp, stas, bjk
* libyaml.so.1 are actually libraries and should only be removed duringbapt2015-05-141-2/+2
| | | | | | make delete-old-libs Reported by: rpaulo
* ObsoleteFiles: add lib32 entries for libyaml missed in r262407.rpaulo2015-05-141-0/+4
| | | | Pointy hat: bapt
* Handle lib32 libraries which should have been removed in 20140807bapt2015-05-131-0/+27
| | | | Reported by: Trond Endrestøl <Trond.Endrestol@fagskolen.gjovik.no>
* Fix typobapt2015-05-131-1/+1
| | | | Reported by: Trond Endrestøl <Trond.Endrestol@fagskolen.gjovik.no>
* Remove references to Giant in namei(9). This was removed in r241896.bdrewery2015-05-071-0/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix make delete-old for gperf and GCC/CXX optionsemaste2015-05-061-4/+0
| | | | | | | | | - Optional components go in OptionalObsoleteFiles - Move gperf removal to be based on MK_GCC only, not MK_CXX and MK_GCC Reviewed by: imp, sbruno Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2421
* Do not remove libmap32.conf in make delete-old as it may remove user modifiedbapt2015-05-041-1/+0
| | | | version by mistake
* Remove now unneeded libmap32.confbapt2015-05-041-0/+1
|
* Rework PRIVATELIBbapt2015-05-041-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Now when a lib is marked as PRIVATELIB it is renamed into libprivate$foo instead of being installed in /usr/lib/private and playing with rpath. Also allow to install headers for PRIVATELIBS in that case the headers will be installed in /usr/include/private/$foo Keep the headers under a private namespace to prevent third party build system to easily find them to ensure they are only used on purpose. This allows for non base applications to statically link against a library in base which is linked to a privatelib Treating PRIVATELIBS as regular libraries allows to push them into our current compatX packages if needed. While here finish promotion of libevent as PRIVATELIB Install header for bsdstat and libucl Differential Revision: https://reviews.freebsd.org/D2365 Reviewed by: brooks, des Discussed with: imp
* Replace groff's soelim by soeliminate(1) renamed soelim(1)bapt2015-05-011-0/+3
|
* Remove symlinks to the nvlist_.*[vf] functions.oshogbo2015-05-011-0/+59
| | | | | | This should be done with r282257 commit. Approved by: pjd (mentor)
* Obsolute /usr/bin/gperf for non-gcc enabled targets.sbruno2015-04-291-0/+4
| | | | | | Leave it as valid for mips/sparc64 gcc enabled targets. Reviewed by: imp@
* Remove never written documentationbapt2015-04-291-0/+2
|
* Add OLD_FILES entry for r282076ngie2015-04-271-0/+2
| | | | MFC after: never
* Reincorporate documentation lost with update to nvi 2.1.3bapt2015-04-261-12/+0
|
* Remove some oldnfs remnants.trasz2015-04-181-0/+3
| | | | | | Differential Revision: https://reviews.freebsd.org/D2287 Reviewed by: rmacklem@ Sponsored by: The FreeBSD Foundation
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-0/+15
| | | | | | | | | discontinued by its initial authors. In FreeBSD the code was already slightly edited during the pf(4) SMP project. It is about to be edited more in the projects/ifnet. Moving out of contrib also allows to remove several hacks to the make glue. Reviewed by: net@
* Catch up with r281373 and r281379.jkim2015-04-111-0/+12
|
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-0/+4
| | | | empty string or NULL to the setup functions that called into it.
* Per Gleb, add the pmcstudy.1.gz which was moved to pmcstudy.8.gzrrs2015-03-261-0/+2
|
* Bump __FreeBSD_version again, and set real dates in UPDATING anddim2015-03-151-1/+1
| | | | ObsoleteFiles.inc, in preparation for the merge back to head.
* Merge ^/head r279313 through r279595.dim2015-03-041-0/+4
|\
| * Install manpage version of texinfo documentation for binutilsbapt2015-03-021-0/+4
| |
* | Merge ^/head r279023 through r279162.dim2015-02-221-0/+5
|\ \ | |/
| * Step 2 of eliminating the "games" distribution: Remove punch cardcperciva2015-02-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | utilities. I was originally planning on removing the phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities as well, but after I committed r278616 I received an astonishing volume of email informing me that those are still being widely used. Much to my relief, nobody reported continuing to use the punch card utilities in production. The final step will be to merge src/games into src/usr.bin. This change will not be MFCed.
* | Merge ^/head r278756 through r278915.dim2015-02-171-0/+2
|\ \ | |/
| * hd64570.h was installed, so add it here now that it is gone.imp2015-02-171-0/+2
| | | | | | | | Submitted by: ae@
* | Merge ^/head r278499 through r278755.dim2015-02-141-1/+17
|\ \ | |/
| * Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-121-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update paths; and include everything in the "base" distribution. The "games" distribution being optional made sense when there were more games and we had small disks; but the "games-like" games were moved into the ports tree a dozen years ago and the remaining "utility-like" games occupy less than 0.001% of my laptop's small hard drive. Meanwhile every new user is confronted by the question "do you want games installed" when they they try to install FreeBSD. The next steps will be: 2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor, morse, number, primes, and random, since there is evidence that those are still being used. 3. Merging src/games into src/usr.bin. This change will not be MFCed. Reviewed by: jmg Discussed at: EuroBSDCon Approved by: gjb (release-affecting changes)
* | Merge ^/head r278351 through r278498.dim2015-02-101-1/+3
|\ \ | |/
| * 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
* | Update other build glue: ObsoleteFiles.inc, UPDATING, mtree files, anddim2015-01-261-0/+55
|/ | | | OptionalObsoleteFiles.inc.
* 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
OpenPOWER on IntegriCloud