summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* - Actually fill the date of the Heimdal update.stas2012-03-231-1/+1
|
* - Take krb5_verify_user.3.gz out of ObsoleteFiles as it's still beingstas2012-03-231-2/+10
| | | | | | | installed. - Add 32-bit compat old kerberos libraries to ObsoleteFiles as well. Reported by: pluknet@
* Remove archive_entry_*_w(3) entries from ObsoleteFiles.inc. Since thepluknet2012-03-231-2/+0
| | | | recent libarchive import they are MLINK'ed again.
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsstas2012-03-221-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | several new kerberos related libraries and applications to FreeBSD: o kgetcred(1) allows one to manually get a ticket for a particular service. o kf(1) securily forwards ticket to another host through an authenticated and encrypted stream. o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1) and other user kerberos operations. klist and kswitch are just symlinks to kcc(1) now. o kswitch(1) allows you to easily switch between kerberos credentials if you're running KCM. o hxtool(1) is a certificate management tool to use with PKINIT. o string2key(1) maps a password into key. o kdigest(8) is a userland tool to access the KDC's digest interface. o kimpersonate(8) creates a "fake" ticket for a service. We also now install manpages for some lirbaries that were not installed before, libheimntlm and libhx509. - The new HEIMDAL version no longer supports Kerberos 4. All users are recommended to switch to Kerberos 5. - Weak ciphers are now disabled by default. To enable DES support (used by telnet(8)), use "allow_weak_crypto" option in krb5.conf. - libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings disabled due to the function they use (krb5_get_err_text(3)) being deprecated. I plan to work on this next. - Heimdal's KDC now require sqlite to operate. We use the bundled version and install it as libheimsqlite. If some other FreeBSD components will require it in the future we can rename it to libbsdsqlite and use for these components as well. - This is not a latest Heimdal version, the new one was released while I was working on the update. I will update it to 1.5.2 soon, as it fixes some important bugs and security issues.
* Remove TARGET_ARCH conditionals for COMPAT_FREEBSD32.pluknet2012-03-151-56/+0
| | | | | | Requested by: nwhitehorn Reviewed by: nwhitehorn MFC after: 1 week
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-0/+3
| | | | | | migrated to sys/vnode.h. Submitted by: gianni
* Add lib32 part for libutil after its version bump to 9.pluknet2012-03-071-0/+3
| | | | | | PR: misc/165523 Submitted by: Andrey Zonov <andrey zonov org> MFC after: 1 week
* Correct pathname for manpages after libarchive 3.0.3 update.pluknet2012-02-281-16/+16
|
* Add lib32 part after libarchive 3.0.3 update.pluknet2012-02-281-0/+3
|
* Update libarchive to 3.0.3mm2012-02-251-0/+18
| | | | | | | | | | | | | | Some of new features: - New readers: RAR, LHA/LZH, CAB reader, 7-Zip - New writers: ISO9660, XAR - Improvements to many formats, especially including ISO9660 and Zip - Stackable write filters to write, e.g., tar.gz.uu in a single pass - Exploit seekable input; new "seekable" Zip reader can exploit the Zip Central Directory when it's available; the old "streamable" Zip reader is still fully supported for cases where seeking is not possible. Full release notes available at: https://github.com/libarchive/libarchive/wiki/ReleaseNotes
* Catch up with r195837 (2.5 years ago) which renamed net_add_domain() to ↵brueffer2012-02-231-0/+2
| | | | | | | | domain_add(). PR: 165424 Submitted by: Lachlan Kang MFC after: 1 week
* Remove wtmpcvt(1).ed2012-01-131-0/+3
| | | | | | | | The wtmpcvt(1) utility converts wtmp files to the new format used by utmpx(3). Now that HEAD has been branched to stable/9 and 9.0 is released, there is no need for it in HEAD. MFC after: never
* Remove if_carp.ko. /boot/kernel should be upgraded atomically.glebius2011-12-191-2/+0
| | | | Requested by: netchild, bz
* - Rename if_carp.ko to carp.ko.glebius2011-12-161-0/+2
| | | | - carp.ko depends on sha1.c
* Reflect the move of eventtimers(7) to eventtimers(4).delphij2011-12-141-0/+2
|
* Deorbit the broken amd(4) (see PR 124667), which was superseded by esp(4)marius2011-11-251-0/+2
| | | | as of r227006.
* libodialog: disconnect from the build and obsolete.fjoe2011-11-241-0/+11
|
* Add more obsolete files.antoine2011-11-061-0/+13
|
* Now that its only consumer is gone (sysinstall), remove libftpio as well.nwhitehorn2011-10-031-1/+12
|
* Fix a number of platform problems in this file (mostly assuming that onlynwhitehorn2011-10-031-6/+6
| | | | amd64 has lib32).
* Farewall, sysinstall! You served us well for many years, but 10.0 is onenwhitehorn2011-10-031-0/+2
| | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade).
* Rename the cc.4 and cc.9 modular congestion control related man pages tolstewart2011-09-151-0/+3
| | | | | | | | | mod_cc.4 and mod_cc.9 respectively to avoid any possible confusion with the cc.1 gcc man page. Update references to these man pages where required. Requested by: Grenville Armitage Approved by: re (kib) MFC after: 3 days
* Update ObsoleteFiles.inc:pluknet2011-09-131-0/+5
| | | | | | | | - liblwres shared library version bumped with bind98 import - named.reload removed in favor of rc.d Approved by: re (kib) No objection: dougb
* Add missing lib32 parts for the previous changes:pluknet2011-09-121-0/+15
| | | | | | removal of Objective-C support and libpkg; libsbuf version bump Approved by: re (kib)
* Document vm_page_aflag_set(9), vm_page_aflag_clear(9) and vm_page_reference(9).kib2011-09-061-0/+4
| | | | | | | Retire vm_page_flag_set() and vm_page_flag_clear() functions. Reviewed by: alc Approved by: re (bz)
* Fix for the obsolete libraries list after the 9.0 bump.kib2011-09-061-2/+4
| | | | | Partially noted by: pluknet Approved by: re (bz)
* Bump shared libraries version numbers in preparation for 9.0.kib2011-08-281-0/+17
| | | | | | | | This time, only libraries which ABI has been changed compared to stable/8, are bumped. ABI analysis done by: Gleb Kurtsou Approved by: re (kensmith)
* Correct some old manpage removal entries.brueffer2011-08-271-3/+3
| | | | Approved by: re (kib)
* Remove information and MLINK for MULTI_DRIVER_MODULE().brueffer2011-08-271-0/+2
| | | | | | | | The macro was removed in r121129 almost 8 years ago. PR: 150244 Submitted by: Gireesh Nagabhushana <dngireesh@avrita.com> Approved by: re (kib)
* Add more obsolete files.antoine2011-07-101-0/+16
|
* vm_map_clean() was long ago renamed to vm_map_sync(). Also, it no longeralc2011-07-091-0/+2
| | | | | | acquires Giant. MFC after: 1 week
* Oops. These changes should have been included in r223891.alc2011-07-091-0/+4
| | | | MFC after: 1 week
* Delete the /etc/rc.d/nfsserver script, since it is normacklem2011-07-081-0/+2
| | | | | | | | longer used by /etc/rc.d/nfsd and it is no longer necessary to load the old nfs server by default, when nfs_server_enable="YES". Tested by: sgk at troutmask.apl.washington.edu Reviewed by: rc (Andrzej Tobola)
* Delete files made obsolete because they were moved to sys/nfsrmacklem2011-07-051-0/+3
| | | | in order to be shared by both NFS clients.
* Delete files made obsolete by the change in default NFS clientrmacklem2011-07-051-0/+4
| | | | and the move of nfs_kdtrace.h to sys/nfs.
* Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-021-0/+8
|
* Remove usr/include/nfs/krpc.h and usr/include/nfs/nfsdiskless.h fromdim2011-05-021-2/+0
| | | | | | | ObsoleteFiles.inc, since these files have been reincarnated in the new NFS implementation. Reviewed by: rmacklem
* Remove libobjc and other Objective-C related components, as these aredim2011-04-171-0/+20
| | | | | | extremely outdated, and not used by anything in the base system. Silence from: current@
* Add sticky.8 to the obsolete files since it had beenremko2011-02-241-0/+2
| | | | | | moved to sticky.7 Submitted by: maxim and pluknet
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+8
| | | | | This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
* Add some obsolete manpages.uqs2011-02-021-0/+6
|
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-0/+45
| | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog
* libbsnmp was moved to usr/libsyrinx2010-12-161-0/+2
|
* Add MAKEDEV.8dougb2010-12-041-0/+2
| | | | Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
* Document two more ways to find duplicates in the obsolete file list.uqs2010-12-041-2/+17
| | | | | | | Remove the only duplicate found by the optional files check. Fix typos, while here. Suggested by: netchild
* Remove more duplicates.uqs2010-12-021-48/+3
| | | | | | | | | | Just so that I can lookup the command for the next time: for t in `make -V TARGETS universe`; do __MAKE_CONF=/dev/null make -f Makefile.inc1 -m $PWD/share/mk TARGET=$t \ -V OLD_FILES -V OLD_LIBS -V OLD_DIRS delete-old | \ xargs -n1|sort|uniq -c|egrep -v "^ *1 "; done
* 1) Add a hint to check for duplicates with optional files. The committednetchild2010-11-221-1/+10
| | | | | | | | | text is a little bit modified to what was submitted. The code example to automate a part of this was proposed by Dmitry Morozovsky. 2) Remove trailing whitespace. Submitted by: arundel
* Update comment to reflect the removal of libc_r from the tree.emaste2010-11-141-1/+1
| | | | Submitted by: Alexander Best arundel@
* Stop documenting vgonel() after its converting to the static function:pluknet2010-11-121-0/+2
| | | | | | | | | svn r147332 (by jeff): "Don't make vgonel() globally visible". While here, specify the vnode locking scheme for vgone(). Discussed on: freebsd-hackers@ Approved by: kib (mentor) MFC after: 10 days
* Do not build or install gasp.info anymore, as gasp has not been built ordim2010-11-111-0/+2
| | | | | | installed for more than 6 years. Obtained from: projects/binutils-2.17
OpenPOWER on IntegriCloud