summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* In r227839, when removing libkvm dependency on procfs(5),trociny2013-07-101-0/+3
| | | | | | | | | | | kvm_uread() function, used for reading from /proc/pid/mem, was removed too. But the function declaration remained in kvm.h public header and the soname was not bumped. Remove kvm_uread() from kvm.h and bump the soname. Reported by: rmh Discussed on: arch
* Fix typo in vfs_mount(9) item.delphij2013-07-011-1/+1
|
* Bump shlib for dialog because ABI has changed when version 1.2 was importedbapt2013-06-231-0/+3
| | | | Reviewed by: kib
* Remove vfs_mount(9), it have been died since 2004.delphij2013-06-171-0/+2
| | | | | Noticed by: git via alfred MFC after: 2 weeks
* One more obsolete file.antoine2013-06-161-0/+1
|
* Add more obsolete files.antoine2013-06-161-0/+6
|
* Remove CVS from the base system.eadler2013-06-151-0/+27
| | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core
* Move libmd.so.5 to the proper place and add missing lib32 entry.antoine2013-05-261-1/+2
|
* Add another obsolete file: nfs fha movedantoine2013-05-181-0/+2
|
* Add one more obsolete file.antoine2013-04-141-0/+1
|
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-121-0/+31
| | | | | | | | | upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
* Fix a typo in the burncd line.rene2013-04-051-1/+1
| | | | Approved by: cognet
* Remove usr.sbin/burncd, useless after legacy ATA stack removal.mav2013-04-041-0/+2
|
* Remove obsolete files of the legacy ATA stack.mav2013-04-041-0/+5
|
* Add 2 more obsolete files and a missing date.antoine2013-03-241-0/+4
|
* Belatedly remove the vinum(4) manual page. The vinumglebius2013-03-161-0/+1
| | | | | | manager is absent in FreeBSD since 6.0-RELEASE. Reviewed by: joel
* Ports are no more exported via cvsup, remove cvsup examples and ↵bapt2013-03-111-0/+4
| | | | | | documentation refering to ports MFC after: 2 days
* Correct a date, add an obsolete directory.antoine2013-03-101-1/+2
|
* Add 2 more obsolete files.antoine2013-03-101-0/+2
|
* Add more obsolete files.antoine2013-03-101-0/+6
|
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-091-0/+37
| | | | | | from the tree since few months. This patch is not targeted for MFC.
* Add more obsolete files.antoine2013-03-031-3/+7
|
* Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-021-0/+10
| | | | | | the tree since few months. This patch is not targeted for MFC.
* Garbage collect PORTALFS bits which are now completely disconnected fromattilio2013-03-021-0/+7
| | | | | | the tree since few months. This patch is not targeted for MFC.
* Garbage collect CODAFS bits which are now completely disconnected fromattilio2013-03-021-0/+2
| | | | | | the tree since few months. This patch is not targeted for MFC.
* Garbage collect XFS bits which are now already completely disconnectedattilio2013-03-021-0/+2
| | | | | | from the tree since few months. This is not targeted for MFC.
* Add more obsolete files.antoine2013-02-091-0/+4
|
* According to the notes in ObsoleteFiles.inc we last installed sectionbrooks2013-01-161-0/+7
| | | | 1aout manpages in 2002. Stop making the directories and links to them.
* The new sade(8) is installed and works on all architectures, courtesy ofnwhitehorn2013-01-121-6/+0
| | | | | gpart having better portability than libdisk. Don't mark sade(8) as obsolete on non-x86 systems.
* With the old sade removed, libdisk is no longer used by anything in HEADnwhitehorn2012-12-301-0/+3
| | | | | and uses a number of problematic pre-gpart interfaces. Since it has been entirely obsoleted by interfaces in geom, remove it.
* Add directories which were wrongly created during auditdistd addition.ume2012-12-301-0/+3
| | | | Requested by: netchild
* Add more obsolete files.antoine2012-12-021-0/+3
|
* Finish removing obsolete man pages (add them to ObsoleteFiles.inc)eadler2012-11-151-0/+4
| | | | | | Submitted by: many Approved by: cperciva MFC after: 3 days
* Move zpool-features manual page from section 5 to section 7mm2012-11-141-0/+2
| | | | | | | and fix references Reported by: pluknet MFC after: 1 week
* Add more obsolete files.antoine2012-11-021-0/+9
|
* Add the VFS_UNLOCK_GIANT.9.gz hardlink to ObsoleteFiles list too.kib2012-10-231-0/+1
| | | | Noted by: pluknet
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-0/+2
| | | | | | | | | | | | In particular, do not lock Giant conditionally when calling into the filesystem module, remove the VFS_LOCK_GIANT() and related macros. Stop handling buffers belonging to non-mpsafe filesystems. The VFS_VERSION is bumped to indicate the interface change which does not result in the interface signatures changes. Conducted and reviewed by: attilio Tested by: pho
* Do not install incomplete unwind.h from clang. This header file was meantjkim2012-10-051-0/+2
| | | | | | | | | | to be a wrapper for the canonical system header file. Unfortunately, we do not have one (yet) and some times it is causing weird failures when clang is used for building ports. More complete and correct file will come from libcxxrt in the future. Discussed with: dim, kib, theraven MFC after: 1 week
* Add removed if_pflow.h.glebius2012-09-091-0/+2
|
* Add a few other files that are obsolete if WITH_CLANG_EXTRAS is enabled,dim2012-08-271-0/+3
| | | | and clang is updated to 3.2.
* Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-201-0/+25
| | | | Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
* Removing bsd{ar,ranlib} found on my ancient installation.avatar2012-07-181-0/+5
| | | | MFC after: 3 weeks
* Fix the previous commit. Obsolete libraries must be added to OLD_LIBS.jkim2012-07-121-4/+4
| | | | Pointyhat to: me
* Merge OpenSSL 1.0.1c.jkim2012-07-121-0/+16
| | | | Approved by: benl (maintainer)
* Remove ancient vnconfig symlinkeadler2012-07-071-0/+2
| | | | | | Submitted by: ak Approved by: cperciva MFC after: 1 week
* Also remove /usr/share/examples/etc/auth.conf, which I didn't evendes2012-06-131-0/+1
| | | | | | | realize existed. Noticed by: Andrey Zonov <andrey@zonov.org> MFC after: 3 weeks
* Remove leading /des2012-06-131-4/+4
| | | | MFC after: 3 weeks
* Remove auth.conf and related files.des2012-06-131-0/+4
| | | | | Submitted by: trhodes@ MFC after: 3 weeks
* - FreeBSD ships a KDE PAM module in base, but it's missing support for ↵miwi2012-05-301-0/+2
| | | | | | | | | | | passwordless login (kde-np), and it doesn't really belong in base system. PR: misc/167261 Submitted by: avilla@ Approved by: rwatson (mentor) MFC after: 3 days
* Add more obsolete files.antoine2012-05-121-0/+24
|
OpenPOWER on IntegriCloud