]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/top/FREEBSD-upgrade
MFC r368207,368607:
[FreeBSD/stable/10.git] / contrib / top / FREEBSD-upgrade
1 $FreeBSD$
2
3 This file contains notes regarding the upgrade of top(1).  See the vendor
4 import instructions at:
5
6         https://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html#svn-advanced-use-vendor-imports
7
8 The upstream project pages for top(1) are:
9
10         http://www.unixtop.org/
11
12         https://sourceforge.net/projects/unixtop/
13
14 contrib/top/machine.h specifies an interface that must be provided by the
15 target OS.  That interface is implemented in usr.bin/top/machine.c
16
17 To enable building on case-insensitive filesystems, the following files were
18 renamed:
19
20         contrib/top/top.X               -> contrib/top/top.xs
21         contrib/top/top.local.H -> contrib/top/top.local.hs
22