aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pioctl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Konstantin Belousov2011-01-231-1/+1
* Fix copyright spellingWarner Losh2010-03-101-1/+1
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-4/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* #define the ioctls that take no arguments correctly.Poul-Henning Kamp2004-11-281-4/+4
* Kernel modifications necessary to allow to follow fork()ed children.Matthew N. Dodd2002-08-041-0/+1
* Add the as-yet-unused S_ALLSTOPS which I forgot in previous commit.Dag-Erling Smørgrav2001-11-021-0/+1
* Upon further reflection, back out previous commit, partly for the reasonsDag-Erling Smørgrav2001-10-221-0/+7
* Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPSDag-Erling Smørgrav2001-10-221-7/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a copyright and license notice, on Jordan's request.Sean Eric Fagan1997-12-201-1/+33
* Clear the p_stops field on change of user/group id, unless the correctSean Eric Fagan1997-12-201-2/+2
* Explicitly use the _IOC macro directly. This changes the ioctl commandSean Eric Fagan1997-12-151-5/+5
* Change the ioctls for procfs around a bit; in particular, whever possible,Sean Eric Fagan1997-12-131-6/+7
* A couple of fixes from bruce: first of all, psignal is a void (stupidSean Eric Fagan1997-12-081-2/+2
* Add a procfs-related flag for procp->p_pfsflags.Sean Eric Fagan1997-12-071-1/+9
* Changes to allow event-based process monitoring and control.Sean Eric Fagan1997-12-061-0/+36