aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/ioctl.2
Commit message (Collapse)AuthorAgeFilesLines
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-151/+0
| | | | | | | | | Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths to allow libc to find them in their new home. Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Consistently reference file descriptors as "fd". 55 other manpagesBryan Drewery2013-09-121-6/+6
| | | | | | | | | | | used "fd", while these used "d" and "filedes". MFC after: 1 week Approved by: gjb Approved by: re (delphij) Notes: svn path=/head/; revision=255486
* Document FIONREAD, FIONWRITE and FIONSPACE.Christian Brueffer2010-05-111-1/+25
| | | | | | | | | Obtained from: NetBSD Submitted by: emaste MFC after: 1 week Notes: svn path=/head/; revision=207923
* Take a sentence into the present by removing a reference to FreeBSD 3.0.Christian Brueffer2007-07-141-4/+2
| | | | | | | | Approved by: re (blanket) MFC after: 3 days Notes: svn path=/head/; revision=171447
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131504
* PR: docs/67884Mike Pritchard2004-06-211-1/+1
| | | | | | | Submitted by: Chirstopger Nehren <apeiron@comcast.net> Notes: svn path=/head/; revision=130863
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-1/+1
| | | | Notes: svn path=/head/; revision=119964
* Back out revision 1.22.Ceri Davies2003-07-151-1/+1
| | | | | | | Requested by: bde Notes: svn path=/head/; revision=117635
* ioctl macros and defines are now present in ioccom.h, not ioctl.h.Ceri Davies2003-07-131-1/+1
| | | | | | | | | | Update the manpage to reflect this. PR: docs/54235 Submitted by: Karen Thode <thode12@msn.com> Notes: svn path=/head/; revision=117520
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-2/+10
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-3/+3
| | | | Notes: svn path=/head/; revision=108040
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-5/+7
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* Correct markup.Dima Dorfman2002-04-141-1/+2
| | | | Notes: svn path=/head/; revision=94632
* Remove the internal implementation details of wrapping syscalls,Ruslan Ermilov2001-10-261-21/+0
| | | | | | | | | which do not match the reality anyway. Approved by: deischen, bde Notes: svn path=/head/; revision=85555
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Don't xref mt(1) just because it mentions ioctl.Dima Dorfman2001-07-291-1/+0
| | | | | | | Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de> Notes: svn path=/head/; revision=80533
* Don't capitalize variable names.Dima Dorfman2001-07-291-3/+3
| | | | Notes: svn path=/head/; revision=80532
* ioctl(2) can return EFAULT from copyin.Dima Dorfman2001-07-291-0/+3
| | | | | | | | PR: 29285 Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de> Notes: svn path=/head/; revision=80531
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-1/+1
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, remove quoting for `...'.Joseph Koshy1998-09-091-1/+3
| | | | | | | Requested by: bde Notes: svn path=/head/; revision=38961
* Use a varargs style prototype in the manual page, with accompanyingJoseph Koshy1998-09-061-1/+14
| | | | | | | explanation in the text. Notes: svn path=/head/; revision=38877
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21907
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-2/+3
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-0/+22
| | | | | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations Notes: svn path=/head/; revision=13545
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+106
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573