Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 05:20:11 UTC Now

2017-07-13 16:46:43 UTC MAIN commitmail json YAML

Add myself to sh3.

(uwe)

2017-07-13 16:03:36 UTC MAIN commitmail json YAML

turn on "console" which can be either the serial console or the glass tty
instead of ttyE0, to facilitate anita tests. From uanand.

(christos)

2017-07-13 16:00:30 UTC MAIN commitmail json YAML

2017-07-13 15:46:26 UTC MAIN commitmail json YAML

Redo previous: catch NULL pointer earlier, check for empty string
latter.

(joerg)

2017-07-13 15:44:46 UTC MAIN commitmail json YAML

2017-07-13 15:38:23 UTC MAIN commitmail json YAML

Drop part-responsibility for audio on nat.

(joerg)

2017-07-13 15:36:20 UTC MAIN commitmail json YAML

jmcneill is committing again, so unstar him.

(joerg)

2017-07-13 15:35:44 UTC MAIN commitmail json YAML

Claim responsibility for ld.elf_so.

(joerg)

2017-07-13 15:13:19 UTC MAIN commitmail json YAML

GCC 5.3 likes to emit unwind data with float registers, i.e. register
halfs. Compensate.

(joerg)

2017-07-13 14:10:38 UTC MAIN commitmail json YAML

Fix two bugs related to promotion of DSO TLS blocks into the static
thread allocation:
(1) Set the DTV vector up whenever an offset into the static allocation
is assigned, even if the block itself is not initialized. This has been
seen in libstdc++.
(2) Do not free a DTV block if it is part of the static thread
allocation.

(joerg)

2017-07-13 13:50:48 UTC MAIN commitmail json YAML

Remove the stopping and starting of various network scripts on
sleep / resume.
This should no longer be needed now the various applications
(dhcpcd, ntpd, wpa_supplicant et all) are more aware to the network state
as all interface carriers should be brought down and up again.

Fixes PR misc/52397.

(roy)

2017-07-13 13:27:08 UTC MAIN commitmail json YAML

IF TX is not required to flush, RX is also not required to flush. Same as
other OSes.

(msaitoh)

2017-07-13 10:59:53 UTC MAIN commitmail json YAML

Sort sections. Fix macro usage.

(wiz)

2017-07-13 09:47:03 UTC netbsd-6-0 commitmail json YAML

2017-07-13 09:45:58 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1461):
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.4
<a  rel="nofollow" href="https://orpheus-lyre.info/design/index.html">https://orpheus-lyre.info/design/index.html</a>
<a  rel="nofollow" href="https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea">https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea</a>
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
XXX: pullup 6, 7, 8.
fix typo.

(martin)

2017-07-13 09:45:08 UTC netbsd-6-1 commitmail json YAML

2017-07-13 09:44:34 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1461):
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.4
<a  rel="nofollow" href="https://orpheus-lyre.info/design/index.html">https://orpheus-lyre.info/design/index.html</a>
<a  rel="nofollow" href="https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea">https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea</a>
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
XXX: pullup 6, 7, 8.
fix typo.

(martin)

2017-07-13 09:06:28 UTC MAIN commitmail json YAML

Build sun8i-h2-plus-orangepi-zero.dts

(jmcneill)

2017-07-13 09:04:28 UTC MAIN commitmail json YAML

Add support for Allwinner H2+ as found in the Orange Pi Zero.

(jmcneill)

2017-07-13 09:02:11 UTC netbsd-6 commitmail json YAML

2017-07-13 09:01:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1461):
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.4
<a  rel="nofollow" href="https://orpheus-lyre.info/design/index.html">https://orpheus-lyre.info/design/index.html</a>
<a  rel="nofollow" href="https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea">https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea</a>
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
XXX: pullup 6, 7, 8.
fix typo.

(martin)

2017-07-13 08:41:20 UTC MAIN commitmail json YAML

- Official shortname of LN Requester is LNR, so change PCI_EXTCAP_LN_REQ
  to PCI_EXTCAP_LNR
- Use macro.

(msaitoh)

2017-07-13 08:26:29 UTC MAIN commitmail json YAML

Fix route and netstat -r output when built with -DSMALL

A missing \n caused the routing table to be printed all in one line
if -DSMALL was used.

(manu)

2017-07-13 08:22:21 UTC MAIN commitmail json YAML

- Call wm_kmrn_lock_loss_workaround_ich8lan() before any PHY access in
  wm_linkintr_gmii().
- Register access in wm_kmrn_lock_loss_workaround_ich8lan() now works
  correctly. Enable this function.
- Configure the LCD with the extended configuration region in NVM if it's
  required.
- Add debug printf.

(msaitoh)

2017-07-13 08:04:56 UTC MAIN commitmail json YAML

- Fix a bug that wm_gmii_i82544_{read,write}reg() didn't take care of page
  select. PHY access from igphy() automatically did it, but accessing from
  wm(4) for wrokaround didn't work correctly. This change affects 8254[17],
  8257[12] ICH8, ICH9 and ICH10.
- Add diagnostic code.

(msaitoh)

2017-07-13 07:50:49 UTC MAIN commitmail json YAML

- Use device_printf() instead of aprint_error_dev() for PHY read/write
  functions because those are used not only in device attach.
- Add debug printf.
- Rename variables.

(msaitoh)

2017-07-13 03:25:38 UTC MAIN commitmail json YAML

Fix header size calculation of ah in the case sav is NULL

This fix was also needed for esp.

(ozaki-r)

2017-07-13 03:00:46 UTC MAIN commitmail json YAML

Fix header size calculation of esp where sav is NULL

(ozaki-r)

2017-07-13 01:48:52 UTC MAIN commitmail json YAML

Fix splx isn't called on some error paths

(ozaki-r)

2017-07-13 01:22:44 UTC MAIN commitmail json YAML

Simplify; omit unnecessary saidx passing

- ipsec_nextisr returns a saidx but no caller uses it
- key_checkrequest is passed a saidx but it can be gotton by
  another argument (isr)

(ozaki-r)

2017-07-13 01:17:58 UTC MAIN commitmail json YAML

Add local patches to sun8i-h3-orangepi-plus2e and sun8i-h3-nanopi-neo to
enable ethernet support.

(jmcneill)

2017-07-13 01:17:03 UTC MAIN commitmail json YAML

Add support for dts files outside of external/gpl2.

(jmcneill)

2017-07-13 00:44:14 UTC MAIN commitmail json YAML

PR/52266: Before access MSR[APICBASE], need to check if APIC is present.

(nonaka)

2017-07-12 19:06:16 UTC MAIN commitmail json YAML

Fix a reference after free (and consequent nonsense diagnostic for
attempts to set readonly variables) I added in 1.60 by incompletely
copying the FreeBSD fix for the lost memory issue.

(kre)

2017-07-12 18:52:40 UTC netbsd-7-1 commitmail json YAML

2017-07-12 18:50:44 UTC netbsd-7-1 commitmail json YAML

Pull up the following revisions(s) (requested by christos in ticket #1412):
sys/external/bsd/ipf/netinet/fil.c: revision 1.20
sys/external/bsd/ipf/netinet/ip_state.c: revision 1.7
sys/external/bsd/ipf/netinet/ip_frag.c: revision 1.5

Disconnect maintaining fragment state from keeping session state. The user
now must specify keep frags along with keep state to have ipfilter do what
it did before, as documented in ipf.conf.5.
Free the right fragment. This will cause use after free issues and eventually
panic.

(sborrill)

2017-07-12 17:55:24 UTC MAIN commitmail json YAML

2017-07-12 17:54:23 UTC MAIN commitmail json YAML

make this compile with debug again (symnum uninitialized)

(christos)

2017-07-12 17:52:18 UTC MAIN commitmail json YAML

2017-07-12 17:40:34 UTC MAIN commitmail json YAML

2017-07-12 17:38:15 UTC MAIN commitmail json YAML

2017-07-12 17:33:29 UTC MAIN commitmail json YAML

Properly handle overflows, and take them into account in userland.

(maxv)

2017-07-12 17:32:51 UTC MAIN commitmail json YAML

2017-07-12 17:10:09 UTC MAIN commitmail json YAML

2017-07-12 16:59:41 UTC MAIN commitmail json YAML

2017-07-12 15:38:06 UTC netbsd-7-0 commitmail json YAML

2017-07-12 15:36:59 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1453):
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.4
<a  rel="nofollow" href="https://orpheus-lyre.info/design/index.html">https://orpheus-lyre.info/design/index.html</a>
<a  rel="nofollow" href="https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea">https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea</a>
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
XXX: pullup 6, 7, 8.
fix typo.

(martin)

2017-07-12 15:36:25 UTC netbsd-7-1 commitmail json YAML

2017-07-12 15:35:53 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1453):
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.4
<a  rel="nofollow" href="https://orpheus-lyre.info/design/index.html">https://orpheus-lyre.info/design/index.html</a>
<a  rel="nofollow" href="https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea">https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea</a>
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
XXX: pullup 6, 7, 8.
fix typo.

(martin)

2017-07-12 15:35:18 UTC netbsd-7 commitmail json YAML

2017-07-12 15:34:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1453):
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.4
<a  rel="nofollow" href="https://orpheus-lyre.info/design/index.html">https://orpheus-lyre.info/design/index.html</a>
<a  rel="nofollow" href="https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea">https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea</a>
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
XXX: pullup 6, 7, 8.
fix typo.

(martin)

2017-07-12 13:58:38 UTC netbsd-8 commitmail json YAML

2017-07-12 13:56:46 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #124):
external/bsd/nsd/Makefile.inc: revision 1.2
Oops, support IPv6 if not disabled.
XXX: pullup-8

(martin)

2017-07-12 13:51:05 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #123):
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.4
<a  rel="nofollow" href="https://orpheus-lyre.info/design/index.html">https://orpheus-lyre.info/design/index.html</a>
<a  rel="nofollow" href="https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea">https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea</a>
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
XXX: pullup 6, 7, 8.
fix typo.

(martin)

2017-07-12 13:44:47 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #122):
sys/arch/arm/arm32/genassym.cf: revision 1.75
sys/arch/arm/arm/cpufunc_asm_arm11x6.S: revision 1.8
In idcache_wbinv_range if the range size is bigger than the dcache size
then call idcache_wbinv_all
Avoids a problem with large ranges as seen in
port-evbarm/52169: setting dtrace module to load cause Pi to hang on boot

(martin)

2017-07-12 13:42:11 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by knakahara in ticket #121):
sys/netinet6/in6_l2tp.c: revision 1.6
sys/netinet/in_l2tp.c: revision 1.3
l2tp(4): fix mbuf leak when tunnel nested over the limit
XXX need pullup -8 branch

(martin)

2017-07-12 12:55:41 UTC MAIN commitmail json YAML

Oops, support IPv6 if not disabled.
XXX: pullup-8

(christos)

2017-07-12 11:23:59 UTC MAIN commitmail json YAML

2017-07-12 11:23:53 UTC MAIN commitmail json YAML

Remove superfluous Pp.

(wiz)

2017-07-12 09:49:08 UTC MAIN commitmail json YAML

Alignment whitespace.  No functional change.

(skrll)

2017-07-12 09:32:00 UTC MAIN commitmail json YAML

2017-07-12 09:31:07 UTC MAIN commitmail json YAML

As VOP_ADVLOCK() may block indefinitely we cannot take fstrans here.

Fixes PR kern/52364: System hangs not much before showing the login prompt

(hannken)

2017-07-12 09:30:16 UTC MAIN commitmail json YAML

When initializing more inodes make sure to write them to disk
before writing the cylinder group with updated cg_initediblk.

(hannken)

2017-07-12 08:18:36 UTC MAIN commitmail json YAML

Remove debug printf().

(msaitoh)

2017-07-12 08:15:31 UTC MAIN commitmail json YAML

Disable D0 LPLU on 8257[12356], 82580, I350 and I21[01], too. Before this commit,
above devices and non-PCIe devices accessed wrong register.

(msaitoh)

2017-07-12 07:38:18 UTC MAIN commitmail json YAML

Add misising DEBUGLIB file

(martin)

2017-07-12 07:33:37 UTC MAIN commitmail json YAML

Omit unnecessary check of sav->state

key_allocsa_policy picks a sav of either MATURE or DYING so we
don't need to check its state again.

(ozaki-r)

2017-07-12 07:22:31 UTC MAIN commitmail json YAML

In idcache_wbinv_range if the range size is bigger than the dcache size
then call idcache_wbinv_all

Avoids a problem with large ranges as seen in
port-evbarm/52169: setting dtrace module to load cause Pi to hang on boot

(skrll)

2017-07-12 07:18:40 UTC MAIN commitmail json YAML

Fix filename of new debug file

(martin)

2017-07-12 07:00:40 UTC MAIN commitmail json YAML

2017-07-12 05:26:42 UTC MAIN commitmail json YAML

Add space before left-paren

(pgoyette)

2017-07-12 04:39:25 UTC MAIN commitmail json YAML

- Add new Nuvoton devices.
- Add CAVEATS section from OpenBSD.

(msaitoh)

2017-07-12 04:38:40 UTC MAIN commitmail json YAML

Add note about Nuvoton.

(msaitoh)

2017-07-12 03:59:32 UTC MAIN commitmail json YAML

Omit NULL checks for sav->lft_c

sav->lft_c can be NULL only when initializing or destroying sav.

(ozaki-r)

2017-07-12 03:53:55 UTC MAIN commitmail json YAML

Simplify; remove unnecessary zero-clears

key_freesaval is used only when a target sav is being destroyed.

(ozaki-r)

2017-07-12 01:57:43 UTC MAIN commitmail json YAML

PR/52396: Edgar Pettijohn: Spell daemon consistently.

(christos)

2017-07-11 21:52:55 UTC MAIN commitmail json YAML

2017-07-11 21:29:39 UTC netbsd-6 commitmail json YAML

1421, 1424, 1447, 1459

(snj)

2017-07-11 21:29:14 UTC netbsd-6-1 commitmail json YAML

1421, 1424, 1447, 1459

(snj)

2017-07-11 21:28:11 UTC netbsd-6-0 commitmail json YAML

1421, 1424, 1447, 1459

(snj)

2017-07-11 21:25:37 UTC netbsd-6 commitmail json YAML

2017-07-11 21:25:22 UTC netbsd-6-1 commitmail json YAML

2017-07-11 21:24:02 UTC netbsd-6-0 commitmail json YAML

2017-07-11 21:19:42 UTC MAIN commitmail json YAML

2017-07-11 21:18:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1447):
etc/ssh/ssh_known_hosts: revision 1.10
add ssh-ed25519 keys
verify keys (split vir functions off from mollari)

(snj)

2017-07-11 21:18:03 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1447):
etc/ssh/ssh_known_hosts: revision 1.10
add ssh-ed25519 keys
verify keys (split vir functions off from mollari)

(snj)

2017-07-11 21:17:37 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1447):
etc/ssh/ssh_known_hosts: revision 1.10
add ssh-ed25519 keys
verify keys (split vir functions off from mollari)

(snj)

2017-07-11 21:16:07 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1424):
sbin/ping/ping.c: revision 1.113 via patch
PR bin/36997 Zafer Aydogan: ping doesn't validate numeric inputs enough.
Check for values between INT_MAX and LONG_MAX (if they're different)
when using strtol to get an int. This applies to the -c and -l options;
the other uses were already checked.
Also limit the inter-packet interval given with -i to values that
don't cause integer overflow calling poll() with milliseconds.
Really large intervals (the number is read as floating point) can
produce positive poll() values but negative integers when converted to
struct timespec; this produces behavior akin to using -l at first and
could be construed as a local DoS vulnerability.

(snj)

2017-07-11 21:15:43 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1424):
sbin/ping/ping.c: revision 1.113 via patch
PR bin/36997 Zafer Aydogan: ping doesn't validate numeric inputs enough.
Check for values between INT_MAX and LONG_MAX (if they're different)
when using strtol to get an int. This applies to the -c and -l options;
the other uses were already checked.
Also limit the inter-packet interval given with -i to values that
don't cause integer overflow calling poll() with milliseconds.
Really large intervals (the number is read as floating point) can
produce positive poll() values but negative integers when converted to
struct timespec; this produces behavior akin to using -l at first and
could be construed as a local DoS vulnerability.

(snj)

2017-07-11 21:15:23 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1424):
sbin/ping/ping.c: revision 1.113 via patch
PR bin/36997 Zafer Aydogan: ping doesn't validate numeric inputs enough.
Check for values between INT_MAX and LONG_MAX (if they're different)
when using strtol to get an int. This applies to the -c and -l options;
the other uses were already checked.
Also limit the inter-packet interval given with -i to values that
don't cause integer overflow calling poll() with milliseconds.
Really large intervals (the number is read as floating point) can
produce positive poll() values but negative integers when converted to
struct timespec; this produces behavior akin to using -l at first and
could be construed as a local DoS vulnerability.

(snj)

2017-07-11 21:09:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1421):
common/lib/libc/stdlib/_strtoul.h: revision 1.10
Set *endptr in all paths out of strtoul and family.

(snj)

2017-07-11 21:09:21 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1421):
common/lib/libc/stdlib/_strtoul.h: revision 1.10
Set *endptr in all paths out of strtoul and family.

(snj)

2017-07-11 21:09:12 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1421):
common/lib/libc/stdlib/_strtoul.h: revision 1.10
Set *endptr in all paths out of strtoul and family.

(snj)

2017-07-11 20:42:17 UTC MAIN commitmail json YAML

Fix up L{1_S,2_L,2_S}_PROT for recent changes to the
L{1_S,2_L,2_S}_PROT_RO* values.

(skrll)

2017-07-11 19:36:38 UTC MAIN commitmail json YAML

2017-07-11 17:45:32 UTC MAIN commitmail json YAML

https://orpheus-lyre.info/design/index.html
https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea

In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.

Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.

XXX: pullup 6, 7, 8.

(christos)

2017-07-11 15:39:31 UTC MAIN commitmail json YAML

2017-07-11 15:21:36 UTC MAIN commitmail json YAML

src/distrib/sets/lists/debug/mi@1.219 / diff / nxr@1.219
src/distrib/sets/lists/debug/shl.mi@1.178 / diff / nxr@1.178
src/distrib/sets/lists/tests/mi@1.755 / diff / nxr@1.755
src/distrib/sets/lists/tests/shl.mi@1.11 / diff / nxr@1.11
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h@1.19 / diff / nxr@1.19
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h@1.21 / diff / nxr@1.21
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h@1.21 / diff / nxr@1.21
src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire/c++config.h@1.12 / diff / nxr@1.12
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h@1.19 / diff / nxr@1.19
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h@1.17 / diff / nxr@1.17
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h@1.17 / diff / nxr@1.17
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h@1.15 / diff / nxr@1.15
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++config.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++config.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++config.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/c++config.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/c++config.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/c++config.h@1.14 / diff / nxr@1.14
      :
(more 41 files)
Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.

(joerg)

2017-07-11 14:00:16 UTC MAIN commitmail json YAML

2017-07-11 10:14:10 UTC MAIN commitmail json YAML

- Add some devices to lm(4).
- Add NCT6795D to wbsio(4).

(msaitoh)

2017-07-11 10:10:51 UTC MAIN commitmail json YAML

lm(4): Add suport for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D.
wbsio(4): Add support for NCT6795D.

(msaitoh)

2017-07-11 10:06:07 UTC MAIN commitmail json YAML

Separate sending message routine (NFC)

(ozaki-r)

2017-07-11 09:49:15 UTC MAIN commitmail json YAML

Use time_mono_to_wall (NFC)

(ozaki-r)

2017-07-11 08:32:17 UTC MAIN commitmail json YAML

Fix a macro. Fix two tables.

(wiz)

2017-07-11 05:03:45 UTC MAIN commitmail json YAML

l2tp(4): fix mbuf leak when tunnel nested over the limit

XXX need pullup -8 branch

(knakahara)

2017-07-11 04:55:39 UTC MAIN commitmail json YAML

Let key_getsavbyspi take a reference of a returning sav

(ozaki-r)

2017-07-11 04:50:59 UTC MAIN commitmail json YAML

Correct wrong assumption of sav->refcnt in key_delsah

A sav in a list is basically not to be sav->refcnt == 0. And also
KEY_FREESAV assumes sav->refcnt > 0.

(ozaki-r)

2017-07-11 03:07:22 UTC MAIN commitmail json YAML

inline HAVE_64BIT_HID0 and remove macro definition.

Fixes llvm INSTALL kernel build, which failed with:
error: macro expansion producing 'defined' has undefined behavior

(maya)

2017-07-10 22:49:40 UTC MAIN commitmail json YAML

Do not use thousands grouping when none is specified by the locale.
Fixes PR standards/52282.

(perseant)

2017-07-10 22:41:46 UTC MAIN commitmail json YAML

Document vm.guard_size and vm.thread_guard_size

(joerg)

2017-07-10 21:43:33 UTC MAIN commitmail json YAML

Reference correct binary in error messages.

(joerg)

2017-07-10 13:16:27 UTC netbsd-7-0 commitmail json YAML

2017-07-10 13:15:00 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by dh in ticket #1451):
sys/kern/vfs_lookup.c: revision 1.208
Fix vnode leak on error, introduced by the openat family changes in -r1.200.
From mjg@freebsd.

(martin)

2017-07-10 13:14:21 UTC netbsd-7-1 commitmail json YAML

2017-07-10 13:13:16 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by dh in ticket #1451):
sys/kern/vfs_lookup.c: revision 1.208
Fix vnode leak on error, introduced by the openat family changes in -r1.200.
From mjg@freebsd.

(martin)

2017-07-10 13:12:40 UTC netbsd-7 commitmail json YAML

2017-07-10 13:12:04 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by dh in ticket #1451):
sys/kern/vfs_lookup.c: revision 1.208
Fix vnode leak on error, introduced by the openat family changes in -r1.200.
From mjg@freebsd.

(martin)

2017-07-10 13:09:24 UTC netbsd-8 commitmail json YAML

2017-07-10 13:06:45 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by simonb in ticket #117):
usr.sbin/postinstall/postinstall: revision 1.216
Add npfd to the list of rc.d scripts to check.
--

(martin)

2017-07-10 13:02:47 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by dh in ticket #116):
sys/kern/vfs_lookup.c: revision 1.208
Fix vnode leak on error, introduced by the openat family changes in -r1.200.
From mjg@freebsd.

(martin)

2017-07-10 13:01:13 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #115):
tests/lib/libc/db/h_lfsr.c: revision 1.2
Reduce the number of iterations in the bsize_torture test from 65535
to 1000 to make the ATF test suite as a whole take less time.  Before
the change, this single test case could take more than two hours to
run on a qemu emulated ARM.

(martin)

2017-07-10 12:40:23 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #112):
common/lib/libc/stdlib/_strtol.h: revision 1.11
common/lib/libc/stdlib/_strtoul.h: revision 1.11
tests/lib/libc/stdlib/t_strtol.c: revision 1.7
Fix ISO C compliance: strtol of "0xX" should give the largest valid
numeric prefix, which is 0.

(martin)

2017-07-10 12:29:47 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #111):
sys/dev/sdmmc/ld_sdmmc.c: revision 1.29
The config_* APIs are not MPSAFE, so make sure the deferred attach
thread holds KERNEL_LOCK.

(martin)

2017-07-10 12:26:21 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #110):
sys/arch/x86/x86/lapic.c: revision 1.59
PR/52266: use rdmsr_safe(9) instead of rdmsr(9) for old machine.
tested by simonb@

(martin)

2017-07-10 10:35:08 UTC MAIN commitmail json YAML

Decrypt comment about the attach thread. No functional change.

(mlelstv)

2017-07-10 10:28:23 UTC MAIN commitmail json YAML

Note the new additions to MAKEDEV(8) after regen.

(sevan)

2017-07-10 09:44:14 UTC MAIN commitmail json YAML

port-evbarm/52388: Fix number of args to a debug printf.

(jmcneill)

2017-07-10 09:30:58 UTC MAIN commitmail json YAML

No need for '\n' in UVMHIST_LOG

(skrll)

2017-07-10 08:41:35 UTC MAIN commitmail json YAML

2017-07-10 07:46:02 UTC MAIN commitmail json YAML

Remove unnecessary zero-clearing codes from key_setsaval

key_setsaval is now used only for a newly-allocated sav. (It was
used to reset variables of an existing sav.)

(ozaki-r)

2017-07-10 07:45:10 UTC MAIN commitmail json YAML

Make sure a sav is inserted to a sah list after its initialization completes

(ozaki-r)

2017-07-10 07:40:23 UTC MAIN commitmail json YAML

Add missing KEY_FREESAV

(ozaki-r)

2017-07-10 07:27:35 UTC MAIN commitmail json YAML

Make sure to clear keys on error paths of key_setsaval

(ozaki-r)

2017-07-10 07:17:12 UTC MAIN commitmail json YAML

Use explicit_memset to surely zero-clear key_auth and key_enc

(ozaki-r)

2017-07-10 00:27:33 UTC MAIN commitmail json YAML

Add npfd to the list of rc.d scripts to check.

(simonb)

2017-07-09 22:48:44 UTC MAIN commitmail json YAML

Fix vnode leak on error, introduced by the openat family changes in -r1.200.
From mjg@freebsd.

(dholland)

2017-07-09 22:18:43 UTC MAIN commitmail json YAML

add another missing munmap (Kamil)

(christos)

2017-07-09 22:13:48 UTC MAIN commitmail json YAML

add munmap
#define for const.

(christos)

2017-07-09 22:04:04 UTC MAIN commitmail json YAML

check for EFAULT on reads and writes to memory with not permission.

(christos)

2017-07-09 20:53:09 UTC MAIN commitmail json YAML

PR/52384: make uvm_fault_check() return EFAULT not EACCES, like our man pages
(but not OpenGroup which does not document EFAULT for read/write, and only
documents EACCES for sockets) say for read/write.

(christos)

2017-07-09 20:21:08 UTC MAIN commitmail json YAML

PR/52386: Use the number of iterations we document.

(christos)

2017-07-09 19:37:34 UTC MAIN commitmail json YAML

PR/52385: Shinichi Doyashiki: some classic Roland product-ids for usbdevs
While here, add a Ralink that I had uncommitted and fix some caps hex to
small for consistency

(christos)

2017-07-09 17:57:59 UTC MAIN commitmail json YAML

Drop comments about symbol exporting, the relevant code is gone.

(joerg)

2017-07-09 12:49:26 UTC MAIN commitmail json YAML

Catch up vs_set_params() to recent MI audio (after in-kernel mixer).
Before that, MD part had to support all encodings I'd like to support,
but currently it's no longer necessary.  The hardware is
4bit/1ch/15.6kHz ADPCM but it behaves as 16bit/1ch/16.0kHz PCM.

For audio.c < 1.362, the device attach succeeded and playback is
still working.
For audio.c >= 1.363, the device attach fails again.
It does not work yet but I commit it for milestone.

(isaki)

2017-07-09 12:08:39 UTC MAIN commitmail json YAML

Fix division by zero when precision < 8 in ifdef AUDIO_INTR_TIME.

(isaki)

2017-07-09 10:41:40 UTC MAIN commitmail json YAML

Add : to body of populate_sunxi to appease bash.

(jmcneill)

2017-07-09 06:37:34 UTC MAIN commitmail json YAML

Briefly sync device names in FILES section with reality.  PR/52377

Also add several ports which use zs(4)/zsc(4) and zstty(4) in SYNOPSIS.

XXX:
scc(4) man page for pmax (and alpha?) in SEE ALSO section should be
obsolete since they have been switched to using MI zs(4) in NetBSD 4.x.
(though scc(4) man page seems to contain some pmax/ioasic specific notes)

(tsutsui)

2017-07-09 06:02:37 UTC MAIN commitmail json YAML

Clarify serial port names.  Affects zs(4) man page mentioned in PR/52377.

Actual port connection is briefly checked by "NeXT cube internal schematics"
http://web.archive.org/web/20091015214305/http://www.lrz-muenchen.de/~heller/NeXT/NeXT.html

(tsutsui)

2017-07-09 05:58:13 UTC MAIN commitmail json YAML

Revert the previous changes for PR/52377.

- the names "ttya" and "ttyb" in zs(4) man page were leftover of the orignal
  sparc/sun3 ports which used the same name for their native SunOS users
- symlinks ttya -> tty00 -> ttyZ0 (by "lndev tty00 ttya") are awful anyway
  (symlinks tty0? -> ttyZ? are handled in MI MAKEDEV.tmpl)

See details on discussion on source-changes-d@:
http://mail-index.netbsd.org/source-changes-d/2017/07/thread1.html#009301

(tsutsui)

2017-07-09 04:54:00 UTC MAIN commitmail json YAML

Ensure that command output is always followed by newline,
even when filemon is not being used.

Tweak MAKE_META_IGNORE_PATTERNS matching to avoid using path name
with :L as it does not handle ':' in path names.

fgetLine: an extra check to avoid shrinking the buffer.

(sjg)

2017-07-09 04:37:41 UTC netbsd-7 commitmail json YAML

2017-07-09 04:35:00 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by uwe in ticket #1411):
libexec/ld.elf_so/reloc.c: revision 1.110
PR port-macppc/47464 - Old binutils generated bogus zero-sized COPY
relocations for _SDA_BASE_ and _SDA2_BASE_ that happened to work by
accident.  They no longer happen to work when old binaries are run on
newer systems.  Explicitly ignore these bogus relocations.

(snj)

2017-07-08 22:56:15 UTC MAIN commitmail json YAML

Reorder the controls to the ones that need an interface and the ones that
don't; process the ones that don't first. Add a DIAGNOSTIC if there is no
interface; really this should be a KASSERT/panic because it is a bug if the
interface is not set at this point.

(christos)

2017-07-08 19:25:37 UTC MAIN commitmail json YAML

Use unsigned char for ctype functions, suggested by christos

(jmcneill)

2017-07-08 18:38:57 UTC MAIN commitmail json YAML

The config_* APIs are not MPSAFE, so make sure the deferred attach
thread holds KERNEL_LOCK.

(jmcneill)

2017-07-08 17:19:31 UTC netbsd-7 commitmail json YAML

2017-07-08 17:17:58 UTC netbsd-7-1 commitmail json YAML

1429, 1430, 1442, 1446

(snj)

2017-07-08 17:17:41 UTC netbsd-7-0 commitmail json YAML

2017-07-08 17:15:29 UTC netbsd-7 commitmail json YAML

2017-07-08 17:14:58 UTC netbsd-7-1 commitmail json YAML

2017-07-08 17:14:33 UTC netbsd-7-0 commitmail json YAML

2017-07-08 17:04:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #1445):
sys/arch/amd64/conf/XEN3_DOM0: revision 1.136
sys/arch/i386/conf/XEN3_DOM0: revision 1.113
sys/arch/xen/conf/files.xen: revision 1.148
Register support for SD card readers with Xen DOM0 kernels
Tested on a Lenovo ThinkPad T440s (amd64)

(snj)

2017-07-08 17:01:52 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1444):
sys/arch/arm/cortex/a9_mpsubr.S: revision 1.48
Make fp 0 on entry to idle_stack to ensure we mark that we're top of
stack

(snj)

2017-07-08 16:57:35 UTC netbsd-7 commitmail json YAML

Apply patch (requested by manu in ticket #1443):
netbsd-7 clang doesn't support -Wno-error=address-of-packed-member

(snj)

2017-07-08 16:53:24 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1442):
sys/kern/kern_event.c: revision 1.92 via patch
sys/miscfs/genfs/genfs_vnops.c: revision 1.198 via patch
sys/sys/event.h: revision 1.30 via patch
Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.
Makes go unit tests pass.
--
fix file descriptor locking (from joerg).
fixes kernel crashes by running go

(snj)

2017-07-08 16:52:27 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1442):
sys/kern/kern_event.c: revision 1.92 via patch
sys/miscfs/genfs/genfs_vnops.c: revision 1.198 via patch
sys/sys/event.h: revision 1.30 via patch
Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.
Makes go unit tests pass.
--
fix file descriptor locking (from joerg).
fixes kernel crashes by running go

(snj)

2017-07-08 16:51:56 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1442):
sys/kern/kern_event.c: revision 1.92 via patch
sys/miscfs/genfs/genfs_vnops.c: revision 1.198 via patch
sys/sys/event.h: revision 1.30 via patch
Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.
Makes go unit tests pass.
--
fix file descriptor locking (from joerg).
fixes kernel crashes by running go

(snj)

2017-07-08 16:37:54 UTC netbsd-7 commitmail json YAML

Apply patch (requested by nat in ticket #1433):
Fix occasional stuttering that can be caused by ringbuffer overflow.

(snj)

2017-07-08 16:34:35 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #1431):
sys/dev/pci/ehci_pci.c: revision 1.65
Deal with broken BIOSes that leave PCI interrupts disabled.
Thanks to nick@

(snj)

2017-07-08 16:32:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1430):
external/bsd/dhcp/dist/relay/dhcrelay.c: revision 1.7
Fix buggy dhcrelay(8) requirement to stay in foreground
This version of dhcrelay(8) needed to stay inforeground with -d flag in
order to service requests. Running inbackground turned it deaf to DHCP
requests.
This was caused by wrong kqueue(2) usage, where kevent(2) was used with
a file descriptor obtained by a kqueue(2) call done before fork(2).
kqueue(2) man page says "The queue is not inherited by a child created
with fork(2)". As a result, kevent(2) calls always got EBADF.
The fix is to reorder function calls in dhcrelay(8) main() function.
dhcp_context_create(), which causes kqueue(2) to be invoked, is
moved with its dependencies after fork(2). This matches the code layout
of dhclient(8) and dhcpd(8), which do not have the bug.
The fix was not submitted upstream since latest ISC DHCP code was
refactored and does not have the bug anymore.

(snj)

2017-07-08 16:32:28 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1430):
external/bsd/dhcp/dist/relay/dhcrelay.c: revision 1.7
Fix buggy dhcrelay(8) requirement to stay in foreground
This version of dhcrelay(8) needed to stay inforeground with -d flag in
order to service requests. Running inbackground turned it deaf to DHCP
requests.
This was caused by wrong kqueue(2) usage, where kevent(2) was used with
a file descriptor obtained by a kqueue(2) call done before fork(2).
kqueue(2) man page says "The queue is not inherited by a child created
with fork(2)". As a result, kevent(2) calls always got EBADF.
The fix is to reorder function calls in dhcrelay(8) main() function.
dhcp_context_create(), which causes kqueue(2) to be invoked, is
moved with its dependencies after fork(2). This matches the code layout
of dhclient(8) and dhcpd(8), which do not have the bug.
The fix was not submitted upstream since latest ISC DHCP code was
refactored and does not have the bug anymore.

(snj)

2017-07-08 16:32:05 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1430):
external/bsd/dhcp/dist/relay/dhcrelay.c: revision 1.7
Fix buggy dhcrelay(8) requirement to stay in foreground
This version of dhcrelay(8) needed to stay inforeground with -d flag in
order to service requests. Running inbackground turned it deaf to DHCP
requests.
This was caused by wrong kqueue(2) usage, where kevent(2) was used with
a file descriptor obtained by a kqueue(2) call done before fork(2).
kqueue(2) man page says "The queue is not inherited by a child created
with fork(2)". As a result, kevent(2) calls always got EBADF.
The fix is to reorder function calls in dhcrelay(8) main() function.
dhcp_context_create(), which causes kqueue(2) to be invoked, is
moved with its dependencies after fork(2). This matches the code layout
of dhclient(8) and dhcpd(8), which do not have the bug.
The fix was not submitted upstream since latest ISC DHCP code was
refactored and does not have the bug anymore.

(snj)

2017-07-08 16:20:21 UTC MAIN commitmail json YAML

Remove pass numbers for ehci/ohci now that the attach order no longer matters

(jmcneill)

2017-07-08 16:19:56 UTC MAIN commitmail json YAML

Remove the hack to find companion devices and just assume 1 companion if
ETTF flag is not set.

(jmcneill)

2017-07-08 16:19:20 UTC MAIN commitmail json YAML

Remove the requirement for ehci to attach after companion devices.

"go for it" - skrll@

(jmcneill)

2017-07-08 16:14:19 UTC netbsd-7 commitmail json YAML

Apply patch (requested by chs in ticket #1429):
Avoid crashes by checking if a cgd device has been configured before
processing most ioctls, and failing with ENXIO if the device is not
configured.

(snj)

2017-07-08 16:13:55 UTC netbsd-7-1 commitmail json YAML

Apply patch (requested by chs in ticket #1429):
Avoid crashes by checking if a cgd device has been configured before
processing most ioctls, and failing with ENXIO if the device is not
configured.

(snj)

2017-07-08 16:12:44 UTC netbsd-7-0 commitmail json YAML

Apply patch (requested by chs in ticket #1429):
Avoid crashes by checking if a cgd device has been configured before
processing most ioctls, and failing with ENXIO if the device is not
configured.

(snj)

2017-07-08 16:07:34 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1428):
sys/gdbscripts/cpus: 1.2, 1.3
Make cpus MI
--
Typo in previous

(snj)

2017-07-08 16:06:01 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #1427):
usr.sbin/service/service: revision 1.8
Only match first instance of name and rcvar in file.

(snj)

2017-07-08 15:15:43 UTC MAIN commitmail json YAML

2017-07-08 15:14:49 UTC MAIN commitmail json YAML

Remove unused script

(skrll)

2017-07-08 14:35:33 UTC MAIN commitmail json YAML

PR/52266: use rdmsr_safe(9) instead of rdmsr(9) for old machine.

tested by simonb@

(nonaka)

2017-07-08 12:37:34 UTC MAIN commitmail json YAML

2017-07-08 12:37:09 UTC MAIN commitmail json YAML

2017-07-08 12:36:51 UTC MAIN commitmail json YAML

2017-07-08 11:12:24 UTC MAIN commitmail json YAML

2017-07-08 00:55:21 UTC MAIN commitmail json YAML

2017-07-08 00:55:02 UTC MAIN commitmail json YAML

2017-07-08 00:54:37 UTC MAIN commitmail json YAML

Add a helper for exposing LED controls via sysctl.

(jmcneill)

2017-07-08 00:26:19 UTC MAIN commitmail json YAML

Write back the data value instead of mask in sunxi_gpio_write

(jmcneill)

2017-07-07 23:48:34 UTC MAIN commitmail json YAML

PR/52377: Miod Vallat: Provide links to ttya and ttyb as mentioned in zs(4)

(christos)

2017-07-07 23:45:53 UTC MAIN commitmail json YAML

remove accidential debug printf()

(macallan)

2017-07-07 22:50:02 UTC MAIN commitmail json YAML

2017-07-07 22:34:21 UTC MAIN commitmail json YAML

tidy up output by moving linebreak to before we attach children

(macallan)

2017-07-07 22:30:28 UTC MAIN commitmail json YAML

2017-07-07 22:22:11 UTC MAIN commitmail json YAML

Note dts import

(jmcneill)

2017-07-07 22:20:54 UTC MAIN commitmail json YAML

Note Allwinner H3, A83T, and Allwinner Gigabit Ethernet support

(jmcneill)

2017-07-07 22:13:36 UTC MAIN commitmail json YAML

add bits & masks for ppc970 HID0

(macallan)

2017-07-07 22:11:37 UTC MAIN commitmail json YAML

add mfspr/mtspr methods suitable for 64bit SPRs on ppc970 in bridge mode

(macallan)