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 (6d)  netbsd-9 (12d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 13:40:16 UTC Now

2014-10-30 09:20:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #161):
sys/external/bsd/drm2/include/linux/sched.h: revision 1.4
Don't call kpause(9) if cold.

(martin)

2014-10-30 08:31:27 UTC MAIN commitmail json YAML

gdb-7.8.1 out.

(wiz)

2014-10-30 08:20:15 UTC MAIN commitmail json YAML

config(1): More TODO

(uebayasi)

2014-10-30 07:53:42 UTC MAIN commitmail json YAML

Avoid use after free, reported by the coverity scanner.

(martin)

2014-10-30 06:13:50 UTC MAIN commitmail json YAML

Drop setuid before execing rlogin. Failure to do so should be
harmless, but is sloppy.

(dholland)

2014-10-30 01:36:13 UTC MAIN commitmail json YAML

print more info about the overflow

(christos)

2014-10-30 01:26:20 UTC MAIN commitmail json YAML

config(1): More TODO items

(uebayasi)

2014-10-30 01:15:30 UTC MAIN commitmail json YAML

fix a31_mpinit sync for real this time (thanks matt@)

(jmcneill)

2014-10-30 00:55:53 UTC MAIN commitmail json YAML

fix a31_mpinit synchronization

(jmcneill)

2014-10-30 00:32:55 UTC MAIN commitmail json YAML

pass usb_restrict_gpio from fex to gpio driver

(jmcneill)

2014-10-29 23:01:46 UTC MAIN commitmail json YAML

Add some dsb instructions to avoid Cortex A7 errata

(skrll)

2014-10-29 22:52:21 UTC MAIN commitmail json YAML

Apply a bunch of break-before-make, i.e. set PTEs to zero, flush the TLB
(across all CPUs) and set new PTE value. Mostly from matt@ with some
updates from me.

Flush the branch predictor in pmap_update.

(skrll)

2014-10-29 22:11:34 UTC MAIN commitmail json YAML

In pmap_deactivate don't set TTBR with the ASID of the deactivated LWP -
use KERNEL_PID instead.

This is probably a no-op as TTBCR_S_PD0 should (still) be set at the time
of the call to cpu_setttb.

(skrll)

2014-10-29 21:16:06 UTC MAIN commitmail json YAML

Add libelf to rump directories

(justin)

2014-10-29 19:59:32 UTC MAIN commitmail json YAML

Perform internal consistency check automatically.

(pooka)

2014-10-29 19:35:29 UTC MAIN commitmail json YAML

Revert, zfs was already elsewhere in list

(justin)

2014-10-29 19:27:37 UTC MAIN commitmail json YAML

Only target boot cpu for SPIs atm. Fix a couple of bugs in the now
disabled code.

(skrll)

2014-10-29 19:10:49 UTC MAIN commitmail json YAML

put back scanner warnings now that flex produces clean code.

(christos)

2014-10-29 19:10:18 UTC MAIN commitmail json YAML

cast to signed, since that's all we have.

(christos)

2014-10-29 19:08:51 UTC MAIN commitmail json YAML

2014-10-29 18:30:05 UTC MAIN commitmail json YAML

2014-10-29 18:28:36 UTC MAIN commitmail json YAML

2014-10-29 18:15:26 UTC MAIN commitmail json YAML

Revert "normalization" for now.

XXX agp(4)'s config/attachment should be rewritten

(uebayasi)

2014-10-29 18:09:35 UTC MAIN commitmail json YAML

2014-10-29 17:36:07 UTC MAIN commitmail json YAML

Add zfs files to rump userspace sources

(justin)

2014-10-29 17:14:50 UTC MAIN commitmail json YAML

2014-10-29 16:24:32 UTC MAIN commitmail json YAML

2014-10-29 16:22:32 UTC MAIN commitmail json YAML

Don't flush random ASIDs. Instead always assume KERNEL_PID, i.e. 0.
All other TLB flushes are done via

pmap_tlb_invalidate_addr -> tlb_invalidate_addr

OK matt@

(skrll)

2014-10-29 16:14:45 UTC MAIN commitmail json YAML

2014-10-29 14:41:57 UTC MAIN commitmail json YAML

In the MULTIPROCESSOR case mark all interrupt handlers not at IPL_VM as
mpsafe, so the kernel_lock is only taken at IPL_VM as per spl(9).

(skrll)

2014-10-29 14:33:23 UTC MAIN commitmail json YAML

Bump date for previous.

(nonaka)

2014-10-29 14:28:10 UTC MAIN commitmail json YAML

Note recent rtsx(4) change.

(nonaka)

2014-10-29 14:24:09 UTC MAIN commitmail json YAML

2014-10-29 14:14:14 UTC MAIN commitmail json YAML

2014-10-29 11:21:51 UTC MAIN commitmail json YAML

PR/48669 evbarm/imx23_olinuxino (ARM9E) doesn't boot.

Don't try to map all memory and fix booting.

(skrll)

2014-10-29 10:59:48 UTC MAIN commitmail json YAML

Update a comment to reflect ARM ARMv7

(skrll)

2014-10-29 10:56:19 UTC MAIN commitmail json YAML

If our ASID got released and access via TTBR0 is disable make sure we
re-activate the lwp before calling mi_userret; otherwise bad things
happen, e.g. for signals.

(skrll)

2014-10-29 10:53:41 UTC MAIN commitmail json YAML

s/0/KERNEL_PID/ for correctness

(skrll)

2014-10-29 10:47:46 UTC MAIN commitmail json YAML

Mark comintr as MP safe; otherwise a MULTIPROCESSOR kernel will try to
take the kernel_lock which breaks the locking protocol (should only be
taken at IPL_VM)

(skrll)

2014-10-29 10:28:03 UTC MAIN commitmail json YAML

Don't hang when booting Cubietruck via FEL.

(joerg)

2014-10-29 10:22:28 UTC MAIN commitmail json YAML

2014-10-29 10:21:53 UTC MAIN commitmail json YAML

Add Realtek RTL8402 PCI-E Card Reader.

(nonaka)

2014-10-29 01:33:39 UTC MAIN commitmail json YAML

2014-10-29 01:17:34 UTC MAIN commitmail json YAML

Note import of dhcpcd and openresolv.

(roy)

2014-10-29 01:13:28 UTC MAIN commitmail json YAML

2014-10-29 01:08:31 UTC MAIN commitmail json YAML

2014-10-29 00:48:12 UTC MAIN commitmail json YAML

actually support EMP
( as in, look for additional motion info bits, not just buttons )

(macallan)

2014-10-28 23:48:04 UTC MAIN commitmail json YAML

Don't install rumpuser.h here.

It's already installed by the rump kernel build (sys/rump/include/rump)

(pooka)

2014-10-28 22:39:25 UTC MAIN commitmail json YAML

2014-10-28 21:36:30 UTC MAIN commitmail json YAML

xor32 may be unused, mark it so.

(joerg)

2014-10-28 21:36:16 UTC MAIN commitmail json YAML

2014-10-28 21:35:57 UTC MAIN commitmail json YAML

Mark sshbuf_putfv as __printflike.

(joerg)

2014-10-28 20:25:36 UTC MAIN commitmail json YAML

Shave an instruction from the generated code for the 32 bit byte
swap inline.  Prune 5 or 9 instructions (depending on what you count)
from the 64 bit byte swap inline.

(dennis)

2014-10-28 19:46:18 UTC MAIN commitmail json YAML

Correct 32 and 64 bit byte swap inlines.

(dennis)

2014-10-28 17:44:47 UTC MAIN commitmail json YAML

Work around the problem in PR port-amd64/49150 for all CPUs under Xen.

The problem (calling xrstor, which is privileged in Xen) has appeared
on some Intel CPUs as well, so implement the workaround (ensure that
x86_xsave_features is 0) for all CPUs, not just AMD CPUs.

XXX pullup to 7

(riz)

2014-10-28 16:54:11 UTC MAIN commitmail json YAML

Fix invalid free in deletextattr FUSE handler

Do not free FUSE message on error as it was not allocated.

(manu)

2014-10-28 13:04:51 UTC MAIN commitmail json YAML

Sync cpu_reboot with i386:
- avoid sync and unmount after panic.
- remove vfs_shutdown, we call vfs_sync_all and vfs_unmount* instead.
- resurrect doshutdownhooks since some drivers still use it (eg. sab(4)).

(nakayama)

2014-10-28 05:52:13 UTC MAIN commitmail json YAML

add script to do work of digest(1) using multigest

(agc)

2014-10-28 05:51:43 UTC MAIN commitmail json YAML

FreeBSD mods. *sigh*

adapt to the fact that digest(1) may not be available

(agc)

2014-10-28 02:49:52 UTC MAIN commitmail json YAML

disestalish interrupt and unmap register when attach failed.

(nonaka)

2014-10-27 21:46:45 UTC MAIN commitmail json YAML

fix pasto; thanks John-Mark Gurney...

(christos)

2014-10-27 21:28:58 UTC MAIN commitmail json YAML

fix typo, use different address

(christos)

2014-10-27 19:10:21 UTC MAIN commitmail json YAML

fix multiple mistakes:
- error from copyout was ignored
- the wrong size was specified in copyin
- missing locking.

(christos)

2014-10-27 16:21:59 UTC MAIN commitmail json YAML

2014-10-27 16:20:48 UTC MAIN commitmail json YAML

2014-10-27 16:18:38 UTC MAIN commitmail json YAML

2014-10-27 15:06:06 UTC netbsd-6 commitmail json YAML

Add share/man/man9/Makefile for ticket 1134.

(msaitoh)

2014-10-27 15:04:45 UTC netbsd-6 commitmail json YAML

Add genfs_rename.9 for ticket 1134. Rreported by Herbert J. Skuhra.

(msaitoh)

2014-10-27 14:41:42 UTC MAIN commitmail json YAML

Unfix parts of previous.
We currently do not split arguments in their components if they
are functions with arguments themselves.

(wiz)

2014-10-27 14:10:12 UTC MAIN commitmail json YAML

print mapped addresses better

(christos)

2014-10-27 13:43:43 UTC netbsd-7 commitmail json YAML

2014-10-27 13:42:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #160):
sbin/ifconfig/af_inet6.c: revision 1.30
sbin/ifconfig/ifconfig.8: revision 1.109
sys/netinet6/in6.c: revision 1.177
Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
Preserve IN6_IFF_TENTATIVE when updating address flags.

(martin)

2014-10-27 13:39:11 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #159):
sys/netinet6/nd6.c: revision 1.153
Tests for neighbour now work correctly on bridge(4) and carp(4) interfaces.

(martin)

2014-10-27 12:50:41 UTC MAIN commitmail json YAML

Make fewer assumptions about the host.

(pooka)

2014-10-27 12:46:11 UTC netbsd-5-1 commitmail json YAML

2014-10-27 12:45:50 UTC netbsd-5-2 commitmail json YAML

2014-10-27 12:45:25 UTC netbsd-5 commitmail json YAML

2014-10-27 12:38:29 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1926):
sys/compat/freebsd/freebsd_sysctl.c: revision 1.17
I'm not sure reading from an unsanitized userland pointer is a good idea.
Some users might be tempted to give 0x01, in which case the kernel will
crash.

(msaitoh)

2014-10-27 12:38:15 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1926):
sys/compat/freebsd/freebsd_sysctl.c: revision 1.17
I'm not sure reading from an unsanitized userland pointer is a good idea.
Some users might be tempted to give 0x01, in which case the kernel will
crash.

(msaitoh)

2014-10-27 12:37:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1926):
sys/compat/freebsd/freebsd_sysctl.c: revision 1.17
I'm not sure reading from an unsanitized userland pointer is a good idea.
Some users might be tempted to give 0x01, in which case the kernel will
crash.

(msaitoh)

2014-10-27 12:32:08 UTC MAIN commitmail json YAML

add RETURN VALUES

from Martin Lucina, via rumpkernel-users

(pooka)

2014-10-27 12:22:39 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #1928):
usr.bin/ftp/fetch.c: revision 1.206 via patch
don't pay attention to special characters if they don't come from the command
line (from jmcneill)

(msaitoh)

2014-10-27 12:21:34 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #1928):
usr.bin/ftp/fetch.c: revision 1.206 via patch
don't pay attention to special characters if they don't come from the command
line (from jmcneill)

(msaitoh)

2014-10-27 12:20:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #1928):
usr.bin/ftp/fetch.c: revision 1.206 via patch
don't pay attention to special characters if they don't come from the command
line (from jmcneill)

(msaitoh)

2014-10-27 12:02:17 UTC MAIN commitmail json YAML

PR/49326: Henning Petersen: Correct errors in man pages csf.9 , pci.9 and ucom.9

(christos)

2014-10-27 11:55:08 UTC MAIN commitmail json YAML

2014-10-27 11:21:28 UTC MAIN commitmail json YAML

2014-10-27 11:03:19 UTC netbsd-6 commitmail json YAML

2014-10-27 10:51:16 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #1158):
common/lib/libc/arch/i386/string/small/strchr.S: revision 1.3
Look for the character to locate before checking for the NUL character
As documented in PR port-i386/49208, this fixes strchr(s, '\0'), as used by
the FAT first-stage bootloader on x86 (bootxx_msdos).
strchr(s, '\0') is otherwise equivalent to strlen(string), which would
probably look nicer in the original file, dosfs.c from libsa.
Confirmed working in qemu and on real hardware.
ok joerg@
XXX pull-up to netbsd-6 and netbsd-7

(msaitoh)

2014-10-27 10:50:38 UTC MAIN commitmail json YAML

spellcheck: avialable -> available

(jmcneill)

2014-10-27 09:40:00 UTC MAIN commitmail json YAML

2014-10-27 09:06:35 UTC MAIN commitmail json YAML

Add an entry for recent pppd modules mishap.

(martin)

2014-10-27 08:51:59 UTC MAIN commitmail json YAML

Sanity-check the date before storing it in the RTC, error out for non
representable dates.

(martin)

2014-10-27 08:22:54 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1154):
share/man/man9/uvm_map.9: revision 1.6
Fix typo: mask, not mark.

(msaitoh)

2014-10-27 08:19:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1142):
common/lib/libc/gen/rb.c: revision 1.12
common/lib/libc/gen/rb.c: revision 1.13
Fix failure case in rb_tree_find_node_leq/geq.
Return NULL, not `NULL - offset'.
XXX pullup to netbsd-5, netbsd-6, netbsd-7
Remove enclosing parens on return.

(msaitoh)

2014-10-27 07:49:25 UTC MAIN commitmail json YAML

Add missing .El. From Henning Petersen in PR 49325.

(wiz)

2014-10-27 06:25:19 UTC netbsd-6 commitmail json YAML

Add distrib/sets/lists/comp/mi for ticket 1134.

(msaitoh)

2014-10-27 06:23:37 UTC netbsd-6 commitmail json YAML

2014-10-27 06:01:06 UTC netbsd-6-1 commitmail json YAML

2014-10-27 06:00:32 UTC netbsd-6-0 commitmail json YAML

2014-10-27 05:59:42 UTC netbsd-6 commitmail json YAML

2014-10-27 05:58:51 UTC netbsd-6 commitmail json YAML

2014-10-27 05:57:54 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1175):
usr.bin/ftp/fetch.c: revision 1.206 via patch
don't pay attention to special characters if they don't come from the command
line (from jmcneill)

(snj)

2014-10-27 05:57:31 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1175):
usr.bin/ftp/fetch.c: revision 1.206 via patch
don't pay attention to special characters if they don't come from the command
line (from jmcneill)

(snj)

2014-10-27 05:54:09 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1137):
share/man/man9/autoconf.9: revision 1.30
Fix argument order for config_attach_loc in autoconf(9).

(msaitoh)

2014-10-27 05:53:05 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1175):
usr.bin/ftp/fetch.c: revision 1.206 via patch
don't pay attention to special characters if they don't come from the command
line (from jmcneill)

(snj)

2014-10-27 05:51:57 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1136):
share/man/man3/rbtree.3: revision 1.8
Fix documentation of rbtree(3) iteration.
. Fix sense of rb_tree_iterate(rbt, NULL, ...).
. Document RB_TREE_MIN/RB_TREE_MAX to avoid relying on that sense.
. Document RB_TREE_FOREACH and RB_TREE_FOREACH_REVERSE to simplify
iteration.
Addresses PR lib/46034 and PR lib/47144.  It would have been nice to
make `x = NULL; while ((x = rb_tree_iterate(t, NULL, ...)) != NULL)'
DTRT to traverse t, but it's too much late for that now.
We probably ought to have an RB_TREE_FOREACH{,_REVERSE}_SAFE too.
ok christos

(msaitoh)

2014-10-27 05:46:27 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1135):
sys/miscfs/genfs/genfs.h: revision 1.31
Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype.

(msaitoh)

2014-10-27 05:43:51 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1134):
share/man/man9/genfs_rename.9: revision 1.1
First draft of a long-awaited man page for genfs_rename(9).

(msaitoh)

2014-10-27 05:42:43 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1133):
sys/uvm/uvm_swap.c: revision 1.163
Set bp->b_resid to bp->b_bcount on error in swstrategy as required.

(msaitoh)

2014-10-27 05:41:21 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1132):
sys/kern/subr_pcq.c: revision 1.7
__HAVE_ATOMIC_AS_MEMBAR is spelled with two leading underscores.
This underscores the need to replace this error-prone cpp API by
unconditionally defined {pre,post}atomic_membar_*.
This change should only remove unnecessary membar_producers on x86.

(msaitoh)

2014-10-27 05:39:54 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1131):
usr.sbin/acpitools/acpidump/acpi.c: revision 1.9
Don't choke on an assertion for an RSDT with a null address entry.

(msaitoh)

2014-10-27 05:37:28 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1128):
sys/arch/i386/conf/ALL: revision 1.372
Remove FFS_NO_SNAPSHOT from x86/ALL so we do compile the snapshot code.

(msaitoh)

2014-10-26 22:07:48 UTC MAIN commitmail json YAML

Use proper markup in AUTHORS, and sort SEE ALSO.

(wiz)

2014-10-26 21:03:45 UTC MAIN commitmail json YAML

sun4v: Create CLEANWIN0 and CLEANWIN1 macros for handling clean window traps on both sun4u and sun4u (based on the original code inlined in the sun4u trap table). Update trap tables accordingly for both sun4u and sun4v. Ok martin@

(palle)

2014-10-26 20:51:54 UTC MAIN commitmail json YAML

2014-10-26 20:00:16 UTC netbsd-6 commitmail json YAML

2014-10-26 19:59:46 UTC netbsd-6-1 commitmail json YAML

2014-10-26 19:59:35 UTC netbsd-6-0 commitmail json YAML

2014-10-26 19:56:21 UTC netbsd-6 commitmail json YAML

src/crypto/external/bsd/openssl/dist/CHANGES@1.1.1.4.4.5 / diff / nxr@1.1.1.4.4.5
src/crypto/external/bsd/openssl/dist/Configure@1.2.4.4 / diff / nxr@1.2.4.4
src/crypto/external/bsd/openssl/dist/Makefile@1.1.1.1.2.6 / diff / nxr@1.1.1.1.2.6
src/crypto/external/bsd/openssl/dist/NEWS@1.1.1.2.4.5 / diff / nxr@1.1.1.2.4.5
src/crypto/external/bsd/openssl/dist/README@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/crypto/external/bsd/openssl/dist/apps/makeapps.com@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.2.4.4 / diff / nxr@1.2.4.4
src/crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/crypto/external/bsd/openssl/dist/crypto/LPdir_win.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/crypto/external/bsd/openssl/dist/crypto/Makefile@1.1.1.2.4.3 / diff / nxr@1.1.1.2.4.3
src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl@1.1.1.1.8.3 / diff / nxr@1.1.1.1.8.3
src/crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c@1.2.8.3 / diff / nxr@1.2.8.3
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c@1.1.1.2.4.3 / diff / nxr@1.1.1.2.4.3
src/crypto/external/bsd/openssl/dist/crypto/bn/exptest.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/crypto/external/bsd/openssl/dist/crypto/constant_time_locl.h@1.1.8.2 / diff / nxr@1.1.8.2
src/crypto/external/bsd/openssl/dist/crypto/crypto-lib.com@1.1.1.3.4.3 / diff / nxr@1.1.1.3.4.3
src/crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/crypto/external/bsd/openssl/dist/crypto/ebcdic.h@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
      :
(more 70 files)
Apply patch (requested by spz in ticket 1170):
update of openssl to the next higher version, 1.0.1j

Upstream condensed log:
  Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]

      o Fix for CVE-2014-3513
      o Fix for CVE-2014-3567
      o Mitigation for CVE-2014-3566 (SSL protocol vulnerability)
      o Fix for CVE-2014-3568

(snj)

2014-10-26 19:55:39 UTC netbsd-6-1 commitmail json YAML

src/crypto/external/bsd/openssl/dist/CHANGES@1.1.1.4.4.1.6.4 / diff / nxr@1.1.1.4.4.1.6.4
src/crypto/external/bsd/openssl/dist/Configure@1.2.4.1.6.3 / diff / nxr@1.2.4.1.6.3
src/crypto/external/bsd/openssl/dist/Makefile@1.1.1.1.2.2.6.4 / diff / nxr@1.1.1.1.2.2.6.4
src/crypto/external/bsd/openssl/dist/NEWS@1.1.1.2.4.1.6.4 / diff / nxr@1.1.1.2.4.1.6.4
src/crypto/external/bsd/openssl/dist/README@1.1.1.3.4.1.6.4 / diff / nxr@1.1.1.3.4.1.6.4
src/crypto/external/bsd/openssl/dist/apps/makeapps.com@1.1.1.2.18.1 / diff / nxr@1.1.1.2.18.1
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.2.4.1.6.3 / diff / nxr@1.2.4.1.6.3
src/crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c@1.1.1.2.18.1 / diff / nxr@1.1.1.2.18.1
src/crypto/external/bsd/openssl/dist/crypto/LPdir_win.c@1.1.1.1.22.1 / diff / nxr@1.1.1.1.22.1
src/crypto/external/bsd/openssl/dist/crypto/Makefile@1.1.1.2.4.1.6.2 / diff / nxr@1.1.1.2.4.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl@1.1.1.1.8.1.6.2 / diff / nxr@1.1.1.1.8.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c@1.1.1.2.12.2 / diff / nxr@1.1.1.2.12.2
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c@1.1.1.2.18.1 / diff / nxr@1.1.1.2.18.1
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c@1.2.8.1.6.2 / diff / nxr@1.2.8.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c@1.1.1.2.4.1.6.2 / diff / nxr@1.1.1.2.4.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/bn/exptest.c@1.1.1.1.22.1 / diff / nxr@1.1.1.1.22.1
src/crypto/external/bsd/openssl/dist/crypto/constant_time_locl.h@1.1.6.2 / diff / nxr@1.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/crypto-lib.com@1.1.1.3.4.1.6.2 / diff / nxr@1.1.1.3.4.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c@1.1.1.2.4.1.6.1 / diff / nxr@1.1.1.2.4.1.6.1
src/crypto/external/bsd/openssl/dist/crypto/ebcdic.h@1.1.1.1.22.1 / diff / nxr@1.1.1.1.22.1
      :
(more 70 files)
Apply patch (requested by spz in ticket 1170):
update of openssl to the next higher version, 1.0.1j

Upstream condensed log:
  Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]

      o Fix for CVE-2014-3513
      o Fix for CVE-2014-3567
      o Mitigation for CVE-2014-3566 (SSL protocol vulnerability)
      o Fix for CVE-2014-3568

(snj)

2014-10-26 19:54:53 UTC netbsd-6-0 commitmail json YAML

Apply patch (requested by spz in ticket 1170):
update of openssl to the next higher version, 1.0.1j

Upstream condensed log:
  Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]

      o Fix for CVE-2014-3513
      o Fix for CVE-2014-3567
      o Mitigation for CVE-2014-3566 (SSL protocol vulnerability)
      o Fix for CVE-2014-3568

(snj)

2014-10-26 19:52:04 UTC netbsd-6-0 commitmail json YAML

src/crypto/external/bsd/openssl/dist/CHANGES@1.1.1.4.4.1.4.4 / diff / nxr@1.1.1.4.4.1.4.4
src/crypto/external/bsd/openssl/dist/Configure@1.2.4.1.4.3 / diff / nxr@1.2.4.1.4.3
src/crypto/external/bsd/openssl/dist/Makefile@1.1.1.1.2.2.4.4 / diff / nxr@1.1.1.1.2.2.4.4
src/crypto/external/bsd/openssl/dist/NEWS@1.1.1.2.4.1.4.4 / diff / nxr@1.1.1.2.4.1.4.4
src/crypto/external/bsd/openssl/dist/README@1.1.1.3.4.1.4.4 / diff / nxr@1.1.1.3.4.1.4.4
src/crypto/external/bsd/openssl/dist/apps/makeapps.com@1.1.1.2.10.1 / diff / nxr@1.1.1.2.10.1
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.2.4.1.4.3 / diff / nxr@1.2.4.1.4.3
src/crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c@1.1.1.2.10.1 / diff / nxr@1.1.1.2.10.1
src/crypto/external/bsd/openssl/dist/crypto/LPdir_win.c@1.1.1.1.14.1 / diff / nxr@1.1.1.1.14.1
src/crypto/external/bsd/openssl/dist/crypto/Makefile@1.1.1.2.4.1.4.2 / diff / nxr@1.1.1.2.4.1.4.2
src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl@1.1.1.1.8.1.4.2 / diff / nxr@1.1.1.1.8.1.4.2
src/crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c@1.1.1.2.10.2 / diff / nxr@1.1.1.2.10.2
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c@1.1.1.2.10.1 / diff / nxr@1.1.1.2.10.1
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c@1.2.8.1.4.2 / diff / nxr@1.2.8.1.4.2
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c@1.1.1.2.4.1.4.2 / diff / nxr@1.1.1.2.4.1.4.2
src/crypto/external/bsd/openssl/dist/crypto/bn/exptest.c@1.1.1.1.14.1 / diff / nxr@1.1.1.1.14.1
src/crypto/external/bsd/openssl/dist/crypto/crypto-lib.com@1.1.1.3.4.1.4.2 / diff / nxr@1.1.1.3.4.1.4.2
src/crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c@1.1.1.2.4.1.4.1 / diff / nxr@1.1.1.2.4.1.4.1
src/crypto/external/bsd/openssl/dist/crypto/ebcdic.h@1.1.1.1.14.1 / diff / nxr@1.1.1.1.14.1
src/crypto/external/bsd/openssl/dist/crypto/ec/ec.h@1.1.1.2.4.1.4.2 / diff / nxr@1.1.1.2.4.1.4.2
      :
(more 69 files)
Apply patch (requested by spz in ticket 1170):
update of openssl to the next higher version, 1.0.1j

Upstream condensed log:
  Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]

      o Fix for CVE-2014-3513
      o Fix for CVE-2014-3567
      o Mitigation for CVE-2014-3566 (SSL protocol vulnerability)
      o Fix for CVE-2014-3568

(snj)

2014-10-26 18:48:09 UTC MAIN commitmail json YAML

Build and install virtio(4) manual page - missed in previous commit.

(tls)

2014-10-26 18:43:18 UTC MAIN commitmail json YAML

Add viornd(4), a driver for the VirtIO entropy source available on
QEMU, KVM, and Google Compute Engine.  From OpenBSD.

(tls)

2014-10-26 18:33:43 UTC MAIN commitmail json YAML

- deal with MacOS/X not having clock_*()
- change multicast address
- set the interface
XXX: Now the ipv6 code works on MacOS/X but does not work for us still.

(christos)

2014-10-26 18:22:32 UTC MAIN commitmail json YAML

Fixes and enhancements for polled entropy sources:
Add explicit enable/disable hooks for callout-driven sources (be more
power friendly).

Make "skew" source polled so it runs only when there is entropy
demand.

Adjust entropy collection from polled sources so it's processed
sooner.

(tls)

2014-10-26 17:39:16 UTC MAIN commitmail json YAML

Greatly simplify ioctl handling by fully relying on ether_ioctl and a
ifflags-change callback, together with a shadow copy of the last active
interface flags.
Fix ALLMULTI vs. PROMISC handling.
Fix mac hash filter calculation by reversing the crc bits (pointed out
by Jared).

(martin)

2014-10-26 16:48:36 UTC netbsd-7 commitmail json YAML

2014-10-26 16:47:12 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #158):
usr.bin/ftp/fetch.c: revision 1.206
don't pay attention to special characters if they don't come from the command
line (from jmcneill)

(martin)

2014-10-26 16:21:59 UTC MAIN commitmail json YAML

don't pay attention to special characters if they don't come from the command
line (from jmcneill)

(christos)

2014-10-26 15:38:28 UTC MAIN commitmail json YAML

dtrace expects a globally accessible syscall symbol.

(christos)

2014-10-26 15:07:33 UTC MAIN commitmail json YAML

when enabling IRQ, compare channel type to the channel type, not the type (string) passed in from the caller -- unbreaks A10/A20 audio after awindma split

(jmcneill)

2014-10-26 14:19:28 UTC MAIN commitmail json YAML

PR/49317: Henning Petersen: Fix prototypes inman page.

(christos)

2014-10-26 09:49:58 UTC netbsd-7 commitmail json YAML

2014-10-26 09:48:18 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #157):
sys/netinet/tcp_output.c: revision 1.178
Avoid stack overflow when SACK and TCP_SIGNATURE are both present. Thanks
to Jonathan Looney for pointing this out.

(martin)

2014-10-26 01:42:07 UTC MAIN commitmail json YAML

Define UVMDEBUG for expensive debugging operations. Idea from chuq.

(christos)

2014-10-25 22:00:19 UTC MAIN commitmail json YAML

fix logic that handles command line arguments. Now you can:

fsck /mnt/point
fsck dkX
fsck rdkX
fsck /dev/dkX
fsck /dev/rdkX
fsck NAME=wedge

(mlelstv)

2014-10-25 21:11:37 UTC MAIN commitmail json YAML

2014-10-25 21:02:31 UTC MAIN commitmail json YAML

2014-10-25 21:01:12 UTC MAIN commitmail json YAML

2014-10-25 21:00:20 UTC MAIN commitmail json YAML

adjust for newer acpica

(christos)

2014-10-25 21:00:08 UTC MAIN commitmail json YAML

merge conflicts

(christos)

2014-10-25 19:08:48 UTC MAIN commitmail json YAML

2014-10-25 19:06:34 UTC MAIN commitmail json YAML

2014-10-25 18:15:18 UTC MAIN commitmail json YAML

2014-10-25 18:00:25 UTC MAIN commitmail json YAML

Fix typo. Use format string.

(joerg)

2014-10-25 16:47:24 UTC MAIN commitmail json YAML

Support wedge names.

before:
    newfs dk1        - formats /dev/rdk1
    newfs rdk1      - cannot open /dev/rrdk1
    newfs /dev/dk1  - /dev/dk1 is a block-device, use raw device
    newfs /dev/rdk1  - formats /dev/rdk1

now:
    newfs dk1        - formats /dev/rdk1
    newfs rdk1      - cannot open /dev/rrdk1
    newfs /dev/dk1  - formats /dev/rdk1 (*)
    newfs /dev/rdk1  - formats /dev/rdk1
    newfs NAME=wedge - formats /dev/rdk1

(*) getfsspecname() returns the block device which must be translated.
    Passing a block device manually cannot be distinguished from this case.

(mlelstv)

2014-10-25 15:07:13 UTC MAIN commitmail json YAML

Avoid stack overflow when SACK and TCP_SIGNATURE are both present. Thanks
to Jonathan Looney for pointing this out.

(christos)

2014-10-25 15:02:12 UTC MAIN commitmail json YAML

2014-10-25 12:54:28 UTC MAIN commitmail json YAML

Try to future-proof this. Can libasan be built by clang?

(christos)

2014-10-25 11:35:15 UTC MAIN commitmail json YAML

2014-10-25 10:58:12 UTC MAIN commitmail json YAML

2014-10-25 10:02:15 UTC netbsd-7 commitmail json YAML

2014-10-25 10:00:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #156):
sys/kern/kern_exec.c: revision 1.409
PR/49287: David Holland: Skip the right number of bytes to go over the first
argument in the argv vector. Fixes netbsd32 script execution, where you lost
the first argument because it skipped 8 bytes instead of 4.

(martin)

2014-10-25 00:57:59 UTC MAIN commitmail json YAML

When building with clang, make warnings about NULL checks of parameters
with attribute nonnull non-fatal.

(joerg)

2014-10-24 23:13:22 UTC netbsd-7 commitmail json YAML

Back out #155, it was problematic on HEAD.  Reapply when it's
reworked and better tested.

(riz)

2014-10-24 22:42:40 UTC MAIN commitmail json YAML

HAVE_GCC might not be defined at all...

(joerg)

2014-10-24 22:42:16 UTC MAIN commitmail json YAML

Don't overwrite the real unwind.h if it is present.

(joerg)

2014-10-24 22:19:44 UTC MAIN commitmail json YAML

Back out previous until it can be fixed - it was causing all
sets to contain all files, which made a full build of all arches
over 150GB!

My awk isn't good enough to fix this myself in the time available.

(riz)

2014-10-24 21:13:30 UTC MAIN commitmail json YAML

PR/49287: David Holland: Skip the right number of bytes to go over the first
argument in the argv vector. Fixes netbsd32 script execution, where you lost
the first argument because it skipped 8 bytes instead of 4.

(christos)

2014-10-24 21:08:36 UTC MAIN commitmail json YAML

2014-10-24 21:07:55 UTC MAIN commitmail json YAML

sync with the regular method; no functional diff

(christos)

2014-10-24 18:29:20 UTC MAIN commitmail json YAML

2014-10-24 18:27:41 UTC MAIN commitmail json YAML

pam library has moved and new files

(christos)

2014-10-24 18:27:13 UTC MAIN commitmail json YAML

2014-10-24 18:25:42 UTC MAIN commitmail json YAML

2014-10-24 18:25:14 UTC MAIN commitmail json YAML

src/external/bsd/openpam/dist/doc/man/openpam.3@1.8 / diff / nxr@1.8
src/external/bsd/openpam/dist/doc/man/openpam_borrow_cred.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_free_data.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_free_envlist.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_get_feature.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_get_option.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_log.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_nullconv.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_readline.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_readlinev.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_readword.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_restore_cred.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_set_feature.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_set_option.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_straddch.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_subst.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_ttyconv.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/pam.3@1.8 / diff / nxr@1.8
src/external/bsd/openpam/dist/doc/man/pam_acct_mgmt.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/pam_authenticate.3@1.6 / diff / nxr@1.6
      :
(more 30 files)
fix conflicts

(christos)

2014-10-24 18:17:57 UTC MAIN commitmail json YAML

src/external/bsd/openpam/dist/bin/pamtest/pamtest.1@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/bin/pamtest/pamtest.c@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/bin/su/su.1@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/bin/su/su.c@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_borrow_cred.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_free_data.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_free_envlist.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_get_feature.3@1.4 / diff / nxr@1.4
src/external/bsd/openpam/dist/doc/man/openpam_get_option.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_log.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_nullconv.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_readline.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_readlinev.3@1.4 / diff / nxr@1.4
src/external/bsd/openpam/dist/doc/man/openpam_readword.3@1.4 / diff / nxr@1.4
src/external/bsd/openpam/dist/doc/man/openpam_restore_cred.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_set_feature.3@1.4 / diff / nxr@1.4
src/external/bsd/openpam/dist/doc/man/openpam_set_option.3@1.5 / diff / nxr@1.5
src/external/bsd/openpam/dist/doc/man/openpam_straddch.3@1.4 / diff / nxr@1.4
src/external/bsd/openpam/dist/doc/man/openpam_subst.3@1.6 / diff / nxr@1.6
      :
(more 219 files)
merge conflicts

(christos)

2014-10-24 17:58:09 UTC MAIN commitmail json YAML

2014-10-24 17:50:50 UTC MAIN commitmail json YAML

Fix a bug that the offset of alt MAC address is wrongly calculated to 0
when alt MAC address function is really used. This bug does not appear
as real bug if the same MAC address is written in the default location
and alt MAC address's location.

(msaitoh)

2014-10-24 15:51:16 UTC MAIN commitmail json YAML

2014-10-24 13:18:51 UTC MAIN commitmail json YAML

One semicolon is enough.

(njoly)

2014-10-24 10:59:45 UTC MAIN commitmail json YAML

A20 is a Cortex-A7, so set CPUFLAGS to match; disbale ALLWINNER_A10 and CPU_CORTEXA8 options

(jmcneill)

2014-10-24 10:59:24 UTC MAIN commitmail json YAML

A20 is a Cortex-A7, so set CPUFLAGS to match

(jmcneill)

2014-10-24 10:48:05 UTC MAIN commitmail json YAML

disable axp20x for now, it seems after a while we get "send STOP failed" from i2c bus and then things go from bad to worse

(jmcneill)

2014-10-24 07:32:25 UTC netbsd-7 commitmail json YAML

2014-10-24 07:30:14 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apbapb in ticket #155):
distrib/sets/join.awk: revision 1.4
distrib/sets/join.awk: revision 1.5
Add an unvis function and use it on file names in mtree specs.
This should correct the problem that ./bin/[ was missing from the
base.tgz set, despite being listed in src/distrib/sets/base/mi
and being present in METALOG.  The corresponding entry in
METALOG.sanitised has ./bin/\133 instead of ./bin/[, and that made
join.awk omit it.
XXX: The unvis() implementation in join.awk handles only a subset
of the syntax, but it's probably good enough for now.
XXX: The file names should probably be canonicalised by
vis(unvis(name)), but at present none of the file names in the set
lists really need it.
XXX: It may be a bug that entries in the set lists without
corresponding entries in METALOG are silently ignored by join.awk.
Add vis() function, and canonicalise file names via vis(unvis($1)).
XXX: The vis() function is very limited, due to the absence of ord()
in NetBSD's awk.

(martin)

2014-10-24 07:28:14 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by hikaru in ticket #154):
sys/netinet/tcp_output.c: revision 1.177
Fix wrong condition checking TSO capability.
ipsec_used is not necessary condition.
IPsec outbound policy will not be checked when ipsec_used is false.

(martin)

2014-10-24 07:08:26 UTC MAIN commitmail json YAML

Remove unnecessary #include

(skrll)

2014-10-24 07:00:49 UTC MAIN commitmail json YAML

BPI is CORTEX A7 and Allwinner A20

(skrll)

2014-10-24 02:39:34 UTC MAIN commitmail json YAML

2014-10-24 01:08:07 UTC MAIN commitmail json YAML

Fix a typo: the PC is likely in _REG_PC

(dennis)

2014-10-23 23:31:26 UTC MAIN commitmail json YAML

2014-10-23 21:19:53 UTC MAIN commitmail json YAML

remove stray endif

(christos)

2014-10-23 21:03:25 UTC MAIN commitmail json YAML

simplify and eliminate TOCTOU.

(christos)

2014-10-23 20:08:27 UTC MAIN commitmail json YAML

fix (add missing, remove dups, sort)

(christos)

2014-10-23 19:39:43 UTC MAIN commitmail json YAML

instead of bitching about the missing endianness, get it.

(christos)

2014-10-23 19:03:38 UTC MAIN commitmail json YAML

2014-10-23 18:46:49 UTC MAIN commitmail json YAML

2014-10-23 18:45:58 UTC MAIN commitmail json YAML

2014-10-23 17:51:22 UTC MAIN commitmail json YAML

2014-10-23 17:50:24 UTC MAIN commitmail json YAML

2014-10-23 17:50:08 UTC MAIN commitmail json YAML

stop playing type games, and use the proper type for the placement new operator

(christos)

2014-10-23 15:29:06 UTC MAIN commitmail json YAML

Only visit libasan if ${HAVE_GCC} == "48"

(martin)

2014-10-23 14:19:33 UTC MAIN commitmail json YAML

Add vis() function, and canonicalise file names via vis(unvis($1)).

XXX: The vis() function is very limited, due to the absence of ord()
in NetBSD's awk.

(apb)

2014-10-23 13:45:41 UTC MAIN commitmail json YAML

Add some HyperTransport related defines. It's required for the MSI.

(msaitoh)

2014-10-23 13:44:37 UTC MAIN commitmail json YAML

- Cleanup pci_conf_print_caplist. Use table. The reason why it loops twice
  is that some capabilities appear multiple times (e.g. HyperTransport cap).
- Print the specification revision of Power Management and AGP not in
  the capability list part but in the detail part.

(msaitoh)

2014-10-23 13:40:15 UTC MAIN commitmail json YAML

Fix a bug that the specification revision of the Power Management function
was incorrectly printed in the output of capability "list".
The value is also printed in the detail output and it has no bug.

(msaitoh)

2014-10-23 12:16:25 UTC MAIN commitmail json YAML