aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ioccom.h
Commit message (Expand)AuthorAgeFilesLines
* Integrate 4.4BSD-Lite2 changes to IOC_* definitionsWarner Losh2020-10-301-6/+12
* Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.Brooks Davis2018-03-161-0/+4
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* IOCPARM_MAX defines maximum size of a structure that can be passedPawel Jakub Dawidek2010-04-011-2/+3
* Protect _IOC's 'len' and 'inout' parameters so that _IOC can be used inDavid E. O'Brien2008-08-281-2/+2
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-2/+10
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* I've fixed the X11 port, so I can remove the (ioctl) hack.Warner Losh2002-04-101-6/+1
* Back out rev 1.11. People want a FUBARed prototype that breaks manyDavid E. O'Brien2002-04-091-1/+6
* Back out revision 1.11 which wrapped the ioctl prototype w/()'s.David E. O'Brien2002-04-091-6/+1
* Use int (ioctl)(...) rather than int ioctl(...) so that ioctl can be definedWarner Losh2002-03-221-1/+6
* Remove __PAlfred Perlstein2002-03-191-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Moved the prototype for ioctl() from <sys/ioctl.h> to <sys/ioccom.h>Bruce Evans1996-09-211-1/+11
* removed:Poul-Henning Kamp1996-05-021-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+64