Age | Commit message (Collapse) | Author |
|
|
|
|
|
ok reyk@
|
|
open. Otherwise if there are parallel requests and the timing is just
right we were closing random fds from other connections.
OK blambert
|
|
ok mpi@ henning@ benno@
|
|
|
|
|
|
configuration steps. But vxlan(4) has to configure the link state and
address hooks of a parent interface that potentially need splnet().
So revert everything back to use splnet() for now.
Discussed with mpi@
|
|
and link state changes on the interface that is sending out the tunnel
traffic. Attach a link state and address hook in this case and reset the
multicast configuration. This also fixes a problem on VMware that looses
the multicast associations when the virtual link state of the NIC is
triggered.
|
|
limit the possible races related to unscheduled task, or anything
else, relying on an unique index.
I say "limit" here because a race can still occurs if you run out
of indexes and jump back to 1. A generation number can be added
later to avoid this problem.
ok deraadt@, claudio@, krw@, mikeb@, "I can live with it" reyk@
|
|
in the v4 case any more, and computing the cksum in the v6 case isn't
needed either. ok florian lteo
|
|
ok lteo florian
|
|
ok lteo florian
|
|
already there, just compute it - it's dirt cheap. since that happens
very late in ip_output, the rest of the stack doesn't have to care about
checksums at all any more, if something needs to be checksummed, just
set the flag on the pkthdr mbuf to indicate so.
stop pre-computing the pseudo header checksum and incrementally updating it
in the tcp and udp stacks.
ok lteo florian
|
|
|
|
debug information, gdb will either see calltrap or alltraps in the
stack trace of a kernel core file. To make the gdb backtrace command
work without debug information in the amd64 kernel, add the same
special case for alltraps as for calltrap.
OK miod@
|
|
readdoslabel(). Ditto all the MD variables whose addresses are passed
to readdoslabel() via partoffp.
Fix some 512-byte block vs disk sector confusion in hppa and sgi.
All the DL_GETxxxxx() defines return disk sector values. All
DL_SETxxxx() take disk sector values. These changes should be no-ops
until a drive using non-512-byte-sectors is encountered.
ok deraadt@
|
|
the safe version to traverse the TAILQ list.
ok deraadt@
|
|
has been found. This makes the IPv6 code work like IPv4.
OK mpi@
|
|
ok miod
|
|
(As a side effect of this repair, the -e option no longer reports that
all weak objects are functions)
ok miod
|
|
no direct impact since its return value is never checked but it allows
me to get rid of one (usless) status value.
Note that usbd_status should be used for USB transfers.
|
|
suggested by Alexander Holupirek
ok rpe@
|
|
will now recognize xterm-compatible escape sequences ESC % G and ESC % @ to
enter and leave UTF-8 mode, respectively.
Not enabled on SMALL_KERNEL.
Most of this written during c2k7, completed during b2k13.
Note that the value of several international keysyms change, to switch from
ISO Latin-[257] values to the real Unicode values. Be sure to update your
includes and rebuild and install wsconsctl.
|
|
|
|
macro. No binary change.
OK mpi@
|
|
|
|
requested character in the font it is using, it suggests a question mark
character, instead of a space, so that the existence of the non-representable
character becomes visible.
Note that this is consistent with pcdisplay which suggests a diamond for
missing glyphs.
|
|
|
|
|
|
ok patrick@
|
|
asking for confusion. Replace bcopy()'s with memcpy()'s.
|
|
|
|
unhibernate.
ok deraadt
|
|
one cause of the random gzip errors and reboots we've been seeing with
hibernate as we were creating new mappings for kernel text which likely
conflicted with the non-flushed global mappings from the resuming kernel.
Also remove an unnecessary wbinvd (i386)
ok deraadt
|
|
a new slowcgi_add_response() function. This ensures that we
always do an event_add.
OK blambert
|
|
OK blambert
|
|
gets rid of shutdown(2) which might cause problems.
OK blambert
|
|
|
|
input / OK blambert
|
|
reserved to zero.
OK blambert
|
|
OK blambert
|
|
under DVACT_QUIESCE. And yes, it works, so let's go with that.
ok mlarkin jsg
|
|
code. Enable this if SMALL_KERNEL, since this code is currently only really
needed for udl(4) which is not on any tight (SMALL_KERNEL) installation media.
|
|
|
|
|
|
|
|
|
|
|
|
of wscons (which usually get disabled for installation kernels, to save
space), instead of duplicating parts of it to too many places.
No functional change.
|