| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| |
|
|
| |
ok guenther@
|
| |
|
|
|
|
|
| |
profil() by moving P_PROFIL from proc->p_flag to process->ps_flags with
matching adjustment in fork1() and exit1()
ok matthew@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
with a large physical address size (greater than 36 bit). Fixes a
major performance hit seen on newer servers where an incorrectly
programmed memory region length affects the PCI device mappings.
While here, make sure to invalidate the TLB after programming MSRs
and fix an incorrect behavior found by deraadt@ where MTRRdefType
was updated outside of the protected region.
The fix was partly obtained from FreeBSD, tested by many.
With and OK deraadt
|
| |
|
|
|
| |
to appease dhcpd, as dhcpd has now been fixed to not require this.
repeated prodding and special ok deraadt@
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
to the 16 bit flags; reminded by claudio, ok henning
|
| |
|
|
|
|
|
|
| |
ifm_status, for dhclient's sake. Current dhclient interface_status()
considers interfaces able to report media information but not returning
IFM_AVALID as down. Note that these interfaces usually have mii(4) or
have specific code reporting correct values; sparc le(4) is an exception.
Found the hard way by sebastia@; joint work with krw@, ok deraadt@
|
| | |
|
| |
|
|
|
| |
LEVAI Daniel, diagnosed by matthew@, original diff from RD Thrush, cleaned
up by me with feedback from mikeb@. OK mikeb dcoppa deraadt
|
| | |
|
| |
|
|
| |
ok gilles@, matthieu@, mpi@, miod@, deraadt@
|
| |
|
|
|
|
|
| |
chain (m_nextpkt), so the mbuf passed to it must be disconnected completely
from the socket buffer's chains.
Problem noticed by yasuoka@; tweak from krw@, ok deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
indicate that the kernel should fail with MAP_FAILED if the specified
address is not currently available instead of unmapping it.
Change ld.so on i386 to make use of __MAP_NOREMAP to improve
reliability.
__MAP_NOREMAP diff by guenther based on an earlier diff by Ariane;
ld.so bits by guenther and me
bulk build stress testing of earlier diffs by sthen
ok deraadt; committing now for further testing
|
| | |
|
| |
|
|
| |
tweaked and expanded version of a diff from Seth Wright.
|
| |
|
|
| |
from Denis Lapshin, ok deraadt@
|
| | |
|
| |
|
|
|
| |
gio_id(), not the whole 32 bit first word. Some boards with a 8-bit only ID
register use the other 24 bits, sadly.
|
| | |
|
| |
|
|
| |
are not frame buffers. Thanks to Martin Boehme for donating such boards!
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
interrupt on Indy; do not use it on such systems. Then, bring back a clock0 at
mainbus attachment to IP22 kernels, and attach it late in the autoconf process
if no other device has claimed the clock yet.
This means R4000 and R4400 based Indy may experience the lost clock interrupt
processor errata again, until a better way to skirt it is found.
|
| |
|
|
| |
compiled in and the interface is in debug mode. ok sthen
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
(when it was in struct pstats) to an 'uninitialized-on-fork' area
(in struct proc), thus resulting in the counts all being off. Put
it and p_prof_addr back in a 'copy-on-fork' area.
ok matthew@ miod@ weingart@
|
| |
|
|
| |
timeout" messages on my soekris and doesn't fix the real problem.
|
| |
|
|
|
|
| |
From Andreas Bartelt, obsd AT bartula DOT de
OK sthen@
|
| | |
|
| |
|
|
| |
ok sthen@
|
| |
|
|
|
|
| |
L2TP packets.
ok markus henning
|
| |
|
|
|
|
|
| |
can use this to select the IPsec tunnel for sending L2TP packets.
this fixes Windows (always binding to 1701) and Android clients
(negotiating wildcard flows); feedback mpf@ and yasuoka@;
ok henning@ and yasuoka@; ok jmc@ for the manpage
|
| | |
|
| | |
|
| |
|
|
|
| |
on an AML node. Shortens the tricky code in a lot of callers.
Earlier version seen by pirofti and kettenis.
|
| | |
|
| |
|
|
|
|
| |
into the cache. Make sure we're at IPL_NET while incrementing/decrementing
ic_nnodes. Add a debug message that warns about possible node leaks.
All of this affects hostap mode only.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
hibernate info.
ok mlarkin@ stsp@
|
| |
|
|
|
|
|
|
| |
not the same as it was in 4.9 or earlier. In either case you can turn
it on again using sysctl kern.pool_debug=1 -- but if POOL_DEBUG is not
enabled you only get a subset of the strict checks.
ok deraadt@
|
| | |
|
| |
|
|
| |
ok mlarkin
|