Go to file
gdt f77e123027 Follow NetBSD's interpretation of the interface to SIOCGIFCONF: the
next ifreq is sizeof(struct ifreq) after the current one unless the
sockaddr is bigger than the union in ifreq that holds it.

In the original 4.4BSD code, this interpretation results in the same
behavior as the "is the sockaddr bigger than struct sockaddr", because
sizeof(struct sockaddr) and sizeof(ifc->ifr_ifru) are the same.

Add comments pointing out problems in the 'need bigger buffer' code,
and copying excessive amounts of data.
2007-09-13 11:56:41 +00:00
bin Document "emul" keyword. Fixes PR 36935. 2007-09-09 10:35:32 +00:00
common tyop: guaranty -> guarantee. 2007-08-30 19:12:32 +00:00
crypto Fix autoconf check for selinux support. Submitted by Joy Latten. 2007-09-13 00:26:14 +00:00
dist Follow NetBSD's interpretation of the interface to SIOCGIFCONF: the 2007-09-13 11:56:41 +00:00
distrib Forgot to add aps(4)... sorry phone :-) 2007-09-11 21:54:54 +00:00
doc Move the EST support for amd64 from CHANGES to CHANGES.prev 2007-09-13 00:37:15 +00:00
etc Fix up the it(4) example. 2007-09-05 14:18:55 +00:00
games Teach wtf(6) about pkgsrc's help facility: 2007-08-06 21:14:36 +00:00
gnu Add macros for FreeBSD 6.3 and libarchive. 2007-08-06 23:38:49 +00:00
include Implementation of POSIX message queues. 2007-09-07 18:56:02 +00:00
lib Make the new mutexes faster: 2007-09-11 18:11:29 +00:00
libexec Don't define bool, false and true. Use stdbool.h. 2007-09-02 09:57:16 +00:00
regress Block SIGALRM in the 'setup' thread, otherwise the alarm may not be taken 2007-09-09 01:08:56 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin Fix Dd argument (use full month names). 2007-09-09 16:13:19 +00:00
share Fix xref, sort SEE ALSO. Add RCS Id. 2007-09-11 23:26:13 +00:00
sys Add basic support for the Analog Devices AD1984 codec as found in the 2007-09-13 03:54:51 +00:00
tools use a pre-generated list of files instead of running find(1) again and again. 2007-08-07 12:44:39 +00:00
usr.bin Support obsolete zone info in date field. (See obs_zone of RFC 2822, 2007-09-12 13:09:46 +00:00
usr.sbin Mention aps(4). 2007-09-11 21:47:37 +00:00
x11 forgot to commit this when adding the ag10e driver - actually descend into 2007-09-02 21:35:17 +00:00
build.sh Convert build.sh iso-dir=directory option to -C cddir as per jmmv@ on 2007-09-01 09:32:19 +00:00
BUILDING Convert build.sh iso-dir=directory option to -C cddir as per jmmv@ on 2007-09-01 09:32:19 +00:00
Makefile Provide 'do-libgcc' to build gnu/lib/crtstuff${LIBGCC_EXT} (if necessary) 2007-09-07 04:20:44 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Add a note that tools have to be re-installed. 2007-07-03 16:35:47 +00:00