Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
From Igor Sobrado <igor at string1 dot ciencias dot uniovi dot es>
|
|
Tested by various using not (yet) committed amd64 timecounter code.
ok deraadt@
|
|
rssadapt(9) to AMRR.
pointed out by Erki Malling on misc@
|
|
ok marco@
|
|
from mikolaj kucharski;
ok mk deraadt krw
|
|
Without this, the performance is not good on multi-CPU machine with
non-MULTIPROCESSOR kernel, because the secondary CPUs run on the
never-ending loop without cache.
ok miod@
|
|
on unpopulated slots, so we check the CMMU type value for each CMMU
register address.
ok miod@
|
|
ok brad@
|
|
|
|
|
|
fixing odd output in the 'show vnode' ddb code.
ok mickey@
|
|
|
|
not partition 'b' on unit 0.
ok deraadt@
|
|
not partition 'b' on unit 0.
ok deraadt@
|
|
do not call wakeup() for each and every command sent. I think more and more
will not tsleep(). OK mglocker@
|
|
This is net80211 way of telling the driver that settings have changed.
OK mglocker@
|
|
OK mglocker@
|
|
the code a bit. Still impossible to correctly set a channel but it is no
longer crashing. OK mglocker@
|
|
|
|
ok miod@
|
|
|
|
ok claudio@
|
|
the macro games in ufs_readwrite.c (LFS_READWRITE) now that
LFS has gone, make these functions ffs specific and move them
into ffs/ffs_vnops.c zapping ufs_readwrite.c in the process.
Also, remove lfs fields from the inode and ufsmount structs.
ok toby@,deraadt@,pedro@
testing and ok krw@
|
|
iso_disklabelspoof() and udf_disklabelspoof(). Use (msg &&
iso_disklabelspoof()) instead. Makes more arch's textually consistant.
No functional change.
|
|
extended partition except on alpha, hppa, hppa64 and mips64. So don't
spoof extended partitions as 'a' and try to read a disklabel from
them. Make all archs consistant.
When we can boot from extended partitions we can change to reading and
writing disklabels from them.
This means the first OpenBSD ('A6') extended partition will now be
ignored during spoofing, just as subsequent ones have always been.
Feedback from tom@, weingart@ and deraadt@.
|
|
so no need to call both.
From tsutsui@NetBSD
|
|
out of bounds.
ok pedro@
|
|
ok drahn@, miod@
|
|
With help from drahn@ and mickey@.
|
|
just t1-t10.
- Remove some unused variables.
- Restructure some functions to remove some levels of indentation.
|
|
ok henning@ deraadt@ canacar@
|
|
|
|
|
|
|
|
|
|
be imported into pfctl. This is a precursor to separating ruleset parsing
from loading in pfctl, and tons of good things will come from it.
2 minor changes aside from cut-n-paste and #define portability magic:
- instead of defining the global pf_main_ruleset, define pf_main_anchor
(which contains the pf_main_ruleset)
- allow pf_find_or_create_ruleset() to return the pf_main_ruleset if it's
passed an empty anchor name.
ok henning dhartmei
|
|
error, which is to fast as this does not give ntpd the opportunity to use the
sensor value.
If we decode a valid time information, it has to be available to applications
for some minimal time. I choose a value of 5 minutes. If we do not receive
any new valid time information during this period, the sensor will be degraded
to WARNING, and after another fifteen minutes it will be further degraded to
CRITICAL.
"makes sense to me" henning@, "sure" deraadt@
|
|
unfourtunately breaks some machines found the hard way by xsa@ and
mbalmer@.
ok mbalmer@
|
|
|
|
|
|
From Linux via FreeBSD
|
|
|
|
- Move TX ring full sanity check further up and check the number of DMA
segments from the DMA map, instead of counting the DMA segments in the
for loop and breaking out later.
- Unload the DMA map if encountering an error condition.
Tested by brad@ sturm@ wilfried@
|
|
will fix a problem where you boot w/ the default of autoselect, but then
set the speed to 100/full, the switch will keep the autoselect/100/full
negotiation... This will continue to work till someone resets the switch
or unplugs the cable resulting in the switch failing to autoneg and falling
back to 100/half, causing a hard to track down duplex mismatch..
From nCircle Network Security, Inc. via FreeBSD
Tested by ckuethe@, pedro@, brad@, craig at creative dot com dot au
|
|
|
|
Currently just uses the RNG; AES support to be added later.
ok deraadt@
|
|
based selection as hardware is not limited to fixed rates.
Suggested by deraadt
|