| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is unfortunately necessary with some flash based devices which can
get hundreds of seconds behind with softupdates enabled.
|
|
|
|
|
| |
Approved by: phk
MFC after: 1 week
|
|
|
|
| |
using lorder(1) so that static linkage is possible.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
bsd.*.mk infrasture.
Obtained from: ru
|
| |
|
| |
|
|
|
|
|
|
| |
0.1% busy.
OK'ed by: phk
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
GCC doesn't warn about them without -pedantic.
Approved by: das (mentor)
PR: 56649
Reviewed by: md5
|
|
|
|
|
| |
Submitted by: phk
Obtained from: BSDCan
|
|
|
|
|
|
|
|
|
|
| |
- Add DECL wrappers to libgeom.h.
- Rename structure members in libgeom.h to use a lg_ prefix for member
names. This is required because a few structures had members named
'class' which made g++ very unhappy.
- Catch gstat(8) and gconcat(8) up to these API changes.
Reviewed by: phk
|
| |
|
|
|
|
|
| |
Otherwise, fix the manpage to not use the second person,
and add two missing punctuation bits.
|
| |
|
|
|
|
|
| |
default, this makes the behavior of gstat more predictable when -c is
specified multiple times on the command line.
|
| |
|
| |
|
|
|
|
| |
delay time of ULONG_MAX when -I is passed a non-numeric arg.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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''.
|
|
|
|
| |
spotted by: imp
|
|
|
|
| |
Approved by: phk
|
|
This is a small curses based program which shows the diskactivity
inside GEOM.
|