summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove obsolete man pages. The corresponding code was removed in r255608.alc2014-07-181-0/+3
|
* Remove an obsolete man page.alc2014-07-181-0/+2
|
* Remove the man page for a pmap function that no longer exists.alc2014-07-171-0/+2
|
* Correct the name of the man page for pmap_ts_referenced().alc2014-07-161-0/+2
| | | | Sponsored by: EMC / Isilon Storage Division
* Add bsd.dtrace.mk to obsolete files.rpaulo2014-07-121-0/+2
| | | | MFC after: 3 weeks.
* The GNU readline library is now an INTERNALLIB - that is, it isbapt2014-07-091-0/+19
| | | | | | | | | | statically linked into consumers (GDB and variants) in the base system, and the shared library is no longer installed. That also allows ports to be able to use a modern version of readline PR: 162948 Reviewed by: emaste
* Remove /usr/share/doc/psd/28.cvs/paper.ps.gz if it exists, as it isgavin2014-07-061-0/+1
| | | | | | | | obsolete since r251794. PR: 191003 Submitted by: Vick Khera MFC after: 3 days
* Remove ia64 from the list of known architectures and add an entry tomarcel2014-07-021-30/+0
| | | | | | | | | | | | UPDATING. This is the first step towards the removal of ia64 from head. A buildworld for ia64 will now yield: % make buildworld make[1]: "/usr/src/Makefile.inc1" line 151: Unknown target ia64:ia64. While here, trim the ia64-specific additions from ObsoleteFiles.inc Discussed at: BSDcan
* Remove example cvsup config files.gavin2014-06-251-0/+5
| | | | MFC after: 1 week
* Remove csup(1) and its associated cpasswd(1) tool.gavin2014-06-251-0/+5
| | | | | | | | With the move by the FreeBSD Project away from CVSup as a distribution mechanism, there is no longer a need to keep this in base. Approved by: mux (around a year ago), silence on -hackers X-MFC-after: never
* Mark send-pr info page as an obsolete filebapt2014-06-251-0/+1
|
* Add a stub send-pr that simply points people towards the online supportgavin2014-06-171-1/+0
| | | | | | pages, to give people used to send-pr a bit of guidance. MFC after: 3 days
* Remove send-pr, the supported interface to submit bugs is now viagavin2014-06-141-0/+5
| | | | | | | | | https://bugs.freebsd.org/submit/ Removing send-pr also removes one more piece of non-BSD-licensed software. Hat: bugmeister MFC after: 3 days
* Don't delete our new vt(4) man page.truckman2014-05-221-1/+0
| | | | X-MFC-With: r265798
* Upgrade our copy of llvm/clang to 3.4.1 release. This release containsdim2014-05-121-0/+37
| | | | | | | | | | | | | | | mostly fixes, for the following upstream bugs: http://llvm.org/PR16365 http://llvm.org/PR17473 http://llvm.org/PR18000 http://llvm.org/PR18068 http://llvm.org/PR18102 http://llvm.org/PR18165 http://llvm.org/PR18260 http://llvm.org/PR18290 http://llvm.org/PR18316 http://llvm.org/PR18460 http://llvm.org/PR18473 http://llvm.org/PR18515 http://llvm.org/PR18526 http://llvm.org/PR18600 http://llvm.org/PR18762 http://llvm.org/PR18773 http://llvm.org/PR18860 http://llvm.org/PR18994 http://llvm.org/PR19007 http://llvm.org/PR19010 http://llvm.org/PR19033 http://llvm.org/PR19059 http://llvm.org/PR19144 http://llvm.org/PR19326 MFC after: 2 weeks
* Add usr/share/mk/src.opts.mk to obsolete files. It never should haveimp2014-05-081-0/+2
| | | | | | been installed in the first place, and it must be removed ASAP or weird build errors may start happening in the future if this file is ever taken from the installed system. Add note to UPDATING.
* Remove the ifconfig test added in rev 263445. After discussion withasomers2014-05-051-0/+4
| | | | | | | | | | | | | | | | | melifaro, we agreed that ifconfig's behavior was not a bug. The main motivation for bin/187551 was to partially resolve kern/187549, but we resolved kern/187549 in a different way instead. ObsoleteFiles.inc etc/mtree/BSD.tests.dist sbin/ifconfig/tests/fibs_test.sh sbin/ifconfig/tests/Makefile sbin/ifconfig/Makefile Remove /usr/tests/sbin/ifconfig PR: bin/187551 MFC after: 3 days Sponsored by: Spectra Logic
* lindev(4): add to ObsoleteFileseadler2014-05-051-1/+2
| | | | | | | - add man page - past removals did not add the .ko so don't add it this time either Reported by: gleb
* Add more obsolete filesantoine2014-03-161-1/+7
|
* Another miss from r263140.glebius2014-03-141-0/+1
|
* A miss from r263140.glebius2014-03-141-0/+1
|
* Remove AppleTalk support.glebius2014-03-141-0/+12
| | | | | | | | | | AppleTalk was a network transport protocol for Apple Macintosh devices in 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk was a legacy protocol and primary networking protocol is TCP/IP. The last Mac OS X release to support AppleTalk happened in 2009. The same year routing equipment vendors (namely Cisco) end their support. Thus, AppleTalk won't be supported in FreeBSD 11.0-RELEASE.
* Remove IPX support.glebius2014-03-141-0/+24
| | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
* Remove libyaml, it has been replaced by libuclbapt2014-02-231-0/+5
|
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-161-0/+37
| | | | | | | | | | | | | | | | | all of the features in the current working draft of the upcoming C++ standard, provisionally named C++1y. The code generator's performance is greatly increased, and the loop auto-vectorizer is now enabled at -Os and -O2 in addition to -O3. The PowerPC backend has made several major improvements to code generation quality and compile time, and the X86, SPARC, ARM32, Aarch64 and SystemZ backends have all seen major feature work. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.4/docs/ReleaseNotes.html> <http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html> MFC after: 1 month
* Add more obsolete files.antoine2014-02-091-0/+4
|
* Change date again.kaiw2014-01-281-1/+1
|
* Fix date.kaiw2014-01-251-1/+1
|
* Update OLD_LIBS.kaiw2014-01-211-0/+5
|
* Bump libcam shared library version forgotten in r259397.nwhitehorn2013-12-151-0/+2
| | | | Submitted by: kib
* Only the shared library is installed in /lib/. Static library and symlinkpjd2013-12-031-4/+0
| | | | | | to shared library stays in /usr/lib/. Don't delete them. Reported by: jkim
* Add libcapsicum and libcasper libraries that were moved from /usr/lib/ to /lib/.pjd2013-12-031-0/+7
| | | | Reviewed by: glebius
* One more BIND remnant: /etc/mtree/BIND.chroot.disttijl2013-11-191-0/+1
| | | | Discussed with: des
* Also delete lib32 libiconv.tijl2013-11-181-0/+4
| | | | | Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> MFC after: 3 days
* Add more obsolete filesantoine2013-11-171-0/+9
|
OpenPOWER on IntegriCloud