bluhm [Fri, 7 Jul 2017 10:56:13 +0000 (10:56 +0000)]
Make libtool regress tests pass:
- There are no NOPIC architectures anymore.
- Add DISABLED targets for tests failing intensionally without
touching the real targets.
- In execute mode libtool command line must use ./p2 as . is not
in my PATH.
OK mpi@ espie@
bluhm [Fri, 7 Jul 2017 10:49:12 +0000 (10:49 +0000)]
Make mmap_hint.c compile on i386 by adding includes. Unfortunately
test is still failing.
visa [Fri, 7 Jul 2017 10:04:43 +0000 (10:04 +0000)]
Fix function name in panic message.
fcambus [Fri, 7 Jul 2017 09:15:59 +0000 (09:15 +0000)]
Make configuration lines match GENERIC files.
This adds amd64 and splits up alpha and i386.
OK deraadt@
fcambus [Fri, 7 Jul 2017 09:14:26 +0000 (09:14 +0000)]
Remove unnecessary #ifdefs in telnet. No binary change.
OK deraadt@, tedu@
nicm [Fri, 7 Jul 2017 07:13:14 +0000 (07:13 +0000)]
When working out the current client (for example for switch-client with
no target), prefer clients attached to the current session if there is
one. GitHub issue 995 from Jan Larres.
djm [Fri, 7 Jul 2017 03:53:12 +0000 (03:53 +0000)]
When generating all hostkeys (ssh-keygen -A), clobber existing keys
if they exist but are zero length. zero-length keys could previously
be made if ssh-keygen failed part way through generating them, so avoid
that case too. bz#2561 reported by Krzysztof Cieplucha; ok dtucker@
djm [Fri, 7 Jul 2017 00:10:15 +0000 (00:10 +0000)]
allow fetching lists from https:// URLs too
djm [Fri, 7 Jul 2017 00:09:14 +0000 (00:09 +0000)]
switch user to _spamd before executing ftp(1) to fetch lists.
sprinkle in some closefrom(2); ok deraadt@ beck@
schwarze [Thu, 6 Jul 2017 22:58:44 +0000 (22:58 +0000)]
Now that we have the -Wstyle message level, downgrade six warnings
that are not syntax mistakes and that do not cause wrong formatting
or content to style suggestions.
Also upgrade two warnings that may cause information loss to errors.
tb [Thu, 6 Jul 2017 22:19:23 +0000 (22:19 +0000)]
sync
bluhm [Thu, 6 Jul 2017 21:41:59 +0000 (21:41 +0000)]
REGRESS_TARGET has been renamed to TEST_TARGET.
spotted by anton@
bluhm [Thu, 6 Jul 2017 21:33:45 +0000 (21:33 +0000)]
Delete variable REGRESS_TARGET, missing plural S is a typo and it
is not used. Convert tests into a common style.
OK anton@
bluhm [Thu, 6 Jul 2017 19:40:18 +0000 (19:40 +0000)]
anton@ has fixed the test script so that it can run as root. Remove
my workaround that switched to build user.
schwarze [Thu, 6 Jul 2017 19:27:37 +0000 (19:27 +0000)]
Fix display of overlong lines containing non-ASCII bytes.
Also fixes a crash reported by Hiltjo Posthuma <hiltjo at codemadness
dot org>, though in a different way than with the patch he sent.
OK florian@ bcallah@
schwarze [Thu, 6 Jul 2017 19:20:21 +0000 (19:20 +0000)]
revert previous, requested by jmc@; he says the broken .Xr is intentional
schwarze [Thu, 6 Jul 2017 17:39:45 +0000 (17:39 +0000)]
Our website says that socppc was discontinued after 5.8 (thanks to
tobiasu@ for pointing that out), but the manual pages are still
installed. I have no idea how to properly tedu an architecture, so
deleting the dead .Xr to boot_socppc(8) is all i'm doing in this respect.
jsing [Thu, 6 Jul 2017 17:27:19 +0000 (17:27 +0000)]
Document tls_config_set_crl_file() and tls_config_set_crl_mem().
Based on a diff from Jack Burton <jack at saosce dot com dot au>, thanks!
schwarze [Thu, 6 Jul 2017 17:24:49 +0000 (17:24 +0000)]
Delete cross references to boot_landisk(8).
According to tobiasu@, landisk is moribund and writing new manual
pages for it would be a waste of time.
jsing [Thu, 6 Jul 2017 17:12:44 +0000 (17:12 +0000)]
Bump minor due to symbol addition.
jsing [Thu, 6 Jul 2017 17:12:22 +0000 (17:12 +0000)]
Add support for providing CRLs to libtls - once a CRL is provided we
enable CRL checking for the full certificate chain.
Based on a diff from Jack Burton <jack at saosce dot com dot au>, thanks!
Discussed with beck@
schwarze [Thu, 6 Jul 2017 16:58:34 +0000 (16:58 +0000)]
fix RCS Id; found with mandoc -Tlint
krw [Thu, 6 Jul 2017 16:56:52 +0000 (16:56 +0000)]
cons_options() only needs to know a buffer and a length to
pack options into. Not all the gory details of interface_info.
Move some of the raw packet processing out of options.c's
do_packet() and into the more obvious dispatch.c's
packethandler().
Mention that RFC791 is why we use 576-byte UDP packets.
schwarze [Thu, 6 Jul 2017 16:52:32 +0000 (16:52 +0000)]
delete duplicate RCS ID and lots of .Tn
schwarze [Thu, 6 Jul 2017 16:50:58 +0000 (16:50 +0000)]
delete duplicate RCS IDs; found with mandoc -Tlint
anton [Thu, 6 Jul 2017 16:34:28 +0000 (16:34 +0000)]
Do not suppress what's going on.
millert [Thu, 6 Jul 2017 16:23:11 +0000 (16:23 +0000)]
The 0x (or 0X) prefix in base 16 is optional so only skip over the
prefix if the character following it is a valid hex char. The C99
standard is clear that given the string "0xy" zero should be returned
and endptr set to point to the "x". OK deraadt@ espie@
schwarze [Thu, 6 Jul 2017 15:42:04 +0000 (15:42 +0000)]
fix broken cross references; found with mandoc -Tlint
florian [Thu, 6 Jul 2017 15:05:28 +0000 (15:05 +0000)]
installer version of slaacd, not hooked up to the build yet
florian [Thu, 6 Jul 2017 15:02:53 +0000 (15:02 +0000)]
Sprinkel in some #ifndef SMALL to make slaacd smaller for the
installer.
This removes the control socket handling which is useless because we
won't have slaacctl in the installer.
Also deraadt@ pointed out that this would be the first use of log.c in
the installer where we don't have syslogd running so it's rather
pointless. So this completely neuters logging.
The log.h change doesn't interfere with benno@'s efforts of unifying
log.c
The installer version of slaacd won't even compile control.c and log.c
florian [Thu, 6 Jul 2017 14:57:29 +0000 (14:57 +0000)]
reorder imsg_type enum so that we can #ifndef SMALL all the control
related imsg types
florian [Thu, 6 Jul 2017 14:56:39 +0000 (14:56 +0000)]
move rpref enum definition up so that we can #ifndef SMALL a big block
bluhm [Thu, 6 Jul 2017 14:17:11 +0000 (14:17 +0000)]
Disable new tests until sed has been adapted.
Discussed with otto@
deraadt [Thu, 6 Jul 2017 14:15:14 +0000 (14:15 +0000)]
sync
bluhm [Thu, 6 Jul 2017 13:20:54 +0000 (13:20 +0000)]
Initialize the return value and do not use garbage as exit status.
Then the test passes.
bluhm [Thu, 6 Jul 2017 13:11:15 +0000 (13:11 +0000)]
Link the runtests programs statically and explain why.
bluhm [Thu, 6 Jul 2017 13:06:34 +0000 (13:06 +0000)]
Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.
espie [Thu, 6 Jul 2017 12:15:23 +0000 (12:15 +0000)]
/tmp/cvsa9y4jm
mlarkin [Thu, 6 Jul 2017 11:27:56 +0000 (11:27 +0000)]
Remove bogus arguments from a printf in the bootloader.
ok tom@
bluhm [Thu, 6 Jul 2017 11:17:58 +0000 (11:17 +0000)]
Compile libexpat with -fvisibility=hidden. This restricts the
exported symbols to the indended API. We do not need a Symbols.map
anymore. Major library bump is necessary as some internal functions
vanish from the ABI.
Discussed upstream with Sebastian Pipping; ports bulk build ajacoutot@;
OK deraadt@
jsg [Thu, 6 Jul 2017 10:09:26 +0000 (10:09 +0000)]
sync the list of pci devices which don't require aperture
ok kettenis@
anton [Thu, 6 Jul 2017 06:33:42 +0000 (06:33 +0000)]
Add tests for all features of file completion in csh.
deraadt [Thu, 6 Jul 2017 06:21:56 +0000 (06:21 +0000)]
Disassociate PA load address of the kernel from VA, such that PA isn't
a mask of VA, but can be an offset (once other code is ready...). Also,
simplify and remove useless symbols.
ok mlarkin
mlarkin [Thu, 6 Jul 2017 06:19:15 +0000 (06:19 +0000)]
vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild
as a struct passed to vmm has changed size.
ok deraadt, pd
deraadt [Thu, 6 Jul 2017 06:17:04 +0000 (06:17 +0000)]
0xcc-fill a few more alignments. Not because these ones matter particularily,
but because elimination highlights more important ones.
Cursory review mortimer, ok mlarkin
mlarkin [Thu, 6 Jul 2017 04:32:30 +0000 (04:32 +0000)]
remove an unneeded .align and .code32
ok deraadt
schwarze [Thu, 6 Jul 2017 00:18:33 +0000 (00:18 +0000)]
fix date
schwarze [Thu, 6 Jul 2017 00:08:52 +0000 (00:08 +0000)]
Fix operator precedence according to Brian W. Kernighan and Lorinda
L. Cherry, "Typesetting Mathematics - User's Guide (Second Edition)",
August 15, 1978, paragraph 23; swarm of bugs pointed out by bentley@.
kettenis [Wed, 5 Jul 2017 20:30:13 +0000 (20:30 +0000)]
Fix native/raw backlight support in inteldrm(4).
florian [Wed, 5 Jul 2017 20:18:11 +0000 (20:18 +0000)]
Validate prefix information in router advertisements according to RFC
4862 Section 5.5.3.
This very likely solves the problem of slaacd generating privacy
addresses at a very high rate as reported by Matthias Schmidt on
bugs@; thanks!
The problem is that we constantly generate new privacy addresses if we
receive a router advertisement with a pltime of 0 since that address
will immediately be deprecated.
This needs revisiting since we will run into the same problem with
other low pltimes.
anton [Wed, 5 Jul 2017 19:40:58 +0000 (19:40 +0000)]
Favor a UID-agnostic prompt in ksh edit mode tests. Allows the tests to pass
when executed as root.
Spotted by bluhm@
anton [Wed, 5 Jul 2017 19:27:26 +0000 (19:27 +0000)]
Revert previously added tests for file completion that are currently failing.
Prodded by bluhm@
schwarze [Wed, 5 Jul 2017 18:56:33 +0000 (18:56 +0000)]
avoid double space caused by end-of-sentence detection; requested by jmc@
krw [Wed, 5 Jul 2017 16:17:41 +0000 (16:17 +0000)]
Remove knowledge of struct interface_info from clparse.c. Just
pass the interface name and the TAILQ to put static leases into.
Add a TAILQ for static leases to struct client_config to hold the
static leases until it's time to add them to ifi.
Add add_lease() to add leases to a TAILQ while checking for
leases that are superseded by the new lease.
jsing [Wed, 5 Jul 2017 15:38:35 +0000 (15:38 +0000)]
RFC 6066 states that IP literals are not permitted in "HostName" for a
TLS Server Name extension, however seemingly several clients (including
Python, Ruby and Safari) violate the RFC. Given that this is a fairly
widespread issue, if we receive a TLS Server Name extension that contains
an IP literal, pretend that we did not receive the extension rather than
causing a handshake failure.
Issue raised by jsg@
ok jsg@
bluhm [Wed, 5 Jul 2017 15:31:45 +0000 (15:31 +0000)]
Implement the generated dependency with a stamp file to avoid needless
recompiling of the test programs. Add some RCS ids.
espie [Wed, 5 Jul 2017 15:15:48 +0000 (15:15 +0000)]
forgot to commit this one
schwarze [Wed, 5 Jul 2017 15:03:20 +0000 (15:03 +0000)]
The EQN_LISTONE box type is pointless.
Simplify by just using EQN_LIST with expectargs = 1.
Noticed while investigating a bug report from bentley@.
No functional change.
visa [Wed, 5 Jul 2017 14:58:59 +0000 (14:58 +0000)]
Enable NFSCLIENT to let installation over NFS work.
OK kettenis@, deraadt@
visa [Wed, 5 Jul 2017 14:47:58 +0000 (14:47 +0000)]
Fix RAMDISK build.
OK bluhm@
espie [Wed, 5 Jul 2017 13:31:40 +0000 (13:31 +0000)]
make use of (f)lex -o option to create unique temporary files, so that
make -j will be happier.
okay millert@
espie [Wed, 5 Jul 2017 13:30:01 +0000 (13:30 +0000)]
based on florian@'s observation and guenther@'s work in kernel makefiles.
don't include .d files during obj and cleanup, because those files might
be utterly bogus following an untimely reboot.
This allows cleaning stuff up without needing to manually remove those
files.
okay millert@, kettenis@
kettenis [Wed, 5 Jul 2017 12:43:32 +0000 (12:43 +0000)]
regen
kettenis [Wed, 5 Jul 2017 12:43:10 +0000 (12:43 +0000)]
Add Intel Braswell Sensor Hub device.
schwarze [Wed, 5 Jul 2017 12:23:46 +0000 (12:23 +0000)]
nits about trailing punctuation found with mandoc -Tlint
tb [Wed, 5 Jul 2017 11:44:35 +0000 (11:44 +0000)]
void functions don't return 0
From Klemens Nanni
schwarze [Wed, 5 Jul 2017 11:43:09 +0000 (11:43 +0000)]
fix cross references to self; found with mandoc -Tlint
bluhm [Wed, 5 Jul 2017 11:40:17 +0000 (11:40 +0000)]
Convert pf tagname malloc(9) into pool_get(9) to make it MP safe.
While there use TAILQ_FOREACH macro for traversing tags.
OK mpi@
bluhm [Wed, 5 Jul 2017 11:34:10 +0000 (11:34 +0000)]
The IP in IP input function strips the outer header and reinserts
the inner IP packet into the internet queue. The IPv6 local delivery
code has a loop to deal with header chains. The idea is to use
this loop and avoid the queueing and rescheduling. The IPsec packet
will be processed in a single flow.
Merge the IP deliver loop from both IP versions into a single
ip_deliver() function that can handle both addresss families. This
allows to process an IP in IP header like a normal extension header.
If af != AF_UNSPEC, we are already in a deliver loop and have the
kernel look. Then we can just return the next protocol. Otherwise
we enqueue. The dequeue thread has the kernel lock and starts an
IP delivery loop.
OK mpi@
reyk [Wed, 5 Jul 2017 11:11:56 +0000 (11:11 +0000)]
Don't stop logging to stderr when running in foreground with -d.
Pointed out by Kapetanakis Giannis
mpi [Wed, 5 Jul 2017 10:48:41 +0000 (10:48 +0000)]
Comments are lying.
espie [Wed, 5 Jul 2017 10:41:01 +0000 (10:41 +0000)]
document that we're no longer using 'make depend'
espie [Wed, 5 Jul 2017 10:22:32 +0000 (10:22 +0000)]
bye bye depends
okay tb@ deraadt@
florian [Wed, 5 Jul 2017 09:51:37 +0000 (09:51 +0000)]
If we are sending a neighbor solicitation for a link local address
send it with a link local source address as well.
This helps upstream routers with their own source address
selection.
A reoccurring scenario is:
- gateway on fe80::1%if
- the gateway does not have an IP in the same prefix as our global address
When we want to talk to the outside world we first need to resolve the
gateway. We copy the source address from our outgoing packet to the
neighbor solicitation packet (a global address) and ask for layer2
information of a link local address.
The upstream router now needs to do source address selection of it's
own. Since we are coming from a global address and there is no address
from the same prefix the router uses another global address lying
around.
We then drop this with "ND packet from non-neighbor".
Reported over the years by a few people, most recently by Marc Peters
on bugs@ who confirmed that this fixes the problem.
OK stsp@, mpi@
mpi [Wed, 5 Jul 2017 09:40:16 +0000 (09:40 +0000)]
Some documentation improvements:
- Fix TLS s/server/client/
- Use 'remote loghost' consistently, even if it's not clear to which
endpoint this correspond.
- Replace 'forwarding' by 'sending' to remove the ambiguity about the
inserted hostname.
- Do not use the word 'server' with 'socket' to avoid confusion with
a TLS server.
- Prefer 'senders' than 'clients' when it comes to spoofing, to reduce
one usage of the word 'client.
ok jmc@, bluhm@
florian [Wed, 5 Jul 2017 07:15:40 +0000 (07:15 +0000)]
remove useless (void)printf casts, diff from Klemens Nanni, massaged
by me.
anton [Wed, 5 Jul 2017 06:31:59 +0000 (06:31 +0000)]
Add tests for file completion in ksh emacs mode, currently failing.
While here, pass the v option to hexdump in order to output all data.
bluhm [Tue, 4 Jul 2017 23:54:52 +0000 (23:54 +0000)]
Switch to build user if run as root. Prompt output $ or # affects test.
schwarze [Tue, 4 Jul 2017 23:38:49 +0000 (23:38 +0000)]
cross reference to self; found with mandoc(1)
mestre [Tue, 4 Jul 2017 23:13:09 +0000 (23:13 +0000)]
Revert back previous, pledge cannot be enabled on the privsep'd proc yet, at
least not as is
Reported by tim@, OK deraadt@ to backout the pledge for now
bluhm [Tue, 4 Jul 2017 23:12:01 +0000 (23:12 +0000)]
Fix file regress from stdin if obj directory exists.
schwarze [Tue, 4 Jul 2017 23:11:26 +0000 (23:11 +0000)]
Fix the only remaining mandoc(1) ERROR in the base system.
(Can't resist the temptation to commit 'cause it allows
such a cute commit message.)
schwarze [Tue, 4 Jul 2017 23:07:40 +0000 (23:07 +0000)]
proper escaping to prevent information loss; found with mandoc -Tlint
schwarze [Tue, 4 Jul 2017 22:49:59 +0000 (22:49 +0000)]
Fix handling of \} on roff request lines.
Cures bogus error messages in pages generated with pod2man(1).
kettenis [Tue, 4 Jul 2017 22:27:23 +0000 (22:27 +0000)]
Ignore entries with specific PCI subvendor/subdevice such that we don't
inadvertedly match the Intel HD Graphics P4000 as a "Quanta transcode"
device.
Thanks to Joe Gidi for figuring out that I inadvertedly brought this back.
Hopefully fixing it this way prevents it from happening again.
nicm [Tue, 4 Jul 2017 22:21:31 +0000 (22:21 +0000)]
< and > keys to scroll preview list left and right in tree mode.
bluhm [Tue, 4 Jul 2017 21:56:05 +0000 (21:56 +0000)]
Fix building the libedit regress programs.
benno [Tue, 4 Jul 2017 21:13:03 +0000 (21:13 +0000)]
delete tokens that have never been used.
From Rob Pierce
ok yacc and gcc
benno [Tue, 4 Jul 2017 21:09:52 +0000 (21:09 +0000)]
rename fetch_state() to fetch_ifstate(). The word "state" is a bit
overloaded in this daemon.
From Rob Pierce
benno [Tue, 4 Jul 2017 21:04:14 +0000 (21:04 +0000)]
Fix some variable alignment whitespace.
From Rob Pierce
schwarze [Tue, 4 Jul 2017 20:59:17 +0000 (20:59 +0000)]
It turns out association of tbl spans with layout rows is simpler than
i thought. Fixing a bug in curs_addch(3) and minus 25 lines of code.
benno [Tue, 4 Jul 2017 20:27:09 +0000 (20:27 +0000)]
if configured, set the ttl (IPV6_UNICAST_HOPS) for ipv6 tcp checks.
From Kapetanakis Giannis, thanks.
ok florian@
ajacoutot [Tue, 4 Jul 2017 20:25:53 +0000 (20:25 +0000)]
Detect upfront whether we have a particular set installed and if not, do *not*
list a matching syspatch as available. This will allow to skip the syspatches
for the X sets for example if we don't have them installed. If we do install
these sets a posteriori, then syspatch *will* list the X syspatches if there are
any.
req. by many
ok robert@
benno [Tue, 4 Jul 2017 19:59:51 +0000 (19:59 +0000)]
make relayd not crash in relay_udp_server() when using a dns relay.
needs revisiting. From Rivo Nurges, thanks.
ok florian@
rpe [Tue, 4 Jul 2017 19:02:11 +0000 (19:02 +0000)]
Switch reorder_kernel() from sending emails to logging via syslog
and to write the logfile inside the kernel compile dir.
- turn the whole reorder_kernel function into a subshell {} -> ()
- create kernel compile dir early on
- redirect all stdout/stderr to a logfile inside this dir
- setup ERR trap handler that
- disables the EXIT trap handler
- syslogs the error and hints to the logfile
- additionally sends this message to the console
- setup EXIT trap handler that syslogs success
- wipe only the content instead of the whole kernel compile dir
- reestablish stdout redirection to the log after the wipe
- remove -q option of sha256 to log check result
- run reorder_kernel() in the background
OK deraadt@ tb@
bluhm [Tue, 4 Jul 2017 18:02:21 +0000 (18:02 +0000)]
Do not add isakmpd obj directory to .PATH. We must compile some
fake objects from regress ourselves.
tedu [Tue, 4 Jul 2017 17:29:51 +0000 (17:29 +0000)]
some of this code was written in an era when spaces cost extra.
add a little breathing room.
florian [Tue, 4 Jul 2017 15:55:22 +0000 (15:55 +0000)]
calculate multiples of 4 smarter; from Klemens Nanni
bluhm [Tue, 4 Jul 2017 15:52:26 +0000 (15:52 +0000)]
It does not make sense to use ioctl(FIONREAD) with TLS as libtls
has already read the buffer from kernel to user land. I have blindly
copied this code from libevent for syslogd(8) TLS, remove it together
with the bug. It caused hangs in ldapd(8).
report, analysis, testing, OK Seiya Kawashima, Robert Klein, gsoares@
florian [Tue, 4 Jul 2017 15:43:38 +0000 (15:43 +0000)]
replace perror(3) with err(3); from Klemens Nanni