summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netintro.4
Commit message (Collapse)AuthorAgeFilesLines
* multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-141-5/+1
| | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste
* - Remove no longer supported ioctl cmds.glebius2012-01-261-15/+2
| | | | - Fix name of SIOCSIFADDR.
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-2/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* When an underlying ioctl(2) handler returns an error, our ioctl(2)delphij2010-04-141-3/+6
| | | | | | | | | | | | | | | | | interface considers that it hits a fatal error, and will not copyout the request structure back for _IOW and _IOWR ioctls, keeping them untouched. The previous implementation of the SIOCGIFDESCR ioctl intends to feed the buffer length back to userland. However, if we return an error, the feedback would be defeated and ifconfig(8) would trap into an infinite loop. This commit changes SIOCGIFDESCR to set buffer field to NULL to indicate the previous ENAMETOOLONG case. Reported by: bschmidt MFC after: 2 weeks
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-1/+37
| | | | | | | | by OpenBSD), based on comments from many, including rwatson, jhb, brooks and others. Sponsored by: iXsystems, Inc. MFC after: 1 month
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-20/+1
| | | | and requires more polishing.
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-1/+20
| | | | MFC after: 3 months
* Extend the description of SIOC[GS]IFCAP.yar2004-06-211-5/+14
|
* Bump document date.des2004-06-201-1/+1
| | | | Requested by: ru
* Update the description of struct ifreq, and document SIOC[SG]IFCAP.des2004-06-181-0/+20
|
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-281-24/+39
|
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-8/+9
| | | | | | | breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's. Reviewed by: -hackers, -net
* s/UNIX/FreeBSD/ru2002-03-181-1/+1
|
* Fix a typo and fix indenting for struct sockaddr to match other structs.schweikh2002-01-221-5/+5
| | | | | No content changes. MFC after: 3 weeks
* Spelling police: sucessful -> successful.dd2001-11-241-1/+1
|
* "of the of the" -> "of the"tom2001-10-171-1/+1
| | | | | | PR: docs/31336 Submitted by: Sameh Ghane <sw@shaolin.profile4u.com> MFC after: 2 days
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-5/+5
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-7/+7
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* Fixed double word typo.schweikh2001-07-131-1/+1
| | | | MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: fixed markup and some typos.ru2001-07-041-15/+15
|
* Document network device cloning ioctls.brooks2001-07-021-0/+37
| | | | | Reviewed by: ru, ume MFC after: 1 week
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).bde1997-03-191-2/+4
| | | | Reviewed by: wollman
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Update to reflect current include files.mpp1997-01-301-0/+4
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1996-12-261-1/+2
|
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-5/+5
| | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
* fix a typo (IFNAMSIZE -> IFNAMSIZ)torstenb1995-10-231-1/+1
| | | | Obtained from: the NetBSD bugs mailinglist
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+328
OpenPOWER on IntegriCloud