| 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@
|
| |
|
|
|
|
| |
ok gilles@
|
| |
|
|
|
|
| |
ok gilles@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- replace all calls to lowercase() with calls to xlowercase()
- in the format string expansion, lowercase() all formats
we will have to reassess all calls to xlowercase() even though it has never
triggered as far as I know, we can probably gracefully fail some of them.
right now we're just keeping former behaviour.
this commit fixes issue reported by Hugo Osvaldo Barrera where a %u format
could lead to a delivery failure (ie: GILLES@openbsd.org should be expanded
to gilles, not GILLES ... only for local deliveries).
ok chl@ on the idea, ok eric@ on the diff
|
|
|
|
|
|
| |
little code cleanup while here.
ok gilles@
|
|
|
|
|
| |
consistent with how mdoc behaves (and produces more readable manuals).
OK schwarze@
|
|
|
|
|
| |
from putting a line break between the '-' and the flag character.
OK schwarze@
|
|
|
|
| |
doesn't support the latter. OK schwarze@
|
|
|
|
| |
test the more portable backslash-space as well
|
|
|
|
|
|
| |
along with mta_relay and mta_session definition.
ok gilles@
|
| |
|
| |
|
|
|
|
|
| |
Document .cc (bsd.lv rev. 1.39)
and fix a typo (bsd.lv rev. 1.38).
|
|
|
|
|
|
| |
Reminded about the missing feature by millert@.
This reduces mandoc/groff differences in base by 25%.
ok millert@
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
found with valgrind on -portable.
ok gilles@
|
|
|
|
| |
packages, but none were provided. Similar to what fd.o does.
|
|
|
|
|
|
|
|
| |
added into middle of struct field (sic), without adding appropriate
initializer values. Move field to end of struct and let 0 be it's
value.
Spotted and diff from David Julio.
|
|
|
|
|
|
|
|
|
|
| |
is not set. This is what the late interface_link_status() did.
Allows drivers who cannot tell what the link state is to get
dhcp leases.
Prodding by henning@.
ok deraadt@ miod@
|
|
|
|
| |
ok deraadt@ tedu@, wording tweaks jmc@
|
| |
|
| |
|
|
|
|
| |
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@
|
| |
|
|
|
|
|
| |
is doing something unbelievably stupid by running dynamic binaries. In
about 4-5 months, someone remind me to undo this change.
|
|
|
|
|
| |
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@
|
|
|
|
| |
OK deraadt@
|
|
|
|
| |
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@
|
|
|
|
| |
by and diff from Robert at peichaer dot org.
|
| |
|