aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/procctl
Commit message (Collapse)AuthorAgeFilesLines
* Whack procctl(8)Mateusz Guzik2017-09-274-137/+0
| | | | | | | | | | | | | | It was supposed to provide a recovery mechanism against bugs in procfs's long deprecated tracing capabilities. Remove the tool as a prerequisite to axing the kernel side. The tracing facility to use is ptrace(2). MFC after: 2 weeks Notes: svn path=/head/; revision=324042
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
| | | | Notes: svn path=/head/; revision=201390
* 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