Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sigh, I guess this manpage used cat(1) as a template? | ru | 2003-05-31 | 1 | -7/+6 |
| | | | | | Otherwise, fix the manpage to not use the second person, and add two missing punctuation bits. | ||||
* | Install the gstat manual page. | tjr | 2003-04-28 | 1 | -1/+1 |
| | |||||
* | Make -c only set flag_c and not a toggle. With flag_c disabled by | keramida | 2003-03-22 | 1 | -1/+1 |
| | | | | | default, this makes the behavior of gstat more predictable when -c is specified multiple times on the command line. | ||||
* | Add a small manpage. | keramida | 2003-03-22 | 1 | -0/+87 |
| | |||||
* | Add & use a usage() function. | keramida | 2003-03-22 | 1 | -2/+12 |
| | |||||
* | Add error and range checking to strtoul() to avoid ending up with a | keramida | 2003-03-22 | 1 | -1/+2 |
| | | | | delay time of ULONG_MAX when -I is passed a non-numeric arg. | ||||
* | Why doesn't anybody ever tell me anything? When did we get a libsbuf ? | phk | 2003-03-21 | 1 | -5/+3 |
| | | | | | | | | 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 | ||||
* | Fixed a typo in ${.CURDIR} spelling, fatal on systems | ru | 2003-03-21 | 1 | -12/+5 |
| | | | | | | | | | 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''. | ||||
* | Duh! Use correct number ../ | phk | 2003-03-21 | 1 | -1/+1 |
| | | | | spotted by: imp | ||||
* | Call endwin() to restore terminal state just before exiting. | keramida | 2003-03-21 | 1 | -0/+2 |
| | | | | Approved by: phk | ||||
* | Add a rudimentary gstat(8) to the system. | phk | 2003-03-20 | 2 | -0/+251 |
This is a small curses based program which shows the diskactivity inside GEOM. |