Age | Commit message (Collapse) | Author |
|
amusingly, theo phrased this with considerably more restraint than i did.
|
|
|
|
Nothing use them for the moment, but here is the plan:
Since a route lookup is always necessary to output a packet it makes
sense to store all the information regarding how the packet should be
sent in the routing entry. This will save us some expensive lookups
on address lists.
But once we have all the information about our addresses in the routing
table, we can even use it in the input path with the hope that the number
of lookups in the forwarding case can be reduce to one.
ok henning@, chris@
|
|
normally does nothing), from Marcel Partap.
|
|
instead. Means modifier keys still increase the line count, just not as
much. Based on a diff from Marcel Partap.
|
|
the env vars section; tidy up the env vars section and remove the commented
out stuff which relataes mainly to less on other systems;
|
|
- Xr more 1
ok millert schwarze
|
|
|
|
|
|
irritating flaws:
a) The old way of always using the top or left if the choice is
ambiguous is annoying when the layout is unbalanced.
b) The new way of remembering the last used pane is annoying if the
layout is balanced and the leftmost is obvious to the user (because
clearly if we go right from the top-left in a tiled set of four we want
to end up in top-right, even if we were last using the bottom-right).
So instead, use a combination of both: if there is only one possible
pane alongside the current pane, move to it, otherwise choose the most
recently used of the choice.
|
|
|
|
When you don't get what you asked for, you get angry.
When you add a tiny bit, it should be "more" or "less" still,
or you'll get angry.
So lets make zmore(1) call more(1) and zless(1) call less(1),
as it's supposed to be.
okay and input from ingo@, no objections from author AKA millert@
|
|
before putting them into the mpages table.
Issue found by bentley@ in OpenBSD::Getopt(3p).
|
|
1. As found by nigel@, names_check() requires database access.
2. Do not leak names and strings in -n mode.
|
|
does not have any arguments. Crash found by nigel@ in kermit(1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OK from djm@ and dtucker@
|
|
post-auth child. the new buffer code is more strict, and requires
buffer_init() while the old code was happy after a bzero();
originally from djm@
|
|
|
|
ok henning@
|
|
it solves; pointed out by dtucker@
|
|
|
|
zap some trailing whitespace introduced in recent update
|
|
a separate more(1): it's a big page so i'm doing it in bits.
in this commit, remove more stuff from SYNOPSIS, remove some cleverness
from SYNOPSIS, and use consistent argument names;
|
|
|
|
available. Glue code straight from Ted Krovetz's original umac.c.
ok markus@
|
|
|
|
of OpenSSH's internals to make them usable as a standalone library.
This includes a set of wrappers to make it compatible with the
existing buffer API so replacement can occur incrementally.
With and ok markus@
Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew
Dempsky and Ron Bowes for a detailed review.
|
|
|
|
fatal'ing with "el_insertstr failed" when there's a single quote char
somewhere in the string. bz#2238, ok markus@
|
|
|
|
reduces algorithms to curve25519, aes-ctr, chacha, ed25519;
allows us to explore further options; with and ok djm
|
|
|
|
|
|
|
|
have sent a close already; analysis and patch from Simon Tatham;
ok markus@
|
|
This was a local change that was only enabled when the LESS_IS_MORE
environment variable was set and not when invoked as "more".
OK shadchin@ jmc@
|
|
oks from a bunch of people
|
|
toolchain creates them. This lets nm -w correctly return 0 for valid archives.
ok jasper@ deraadt@
|
|
|
|
callers that futzing with it will futz with the actual buffer
contents
|
|
report the error, close the database, and return failure from dbopen(),
such that the main program can recover and rebuild the database.
As noticed by stsp@, this can happen when database files are
accessible, but corrupt or in the wrong format, which will now
automatically be repaired.
Besides, use a safer idiom after sqlite3_open*() failure that also
handles out-of-memory situations correctly, and do not forget to
close the database after CREATE TABLE failure.
|
|
matches the architecture name required for man -S and apropos -S.
Adjust the case of LUNA68K to match the case of LUNA88K.
ok aoyama@
|
|
Before, libtool first searched all directories for .la files, and if
search failed, switched to actual libraries (.so/.a). But the correct way
is to check each directory first for .la, then for .so/.a.
The problem was reported by ajacoutot@ who verified that the patch fixes
his case and okay'ed the initial diff. And jasper@'s bulk uncovered a bug
which is fixed now (verified by another bulk).
|