Age | Commit message (Collapse) | Author |
|
ok visa@
|
|
better wording/ok sthen@ ok jmc@
|
|
|
|
ok stsp@
|
|
|
|
based on sector size. This avoid too large fragments on 4k disks. Problem
noted by David Vasek; ok krw@
|
|
ok phessler@, bluhm@, tedu@, natano@
|
|
|
|
|
|
login sessions; ok deraadt markus dtucker
|
|
|
|
returning EINTR. OK jung@ deraadt@
|
|
ok mpi@
|
|
The new semantics are W^X violations are reported to the application
via ENOTSUP. Forgot to fix this during the last change.
Spotted by kettenis
|
|
too. OK sthen@ deraadt@
|
|
|
|
Microsoft has considerably cleaned up the style and it makes sense
to keep in sync with the maintained upstream version in FreeBSD.
|
|
that it can be reused to allocate the additional SSL_CTXs needed for SNI.
ok reyk@
|
|
information related functions under their own heading and dedup the text
relating to when these functions can be called.
With input from and ok jmc@
|
|
|
|
|
|
|
|
ok millert@ stsp@
|
|
|
|
|
|
|
|
armv7 pmap.
ok tom@
|
|
|
|
Most of bind got removed and this function is not called
by any of the remaining parts.
ok deraadt@ a long time ago.
|
|
m_copym2 is fine duplicating an arbitrary chain of mbufs, while
m_dup_pkt wants to dup a packet with proper headers in the first
mbuf. ipsec copied the tail of an mbuf if any of the clusters are
shared or readonly, and swapped that tail with the result of m_copym2.
m_dup_pkt panics cos of that.
this makes ipsec duplicate the whole packet if any of the chain is
readonly.
found by naddy@ and mlarkin@
this fix is from visa@ who told me to commit it cos he's afk (sleeping)
tested by naddy@
|
|
ok reyk@
|
|
|
|
ok schwarze@
|
|
further documentation.
|
|
|
|
Information found on: http://www.tuhs.org/cgi-bin/utree.pl
Checked by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
|
|
empty string got added to the list of sections, breaking the database
format slightly and causing the page to not be considered part of
any section, not even if a section could be deduced from the directory
or from the file name.
Bug found due to the bogus pcredemo(3) "manual" in the pcre-8.38p0 package.
|
|
changes, do not prepend a stray NAME_FILE (0x10) byte to the first
names of pages.
Bug found while investigating another issue reported by sthen@.
|
|
Over time we can repair software which performs this non-standard behaviour,
and fix bugs along the way. Let's first find out how bad the situation is
by deploying this in snapshots.
This type of logging is possible because OpenBSD syslog_r(3) -> sendsyslog(2)
is side-effect free enough to be used in the bowels of libc.
ok tedu
|
|
as architecture-independent even if they abuse the third (architecture)
argument of the .Dt macro for random stuff like "freetds reference manual".
While the .Dt syntax is not the same as the .TH syntax in man(7),
punishing offenders by treating them as architecture-dependent and
hence completely excluding them from searches is too severe.
Problem reported by sthen@.
|
|
Replace hand rolled atomic bit operations and use MI ones from DRM
and convert event matrixes to arrays of longs.
|
|
|
|
|
|
For the file name try 'filename' then 'option bootfile-name'.
For the server name try 'server-name' then 'option tftp-server-name' then
'next-server'.
Original idea from Patrick Lundin. Suggestions from rpe@.
Tweaks & ok halex@
|
|
in case sbappendcontrol() fails.
From Simon Mages; OK mikeb@
|
|
with the standard ISC license.
ok kettenis@ jsg@
|
|
The code initially arrived when the zaurus driver was copied. As we
don't suspend on ARMv7, just get rid of it.
Prompted by jsg@ and kettenis@.
|
|
The Synopsys DesignWare 8250 throws an interrupt if it detects a write
to LCR while it was busy. Read the USR register to clear the interrupt
so we don't get flooded.
The sunxi machines also use a different frequency on the consoles. As
we have no clock framework, especially not for early consoles, match on
known Allwinner compatibles to set a known frequency.
ok kettenis@ mglocker@
|
|
the tests behave a little bit different now.
|
|
and key loading can be simplified.
OK jsing@
|