aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/procctl
Commit message (Collapse)AuthorAgeFilesLines
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-1/+1
| | | | | | | the string "FreeBSD". Use the .Fx macro instead. Notes: svn path=/head/; revision=56416
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* This really belongs to section 8.Ruslan Ermilov1999-06-151-2/+2
| | | | Notes: svn path=/head/; revision=47927
* Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) andPhilippe Charnier1998-01-052-29/+29
| | | | | | | add SEE ALSO. Notes: svn path=/head/; revision=32273
* Add a copyright and license statement, at the request of Jordan.Sean Eric Fagan1997-12-201-1/+33
| | | | Notes: svn path=/head/; revision=31897
* Change the ioctls for procfs around a bit; in particular, whever possible,Sean Eric Fagan1997-12-131-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 :). Notes: svn path=/head/; revision=31691
* explicitly set MAN8 since only MAN1 is defaulted.Peter Wemm1997-12-071-1/+2
| | | | Notes: svn path=/head/; revision=31593
* Add $Id$Peter Wemm1997-12-071-0/+1
| | | | Notes: svn path=/head/; revision=31592
* delete -static, add $Id$Peter Wemm1997-12-071-2/+2
| | | | Notes: svn path=/head/; revision=31591
* First checkin of the procctl program.Sean Eric Fagan1997-12-063-0/+89
Notes: svn path=/head/; revision=31565