openbsd
6 years agoFor systems where the cpu node in the device tree has a "clocks" property,
kettenis [Sun, 24 Dec 2017 19:43:51 +0000 (19:43 +0000)]
For systems where the cpu node in the device tree has a "clocks" property,
implement hw.cpuspeed using the clock framework.

ok patrick@

6 years agoFor systems where the cpu node in the device tree has a "clocks" property,
kettenis [Sun, 24 Dec 2017 19:42:51 +0000 (19:42 +0000)]
For systems where the cpu node in the device tree has a "clocks" property,
implement hw.cpuspeed using the clock framework.

ok patrick@

6 years agoImplement A10/A20 CPU clock.
kettenis [Sun, 24 Dec 2017 18:24:06 +0000 (18:24 +0000)]
Implement A10/A20 CPU clock.

6 years agoUse more libm.
cheloha [Sun, 24 Dec 2017 16:59:50 +0000 (16:59 +0000)]
Use more libm.

adj360() is a modulo operation: use fmod(3) to simplify things.

Adding 0.5 to the phase to steer implicit truncation is a hack:
use lround(3) to simplify things.

Product of a discussion with pjanzen@/jca@/tb@ regarding floating-point
rounding and the importance of correctly classifying a gibbous moon.

ok pjanzen@ jca@ tb@

6 years agoSomes fixes for the VIA PadLock drivers.
fcambus [Sun, 24 Dec 2017 16:19:27 +0000 (16:19 +0000)]
Somes fixes for the VIA PadLock drivers.

- Do not ignore the return value of m_copyback() on i386
- Always free sc->op_buf before returning on both amd64 and i386,
  pointed out by mikeb@, thanks!

OK mikeb@

6 years agoThere was a corner case where linking the inp to the state key did
bluhm [Sun, 24 Dec 2017 14:18:19 +0000 (14:18 +0000)]
There was a corner case where linking the inp to the state key did
work in pf.  The function pf_inp_link() takes the state key from
the mbuf and not the one pf_find_state() has just found.  Introduce
a new function pf_state_key_link_inpcb() that links the given state
key and inpcb together with some sanity checks.
OK sashan@

6 years agoAllow SD/MMC controller drivers to allocate their own DMA mapping structure
kettenis [Sun, 24 Dec 2017 12:55:52 +0000 (12:55 +0000)]
Allow SD/MMC controller drivers to allocate their own DMA mapping structure
to account for any relevant hardware constraints.

ok stsp@

6 years agoGenerate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.
kettenis [Sun, 24 Dec 2017 10:32:25 +0000 (10:32 +0000)]
Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.

ok jsg@

6 years agoFix one possible buffer overflow and one underflow. Also some minor
millert [Sun, 24 Dec 2017 01:50:50 +0000 (01:50 +0000)]
Fix one possible buffer overflow and one underflow.  Also some minor
cleanups.  From Jan Kokemueller.  OK deraadt@

6 years agoAvoid comparing equal lines twice when running without -i.
tb [Sun, 24 Dec 2017 00:11:43 +0000 (00:11 +0000)]
Avoid comparing equal lines twice when running without -i.

From kshe, ok jca

6 years agoAs we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).
cheloha [Sat, 23 Dec 2017 20:58:14 +0000 (20:58 +0000)]
As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).

While here, use err(3) instead of errx(3) if adjtime(2) fails.

Discussed/tweaked with/by tb@ and jca@.

ok tb@ jca@

6 years agoAs we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).
cheloha [Sat, 23 Dec 2017 20:53:07 +0000 (20:53 +0000)]
As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).

ok tb@ jca@

6 years agoUse the monotonic clock for logging progress in cdio(1) and ftp(1).
cheloha [Sat, 23 Dec 2017 20:04:23 +0000 (20:04 +0000)]
Use the monotonic clock for logging progress in cdio(1) and ftp(1).

Keeps the progress log from blipping or stalling if, e.g., the
system time is changed in the midst of a rip or a transfer.

ok tb@ jca@

6 years agoregen
mlarkin [Sat, 23 Dec 2017 18:35:41 +0000 (18:35 +0000)]
regen

6 years agoAdd missing Sunrise Point-H I2C controller PCI IDs
mlarkin [Sat, 23 Dec 2017 18:34:54 +0000 (18:34 +0000)]
Add missing Sunrise Point-H I2C controller PCI IDs

6 years agoMake it clear that MFS can be used for the noperm permission holding DESTDIR.
sthen [Sat, 23 Dec 2017 16:20:21 +0000 (16:20 +0000)]
Make it clear that MFS can be used for the noperm permission holding DESTDIR.
(If anyone needs a bit more handholding than is in release(8), the faq page
https://www.openbsd.org/faq/faq5.html#Release has more information about
setting this up).

Much simplified from, but inspired by, various diffs from ians@.  ok tb@ jmc@

6 years agoRemove stray space.
kettenis [Sat, 23 Dec 2017 15:04:46 +0000 (15:04 +0000)]
Remove stray space.

6 years agoSync Allwinner H3/H5 pin definitions with Linux.
kettenis [Sat, 23 Dec 2017 12:55:26 +0000 (12:55 +0000)]
Sync Allwinner H3/H5 pin definitions with Linux.

6 years agothe trick to get signal names requires skipping over POSIX stuff we don't
espie [Sat, 23 Dec 2017 12:35:47 +0000 (12:35 +0000)]
the trick to get signal names requires skipping over POSIX stuff we don't
have now.

as seen by landry@

6 years agoAvoid null-pointer dereference wen a device tree refers to a pin-function
kettenis [Sat, 23 Dec 2017 12:28:45 +0000 (12:28 +0000)]
Avoid null-pointer dereference wen a device tree refers to a pin-function
that doesn't exist.

6 years agoscrolling: take care of noise.
bru [Sat, 23 Dec 2017 10:50:15 +0000 (10:50 +0000)]
scrolling: take care of noise.

6 years agoSince ikev2_init_recv() is supposed to only handle responses to an
patrick [Sat, 23 Dec 2017 10:30:54 +0000 (10:30 +0000)]
Since ikev2_init_recv() is supposed to only handle responses to an
exchange that we initiatiated, we are not allowed to respond to such
a msg.  Also we don't need the DH check in ikev2_sa_initiator_dh() as
it's only called when we initiate, so the check would not run, or when
we get a Create Child SA response, where an error should only lead to
us having another attempt at an exchange.

Found by and ok markus@

6 years agoRemove dead assignment.
fcambus [Sat, 23 Dec 2017 10:30:25 +0000 (10:30 +0000)]
Remove dead assignment.

Now that we call rasops_putchar_rotated(), we don't need ri anymore.

OK kettenis@

6 years agoUse regmap interface to tweak "SYSREG" PHY configuration registers and
kettenis [Sat, 23 Dec 2017 10:23:34 +0000 (10:23 +0000)]
Use regmap interface to tweak "SYSREG" PHY configuration registers and
remove exsysreg(4).  The exsysreg(4) driver would no longer attach
as syscon(4) would match its node in the device tree.  As a result the
driver corss-call would panic.

Makes te Odroid-XU4 work again.

6 years agoenable snooping on Intel 200 Series HDA
jsg [Sat, 23 Dec 2017 01:44:24 +0000 (01:44 +0000)]
enable snooping on Intel 200 Series HDA

6 years agomatch on intel 200 series
jsg [Sat, 23 Dec 2017 01:42:31 +0000 (01:42 +0000)]
match on intel 200 series

6 years agoregen
jsg [Sat, 23 Dec 2017 01:34:35 +0000 (01:34 +0000)]
regen

6 years agoadd ids for intel coffee lake-s and series 200/300 pch
jsg [Sat, 23 Dec 2017 01:33:51 +0000 (01:33 +0000)]
add ids for intel coffee lake-s and series 200/300 pch

6 years agoclarify that -i only affects the comparison of ASCII characters;
schwarze [Sat, 23 Dec 2017 00:52:33 +0000 (00:52 +0000)]
clarify that -i only affects the comparison of ASCII characters;
OK jmc@ tb@

6 years agoFix memory leak in screen_redraw_make_pane_status.
nicm [Fri, 22 Dec 2017 23:16:41 +0000 (23:16 +0000)]
Fix memory leak in screen_redraw_make_pane_status.

6 years agoSince export accepts several variables, put them on a single line; ok tb@
anton [Fri, 22 Dec 2017 21:19:10 +0000 (21:19 +0000)]
Since export accepts several variables, put them on a single line; ok tb@

6 years agoCope with the fact, that the DHCLIENT route label is gone which
rpe [Fri, 22 Dec 2017 19:41:49 +0000 (19:41 +0000)]
Cope with the fact, that the DHCLIENT route label is gone which
helped to find out if the default route was configured by dhclient.

Check if the interface connected to the default route is in the
dhcp interface group which accomplishes the same functionality.

With feedback from and OK krw@

6 years agoIf we use the cookie-based interrupt API on sun4v, whe shouldn't put the
kettenis [Fri, 22 Dec 2017 15:52:36 +0000 (15:52 +0000)]
If we use the cookie-based interrupt API on sun4v, whe shouldn't put the
interrupts in the lookup table.  On machines like the Oracle T7-2 this
would make the code believe that there is interrupt sharing, but since
we bypass intr_list_handler() when using the cookie-based interrupt API,
we wouldn't properly acknowledge the interrupt.

This fixes the last remaining problem with interrupts on the Oracle T7-2.

6 years ago1. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge area
bru [Fri, 22 Dec 2017 15:21:04 +0000 (15:21 +0000)]
1. Use unfiltered deltas for scrolling.  2. (Re-)Simplify the edge area
setup.

6 years agoDo not try to set default value on user options (they don't have one),
nicm [Fri, 22 Dec 2017 10:18:51 +0000 (10:18 +0000)]
Do not try to set default value on user options (they don't have one),
from Charles Howard in GitHub issue 1161.

6 years agoRemove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.
nicm [Fri, 22 Dec 2017 10:16:36 +0000 (10:16 +0000)]
Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.

6 years agoAdd some comments what the tests are doing.
bluhm [Thu, 21 Dec 2017 23:27:17 +0000 (23:27 +0000)]
Add some comments what the tests are doing.

6 years agoExpand u_short and u_int to unsigned short and unsigned int
millert [Thu, 21 Dec 2017 21:04:38 +0000 (21:04 +0000)]
Expand u_short and u_int to unsigned short and unsigned int
respectively to avoid compilation errors when one of the POSIX or
X/OPEN version macros is defined.  Also sync the field descriptions
with kqueue.2.  OK deraadt@

6 years agotypo;
jmc [Thu, 21 Dec 2017 21:03:49 +0000 (21:03 +0000)]
typo;

6 years agoAdopt comments to previous change
rpe [Thu, 21 Dec 2017 19:22:14 +0000 (19:22 +0000)]
Adopt comments to previous change

6 years agoStop creating a dhclient.conf in the install script, now
krw [Thu, 21 Dec 2017 15:14:45 +0000 (15:14 +0000)]
Stop creating a dhclient.conf in the install script, now
that 'send host-name' is the default behaviour for
dhclient.

ok rpe@

6 years agoCall if_start() directly to send the EAPOL key.
mpi [Thu, 21 Dec 2017 12:09:38 +0000 (12:09 +0000)]
Call if_start() directly to send the EAPOL key.

Using if_enqueue() here, from interrupt context, might result in
the packet beeing enqueued, incorrectly encrypted, on the TX ring.

This race has been recently exposed by the re-introduction of the
TX mitigation.  It exists because the net80211 stack sets
IEEE80211_NODE_TXPROT on the node while processing the 3rd message,
assuming the answer has already been transmitted.  However a CPU
returns from if_enqueue() it cannot assume that the send queue is
empty.  So call if_start() to flush this queue.

Encrypting the 4th message of the 4way handshake with the new key
breaks WPA handshake as found the hardway by anton@.

Race analysed by dlg@, a lot of net80211 inputs and suggetions from
stsp@.

ok stsp@, dlg@

6 years agoAdd an -i option for case insensitive comparison of lines.
tb [Thu, 21 Dec 2017 10:05:59 +0000 (10:05 +0000)]
Add an -i option for case insensitive comparison of lines.
From Claus Assmann with minor tweaks by me.

ok millert

6 years agoTwo width specifiers changed from %02 to %0 in previous. Change them back.
tb [Thu, 21 Dec 2017 07:29:15 +0000 (07:29 +0000)]
Two width specifiers changed from %02 to %0 in previous. Change them back.

ok deraadt

6 years agoDo not use %hx for chars, ok kettenis
deraadt [Thu, 21 Dec 2017 06:55:22 +0000 (06:55 +0000)]
Do not use %hx for chars, ok kettenis

6 years agoanother libssh casualty
djm [Thu, 21 Dec 2017 05:46:35 +0000 (05:46 +0000)]
another libssh casualty

6 years agoClose the right file descriptor and clean up the tls context in aldap_close().
jmatthew [Thu, 21 Dec 2017 05:09:56 +0000 (05:09 +0000)]
Close the right file descriptor and clean up the tls context in aldap_close().

ok zhuk@ deraadt@

6 years agodrivers might want to call ifiq_barrier.
dlg [Thu, 21 Dec 2017 03:59:32 +0000 (03:59 +0000)]
drivers might want to call ifiq_barrier.

6 years agoadd some ifq and ifiq barriers in ixl_down.
dlg [Thu, 21 Dec 2017 03:58:27 +0000 (03:58 +0000)]
add some ifq and ifiq barriers in ixl_down.

move rxfill in ixl_up so the qtail is only written once.

6 years agomissed one (unbreak after ssh/lib removal)
djm [Thu, 21 Dec 2017 03:01:49 +0000 (03:01 +0000)]
missed one (unbreak after ssh/lib removal)

6 years agonow that we have multiple input queues in ifnet structs, use them.
dlg [Thu, 21 Dec 2017 01:55:44 +0000 (01:55 +0000)]
now that we have multiple input queues in ifnet structs, use them.

for now we still only have one set of tx and rx rings, but sets us up to
bump that number.

6 years agoprototype if_attach_iqueues so drivers can configure multiple iqs.
dlg [Thu, 21 Dec 2017 01:11:47 +0000 (01:11 +0000)]
prototype if_attach_iqueues so drivers can configure multiple iqs.

6 years agounbreak unit tests after removal of src/usr.bin/ssh/lib
djm [Thu, 21 Dec 2017 00:41:22 +0000 (00:41 +0000)]
unbreak unit tests after removal of src/usr.bin/ssh/lib

6 years agoImplement missing bits to support lazy binding. Note that the code
kettenis [Thu, 21 Dec 2017 00:32:55 +0000 (00:32 +0000)]
Implement missing bits to support lazy binding.  Note that the code
deliberately does not save the floating-point argument registers
before calling _dl_bind().  Doing so would force an FPU context switch
upon every function call through the PLT.  But since we compile ld.so
with -march=armv8-a+nofp+nosimd this is safe since nothing in the _dl_bind()
codepath uses he FPU registers.

ok guenther@, drahn@

6 years agorevert stricter key type / signature type checking in userauth path;
djm [Thu, 21 Dec 2017 00:00:28 +0000 (00:00 +0000)]
revert stricter key type / signature type checking in userauth path;
too much software generates inconsistent messages, so we need a
better plan.

6 years agoSkip this regress test if no remote test machine is specified as
bluhm [Wed, 20 Dec 2017 23:37:56 +0000 (23:37 +0000)]
Skip this regress test if no remote test machine is specified as
environment variable.

6 years agoFix adding and removing files with git-style a/ b/ diffs: only skip
tb [Wed, 20 Dec 2017 21:08:06 +0000 (21:08 +0000)]
Fix adding and removing files with git-style a/ b/ diffs: only skip
six letters if they actually match "--- a/" and "+++ b/" instead of
laxer checks.

ok tom, tedu, millert

6 years agoAlways 'send' host-name, rather than relying on dhclient.conf to ask
krw [Wed, 20 Dec 2017 18:51:14 +0000 (18:51 +0000)]
Always 'send' host-name, rather than relying on dhclient.conf to ask
for it. Removes the need to install a dhclient.conf for a default
configuration.

Install script simplification to follow.

General enthusiasm. ok millert@ benno@ tom@ ian@

6 years agoTwo background scan fixes for iwn(4) (4965 devices only):
stsp [Wed, 20 Dec 2017 18:20:59 +0000 (18:20 +0000)]
Two background scan fixes for iwn(4) (4965 devices only):

 1) Use only one antenna while scanning on 5GHz. Fixes very low RSSI values.

 2) During a background scan while associated to a 5GHz AP, send probe
    requests on 2GHz channels with an OFDM rate (6Mbps) because the buggy
    firmware does not like sending with a CCK rate (1Mbps) in this state.
    CCK rates are not valid for 5GHz, which could explain this firmware bug.

Taken from FreeBSD r222679.

jca@ tested and confirmed the first problem but lacks a 5GHz access point to
associate to and test the second one with.
I am going to *blindly trust* FreeBSD on the second one! It is not a big deal
if it doesn't actually apply to our firmware version as the change itself is
rather inconsequential in practice. And 4965 hardware is quite rare nowadays.

ok jca@

6 years agoSync C mutex implementations.
mpi [Wed, 20 Dec 2017 11:22:29 +0000 (11:22 +0000)]
Sync C mutex implementations.

ok kettenis@

6 years agoSwitch x86 architectures to the common C mutex implementation.
mpi [Wed, 20 Dec 2017 11:08:44 +0000 (11:08 +0000)]
Switch x86 architectures to the common C mutex implementation.

This is a step towards MI mutexes.

ok kettenis@

6 years agoAdd a sanity check on the number of chunks being
krw [Wed, 20 Dec 2017 02:02:31 +0000 (02:02 +0000)]
Add a sanity check on the number of chunks being
assembled into a volume, to enure the on-disk
metadata and the in-memory metadata agree.

6 years agoMore NUL (not NULL) checks.
zhuk [Tue, 19 Dec 2017 20:44:53 +0000 (20:44 +0000)]
More NUL (not NULL) checks.

With support from guenther@ and millert@; final okay espie@

6 years agoPass calibrated TSC frequency to vmm(4) guests. On machines where TSC
patrick [Tue, 19 Dec 2017 18:06:41 +0000 (18:06 +0000)]
Pass calibrated TSC frequency to vmm(4) guests.  On machines where TSC
cannot be calculated from the CPUID register, because the CPU does not
support it, but can be calibrated from another timer, the vmm(4) guest
doesn't have a chance to read or calibrate its own TSC frequency since
it has no access to a precise enough time counter.  In that case, fake
the existence of the register and supply our calibrated TSC frequency.
mlarkin@ tells me this also greatly helps Linux guests.

ok mlarkin@

6 years agoRemove EXAMPLES section.
martijn [Tue, 19 Dec 2017 17:46:28 +0000 (17:46 +0000)]
Remove EXAMPLES section.
The example itself was taken directly from the POSIX specification by jmc@,
who doesn't remember adding it. This example isn't very clear about what
it actually does, so just remove it.

If someone can come up with one or more examples that give a more clear
introduction to the workings of sed feel free to send them in.

Prompted by a diff by kshe59 <at> zoho <dot> eu
OK jmc@

6 years agocurproc access isn't necessarily as cheap as a local variable access,
deraadt [Tue, 19 Dec 2017 16:41:43 +0000 (16:41 +0000)]
curproc access isn't necessarily as cheap as a local variable access,
so only get it once
ok guenther

6 years agoReport better error from server when socket create fails, GitHub issue
nicm [Tue, 19 Dec 2017 15:00:39 +0000 (15:00 +0000)]
Report better error from server when socket create fails, GitHub issue
1201.

6 years agosomehow, I lost that static.
espie [Tue, 19 Dec 2017 13:51:13 +0000 (13:51 +0000)]
somehow, I lost that static.
From Michal W. Bombardieri, thx

6 years agoRemove unused ps_stackgap from process struct
stefan [Tue, 19 Dec 2017 10:04:59 +0000 (10:04 +0000)]
Remove unused ps_stackgap from process struct

Nothing uses this field since Linux compat was removed.
ok mpi@ deraadt@ guenther@

6 years agoRemove a 27 year old #ifdef notdef chunk involving SB_LOCK.
mpi [Tue, 19 Dec 2017 09:35:56 +0000 (09:35 +0000)]
Remove a 27 year old #ifdef notdef chunk involving SB_LOCK.

ok bluhm@

6 years agoInline socket buffer related defines, no functional change.
mpi [Tue, 19 Dec 2017 09:32:15 +0000 (09:32 +0000)]
Inline socket buffer related defines, no functional change.

ok bluhm@

6 years agoRemove unnecessary unlock/lock dance when following a goto.
mpi [Tue, 19 Dec 2017 09:29:37 +0000 (09:29 +0000)]
Remove unnecessary unlock/lock dance when following a goto.

ok bluhm@

6 years agoexplicitly test all key types and their certificate counterparts
djm [Tue, 19 Dec 2017 00:49:30 +0000 (00:49 +0000)]
explicitly test all key types and their certificate counterparts

refactor a little

6 years agoinclude signature type and CA key (if applicable) in some debug messages
djm [Tue, 19 Dec 2017 00:24:34 +0000 (00:24 +0000)]
include signature type and CA key (if applicable) in some debug messages

6 years agounbreak hostkey rotation; attempting to sign with a desired signature
djm [Mon, 18 Dec 2017 23:16:23 +0000 (23:16 +0000)]
unbreak hostkey rotation; attempting to sign with a desired signature
algorithm of kex->hostkey_alg is incorrect when the key type isn't
capable of making those signatures. ok markus@

6 years agolog mismatched RSA signature types; ok markus@
djm [Mon, 18 Dec 2017 23:14:34 +0000 (23:14 +0000)]
log mismatched RSA signature types; ok markus@

6 years agopass kex->hostkey_alg and kex->hostkey_nid from pre-auth to post-auth
djm [Mon, 18 Dec 2017 23:13:42 +0000 (23:13 +0000)]
pass kex->hostkey_alg and kex->hostkey_nid from pre-auth to post-auth
unpriviledged child processes; ok markus@

6 years agoChange the question at the end of installs and upgrades to present a choice
rpe [Mon, 18 Dec 2017 22:48:28 +0000 (22:48 +0000)]
Change the question at the end of installs and upgrades to present a choice
between exiting to the shell or to reboot the latter being the default.
(On sparc64 the second choice is to halt the system which leaves it at the
OpenBoot PROM prompt)

While there add a newline after the CONGRATULATIONS message.

OK tb@
positive feedback naddy@ deraadt@ giovanni@

6 years agoDo not try to put more in command message than will fit when sending
nicm [Mon, 18 Dec 2017 22:13:36 +0000 (22:13 +0000)]
Do not try to put more in command message than will fit when sending
(the server will treat as a fatal error). GitHub issue 1200.

6 years agoalways initialize the hce_launch_checks event timer.
benno [Mon, 18 Dec 2017 21:45:57 +0000 (21:45 +0000)]
always initialize the hce_launch_checks event timer.
Fixes a crash when poll is run without any checks.
Found and fixed by Hiltjo Posthuma (hiltjo -AT- codemadness -DOT- org).
ok claudio@

6 years agoDisplay $MODE (install/upgrade) in the prompt before we know the hostname.
tb [Mon, 18 Dec 2017 21:33:26 +0000 (21:33 +0000)]
Display $MODE (install/upgrade) in the prompt before we know the hostname.

suggested by deraadt
ok rpe

6 years agoSync cross references related to libutil; ok jmc@
anton [Mon, 18 Dec 2017 20:37:58 +0000 (20:37 +0000)]
Sync cross references related to libutil; ok jmc@

6 years agoGet rid of a todo by stop declaring variable texec as static and instead zeroing
anton [Mon, 18 Dec 2017 20:30:14 +0000 (20:30 +0000)]
Get rid of a todo by stop declaring variable texec as static and instead zeroing
it out prior to continuing down the recursive call chain.

Initial diff from Michael W. Bombardieri, later tweaked; ok tb@

6 years agoProperly implement the rsb attribute and actually use it.
kettenis [Mon, 18 Dec 2017 20:23:16 +0000 (20:23 +0000)]
Properly implement the rsb attribute and actually use it.

6 years agoAdd sensors for the AXP809.
kettenis [Mon, 18 Dec 2017 20:21:06 +0000 (20:21 +0000)]
Add sensors for the AXP809.

6 years agoGenerate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland.
kettenis [Mon, 18 Dec 2017 20:03:48 +0000 (20:03 +0000)]
Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland.

ok patrick@

6 years agoUse axppmic as a dependency instead of axppmic_rsb.
kettenis [Mon, 18 Dec 2017 19:40:12 +0000 (19:40 +0000)]
Use axppmic as a dependency instead of axppmic_rsb.

6 years agoAdd tests for the environment related commands in csh. While here, print a
anton [Mon, 18 Dec 2017 19:19:08 +0000 (19:19 +0000)]
Add tests for the environment related commands in csh. While here, print a
descriptive header before each test, inspired by the many others in regress.

6 years agoNo need to declare variable name as static in dounsetenv(). Also, drop a
anton [Mon, 18 Dec 2017 19:12:24 +0000 (19:12 +0000)]
No need to declare variable name as static in dounsetenv(). Also, drop a
redundant call to free() since name is always freed upon return.

From Michael W. Bombardieri, with some tweaks by myself.

6 years agoAdd another pair of home/end key bindings; from Lari Rasku.
anton [Mon, 18 Dec 2017 19:04:53 +0000 (19:04 +0000)]
Add another pair of home/end key bindings; from Lari Rasku.

ok jca@

6 years agoRead RAM size for chips with SOCRAM like the BCM4334 on one of my
patrick [Mon, 18 Dec 2017 18:42:33 +0000 (18:42 +0000)]
Read RAM size for chips with SOCRAM like the BCM4334 on one of my
Intel machines.

6 years agoRead RAM size for chips with SOCRAM like the BCM4334 on one of my
patrick [Mon, 18 Dec 2017 18:40:50 +0000 (18:40 +0000)]
Read RAM size for chips with SOCRAM like the BCM4334 on one of my
Intel machines.

6 years agoAdd helper function for uri handing in scp where a missing path
millert [Mon, 18 Dec 2017 17:28:54 +0000 (17:28 +0000)]
Add helper function for uri handing in scp where a missing path
simply means ".".  Also fix exit code and add warnings when an
invalid uri is encountered.  OK otto@

6 years agoWhen setting KTRACE in the environment, client and server write
bluhm [Mon, 18 Dec 2017 17:01:27 +0000 (17:01 +0000)]
When setting KTRACE in the environment, client and server write
ktrace files.  This simplifies debugging as system calls can be
inspected with kdump.

6 years agoPass the BSSID to the join command so that we connect to the AP that
patrick [Mon, 18 Dec 2017 16:44:49 +0000 (16:44 +0000)]
Pass the BSSID to the join command so that we connect to the AP that
we chose instead of any AP the firmware chooses based on the SSID.

6 years agoPass scan type directly to the scan command instead of using the global
patrick [Mon, 18 Dec 2017 16:33:37 +0000 (16:33 +0000)]
Pass scan type directly to the scan command instead of using the global
variable.

6 years agoAdd call to fuse_remove_signal_handlers(3) in fuse_teardown(3) to do the
helg [Mon, 18 Dec 2017 14:20:23 +0000 (14:20 +0000)]
Add call to fuse_remove_signal_handlers(3) in fuse_teardown(3) to do the
opposite of fuse_setup(3).

ok mpi@

6 years agoStop inserting and paying attention to 'interface <if>;'
krw [Mon, 18 Dec 2017 14:17:58 +0000 (14:17 +0000)]
Stop inserting and paying attention to 'interface <if>;'
inside 'lease {}' declarations. We don't keep leases from
multiple interfaces in dhclient.leases.<if> files.

One less thing to parse and keep in memory. More rope for
those wanting to do unspeakable things with their lease files.

6 years agoAdd sizes for free() in libsa for amd64 and i386.
fcambus [Mon, 18 Dec 2017 12:53:33 +0000 (12:53 +0000)]
Add sizes for free() in libsa for amd64 and i386.

OK tom@, deraadt@

6 years agoRemove unused variable from Thomas Adam.
nicm [Mon, 18 Dec 2017 12:39:34 +0000 (12:39 +0000)]
Remove unused variable from Thomas Adam.