summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* MFC revisions 260894,260899,262895-262902,262904,262908-262910,262982,dteske2014-04-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 262984,263133-263137,263139,263141,263144-263150, and (partially) 263249 (31 revisions; summarized below)... r260894: Optimize f_expand_number(), improving performance r260899: s/__number/__num/ in f_expand_number() r262895: Allow dispatched reswords to carry arguments r262896: Add missing local declaration r262897: Fix a typo in a comment r262898: Fix incorrect return status if var_to_set and var_to_get are same r262899: Make f_show_err non-fatal r262900: Centralize function name; Update a comment while here r262901: s/__num/__number/ in f_expand_number() r262902: Comment to go with NL global introduced by previous commit r262904: Rewrite groupmgmt -- hooking it into the scripting system r262908: Change dispatch words from group* to *Group for backward compat r262909: Fix copy/paste error in a comment r262910: Take a group name on the command-line if available r262982: Whitespace r262984: Remove vestigial global, no longer used since r262904 r263133: Remove indexfile from debug statement (already logged) r263134: Add debug statement just before attempting to exec a module r263135: Comments r263136: Update copyright r263137: Fix future namespace issues for functions taking $var_to_set r263139: Remove useless NULL string in compound strings r263141: Pointy hat! Fix a broken f_isinteger() r263144: Fix a code-typo that prevented auto-sizing of a dialog r263145: Fix comments and whitespace r263146: Reduce the sleep cycle when using dialog(1) [infobox] to 1-second r263147: Fix a bug preventing errors from pw(8) from appearing r263148: For non-interactive scripts, forgot to check argument r263149: Add protection against input containing single-quotes r263150: Rewrite usermgmt r263249: (partial) Add more obsolete files
* MFC 261991:dim2014-03-211-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade our copy of llvm/clang to 3.4 release. This version supports 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 262121 (by emaste): Update lldb for clang/llvm 3.4 import This commit largely restores the lldb source to the upstream r196259 snapshot with the addition of threaded inferior support and a few bug fixes. Specific upstream lldb revisions restored include: SVN git 181387 779e6ac 181703 7bef4e2 182099 b31044e 182650 f2dcf35 182683 0d91b80 183862 15c1774 183929 99447a6 184177 0b2934b 184948 4dc3761 184954 007e7bc 186990 eebd175 Sponsored by: DARPA, AFRL MFC 262186 (by emaste): Fix mismerge in r262121 A break statement was lost in the merge. The error had no functional impact, but restore it to reduce the diff against upstream. MFC 262303: Pull in r197521 from upstream clang trunk (by rdivacky): Use the integrated assembler by default on FreeBSD/ppc and ppc64. Requested by: jhibbits MFC 262611: Pull in r196874 from upstream llvm trunk: Fix a crash that occurs when PWD is invalid. MCJIT needs to be able to run in hostile environments, even when PWD is invalid. There's no need to crash MCJIT in this case. The obvious fix is to simply leave MCContext's CompilationDir empty when PWD can't be determined. This way, MCJIT clients, and other clients that link with LLVM don't need a valid working directory. If we do want to guarantee valid CompilationDir, that should be done only for clients of getCompilationDir(). This is as simple as checking for an empty string. The only current use of getCompilationDir is EmitGenDwarfInfo, which won't conceivably run with an invalid working dir. However, in the purely hypothetically and untestable case that this happens, the AT_comp_dir will be omitted from the compilation_unit DIE. This should help fix assertions occurring with ports-mgmt/tinderbox, when it is using jails, and sometimes invalidates clang's current working directory. Reported by: decke MFC 262809: Pull in r203007 from upstream clang trunk: Don't produce an alias between destructors with different calling conventions. Fixes pr19007. (Please note that is an LLVM PR identifier, not a FreeBSD one.) This should fix Firefox and/or libxul crashes (due to problems with regparm/stdcall calling conventions) on i386. Reported by: multiple users on freebsd-current PR: bin/187103 MFC 263048: Repair recognition of "CC" as an alias for the C++ compiler, since it was silently broken by upstream for a Windows-specific use-case. Apparently some versions of CMake still rely on this archaic feature... Reported by: rakuco MFC 263049: Garbage collect the old way of adding the libstdc++ include directories in clang's InitHeaderSearch.cpp. This has been superseded by David Chisnall's commit in r255321. Moreover, if libc++ is used, the libstdc++ include directories should not be in the search path at all. These directories are now only used if you pass -stdlib=libstdc++.
* Merge r256769 by des from head:glebius2013-11-221-1/+2
| | | | | | Last few remnants of BIND (hopefully...) Approved by: re (kib)
* MFC r258318:tijl2013-11-221-0/+5
| | | | | | | | | | | | | | Also delete lib32 libiconv. Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> MFC r258345: One more BIND remnant: /etc/mtree/BIND.chroot.dist Discussed with: des Approved by: re (kib)
* MFC r257874:pluknet2013-11-191-0/+3
| | | | | | Fix extattr(2) MLINKS. Approved by: re (kib)
* MFC r257583, r258012, r258013:gjb2013-11-161-0/+6
| | | | | | | | | | | | | | | | | | | r257583 (peter): Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm than good. This caused libc to spoof the ports libiconv namespace and provide a colliding libiconv.so.3 to fool rtld. This should have been removed some time ago. r258012: Remove WITH_LIBICONV_COMPAT file to chase after r257583. r258013: Regenerate src.conf.5 after removal of WITH_LIBICONV_COMPAT. Approved by: re (kib) Sponsored by: The FreeBSD Foundation Sponsored by: The FreeBSD Foundation
* MFC r257344,r257403:bdrewery2013-11-031-0/+6
| | | | | | | Move /etc/keys to /usr/share/keys where users are less likely to modify them. Approved by: bapt Approved by: re (gjb)
* MFC r256450:bdrewery2013-10-231-0/+11
| | | | | | | | Rename libbsdyml to libyaml, make private, and bump SHLIB_MAJOR to 1.0 Approved by: bapt Approved by: re (glebius)
* MFC 256365rpaulo2013-10-121-0/+26
| | | | | | Remove most of the ATF tools and the _atf user. Approved by: re
* MFH (r256334): remove extraneous but harmless /des2013-10-111-1/+1
| | | | Approved by: re (gjb)
* By popular demand, move freebsd-version(1) from /libexec to /bin.des2013-10-091-0/+2
| | | | Approved by: re (gjb)
* Revert r256095, r256120 (partial), r256121:gjb2013-10-091-23/+0
| | | | | | | | | | | | | | | r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core
* Good bye RCS. You will be missed.eadler2013-10-071-0/+23
| | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs)
* Also remove GNU ar and ranlib man pagesemaste2013-10-011-0/+2
| | | | | | This was missed in r255974. Approved by: re (implicit)
* Remove long-unused GNU ar and ranlibemaste2013-10-011-0/+3
| | | | | | | The libarchive-based replacements have been used since 2009; the GNU ones were kept to support source upgrades from FreeBSD 6. Approved by: re@ (delphij)
* Remove BIND.des2013-09-301-0/+229
| | | | Approved by: re (gjb)
* Missed in r255386: libssh is more than just the .so file itself.des2013-09-101-0/+6
| | | | Approved by: re (blanket)
* Make libldns and libssh private.des2013-09-081-0/+3
| | | | Approved by: re (blanket)
* Remove our hacked GNU patch.pfg2013-09-031-0/+3
| | | | | | | | | | | The old (2.1) GNU patch has outlived its days. The major local changes have been moved into the less restrictedly licensed patch(1) we adopted in usr.bin/ . A much newer version of GNU patch is available in the ports tree (devel/patch). Disconnect from the build and remove.
* Fix after r255014antoine2013-08-291-0/+3
|
* Add more obsolete files.antoine2013-08-261-0/+9
|
* 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.
OpenPOWER on IntegriCloud