summaryrefslogtreecommitdiff
path: root/usr.sbin/procctl
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
| | | | Notes: svn path=/head/; revision=114601
* The .Nm utilityPhilippe Charnier2002-07-141-2/+2
| | | | Notes: svn path=/head/; revision=99968
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+2
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-0/+1
| | | | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79011
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69862
* Cleanup manpage a bit.Ruslan Ermilov2000-02-211-6/+6
| | | | Notes: svn path=/head/; revision=57375
* Fix a buffer overflow.Ruslan Ermilov2000-02-211-2/+2
| | | | | | | | | PR: 16415 Submitted by: Kevin Day <toasty@dragondata.com> Approved by: jkh Notes: svn path=/head/; revision=57373
* 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