Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 07:09:43 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300714 - head/contrib/top
Message-ID:  <201605260709.u4Q79h3u009283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu May 26 07:09:42 2016
New Revision: 300714
URL: https://svnweb.freebsd.org/changeset/base/300714

Log:
  The readme provides a high-level overview of how to upgrade top(1).
  
  Differential Revision: https://reviews.freebsd.org/D6493
  MFC after: 1 week
  Reviewed By: ngie
  Submitted by: Randy Westlund <rwestlun@gmail.com>
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/contrib/top/FREEBSD-upgrade

Added: head/contrib/top/FREEBSD-upgrade
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/top/FREEBSD-upgrade	Thu May 26 07:09:42 2016	(r300714)
@@ -0,0 +1,22 @@
+$FreeBSD$
+
+This file contains notes regarding the upgrade of top(1).  See the vendor
+import instructions at:
+
+	https://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html#svn-advanced-use-vendor-imports
+
+The upstream project pages for top(1) are:
+
+	http://www.unixtop.org/
+
+	https://sourceforge.net/projects/unixtop/
+
+contrib/top/machine.h specifies an interface that must be provided by the
+target OS.  That interface is implemented in usr.bin/top/machine.c
+
+To enable building on case-insensitive filesystems, the following files were
+renamed:
+
+	contrib/top/top.X 		-> contrib/top/top.xs
+	contrib/top/top.local.H	-> contrib/top/top.local.hs
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605260709.u4Q79h3u009283>