| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
before changing p_stat to SDEAD
ok pirofti@
|
| |
|
|
| |
OK guenther@ and deraadt@
|
| |
|
|
| |
ok blambert@ krw@ tedu@ miod@
|
| |
|
|
|
| |
anymore as a debugging tool, and it is in a rather critical path.
ok kettenis
|
| | |
|
| |
|
|
|
| |
sched_stop_secondary_cpus() leaves us on the only cpu which is left.
ok kettenis haesbaert guenther
|
| | |
|
| |
|
|
|
|
|
| |
as well. This fixes very slow performance due to lots of uncached
memory on buggy machines, for instance on very large memory thinkpad
W500 and such.
ok mlarkin kettenis sthen
|
| |
|
|
|
|
|
|
|
| |
load balancing case, this allows Weighted Least States (WLS).
Everything prepared on c2k11 with help from mcbride@.
This finally makes PF ready for the cloud.
ok henning@ mikeb@ pyr@
|
| | |
|
| | |
|
| |
|
|
|
|
| |
The standards gpds are jealous gods. kettenis@ and beck@ have shown
EROFS is the wrong thing to return. So revert to EACCES until a
better error code is decided on.
|
| |
|
|
|
| |
not against the number bit / number of fds in the select set.
ok guenther@
|
| |
|
|
|
| |
to read a hibernate image should restore the spl
ok mlarkin
|
| |
|
|
| |
ok kettenis
|
| | |
|
| | |
|
| |
|
|
| |
ok deraadt@
|
| |
|
|
| |
ok deraadt@
|
| |
|
|
| |
ok nicm@
|
| |
|
|
|
| |
ifatoia6(). No binary diff.
OK henning@
|
| |
|
|
|
|
| |
file locks. c.f. regress/sys/kern/kqueue/kqueue-flock.c
ok krw@
|
| |
|
|
| |
ok beck@
|
| |
|
|
|
| |
and ifatoia(). No binary diff.
OK blambert@ henning@ claudio@
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
is attempted. This is instead of the current EACCES and is intended
to result in better error messages from mount(8).
Tweak default EROFS error text to mention fsck'ing in mount_ext2fs
and mount_msdos since they both have fsck's like ffs.
ok deraadt@ aja@ ian@ phessler@
|
| |
|
|
|
| |
allocation failed
ok mlarkin
|
| |
|
|
|
|
| |
Fix some incorrect/old comments.
ok deraadt@
|
| |
|
|
|
|
| |
Having done that, dupfdopen() has to handle a possible race.
ok matthew@ krw@
|
| |
|
|
|
|
|
|
| |
advertisements, according to RFC 6106.
original diff from Stephane A. Sezer on tech@, many thanks!
OK phessler@, todd@
|
| | |
|
| | |
|
| |
|
|
|
| |
mostly by dynamically allocating pflogifs instead of making that a static
array. ok claudio zinke
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
sosplice() to move the data already there, it might sleep in
m_copym().
Another process must not unsplice during that sleep, so also lock
the receive buffer when sosplice is called with fd -1.
The same sleep can allow network interrupts to modify the socket
buffer. So use sbsync() to write back modifications within the
loop instead of fixing the socket buffer after the loop.
OK claudio@
|
| | |
|
| |
|
|
| |
ok mpi@
|
| |
|
|
|
|
|
| |
utterly clear this is not a filter criteria but a packet modification thing.
also preparation for upcoming changes, including one to unscrew this mess
(I should not have to touch half the tree for this - ifixitlater)
not user visible, ok gcc
|
| |
|
|
|
|
|
|
|
|
|
| |
when you kill states by IP, it is not all that clear which IP we're talking
about - before or after rewriting?
the old semantics were to always look at the "original" IP, i. e. before
rewriting. ever since the NAT rewrite we were unconditionally looking
at the wire side state key, which is the original address for PF_IN states,
but not for PF_OUT. So look at the SK_STACK state key in the PF_OUT case.
should fix "authpf doesn't remove NAT states" seen on misc a while ago
ok & testing & half of the analysis bob (he sez beck)
|
| |
|
|
|
| |
superflous code. This fix an abort loop problem reported by Gerhard Roth,
based on his initial diff. Has been in snap for some weeks, ok deraadt@
|
| |
|
|
|
|
| |
HID report. Fixes certain gaming-style USB keyboards.
ok miod@ deraadt@
|
| |
|
|
|
| |
drivers - from brad; while here initialized a stack variable
before usage as pointed out by david hill.
|
| |
|
|
| |
and was actually disabling the jumbo settings for the PHY. From Brad.
|
| |
|
|
| |
performance improvement. obtained from freebsd.
|
| |
|
|
|
| |
is below the threshold. noticed by brad. tweak threshold values
to get a bit of a performance increase.
|
| |
|
|
|
|
|
|
| |
Tested on 5706, 5708, 5709, 5716 chipsets.
From Brad
OK phessler@, sthen@, mikeb@,
|
| | |
|
| |
|
|
| |
From Brad.
|
| |
|
|
| |
ok miod@
|