mpi [Mon, 15 Aug 2016 08:52:03 +0000 (08:52 +0000)]
Checking for RTF_BROADCAST here makes no sense.
natano [Mon, 15 Aug 2016 07:39:46 +0000 (07:39 +0000)]
Neuter fuse_vptofh() and fuse_fhtovp(). I implemented those functions
under the assumption, that fuse_vget() has reasonable semantics, while
this is not the case. fusefs_vget() only functions correctly, if the
file in questions has recently been accessed and is still in the vnode
cache of the userspace daemon associated with the mount point.
As a matter of fact the fuse api doesn't feature a reasonable way to map
inode numbers to a handle at all (see struct fuse_operations).
ok guenther
mpi [Mon, 15 Aug 2016 07:20:14 +0000 (07:20 +0000)]
No need to reset si_selpid after calling selwakeup() the function
already does it.
jmc [Mon, 15 Aug 2016 07:18:44 +0000 (07:18 +0000)]
add a bit of spacing to previous, to keep the notes about deprecated
functions out the way of the main body;
ok guenther
mpi [Mon, 15 Aug 2016 07:17:10 +0000 (07:17 +0000)]
Introduce bpf_put() and bpf_get() instead of mixing macro and functions
for the reference counting.
ok dlg@
mpi [Mon, 15 Aug 2016 07:12:11 +0000 (07:12 +0000)]
Check if ``bd_bif'' is NULL inside bpf_catchpacket() to match bpfread()
and bpfwrite(), all of which will need to grabe a lock to protect the
buffers.
ok dlg@
mpi [Mon, 15 Aug 2016 07:03:47 +0000 (07:03 +0000)]
Merge bpfilter_create() into bpfopen() and make it such that the
descriptor is referenced before it is inserted in the global list.
ok dlg@
mglocker [Mon, 15 Aug 2016 04:32:57 +0000 (04:32 +0000)]
Drain FIFOs on init same as com(4) does it and reduce the RX FIFO interrupt
trigger to 1 character. This fixes a hang seen on the allwinner,sun5i-r8
board during boot when the driver switches to interrupts and no terminal
is attached.
ok kettenis
guenther [Mon, 15 Aug 2016 04:28:31 +0000 (04:28 +0000)]
Trust the login_getcaptime() declaration and don't cast the arguments to
their own expected type
guenther [Mon, 15 Aug 2016 03:09:02 +0000 (03:09 +0000)]
Drop -z nocombreloc. It was a rev 1.1 commit like on arm, so not clear
why it was needed then; perhaps fixed by the bump in binutils?
Removing it enables the full relro layout for ld.so.
deraadt [Mon, 15 Aug 2016 02:03:56 +0000 (02:03 +0000)]
sync
guenther [Sun, 14 Aug 2016 23:18:03 +0000 (23:18 +0000)]
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
Merge the manual pages and call them deprecated there.
ok and manpage tweak jmc@, ok natano@
guenther [Sun, 14 Aug 2016 23:08:09 +0000 (23:08 +0000)]
Convert quad_t to long long
guenther [Sun, 14 Aug 2016 23:01:13 +0000 (23:01 +0000)]
Convert %q to %ll
guenther [Sun, 14 Aug 2016 22:57:31 +0000 (22:57 +0000)]
When upcasting to off_t for multiplication, the cast needs to be *before*
the multiplication to avoid truncation/overflow
ok krw@
guenther [Sun, 14 Aug 2016 22:56:29 +0000 (22:56 +0000)]
Convert %q to %ll with long long casts for printf()
Delete pointless casts to off_t, void*, and uid_t
ok krw@
guenther [Sun, 14 Aug 2016 22:54:56 +0000 (22:54 +0000)]
Use int64_t and %ll for CTLTYPE_QUAD nodes.
Use memcpy() instead of up-casting from char* to long long*
ok krw@
guenther [Sun, 14 Aug 2016 22:47:26 +0000 (22:47 +0000)]
Convert %q to %ll and cast opaque system values to long long.
Use uint64_t for the KERN_INTRCNT_CNT sysctl()
ok krw@
guenther [Sun, 14 Aug 2016 22:35:54 +0000 (22:35 +0000)]
Convert %q to %ll. Cast off_t to long long for printf-style args.
Eliminate pointless casts to void* or off_t
ok krw@
krw [Sun, 14 Aug 2016 22:29:01 +0000 (22:29 +0000)]
Flip 'u_quad_t' fields & variables to uint64_t, and %qu to %llu.
ok guenther@
guenther [Sun, 14 Aug 2016 21:47:16 +0000 (21:47 +0000)]
Kill '#if defined(DEBUG) && 0' blocks that used %q
ok bentley@ on principle
krw [Sun, 14 Aug 2016 21:13:08 +0000 (21:13 +0000)]
%qd -> %lld for an off_t already being cast to (long long)!
krw [Sun, 14 Aug 2016 21:07:40 +0000 (21:07 +0000)]
Another %qd -> %lld + (long long) for off_t's.
deraadt [Sun, 14 Aug 2016 20:59:52 +0000 (20:59 +0000)]
sync
krw [Sun, 14 Aug 2016 20:53:19 +0000 (20:53 +0000)]
%qd -> %lld + (long long) for off_t's.
ok guenther@ natano@
guenther [Sun, 14 Aug 2016 19:46:31 +0000 (19:46 +0000)]
Don't reinvent rlim_t; when printing it use %llu and cast to
unsigned long long
ok natano@ tedu@
guenther [Sun, 14 Aug 2016 19:45:24 +0000 (19:45 +0000)]
Don't call sysconf() in a loop conditional when the loop won't affect it
ok natano@ tedu@
jmc [Sun, 14 Aug 2016 19:32:43 +0000 (19:32 +0000)]
tweak previous;
kettenis [Sun, 14 Aug 2016 19:15:22 +0000 (19:15 +0000)]
imxtemp(4)
kettenis [Sun, 14 Aug 2016 19:08:44 +0000 (19:08 +0000)]
Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code written
by patrick@.
ok deraadt@
guenther [Sun, 14 Aug 2016 18:46:03 +0000 (18:46 +0000)]
Drop -z nocombreloc. That's a rev 1.1 commit so not clear why it was needed
then; perhaps fixed by the bump in binutils? Anyway, builds seem good without
it and that enables the full relro layout for ld.so.
ok kettenis@
guenther [Sun, 14 Aug 2016 18:34:48 +0000 (18:34 +0000)]
Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.
Fix a type mismatch in ftp's "page" command and could make transfers restart
at the wrong position.
ok and a ull->ll tweak from natano@, ok tedu@
guenther [Sun, 14 Aug 2016 18:30:33 +0000 (18:30 +0000)]
Remove many unnecessary casts. Verified by comparing generated code on
both ILP32 and LP64.
ok millert@
tb [Sun, 14 Aug 2016 14:57:15 +0000 (14:57 +0000)]
Refer to /etc/passwd consistently as the "legacy password file" and
remove some references to differences between versions 6 and 7.
ok jmc, millert, tedu
krw [Sun, 14 Aug 2016 13:47:52 +0000 (13:47 +0000)]
Merge identical amd64 and i386 stanzas.
Requested & ok jsing@
tedu [Sun, 14 Aug 2016 13:40:55 +0000 (13:40 +0000)]
replace strtoq with strtoll. ok openbsd
jsg [Sun, 14 Aug 2016 13:29:22 +0000 (13:29 +0000)]
remove uneeded sa1111_reg.h include
ok kettenis@
jsg [Sun, 14 Aug 2016 11:30:54 +0000 (11:30 +0000)]
Remove code for Intel 80219/80321 xscale processors used by armish.
Generic xscale support and support for pxa2x0 used by zaurus remains.
kettenis [Sun, 14 Aug 2016 10:36:47 +0000 (10:36 +0000)]
Fix setting the SMP bit in the Auxiliary Control Register. The old code was
toggling the bit, clearing it when already set. On Cortex-A7 setting the SMP
bit is essential since without it the CPU doesn't actually use its caches.
The SMP bit supposed to be set before turning on the caches and the MMU, so
move the setting of the Auxiliary Control Register before setting the
System Control Register.
ok jsg@
kettenis [Sun, 14 Aug 2016 10:32:17 +0000 (10:32 +0000)]
Allow a bus_dmamap_sync() of length zero.
ok tedu@
tb [Sun, 14 Aug 2016 09:52:08 +0000 (09:52 +0000)]
Xr encrypt(1) in the explanation of the -p option.
ok jmc
jmc [Sun, 14 Aug 2016 09:02:52 +0000 (09:02 +0000)]
shorten genpkey; ok guenther
visa [Sun, 14 Aug 2016 08:49:37 +0000 (08:49 +0000)]
Remove some annoying debug printfs to get rid of u_quad_t in cnmac.
visa [Sun, 14 Aug 2016 08:23:52 +0000 (08:23 +0000)]
Utilize the TLB Execute-Inhibit bit with non-executable mappings on CPUs
that support the Execute-Inhibit exception. This makes user space W^X
effective on Octeon Plus and later Octeon versions.
Feedback from miod@, thanks!
No objection from deraadt@
dlg [Sun, 14 Aug 2016 04:51:29 +0000 (04:51 +0000)]
u_quad_t -> uint64_t
de is amazing(tm). it really should be cut back and simplified a bit.
guenther [Sun, 14 Aug 2016 04:47:52 +0000 (04:47 +0000)]
Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in
function names to match. Pull some tangled assignments out of conditions
and use >>= where possible.
ok millert@
guenther [Sun, 14 Aug 2016 04:30:39 +0000 (04:30 +0000)]
Mark the relro/got section as read-only before setting up the environment
to minimize the amount of code run without it RO.
guenther [Sun, 14 Aug 2016 04:25:27 +0000 (04:25 +0000)]
Turning off relro shouldn't insert padding into the middle of the relro
section; remove the PAD_GOT0 use that I should have deleted before. This
caused ld.so crashes on arm when building binutils.
critical debugging observations by kettenis@
dlg [Sun, 14 Aug 2016 04:08:03 +0000 (04:08 +0000)]
change some types in bio from u_quad_t to uint64_t, and fix casts in
drivers that fill that field in too.
quad types are going away.
dlg [Sun, 14 Aug 2016 01:52:47 +0000 (01:52 +0000)]
replace u_quad_t with uint64_t.
guenther is proposing the removal of u_quad_t. uint64_t is more portable.
tested on a perc5 and perc6, no functional change.
jmc [Sat, 13 Aug 2016 23:35:00 +0000 (23:35 +0000)]
use -nosplit for AUTHORS: looks much better, to the point where i wonder why we don;t just enforce this...
kettenis [Sat, 13 Aug 2016 22:07:01 +0000 (22:07 +0000)]
Add the shim to make dwge(4) attach to simplebus(4). This brings us
working gigabit on the Allwinner A20. Probably won't work yet on other
Allwinner SoCs due to differences in how the clocks get set up.
Based on an earlier diff from patrick@.
kettenis [Sat, 13 Aug 2016 21:48:44 +0000 (21:48 +0000)]
Add GMAC clock support. Based on an earlier diff from patrick@.
guenther [Sat, 13 Aug 2016 21:28:09 +0000 (21:28 +0000)]
Missed a couple qaddr_t casts
guenther [Sat, 13 Aug 2016 20:57:04 +0000 (20:57 +0000)]
Passing in &_DYNAMIC appears to have stuck, so eliminate the extra
variable
guenther [Sat, 13 Aug 2016 20:53:17 +0000 (20:53 +0000)]
Eliminate pointless casts to qaddr_t of a value being assigned to a void*
ok kettenis@ krw@ natano@ dlg@ espie@
kettenis [Sat, 13 Aug 2016 20:51:48 +0000 (20:51 +0000)]
dwge(4)
kettenis [Sat, 13 Aug 2016 20:35:57 +0000 (20:35 +0000)]
Add the core of the code for dwge(4), a driver for the Synopsis Designware
GMAC core which is used on the Allwinner A20 SoCs and later SoCs in the
Allwinner family. Since this core is very likely to show up the base of
other devices, it gets to live here in dev/ic.
Ported from NetBSD (where it is named awge(4)) by patrick@. Some further
fixes by me.
ok deraadt@
jmc [Sat, 13 Aug 2016 18:23:39 +0000 (18:23 +0000)]
shorten gendsa;
krw [Sat, 13 Aug 2016 17:51:25 +0000 (17:51 +0000)]
%lld -> %llu for u_int64_t struct fields.
markus [Sat, 13 Aug 2016 17:47:40 +0000 (17:47 +0000)]
remove ssh1 server code; ok djm@
krw [Sat, 13 Aug 2016 17:36:04 +0000 (17:36 +0000)]
As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, the
proper printf() format is %ll[ud], not the antediluvian %q[ud].
Reminded by guenther@'s proposed retirement of quad types.
ok tedu@
tedu [Sat, 13 Aug 2016 17:05:02 +0000 (17:05 +0000)]
modern interfaces should use modern speelings, so spell quad_t as int64_t.
deraadt [Sat, 13 Aug 2016 15:37:48 +0000 (15:37 +0000)]
sync
kettenis [Sat, 13 Aug 2016 13:55:25 +0000 (13:55 +0000)]
Remove entries that are no longer needed.
jsing [Sat, 13 Aug 2016 13:15:53 +0000 (13:15 +0000)]
Avoid leaking memory if tls_config_set_alpn() is called multiple times
(this was in the original commit, but got reverted in the recommit).
jsing [Sat, 13 Aug 2016 13:09:10 +0000 (13:09 +0000)]
Let libtls load the CA, certificate and key files for nc(1), now that it
does this at the time the tls_config_set_*_file() function is called.
ok bluhm@
jsing [Sat, 13 Aug 2016 13:05:51 +0000 (13:05 +0000)]
Load CA, certificate and key files into memory when the appropriate
tls_config_set_*_file() function is called. This allows us to immediately
propagate useful error messages, play more nicely with privsep/pledge and
have a single code path. Instead of always loading the default CA when
tls_config_new() is called, defer and only load the default CA when
tls_configure() is invoked, if a CA has not already been specified.
ok beck@ bluhm@
jsing [Sat, 13 Aug 2016 12:55:21 +0000 (12:55 +0000)]
Split out the SSL options handling into a separate function, which makes
for more readable code and reduces line wrapping. Also improve error
messages by adding tls_config_error() to errx() where appropriate.
ok jca@
natano [Sat, 13 Aug 2016 11:42:46 +0000 (11:42 +0000)]
Kill FUSE_ROOT_ID and use FUSE_ROOTINO instead. Also, remove one (ino_t)
cast from FUSE_ROOTINO, as it is already included in the #define.
ok kettenis
kettenis [Sat, 13 Aug 2016 11:08:58 +0000 (11:08 +0000)]
Use regulalator API instead of private functions.
kettenis [Sat, 13 Aug 2016 10:58:45 +0000 (10:58 +0000)]
Build ofw_regulator.o.
kettenis [Sat, 13 Aug 2016 10:52:21 +0000 (10:52 +0000)]
Add a minimal regulator "framework".
ok jsg@, patrick@
schwarze [Sat, 13 Aug 2016 09:14:56 +0000 (09:14 +0000)]
Even after switching from a pending head to the body, we have to
continue scanning upwards, because the enclosing block might already
be pending as well, e.g. .Bl .Bl .It Bo .El .It.
Tree corruption leading to a later NULL deref found by tb@ with afl(1).
tb [Fri, 12 Aug 2016 23:29:59 +0000 (23:29 +0000)]
Simplify getprec() by using strchr(3) and strspn(3).
Part of NetBSD's jot r1.20 by dsl.
ok jca
kettenis [Fri, 12 Aug 2016 22:46:02 +0000 (22:46 +0000)]
Include map entries that have an amap associated with them in the coredump.
This fixes coredumps of processes that use relro to make part of their
writable address space read-only.
ok guenther@
tb [Fri, 12 Aug 2016 21:49:31 +0000 (21:49 +0000)]
Rewrite the paragraphs that describe how the last four arguments are
handled to make them easier to read and understand.
with help from jmc
tb [Fri, 12 Aug 2016 21:31:11 +0000 (21:31 +0000)]
usage() is __dead
tb [Fri, 12 Aug 2016 21:17:41 +0000 (21:17 +0000)]
The last four argumens of jot (reps, begin, end, step) can all be
specified or omitted, yielding 16 possible combinations, plus
a few special cases.
Instead of hardcoded values, use names to make the bit patterns
that indicate which values were specified human readable. Decide
once and for all what to do in a single switch statement. Don't
enter said switch when random output is requested since that
simply makes no sense at all.
While there, make the error messages a bit more meaningful and
fix a bogus value assigned to begin for jot -r x - y z that has
been there since -r1.1. All regression tests now pass.
Inspired by David Laight (dsl)'s r1.21 of NetBSD's jot.
"move fast and break stuff" tedu
agreement from deraadt
deraadt [Fri, 12 Aug 2016 20:39:01 +0000 (20:39 +0000)]
the slimmed down random functions inside ld.so are strict clones of the
libc arc4random API, so call them _dl_{arc4random,arcrandombuf}
ok tedu guenther
natano [Fri, 12 Aug 2016 20:18:44 +0000 (20:18 +0000)]
Dedup vnode type information. Fuse stores the vnode type in two places:
vtype in struct fusefs_node and v_type in struct vnode. Given the fact,
that fusefs_node structs are never allocated without an associated vnode
and those two fields are always in sync, one of those locations is
superfluous.
While there remove the unused nlookup field.
ok mpi
kettenis [Fri, 12 Aug 2016 19:55:54 +0000 (19:55 +0000)]
Hook up sxipio(4) to the generic gpio code.
jca [Fri, 12 Aug 2016 19:19:04 +0000 (19:19 +0000)]
Use 2001:db8::/32, the official IPv6 subnet for configuration examples.
This makes the IPv6 example consistent with IPv4, and removes a dubious
mention of a 6bone subnet.
ok sthen@ millert@
kettenis [Fri, 12 Aug 2016 16:09:37 +0000 (16:09 +0000)]
Call pinctrl_byname() such that ports left unconfiguraed by u-boot will work
as well.
ok deraadt@, millert@
kettenis [Fri, 12 Aug 2016 16:02:31 +0000 (16:02 +0000)]
Hook up sxipio(4) to the generic pinctrl code. The device binding is pretty
retarded, requiring tables to map text strings to the apropriate numbers.
These tables were generated automatically from data extracted from the
Linux kernel and are kept in a separate file. This should make it easy
to add support for more SoCs from the same family.
ok deraadt@, millert@
deraadt [Fri, 12 Aug 2016 15:51:46 +0000 (15:51 +0000)]
sync
jsing [Fri, 12 Aug 2016 15:11:50 +0000 (15:11 +0000)]
Bump libtls minor due to symbol additions.
jsing [Fri, 12 Aug 2016 15:10:59 +0000 (15:10 +0000)]
Add ALPN support to libtls.
ok beck@ doug@
jca [Fri, 12 Aug 2016 14:04:34 +0000 (14:04 +0000)]
6bone -> documentation range
espie [Fri, 12 Aug 2016 11:17:37 +0000 (11:17 +0000)]
band-aid for a nasty bug. tieto + space constraints don't interact well.
there are better fixes (such as computing tieto first, computing the size
better, and doing two passes deletes), but at least this one doesn't fuck
things up.
jmc [Fri, 12 Aug 2016 06:21:12 +0000 (06:21 +0000)]
trim errstr, and zap gendh (deprecated) entirely;
jmc [Fri, 12 Aug 2016 06:17:22 +0000 (06:17 +0000)]
shorten openssl enc, with help from jsing;
ok jsing beck
jmc [Fri, 12 Aug 2016 06:16:19 +0000 (06:16 +0000)]
rework initial text a little, to read better;
jmc [Fri, 12 Aug 2016 06:15:18 +0000 (06:15 +0000)]
no more libarm;
jsg [Fri, 12 Aug 2016 03:22:41 +0000 (03:22 +0000)]
Switch omap to the generic ofw pinctrl framework.
ok kettenis@
schwarze [Thu, 11 Aug 2016 11:39:19 +0000 (11:39 +0000)]
oops, fix stupid typo in previous
schwarze [Thu, 11 Aug 2016 10:46:27 +0000 (10:46 +0000)]
If a .Bd display is on the one hand doomed to be deleted because
it has no type, but is on the other hand breaking another block,
delete its end marker as well, or the end marker may remain behind
as an orphan, triggering an assertion in the terminal formatter.
Problem found by tb@ with afl(1).
natano [Thu, 11 Aug 2016 09:30:57 +0000 (09:30 +0000)]
fuse requires ufs_ihash.c
ok mpi
jsg [Thu, 11 Aug 2016 04:33:06 +0000 (04:33 +0000)]
Dynamically attach omgpio(4) using the FDT.
am335x has a compatible string of "ti,omap4-gpio" and has the same
offsets as omap4, so combine the omap4 and am335x cases when setting up
function pointers.
guenther [Thu, 11 Aug 2016 03:05:53 +0000 (03:05 +0000)]
Between relro and previous RWX work, the __{got,plt}_{start,end} symbols
are no longer needed by ld.so. Move them to the m88k-specific list, as
it hasn't made the jump.
ok deraadt@