freebsd-dev/share/man
Xin LI 0919a8fb99 MFC r206637:
When an underlying ioctl(2) handler returns an error, our ioctl(2)
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
2010-04-28 00:49:24 +00:00
..
man1 Fix markup. 2006-12-26 22:25:58 +00:00
man3 MFC r205520: 2010-04-06 00:46:49 +00:00
man4 MFC r206637: 2010-04-28 00:49:24 +00:00
man5 MFC r206427, r206706, r206771: 2010-04-20 12:07:16 +00:00
man6 - We don't install USD docs for games anymore since the games with docs 2005-11-29 17:11:09 +00:00
man7 MFC: r201538, r201539 2010-01-11 05:19:51 +00:00
man8 MFC r199463: 2009-12-18 18:55:15 +00:00
man9 MFC r205846: 2010-04-18 10:29:26 +00:00
Makefile Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00