* Correct crash when files are removed during a traversal
* Streamline some of the dir and link checks
* Clarify comments
* Guard header includes for portability
Update bsdtar_platform.h to reflect that FreeBSD does
indeed have <errno.h>.
Add a bridge interface flag called PRIVATE where any private port can not
communicate with another private port.
1.11 src/sbin/ifconfig/ifbridge.c
1.142 src/sbin/ifconfig/ifconfig.8
1.102 src/sys/net/if_bridge.c
1.23 src/sys/net/if_bridgevar.h
date: 2007/07/12 01:17:14; author: delphij; state: Exp; lines: +7 -7
- Simulate GNU gzip(1) behavior where full filename is
being output in verbose mode when doing recursive[1].
- Use better representation of S:
PR: bin/114470
Submitted by: Ighighi <ighighi gmail com> [1]
- Avoid holding the softc lock when using copyout().
- Propagate the largest set of interface capabilities supported by all lagg
ports to the lagg interface.
- Use the MTU from the first interface as the lagg MTU, all extra interfaces
must be the same.
Change kn_hook value from cdev to struct tty to avoid dereferencing freed
cdev.
In ttygone(), wake up select(), sigio and kevent() users in addition
to the queue sleepers.
Return EV_EOF from kevent filters if TS_GONE is set.
1. Move the disable-empty-zone stuff down below the first 25 lines so
that the listen-on stuff floats up to the first "page" of text. This
makes it very obvious what's going on so that someone trying to enable
a server for use on a network can easily see how to do that.
2. Change the default behavior back to using a hint zone for the root.
3. Leave the root slave zone config as a commented out example.
4. Remove the F root server from the example at the request of
its operator. (B was removed already.)
Fix interaction with Windows 2000/XP based servers:
If the complete reply on the TRANS2_FIND_FIRST2 request fits exactly
into one responce packet, then next call to TRANS2_FIND_NEXT2 will return
zero entries and server will close current transaction. To avoid
subsequent errors we should not perform FIND_CLOSE2 request.
PR: 78953
Submitted by: Jim Carroll <jim carroll com>
Requested by: Antony Mawer <fbsd-fs mawer org>, Peter <peter pean org>
=============================================================================
From: bmanning@vacation.karoshi.com
To: Doug Barton <dougb@dougbarton.us>
please remove "B" from your list/distribution until you have
received permission from the FreeBSD community that this change
is what they want.
Submitted by: Joerg Lehners, Joerg dot Lehners at Informatik dot Uni-Oldenburg dot DE
add missing '#include "opt_compat.h"' (which is already present in current),
so that kernel config options 'COMPAT_FREEBSD4' and 'COMPAT_FREEBSD5' are
recognized again. this made the vmware3 port running under the linuxulator
run again as usual.
Increase a maximum segment size of DMA to 4096. Previously it used
MCLBYTES for the segment size but it used too many Tx descriptors in
TSO case.
While I'm here adjust maximum size of the sum of all segment lengths
in a given DMA mapping to 65535, the maximum size, in bytes, of a IP
packet.
Disable automatic IP ID increment. Due to a hardware bug the automatic
IP ID increment in TSO case generated corrupted IP packets.
This change brings back TSO capability.
outgoing frames had the src of 00:00:00:00:00:00. We fake enough of
if_setlladdr() to set the MAC address without resetting the interface, on
RELENG_6 this also requires overwriting _ac_enaddr in struct arpcom.
- Add support for setmode and settarget messages.
- Allow node to bypass traffic while no alias address defined.
- Fix result of some mechanical change.
- Use the ISO standard function variable vs. a GCC'ism.
- Global xmit stats calculation fix.
- Avoid false assertion on transmit and delayed ack timeout with enabled invariants.
Replace callout_pending() by callout_active() to remove race window.
The DNS query id generation is vulnerable to cryptographic
analysis which provides a 1 in 8 chance of guessing the next
query id for 50% of the query ids. This can be used to perform
cache poisoning by an attacker.
This bug only affects outgoing queries, generated by BIND 9 to
answer questions as a resolver, or when it is looking up data
for internal uses, such as when sending NOTIFYs to slave name
servers.
All users are encouraged to upgrade.
See also:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926
One change in this patch relative to the changes in HEAD is that the
mroute statistics will still fallback to using libkvm on live kernels
if the sysctl fails.
The wpa_passphrase(8) manual page states that it first appeared in
FreeBSD 6.2, but it didn't make it into RELENG_6_2.
Update the manual page to say "FreeBSD 6.3".
1.91 -
When /usr/sbin/xten went away back in 2003, /usr/libexec/xtend was
overlooked.
1.92 -
The archive_write_prepare.3 man page was removed in November 2006.
The wpa man pages were moved to section 8 in June 2005.
The clean_environment() function was removed from libutil in February
2004, so its man page is well overdue for removal.
1.93 -
Nuke man page links that were orphaned by vendor branch import of
TrustedBSD OpenBSM 1.0 alpha 6.