History log of /freebsd-current/usr.sbin/gstat/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# cbc83e37 22-Sep-2021 Baptiste Daroussin <bapt@FreeBSD.org>

ncurses: chase dependency changes in the source tree

Differential Revision: https://reviews.freebsd.org/D32098


# c6db8143 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert usr.sbin to LIBADD
Reduce overlinking


# e5516195 26-Aug-2014 Enji Cooper <ngie@FreeBSD.org>

Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"

Also, add a missing LIBPANEL dependency for lldb

Approved by: rpaulo (mentor)
Suggested by: brooks
MFC after: 5 days
Phabric: D675 (as part of a larger diff)
PR: 192762


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 71ccf092 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

The last big commit: let usr.sbin/ use WARNS=6 by default.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 7d3017ef 30-Jan-2007 Ruslan Ermilov <ru@FreeBSD.org>

Add missing library dependencies and sort libraries
using lorder(1) so that static linkage is possible.


# 711385c9 20-May-2006 Simon L. B. Nielsen <simon@FreeBSD.org>

- Add support for filtering the the list of providers by a regular
expression, which makes it possible to only see interesting
providers. "f" is used inside gstat to set a filter, "F" is used to
remove current filter.
- Do not print some uninteresting values in the gstat title line.
- Do not print past the end of the screen.
- Read multiple keystrokes per "wait" when gstat is running.
- Remove a redundant != check, right after check of NULL against the
same variable ("gid").
- Use sysexits.h.
- Do not link against libkvm and libsbuf, they are not actually used.
- Fix a few style(9) issues where I had to touch nearby code anyway.

Approved by: cperciva (mentor)
MFC after: 2 weeks


# c49d3c9b 27-Jan-2005 Xin LI <delphij@FreeBSD.org>

Remove unnecessary SRCS= where could be guessed directly by our
bsd.*.mk infrasture.

Obtained from: ru


# 4e2cde6c 28-Apr-2003 Tim J. Robbins <tjr@FreeBSD.org>

Install the gstat manual page.


# 3cc4ca2d 21-Mar-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Why doesn't anybody ever tell me anything? When did we get a libsbuf ?

Geeze, I'll just crawl back into the kernel where I know what's going on...

Use libsbuf instead of pulling a file in from the kernel.

Taught by: jhb


# 09823ba5 21-Mar-2003 Ruslan Ermilov <ru@FreeBSD.org>

Fixed a typo in ${.CURDIR} spelling, fatal on systems
without the /sys symlink pointing to the current tree.
(Revision 1.2 made it non-fatal, but anyway.)

Apply style.Makefile(5).

Fixed ``make checkdpadd''.


# 5296f076 21-Mar-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Duh! Use correct number ../

spotted by: imp


# 54a8adab 20-Mar-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Add a rudimentary gstat(8) to the system.

This is a small curses based program which shows the diskactivity
inside GEOM.