summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add more obsolete files.antoine2012-05-121-0/+24
|
* Make sure a few new internal clang headers get installed, I missed thesedim2012-05-051-0/+2
| | | | | | | | | | | | | | in the last import. They are sometimes needed when you want to use advanced instructions. Also, add clang's internal stdalign.h header to ObsoleteFiles.inc, since it is redundant: we already have a stdalign.h header in /usr/include. Pointy hat to: dim PR: kern/167574 Submitted by: jkim Reported by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> MFC after: 2 weeks
* Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd.obrien2012-04-281-0/+1
| | | | | | | | | | 1. The licensing terms for the MD2 routines from RFC is not under a BSD-like license. Instead it is only granted for non-commercial Internet Privacy-Enhanced Mail. 2. MD2 is quite deprecated as it is no longer considered a cryptographically strong algorithm. Discussed with: so (cperciva), core
* Style.hselasky2012-04-271-2/+3
| | | | Suggested by: dumbbell @
* Add libusb.so.2 to obsolete files.hselasky2012-04-261-0/+2
| | | | Suggested by: dumbbell @
* Fixed a misspelling of OLD_LIBS in r232671 by pluknet@.ru2012-04-261-1/+1
| | | | (The patch in the PR 165523 had this spelled correctly.)
* Upgrade our copy of llvm/clang to trunk r154661, in preparation of thedim2012-04-161-0/+16
| | | | | | | upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
* - 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
|
OpenPOWER on IntegriCloud