Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) and | charnier | 1998-01-05 | 2 | -29/+29 |
| | | | | add SEE ALSO. | ||||
* | Add a copyright and license statement, at the request of Jordan. | sef | 1997-12-20 | 1 | -1/+33 |
| | |||||
* | Change the ioctls for procfs around a bit; in particular, whever possible, | sef | 1997-12-13 | 1 | -5/+3 |
| | | | | | | | | | | | | | | change from ioctl(fd, PIOC<foo>, &i); to ioctl(fd, PIOC<foo>, i); This is going from the _IOW to _IO ioctl macro. The kernel, procctl, and truss must be in synch for it all to work (not doing so will get errors about inappropriate ioctl's, fortunately). Hopefully I didn't forget anything :). | ||||
* | explicitly set MAN8 since only MAN1 is defaulted. | peter | 1997-12-07 | 1 | -1/+2 |
| | |||||
* | Add $Id$ | peter | 1997-12-07 | 1 | -0/+1 |
| | |||||
* | delete -static, add $Id$ | peter | 1997-12-07 | 1 | -2/+2 |
| | |||||
* | First checkin of the procctl program. | sef | 1997-12-06 | 3 | -0/+89 |