Age | Commit message (Collapse) | Author |
|
Tweaked from his fix and ok mikeb@
|
|
crypto_backend
ok gilles@
|
|
to deraadt@, ok kettenis@
|
|
ok gilles@
|
|
Found out the hard way by deraadt@.
ok kettenis@
|
|
- revive map_ldap.c by updating it to the current API
diff by Mathieu Masson who played puzzle with an oooold changeset of mine,
this import is to let us work on it in tree, it won't work as is.
idea ok eric@ and chl@
|
|
more recent than the startup time, since they are already known
to the scheduler.
ok gilles@
|
|
- fix refcounting
- add some stat counters
ok gilles@ chl@
|
|
implementation. For the moment only the BUS_DMA_NOCACHE macro is required
to build drm on macppc but it will be used soon.
ok kettenis@
|
|
ok kettenis@
|
|
instruction is fldl sinze we try to load a double-precision value.
GCC actually gets it wrong and emits "flds" (which is harmless).
Pointed out by Brad. ok guenther@
|
|
|
|
|
|
It's unfinished. It will never be finished.
It's unfinishable. deraadt@
|
|
|
|
and harmful as we might see only half of the connection in
the asymmetric setups but ignore the state match. The bug
was reported and fix was verified by Insan Praja <insan ()
ims-solusi ! com>. Thanks! OK mcbride, henning
|
|
rest of the code expects.
from brad
|
|
block size stays below SHORT_MAX. Found by sthen@
|
|
stays;
ok henning
|
|
If you open an already open buffer via C-x C-f, odd things can happen
with the cursor and line counter for that buffer. This diff stops that
behaviour and no regressions viewable.
|
|
experience write errors during C-x C-c (exiting mg). Emacs stops the
exiting process when it encounters problem buffers and lets the user
decide what to do, currently mg continues exiting and the contents of
these buffers are lost. This diff bring mg more into line with emacs.
Review and observations from Sunil Nimmagadda.
|
|
to match reality.
ok espie
|
|
ok deraadt@
|
|
of suppressing spacing before a third .Xr argument
because that quirk was removed in mdoc_macro.c rev. 1.72.
2) Mark the "section" argument to .Xr as (syntactically) optional,
but still do not encourage omitting it.
The missing .Op was reported by espie@.
Wording tweaked by and ok jmc@, ok millert@.
|
|
and -nopie directly. Binaries from a PIE system are identical to those from
a recent snapshot.
ok deraadt@
|
|
- flesh out SEE ALSO
ok sthen
|
|
okay deraadt@
|
|
|
|
handle rlim_cur set to RLIM_INFINITY or values greater than LONG_MAX,
as unlikely as those are to happen. Further limit _SC_STREAM_MAX to
at most SHRT_MAX, because struct __sFILE uses a short int for storing
the file descriptor.
While here, also remove a dead label that Clang complains about.
From FreeBSD via Brad.
|
|
Fujitsu SPARC64-VI and SPARC64-VII CPUs. Since the two threads on each core
share the TLBs of the core we cannot enter different mappings for the same
virtual address. Instead we use a scratch register to store the per-cpu
pointer. This is very similar to what we do on sun4v.
For now we still only attach the first thread of each SPARC64-VI/VII core
since we currently don't handle the VMT (Vertical Multi-Threading) of the
SPARC64-VI very well.
|
|
|
|
a 64K boundary. This means we don't have to worry about virtual cache aliasing
anymore since SPARC V9 CPUs have at most a 16K aliasing.
|
|
|
|
|
|
|
|
layout as NetBSD.
|
|
- sections in conventional order
- some minor tweaking
|
|
unconditional SIGSEGV. Fixes random SIGSEGVs during single-stepping.
ok miod@
|
|
I'm committing this on behalf of gilles@
|
|
installed anyway;
ok krw henning
|
|
|
|
|
|
directly instead. This will be the approach taken by every other arch too
in the near future. It is easier than relying on bsd.own.mk to set these
correctly.
discussed with and ok deraadt@
|
|
that mkdep can fail if the compiler does.
Patch from Gerhard Roth (Gerhard_Roth at genua.de)
ok halex@
|
|
queue to be emptied first.
|
|
using the new API. By default, OpenSMTPD does not provide queue encryption,
but it can be enabled with "queue encryption [args]" and will transparently
encrypt/decrypt envelopes/messages as they hit the queue.
By default, it will use Blowfish in CBC mode with a different random IV for
each envelope and message. User provided key is expanded using sha256 but a
different cipher and digest may be specified in smtpd.conf
Queue encryption is compatible with compression and if both options are set
it will do them in correct order and transparently.
tested by chl@, a few users and myself
ok chl@ and I
|
|
-nopie to the linker if needed; ok pascal
|
|
|
|
|
|
(things link now).
|