summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Move the mptable.h under x86/include/.attilio2010-11-091-0/+4
| | | | | Sponsored by: Sandvine Incorporated MFC after: 14 days
* Delete machine/foo.h headers moved to x86/. I forgot to commit thisjhb2010-11-031-0/+5
| | | | earlier.
* catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busyavg2010-10-201-0/+2
| | | | | Suggested by: alc MFC after: 4 days
* Prevent the ofwdump manpage from being deleted by make delete-old onnwhitehorn2010-10-151-1/+1
| | | | PowerPC.
* Upgrade xz to git snapshot as of 20101010mm2010-10-111-0/+2
| | | | | Approved by: delphij (mentor) MFC after: 1 month
* Add entries to remove manpath.config from etc and the examples directory.gordon2010-10-091-0/+3
| | | | Approved by: wes (mentor implicit)
* Add more obsolete files.antoine2010-10-031-0/+5
|
* Mark the sbuf_overflowed(9) manpage as obsolete since it has beenmdf2010-09-101-0/+2
| | | | | | renamed. Noticed by: jhb
* Tie up some loose ends r88509 left behind:brueffer2010-08-151-0/+2
| | | | | | | | | | - chooseproc() is long gone, MLINK choosethread instead - Update NAME section for choosethread - Mark chooseproc.9 for removal PR: 149549 Submitted by: pluknet MFC after: 1 week
* Remove unneeded functions from libcompat.ed2010-08-061-0/+5
| | | | | | Erwin fired up a ports build a couple of weeks ago and it seems the following functions are not used by any of the 20k ports we have, which makes me believe they don't have any purpose. Just remove them.
* Add an entry to remove the acpi_boost(4) man page.rpaulo2010-07-271-0/+2
| | | | Submitted by: pluknet <pluknet at gmail.com>
* Upgrade our Clang in base to r108428.ed2010-07-201-0/+8
| | | | | | | | | This commit merges the latest LLVM sources from the vendor space. It also updates the build glue to match the new sources. Clang's version number is changed to match LLVM's, which means /usr/include/clang/2.0 has been renamed to /usr/include/clang/2.8. Obtained from: projects/clangbsd
* Remove detect-vmware.sh, recently removed.imp2010-07-131-0/+2
|
* <machine/intr.h> removed on powerpc.marcel2010-07-021-0/+4
|
* - Add versioned symbols to liblzmadelphij2010-05-141-0/+5
| | | | | | | - Use default SHLIB_MAJOR. Approved by: mm X-MFC with: lzma library MFC
* Non-GCC gcc compatible compilers may provide the same multimedia intrinsicobrien2010-05-121-0/+18
| | | | | | | headers as GCC, but of their own implementation. So put the GCC ones into their own header "namespace". Requested by: ed
* o) Use inline functions to access coprocessor 0 registers rather than externaljmallett2010-04-171-0/+4
| | | | | | | | | | | | | | | | | | | | ones implemented using assembly. o) Use TRAPF_USERMODE() consistently rather than USERMODE(). Eliminate <machine/psl.h> as a result. o) Use intr_*() rather than *intr(), consistently. o) Use register_t instead of u_int in some trap code. o) Merge some more endian-related macros to machine/asm.h from NetBSD. o) Add PTR_LI macro, which loads an address with the correct sign-extension for a pointer. o) Restore interrupts when bailing out due to an excessive IRQ in nexus_setup_intr(). o) Remove unused functions from psraccess.S. o) Enter temporary virtual entries for large memory access into the page tables rather than simply hoping they stay resident in the TLB and we don't need to do a refill for them. o) Abstract out large memory mapping setup/teardown using some macros. o) Do mips_dcache_wbinv_range() when using temporary virtual addresses just like we do when we can use the direct map.
* Remove some unused header files.jmallett2010-04-161-0/+8
|
OpenPOWER on IntegriCloud