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 (176d)  thorpej-altq-separation (178d) 

2024-05-10 16:21:45 UTC Now

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

2014-10-23 10:01:53 UTC MAIN commitmail json YAML

Add support for sysenter, sysexit, vmptrld, vmptrst and getsec.

(msaitoh)

2014-10-23 09:59:56 UTC MAIN commitmail json YAML

Fix typo in comment.

(msaitoh)

2014-10-23 09:57:37 UTC MAIN commitmail json YAML

2014-10-23 08:55:32 UTC MAIN commitmail json YAML

Add standard size_t dance

(martin)

2014-10-23 03:47:59 UTC MAIN commitmail json YAML

Note update to tzdata2014i,

(apb)

2014-10-23 03:45:46 UTC MAIN commitmail json YAML

Add ./usr/share/zoneinfo/Pacific/Bougainville for tzdata2014i

(apb)

2014-10-23 03:42:09 UTC MAIN commitmail json YAML

Update tzdata2netbsd for 2014i.

The NEWS file has been included in the tzdata tarball since 2014g, so
don't mention the separate NEWS URL in the prototype CVS log message.

(apb)

2014-10-23 00:25:54 UTC MAIN commitmail json YAML

2014-10-22 23:25:11 UTC MAIN commitmail json YAML

2014-10-22 23:20:48 UTC MAIN commitmail json YAML

add asan to the libraries we build.

(christos)

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

2014-10-22 21:22:07 UTC MAIN commitmail json YAML

2014-10-22 21:21:02 UTC MAIN commitmail json YAML

add libasan to the build

(christos)

2014-10-22 21:19:59 UTC MAIN commitmail json YAML

2014-10-22 20:50:20 UTC MAIN commitmail json YAML

2014-10-22 19:29:31 UTC MAIN commitmail json YAML

don't kill the existing includes

(christos)

2014-10-22 16:54:13 UTC MAIN commitmail json YAML

mention address sanitizer

(christos)

2014-10-22 16:53:16 UTC MAIN commitmail json YAML

Do the mcontext stuff differently so that we don't fail compilation.

(christos)

2014-10-22 16:52:47 UTC MAIN commitmail json YAML

2014-10-22 16:52:23 UTC MAIN commitmail json YAML

Add libraries the statically linked address sanitizer library needs.

(christos)

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

2014-10-22 16:36:52 UTC MAIN commitmail json YAML

2014-10-22 16:31:57 UTC MAIN commitmail json YAML

No need to -I execinfo now that unwind.h is installed.

(christos)

2014-10-22 16:30:22 UTC MAIN commitmail json YAML

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

2014-10-22 12:28:52 UTC netbsd-7 commitmail json YAML

2014-10-22 12:28:30 UTC netbsd-7 commitmail json YAML

Pull up the following revisions(s) (requested by martin in ticket #153):
usr.sbin/sysinst/mbr.c: revision 1.4

On architectures that have no BIOS (and so do not set a BIOS geometry)
we need to initialize the globals bsec, bcyl and bhead before using
them.

(sborrill)

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

2014-10-22 11:11:40 UTC MAIN commitmail json YAML

map gmac_phy_power.gmac_phy_power_en to gmacpwren

(jmcneill)

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

2014-10-22 10:32:50 UTC MAIN commitmail json YAML

2014-10-22 03:07:11 UTC MAIN commitmail json YAML

Go back to use the linux version which can be used for our stuff too now.

(christos)

2014-10-22 00:46:16 UTC MAIN commitmail json YAML

2014-10-22 00:24:53 UTC MAIN commitmail json YAML

Add support for GPIO configuration via "FEX" scripts, in an attempt to
keep awin_device_register under control.

Board configuration scripts can be found here:
  https://github.com/linux-sunxi/sunxi-boards/blob/master/sys_config

You can compile them with the "fex2bin" tool found here:
  https://github.com/linux-sunxi/sunxi-tools

To use, copy the compiled FEX to your MS-DOS partition, load it with
U-Boot, and then tell the kernel where to find it with the "sysconfig="
boot option. For example, uEnv.txt on a Cubieboard2 might look like this:

  bootargs=root=ld0a sysconfig=0x43000000
  uenvcmd=mmc dev 0; mmc rescan; fatload mmc 0:1 43000000 cubieboard2.bin; fatload mmc 0:1 82000000 netbsd.ub; bootm 82000000

(jmcneill)

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

install a shared library version, now that we know how to do it.

(christos)

2014-10-22 00:15:16 UTC MAIN commitmail json YAML

the interceptors don't know about __RENAME() so add a kludge.

(christos)

2014-10-22 00:14:52 UTC MAIN commitmail json YAML

2014-10-21 23:15:38 UTC MAIN commitmail json YAML

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.

(apb)

2014-10-21 18:19:17 UTC MAIN commitmail json YAML

On architectures that have no BIOS (and so do not set a BIOS geometry)
we need to initialize the globals bsec, bcyl and bhead before using
them.

(martin)

2014-10-21 16:05:01 UTC MAIN commitmail json YAML

Revert previous; it does not work with COMPAT_BSDPTY, screen(1) fails because
it does a TIOCPTSNAME immediately after opening ptmx and finds an old style pty.

(christos)

2014-10-21 13:44:47 UTC MAIN commitmail json YAML

Fix wrong condition checking TSO capability.
ipsec_used is not necessary condition.
IPsec outbound policy will not be checked when ipsec_used is false.

(hikaru)

2014-10-21 10:39:26 UTC MAIN commitmail json YAML

Move and unify indirect block truncate algorithm into a separate function.

Reviewed by joerg.

(slp)

2014-10-21 09:07:07 UTC MAIN commitmail json YAML

remove outdated comments

(macallan)

2014-10-21 08:49:55 UTC MAIN commitmail json YAML

RADEONFB_MMAP_BARS is no more

(macallan)

2014-10-21 08:48:20 UTC MAIN commitmail json YAML

RADEONFB_MMAP_BARS is no more

(macallan)

2014-10-21 08:46:44 UTC MAIN commitmail json YAML

get rid of RADEONFB_MMAP_BARS which hasn't been useful for years

(macallan)

2014-10-21 04:50:11 UTC MAIN commitmail json YAML

Some notes on storing version control info in a graph datastore.

(dholland)

2014-10-21 00:01:01 UTC MAIN commitmail json YAML

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

src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/gstdint.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/gstdint.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h@1.9 / diff / nxr@1.9
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gstdint.h@1.8 / diff / nxr@1.8
      :
(more 30 files)
regen for netbsd version fix.  (actually, this seems to not
actually be necessary, it only fixes local comments to be
correct..)

(mrg)

2014-10-20 23:41:46 UTC MAIN commitmail json YAML

Set M_HASFCS does the frame does include the FCS in the length.

(matt)

2014-10-20 23:22:57 UTC MAIN commitmail json YAML

Use read and fwrite rather than fgets and printf when reading filemon data.

(sjg)

2014-10-20 23:21:11 UTC MAIN commitmail json YAML

2014-10-20 22:04:31 UTC MAIN commitmail json YAML

2014-10-20 21:48:57 UTC MAIN commitmail json YAML

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

2014-10-20 20:10:05 UTC MAIN commitmail json YAML

2014-10-20 20:08:01 UTC MAIN commitmail json YAML

Cosmetics - block interrupts while enabling different interrupt sources.

(martin)

2014-10-20 20:02:16 UTC MAIN commitmail json YAML

For now the interrupt handler is not MPSAFE

(martin)

2014-10-20 19:51:40 UTC MAIN commitmail json YAML

Consistently set the RX descriptors controll word - do not disable RX
interrupt and set chain mode. Now it does not run off the end of the
ring after 512 packets any more.

(martin)

2014-10-20 19:49:34 UTC MAIN commitmail json YAML

The RXINT bit is a RX interrupt DISABLE bit.

(martin)

2014-10-20 19:36:03 UTC MAIN commitmail json YAML

Cleanup debug code a bit.

(martin)

2014-10-20 19:05:46 UTC MAIN commitmail json YAML

support PL and PM CPUs-PORT pins on A31

(jmcneill)

2014-10-20 19:04:23 UTC MAIN commitmail json YAML

ensure software reset signal is de-asserted on A31

(jmcneill)

2014-10-20 19:03:30 UTC MAIN commitmail json YAML

add CPUs-PORT offset and PL/PM pin counts for A31

(jmcneill)

2014-10-20 18:14:37 UTC MAIN commitmail json YAML

2014-10-20 17:46:33 UTC MAIN commitmail json YAML

add some recent Allwinner changes -- PMU (axp20x, axp22x), A31 SoC changes, P2WI driver, OTG support for A10/A20.

(jmcneill)

2014-10-20 17:37:20 UTC MAIN commitmail json YAML

AllWinner -> Allwinner

(jmcneill)

2014-10-20 16:35:07 UTC MAIN commitmail json YAML

2014-10-20 15:34:04 UTC MAIN commitmail json YAML

add AWIN_A31_AHB_GATING0_GMAC and A31 SDMMC pinsets

(jmcneill)

2014-10-20 14:55:03 UTC MAIN commitmail json YAML

2014-10-20 14:50:09 UTC MAIN commitmail json YAML

Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
Preserve IN6_IFF_TENTATIVE when updating address flags.

(roy)

2014-10-20 11:58:01 UTC MAIN commitmail json YAML

2014-10-20 11:57:05 UTC MAIN commitmail json YAML

2014-10-20 10:31:32 UTC MAIN commitmail json YAML

Try to make this buildable on big endian machines.

(martin)

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

Pullup the following revisions, requested by maxv in ticket #148:

sys/compat/svr4/svr4_stat.c                    1.70
sys/dev/dm/dm_target_snapshot.c                1.17
sys/dev/if_ndis/if_ndis_pci.c                  1.20
sys/fs/smbfs/smbfs_smb.c                        1.45
sys/ufs/ext2fs/ext2fs_readwrite.c              1.65

Various fixes: two memory leaks, a typo, a dead compiler condition and
unused macros, respectively in if_ndis and dm, smbfs, svr4 and ext2fs.

(martin)

2014-10-20 09:13:07 UTC MAIN commitmail json YAML

Note import of openresolv-3.6.0

(roy)

2014-10-20 09:11:35 UTC MAIN commitmail json YAML

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

Note new date for version - this is the import date.

(skrll)

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

The userland namelen is size_t, but the kernel holds it in an int. The
sizeof(login) test implicitly interprets 'namelen' as unsigned, which
means that negative values get kicked anyway. Still this is fragile, so:
int -> size_t

(maxv)

2014-10-20 07:13:27 UTC MAIN commitmail json YAML

Reduce code a little. Reviewed by gimpy.

(skrll)

2014-10-20 06:56:38 UTC MAIN commitmail json YAML

Memory leak, triggerable from root only.

Found by my code scanner.

ok christos@

(maxv)

2014-10-20 06:41:52 UTC MAIN commitmail json YAML

Memory leak.

Found by my code scanner.

ok christos@

(maxv)

2014-10-20 03:05:13 UTC MAIN commitmail json YAML

2014-10-19 23:18:22 UTC MAIN commitmail json YAML

add SDMMC1 SDMMC2 and SDMM3 for A31

(jmcneill)

2014-10-19 22:38:01 UTC MAIN commitmail json YAML

2014-10-19 22:37:08 UTC MAIN commitmail json YAML

add some hummingbird A31 motg pins

(jmcneill)

2014-10-19 22:34:55 UTC MAIN commitmail json YAML

allow awge mac address to be overriden by uEnv bootargs; set awge0.mac-address=XX:XX:XX:XX:XX:XX

(jmcneill)

2014-10-19 22:31:33 UTC MAIN commitmail json YAML

if we read an insane mac address from the chip, dont attach

(jmcneill)

2014-10-19 20:11:59 UTC netbsd-5-2 commitmail json YAML

2014-10-19 20:11:09 UTC netbsd-5-2 commitmail json YAML

src/crypto/dist/openssl/apps/s_client.c@1.1.1.11.2.1 / diff / nxr@1.1.1.11.2.1
src/crypto/dist/openssl/crypto/LPdir_vms.c@1.1.1.1.38.1 / diff / nxr@1.1.1.1.38.1
src/crypto/dist/openssl/crypto/LPdir_win.c@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
src/crypto/dist/openssl/crypto/Makefile@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
src/crypto/dist/openssl/crypto/bn/asm/x86_64-gcc.c@1.1.1.4.36.1 / diff / nxr@1.1.1.4.36.1
src/crypto/dist/openssl/crypto/bn/bn_exp.c@1.3.2.1 / diff / nxr@1.3.2.1
src/crypto/dist/openssl/crypto/bn/exptest.c@1.4.2.1 / diff / nxr@1.4.2.1
src/crypto/dist/openssl/crypto/constant_time_locl.h@1.1.6.2 / diff / nxr@1.1.6.2
src/crypto/dist/openssl/crypto/constant_time_test.c@1.1.6.2 / diff / nxr@1.1.6.2
src/crypto/dist/openssl/crypto/dsa/dsa_ameth.c@1.1.1.1.6.1 / diff / nxr@1.1.1.1.6.1
src/crypto/dist/openssl/crypto/ec/ec.h@1.6.2.1 / diff / nxr@1.6.2.1
src/crypto/dist/openssl/crypto/ec/ec_ameth.c@1.1.1.1.6.1 / diff / nxr@1.1.1.1.6.1
src/crypto/dist/openssl/crypto/ec/ec_asn1.c@1.1.1.4.30.1 / diff / nxr@1.1.1.4.30.1
src/crypto/dist/openssl/crypto/ec/ec_key.c@1.1.1.1.38.1 / diff / nxr@1.1.1.1.38.1
src/crypto/dist/openssl/crypto/ec/ecp_smpl.c@1.1.1.4.38.1 / diff / nxr@1.1.1.4.38.1
src/crypto/dist/openssl/crypto/err/openssl.ec@1.1.1.7.2.1 / diff / nxr@1.1.1.7.2.1
src/crypto/dist/openssl/crypto/evp/Makefile@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
src/crypto/dist/openssl/crypto/evp/evp_enc.c@1.1.1.8.30.1 / diff / nxr@1.1.1.8.30.1
src/crypto/dist/openssl/crypto/pkcs7/pkcs7.h@1.8.2.1 / diff / nxr@1.8.2.1
src/crypto/dist/openssl/crypto/rsa/Makefile@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
      :
(more 34 files)
Apply patch (requested by spz in ticket #1927):
Apply OpenSSL security fixes derived from the diff between
OpenSSL 1.0.0n and 1.0.0o, fixing CVE-2014-3567, CVE-2014-3568,
and adding POODLE mitigation via support for TLS_FALLBACK_SCSV.

(snj)

2014-10-19 20:10:28 UTC netbsd-5-1 commitmail json YAML

2014-10-19 20:10:12 UTC netbsd-5-1 commitmail json YAML

src/crypto/dist/openssl/apps/s_client.c@1.1.1.11.12.1 / diff / nxr@1.1.1.11.12.1
src/crypto/dist/openssl/crypto/LPdir_vms.c@1.1.1.1.34.1 / diff / nxr@1.1.1.1.34.1
src/crypto/dist/openssl/crypto/LPdir_win.c@1.1.1.2.12.1 / diff / nxr@1.1.1.2.12.1
src/crypto/dist/openssl/crypto/Makefile@1.1.1.4.12.1 / diff / nxr@1.1.1.4.12.1
src/crypto/dist/openssl/crypto/bn/asm/x86_64-gcc.c@1.1.1.4.32.1 / diff / nxr@1.1.1.4.32.1
src/crypto/dist/openssl/crypto/bn/bn_exp.c@1.3.12.1 / diff / nxr@1.3.12.1
src/crypto/dist/openssl/crypto/bn/exptest.c@1.4.12.1 / diff / nxr@1.4.12.1
src/crypto/dist/openssl/crypto/constant_time_locl.h@1.1.4.2 / diff / nxr@1.1.4.2
src/crypto/dist/openssl/crypto/constant_time_test.c@1.1.4.2 / diff / nxr@1.1.4.2
src/crypto/dist/openssl/crypto/dsa/dsa_ameth.c@1.1.1.1.16.1 / diff / nxr@1.1.1.1.16.1
src/crypto/dist/openssl/crypto/ec/ec.h@1.6.12.1 / diff / nxr@1.6.12.1
src/crypto/dist/openssl/crypto/ec/ec_ameth.c@1.1.1.1.16.1 / diff / nxr@1.1.1.1.16.1
src/crypto/dist/openssl/crypto/ec/ec_asn1.c@1.1.1.4.26.1 / diff / nxr@1.1.1.4.26.1
src/crypto/dist/openssl/crypto/ec/ec_key.c@1.1.1.1.34.1 / diff / nxr@1.1.1.1.34.1
src/crypto/dist/openssl/crypto/ec/ecp_smpl.c@1.1.1.4.34.1 / diff / nxr@1.1.1.4.34.1
src/crypto/dist/openssl/crypto/err/openssl.ec@1.1.1.7.12.1 / diff / nxr@1.1.1.7.12.1
src/crypto/dist/openssl/crypto/evp/Makefile@1.1.1.5.12.1 / diff / nxr@1.1.1.5.12.1
src/crypto/dist/openssl/crypto/evp/evp_enc.c@1.1.1.8.26.1 / diff / nxr@1.1.1.8.26.1
src/crypto/dist/openssl/crypto/pkcs7/pkcs7.h@1.8.12.1 / diff / nxr@1.8.12.1
src/crypto/dist/openssl/crypto/rsa/Makefile@1.1.1.4.12.1 / diff / nxr@1.1.1.4.12.1
      :
(more 34 files)
Apply patch (requested by spz in ticket #1927):
Apply OpenSSL security fixes derived from the diff between
OpenSSL 1.0.0n and 1.0.0o, fixing CVE-2014-3567, CVE-2014-3568,
and adding POODLE mitigation via support for TLS_FALLBACK_SCSV.

(snj)

2014-10-19 20:09:14 UTC netbsd-5 commitmail json YAML

2014-10-19 20:05:07 UTC netbsd-5 commitmail json YAML

Apply patch (requested by spz in ticket #1927):
Apply OpenSSL security fixes derived from the diff between
OpenSSL 1.0.0n and 1.0.0o, fixing CVE-2014-3567, CVE-2014-3568,
and adding POODLE mitigation via support for TLS_FALLBACK_SCSV.

(snj)

2014-10-19 20:04:09 UTC netbsd-5 commitmail json YAML

src/crypto/dist/openssl/apps/s_client.c@1.1.1.11.4.1 / diff / nxr@1.1.1.11.4.1
src/crypto/dist/openssl/crypto/LPdir_vms.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/crypto/dist/openssl/crypto/LPdir_win.c@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/crypto/dist/openssl/crypto/Makefile@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/crypto/dist/openssl/crypto/bn/asm/x86_64-gcc.c@1.1.1.4.24.1 / diff / nxr@1.1.1.4.24.1
src/crypto/dist/openssl/crypto/bn/bn_exp.c@1.3.4.1 / diff / nxr@1.3.4.1
src/crypto/dist/openssl/crypto/bn/exptest.c@1.4.4.1 / diff / nxr@1.4.4.1
src/crypto/dist/openssl/crypto/dsa/dsa_ameth.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/crypto/dist/openssl/crypto/ec/ec.h@1.6.4.1 / diff / nxr@1.6.4.1
src/crypto/dist/openssl/crypto/ec/ec_ameth.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/crypto/dist/openssl/crypto/ec/ec_asn1.c@1.1.1.4.18.1 / diff / nxr@1.1.1.4.18.1
src/crypto/dist/openssl/crypto/ec/ec_key.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/crypto/dist/openssl/crypto/ec/ecp_smpl.c@1.1.1.4.26.1 / diff / nxr@1.1.1.4.26.1
src/crypto/dist/openssl/crypto/err/openssl.ec@1.1.1.7.4.1 / diff / nxr@1.1.1.7.4.1
src/crypto/dist/openssl/crypto/evp/Makefile@1.1.1.5.4.1 / diff / nxr@1.1.1.5.4.1
src/crypto/dist/openssl/crypto/evp/evp_enc.c@1.1.1.8.18.1 / diff / nxr@1.1.1.8.18.1
src/crypto/dist/openssl/crypto/pkcs7/pkcs7.h@1.8.4.1 / diff / nxr@1.8.4.1
src/crypto/dist/openssl/crypto/rsa/Makefile@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/crypto/dist/openssl/crypto/rsa/rsa.h@1.14.4.1 / diff / nxr@1.14.4.1
src/crypto/dist/openssl/crypto/rsa/rsa_err.c@1.7.4.1 / diff / nxr@1.7.4.1
      :
(more 30 files)
Apply patch (requested by spz in ticket #1927):
Apply OpenSSL security fixes derived from the diff between
OpenSSL 1.0.0n and 1.0.0o, fixing CVE-2014-3567, CVE-2014-3568,
and adding POODLE mitigation via support for TLS_FALLBACK_SCSV.

(snj)

2014-10-19 19:47:09 UTC netbsd-6-1 commitmail json YAML

2014-10-19 19:46:56 UTC netbsd-6-0 commitmail json YAML

2014-10-19 19:46:44 UTC netbsd-6 commitmail json YAML

2014-10-19 19:42:01 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1168):
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.

(snj)

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

Pull up following revision(s) (requested by maxv in ticket #1168):
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.

(snj)

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

Pull up following revision(s) (requested by maxv in ticket #1168):
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.

(snj)

2014-10-19 17:33:59 UTC MAIN commitmail json YAML

Resource leak.

Found by my code scanner.

Tested by njoly@; ok njoly@ rmind@ on tech-kern@.

(maxv)

2014-10-19 17:01:40 UTC MAIN commitmail json YAML

use correct gating reg on A31

(jmcneill)

2014-10-19 16:47:51 UTC MAIN commitmail json YAML

Do not use hard-coded values with ENAMETOOLONG, use symbolic constants
instead.

(njoly)

2014-10-19 16:38:21 UTC MAIN commitmail json YAML

2014-10-19 16:35:09 UTC MAIN commitmail json YAML

2014-10-19 16:33:01 UTC MAIN commitmail json YAML

Add new keytype, replace duplicated code with loop

(christos)

2014-10-19 16:31:47 UTC MAIN commitmail json YAML

2014-10-19 16:30:59 UTC MAIN commitmail json YAML

2014-10-19 16:12:22 UTC netbsd-7 commitmail json YAML

2014-10-19 16:11:06 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #152):
sys/arch/amd64/include/Makefile.inc: revision 1.5
sys/arch/i386/include/Makefile.inc: revision 1.3
Disable SSE and AVX for kernel modules too.

(martin)

2014-10-19 16:09:28 UTC MAIN commitmail json YAML

add some A31 initialization and a new phy-type of gmii

(jmcneill)

2014-10-19 15:41:05 UTC MAIN commitmail json YAML

2014-10-19 15:38:54 UTC MAIN commitmail json YAML

different offset for A31 GMAC

(jmcneill)

2014-10-19 15:37:25 UTC MAIN commitmail json YAML

add A31 GMAC module base and clk reg offset

(jmcneill)

2014-10-19 15:27:33 UTC MAIN commitmail json YAML

2014-10-19 15:24:07 UTC netbsd-7 commitmail json YAML

2014-10-19 15:22:00 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #151):
sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c: revision 1.5
sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.4
sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.5
sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.6
sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.7
use a fixed frequency (48kHz) and configure the audio server at attach time, instead of at the beginning of playback
improved playback error handling, and get rid of junk+silence insertion at the beginning of playback
expose vchi_get_peer_version
capture peer version; if less than 2, bail out as bulk mode is not supported. report the peer version with "audioctl version"
Some improvements that make playback mostly reliable for me - the final
piece of the jigaw is probably in vchiq:
- prefill vchiq with a number (currently 2) blocks of audio before
  starting
- use a kthread as workqueue isn't suited to our usage.
- don't drain on stopping as for some reason it leaves data behind.

(martin)

2014-10-19 14:13:02 UTC MAIN commitmail json YAML

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

only set PR bit in frame filter if IFF_PROMISC is set, and set PM bit if IFF_ALLMULTI is set

(jmcneill)

2014-10-19 13:04:24 UTC MAIN commitmail json YAML

fix inverted logic with AWIN_GMAC_MAC_CONF_MIISEL bit; my cubieboard2 can talk to the network now!

(jmcneill)

2014-10-19 11:45:01 UTC MAIN commitmail json YAML

Add more MAC filter setup, some DMA burst configuration (from jmcneill),
actually enable RX interrupts (spotted by jmcneill), add RX handling
code and debug code.

(martin)

2014-10-19 11:37:17 UTC MAIN commitmail json YAML

2014-10-19 11:17:44 UTC MAIN commitmail json YAML

Add negative offset checks to fseeko

These were not strictly needed before, as lseek would error on negative
arguments, but having added open_memstream we have a virtual file pointer
that assumes that it gets sane values, so we get an assertion triggered
on a negative value. Best to check in one place rather than at all the
relevant points.

(justin)

2014-10-19 10:04:00 UTC netbsd-7 commitmail json YAML

2014-10-19 10:02:59 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #150):
sys/kern/vfs_vnode.c: revision 1.39
When creating a vnode with vcache_get() mark the vnode VI_CHANGING until
it is fully initialised.  It may be on the specnode list before it is
fully initialised and revoking it then would panic.
Should prevent the panic from PR kern/49171 (panic when closing a pty).

(martin)

2014-10-19 09:39:33 UTC MAIN commitmail json YAML

Add more bits and comments, parts from jmcneill.

(martin)

2014-10-19 09:15:59 UTC netbsd-7 commitmail json YAML

2014-10-19 09:14:51 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #149):
usr.sbin/sysinst/menus.mi: revision 1.7
Make the option to abort pkgsrc fetching/extraction actually work.
Previously, if the network was not set up and you couldn't fetch
pkgsrc, you'd get stuck here, unable to make it back to the parent
menu.

(martin)

2014-10-19 09:13:01 UTC netbsd-7 commitmail json YAML

src/crypto/external/bsd/openssl/dist/CHANGES@1.1.1.11.2.1 / diff / nxr@1.1.1.11.2.1
src/crypto/external/bsd/openssl/dist/Configure@1.8.2.1 / diff / nxr@1.8.2.1
src/crypto/external/bsd/openssl/dist/Makefile@1.2.2.1 / diff / nxr@1.2.2.1
src/crypto/external/bsd/openssl/dist/NEWS@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
src/crypto/external/bsd/openssl/dist/README@1.1.1.10.2.1 / diff / nxr@1.1.1.10.2.1
src/crypto/external/bsd/openssl/dist/apps/makeapps.com@1.1.1.2.22.1 / diff / nxr@1.1.1.2.22.1
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.6.2.1 / diff / nxr@1.6.2.1
src/crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c@1.1.1.2.22.1 / diff / nxr@1.1.1.2.22.1
src/crypto/external/bsd/openssl/dist/crypto/LPdir_win.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/crypto/external/bsd/openssl/dist/crypto/Makefile@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl@1.1.1.3.10.1 / diff / nxr@1.1.1.3.10.1
src/crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c@1.1.1.3.10.1 / diff / nxr@1.1.1.3.10.1
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c@1.1.1.2.22.1 / diff / nxr@1.1.1.2.22.1
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c@1.6.2.1 / diff / nxr@1.6.2.1
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/crypto/external/bsd/openssl/dist/crypto/bn/exptest.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/crypto/external/bsd/openssl/dist/crypto/constant_time_locl.h@1.1.2.2 / diff / nxr@1.1.2.2
src/crypto/external/bsd/openssl/dist/crypto/crypto-lib.com@1.1.1.5.10.1 / diff / nxr@1.1.1.5.10.1
src/crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c@1.1.1.3.12.1 / diff / nxr@1.1.1.3.12.1
src/crypto/external/bsd/openssl/dist/crypto/ebcdic.h@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
      :
(more 70 files)
Pullup the following revisions, requested by spz in ticket #147:

crypto/external/bsd/openssl/dist/CHANGES 1.2 (patch)
crypto/external/bsd/openssl/dist/Configure 1.9 (patch)
crypto/external/bsd/openssl/dist/Makefile 1.3 (patch)
crypto/external/bsd/openssl/dist/NEWS 1.2 (patch)
crypto/external/bsd/openssl/dist/README 1.2 (patch)
crypto/external/bsd/openssl/dist/apps/makeapps.com 1.2 (patch)
crypto/external/bsd/openssl/dist/apps/s_client.c 1.7 (patch)
crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/LPdir_win.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/Makefile 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c 1.7 (patch)
crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/bn/exptest.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/constant_time_locl.h 1.1 (patch)
crypto/external/bsd/openssl/dist/crypto/crypto-lib.com 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ebcdic.h 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ec/ec.h 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ec/ec2_smpl.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ec/ec_ameth.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ec/ec_asn1.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ec/ecp_mont.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ec/ecp_nist.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ec/ecp_smpl.c 1.3 (patch)
crypto/external/bsd/openssl/dist/crypto/ec/ectest.c 1.6 (patch)
crypto/external/bsd/openssl/dist/crypto/err/openssl.ec 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/evp/Makefile 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c 1.5 (patch)
crypto/external/bsd/openssl/dist/crypto/evp/evp_enc.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/install-crypto.com 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-x86_64.pl 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/modes/modes.h 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_vfy.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/opensslconf.h 1.7 (patch)
crypto/external/bsd/openssl/dist/crypto/opensslv.h 1.11 (patch)
crypto/external/bsd/openssl/dist/crypto/ossl_typ.h 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7.h 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/pqueue/pqueue.h 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/rsa/Makefile 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/rsa/rsa.h 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/rsa/rsa_err.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/rsa/rsa_oaep.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pk1.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sign.c 1.2 (patch)
crypto/external/bsd/openssl/dist/crypto/stack/safestack.h 1.2 (patch)
crypto/external/bsd/openssl/dist/doc/apps/dgst.pod 1.2 (patch)
crypto/external/bsd/openssl/dist/doc/crypto/BIO_s_accept.pod 1.2 (patch)
crypto/external/bsd/openssl/dist/doc/crypto/EVP_DigestInit.pod 1.2 (patch)
crypto/external/bsd/openssl/dist/doc/crypto/EVP_DigestVerifyInit.pod 1.2 (patch)
crypto/external/bsd/openssl/dist/doc/crypto/EVP_EncryptInit.pod 1.2 (patch)
crypto/external/bsd/openssl/dist/doc/crypto/EVP_PKEY_set1_RSA.pod 1.2 (patch)
crypto/external/bsd/openssl/dist/doc/crypto/EVP_PKEY_sign.pod 1.2 (patch)
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod 1.2 (patch)
crypto/external/bsd/openssl/dist/e_os.h 1.2 (patch)
crypto/external/bsd/openssl/dist/engines/makeengines.com 1.2 (patch)
crypto/external/bsd/openssl/dist/makevms.com 1.2 (patch)
crypto/external/bsd/openssl/dist/openssl.spec 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/Makefile 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/d1_both.c 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/d1_lib.c 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/d1_srtp.c 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/dtls1.h 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/s23_clnt.c 1.7 (patch)
crypto/external/bsd/openssl/dist/ssl/s23_srvr.c 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/s2_lib.c 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/s3_cbc.c 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/s3_clnt.c 1.11 (patch)
crypto/external/bsd/openssl/dist/ssl/s3_enc.c 1.7 (patch)
crypto/external/bsd/openssl/dist/ssl/s3_lib.c 1.12 (patch)
crypto/external/bsd/openssl/dist/ssl/s3_pkt.c 1.18 (patch)
crypto/external/bsd/openssl/dist/ssl/s3_srvr.c 1.18 (patch)
crypto/external/bsd/openssl/dist/ssl/srtp.h 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/ssl-lib.com 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/ssl.h 1.9 (patch)
crypto/external/bsd/openssl/dist/ssl/ssl3.h 1.7 (patch)
crypto/external/bsd/openssl/dist/ssl/ssl_err.c 1.7 (patch)
crypto/external/bsd/openssl/dist/ssl/ssl_lib.c 1.2 (patch)
crypto/external/bsd/openssl/dist/ssl/t1_enc.c 1.11 (patch)
crypto/external/bsd/openssl/dist/ssl/t1_lib.c 1.14 (patch)
crypto/external/bsd/openssl/dist/ssl/tls1.h 1.2 (patch)
crypto/external/bsd/openssl/dist/test/Makefile 1.2 (patch)
crypto/external/bsd/openssl/dist/test/maketests.com 1.2 (patch)
crypto/external/bsd/openssl/dist/test/tests.com 1.2 (patch)
crypto/external/bsd/openssl/dist/test/testssl 1.2 (patch)
crypto/external/bsd/openssl/dist/util/mk1mf.pl 1.2 (patch)
crypto/external/bsd/openssl/dist/util/mkdef.pl 1.2 (patch)
crypto/external/bsd/openssl/dist/util/ssleay.num 1.2 (patch)

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

(martin)

2014-10-18 16:56:51 UTC MAIN commitmail json YAML

Install agp_* drivers where pchb(4) is installed except INSTALL_FLOPPY.

XXX
Config around agp(4) is done in quite wrong direction.
"pchb <- (agpbus) <- agp <- agp_*"
should be:
"pchb <- (pcibus) <- agp_* <- (agpbus) <- agp"

(uebayasi)

2014-10-18 15:07:03 UTC MAIN commitmail json YAML

callers's -> caller's

(riz)

2014-10-18 14:56:14 UTC MAIN commitmail json YAML

PR/49291: Henning Petersen: Problem with half-line feeds in input stream.

(christos)

2014-10-18 14:06:58 UTC netbsd-7 commitmail json YAML

2014-10-18 14:04:58 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #146):
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.

(martin)

2014-10-18 12:45:25 UTC MAIN commitmail json YAML

Use symbolic constant instead of (wrong) magic number for mii clk selection.

(martin)

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

Fix GMAC_MII_CLKMASK and add a few clk setup bits for it.

(martin)

2014-10-18 12:36:39 UTC MAIN commitmail json YAML

setup gmac phy power gpio for Bananapi

(jmcneill)

2014-10-18 12:36:08 UTC MAIN commitmail json YAML

support for phy power gpio pins

(jmcneill)

2014-10-18 11:39:54 UTC MAIN commitmail json YAML

A void function should not return a value from another void function.

(njoly)

2014-10-18 11:23:17 UTC MAIN commitmail json YAML

2014-10-18 11:02:14 UTC MAIN commitmail json YAML

2014-10-18 09:54:19 UTC MAIN commitmail json YAML

Minor comment update.

(skrll)

2014-10-18 08:33:31 UTC MAIN commitmail json YAML

2014-10-18 07:11:07 UTC MAIN commitmail json YAML

2014-10-18 06:42:31 UTC MAIN commitmail json YAML

2014-10-18 06:40:18 UTC MAIN commitmail json YAML

1) "It's its"
2) Whitespace
3) You're all too old to be confusing "your" with "you're"

(snj)

2014-10-18 06:36:40 UTC MAIN commitmail json YAML

2014-10-18 02:22:36 UTC MAIN commitmail json YAML

Explicitly link C++ test case with CXX.

(joerg)

2014-10-18 01:49:01 UTC MAIN commitmail json YAML

Remove the confusing reference to 'file sizes' in the short description of
the '-l' flag.  As explained in the Long Format section, the total is of
the blocks used by the files, and only applies to directories.

(jschauma)

2014-10-17 23:56:47 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.5.1

(roy)

2014-10-17 23:42:25 UTC MAIN commitmail json YAML

2014-10-17 21:48:38 UTC MAIN commitmail json YAML

Remove reference to a 14 year old IP address for ftp.NetBSD.org.

This is not a joke.

(snj)

2014-10-17 21:48:17 UTC MAIN commitmail json YAML

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

2014-10-17 20:55:21 UTC MAIN commitmail json YAML

Fix another indirect circular dependency (agp_* -> (agpbus) -> pchb -> abp_*).
Fixes "no agp*" build.  Reported & build-tested by Kurt Schreiner.

(uebayasi)

2014-10-17 20:52:01 UTC MAIN commitmail json YAML

Fix i386 CARDBUS build.

(uebayasi)

2014-10-17 20:49:22 UTC MAIN commitmail json YAML

Maps don't change that frequently between reads, so don't give up and
do what linux does (support reading from an offset).

(christos)

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

Cubieboard2 uses GMAC with a 100Mbit PHY. Set phy-type property to "mii" for awge

(jmcneill)

2014-10-17 20:18:41 UTC MAIN commitmail json YAML

support both MII and RGMII phy types

(jmcneill)

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

PPC64 uses the double-double code too

(joerg)

2014-10-17 18:45:14 UTC MAIN commitmail json YAML

2014-10-17 18:31:07 UTC MAIN commitmail json YAML

PCI controller doesn't rely on (depend on) AGP bus, but provide it.  If one
specific architecture is known to have some specific AGP implementation, such
suggestion must be done in the "selection" part, not the "definition" part.

This is also an indirect (across bus attachment), circular dependency.

(uebayasi)

2014-10-17 18:14:42 UTC MAIN commitmail json YAML

2014-10-17 17:48:53 UTC MAIN commitmail json YAML

2014-10-17 17:09:44 UTC MAIN commitmail json YAML

Fix typo in comment.

(snj)

2014-10-17 16:37:02 UTC MAIN commitmail json YAML

now that privcmd_map_obj cleans up correctly, don't double free...

(christos)

2014-10-17 16:34:27 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/dist/CHANGES@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/Configure@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/dist/Makefile@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/NEWS@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/README@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/apps/makeapps.com@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/LPdir_win.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/bn/exptest.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/constant_time_locl.h@1.1 / diff / nxr@1.1
src/crypto/external/bsd/openssl/dist/crypto/crypto-lib.com@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/ebcdic.h@1.2 / diff / nxr@1.2
      :
(more 70 files)
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

(spz)

2014-10-17 16:13:35 UTC netbsd-7 commitmail json YAML

2014-10-17 16:12:36 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #145):
crypto/external/bsd/openssh/dist/auth.c: revision 1.9
for consistency use options.use_dns when getting the canonical hostname.
[we do the same below for hosts.allow and deny] reported by rudolf.

(martin)

2014-10-17 14:53:59 UTC MAIN commitmail json YAML

Complex division for long double uses different function names on PPC.

(joerg)

2014-10-17 14:38:43 UTC MAIN commitmail json YAML

Add s390rtc(4).

(phx)

2014-10-17 10:09:21 UTC MAIN commitmail json YAML

Give up making wscons modular for now.

My intent is to make "no" handle dependency right so that you can simplely do:

no wsdisplay*

(uebayasi)

2014-10-17 07:15:34 UTC netbsd-7 commitmail json YAML

2014-10-17 07:14:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #144):
sys/dev/pci/radeonfb.c: revision 1.85
sys/dev/pci/pcivar.h: revision 1.100
sys/dev/pci/pci_map.c: revision 1.31
sys/external/bsd/drm2/include/linux/pci.h: revision 1.9
Generalize pci_find_rom and use it to locate x86 video ROM in drm2.
- Make pci_find_rom take the ROM `BAR' size as a parameter, instead
  of using pci_find_mem with the ROM `BAR' to detect the size.
- Use it to find the x86 video ROM in [0xc0000, 0xe0000) in drm2,
  when nothing else reports that location.
- Adapt the one other caller in radeonfb, which already has the
  maximum ROM size handy (romsz).
XXX pullup to netbsd-7

(martin)

2014-10-17 02:57:42 UTC MAIN commitmail json YAML

avoid variable array allocation that gcc can't figure out.

(christos)

2014-10-16 23:00:38 UTC MAIN commitmail json YAML

Add ./usr/libdata/debug/usr/tests/lib/libc/stdio/t_open_memstream.debug.

(htodd)

2014-10-16 19:31:38 UTC MAIN commitmail json YAML

2014-10-16 19:29:30 UTC MAIN commitmail json YAML

2014-10-16 19:11:38 UTC MAIN commitmail json YAML

2014-10-16 18:52:17 UTC MAIN commitmail json YAML

Add missing C11 atomic support functions to repair prior
build breakage.  matt@ made me do this.

(dennis)

2014-10-16 17:53:32 UTC MAIN commitmail json YAML

- don't leak errno in mktime()
- when we load a new timezone, don't change anything unless the load succeeded.

(christos)

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

Generalize pci_find_rom and use it to locate x86 video ROM in drm2.

- Make pci_find_rom take the ROM `BAR' size as a parameter, instead
  of using pci_find_mem with the ROM `BAR' to detect the size.

- Use it to find the x86 video ROM in [0xc0000, 0xe0000) in drm2,
  when nothing else reports that location.

- Adapt the one other caller in radeonfb, which already has the
  maximum ROM size handy (romsz).

XXX pullup to netbsd-7

(riastradh)

2014-10-16 00:04:35 UTC MAIN commitmail json YAML

2014-10-16 00:03:48 UTC MAIN commitmail json YAML

2014-10-16 00:02:47 UTC MAIN commitmail json YAML

fix some A31 clk init regs, add restrict gpio support

(jmcneill)

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

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

2014-10-15 23:28:37 UTC MAIN commitmail json YAML

add some A31 specific PLL7 and PIO regs

(jmcneill)

2014-10-15 23:04:08 UTC MAIN commitmail json YAML

2014-10-15 21:58:22 UTC MAIN commitmail json YAML

Fix dccmvau. Add bpimva.

(skrll)

2014-10-15 21:55:34 UTC MAIN commitmail json YAML

2014-10-15 21:47:48 UTC MAIN commitmail json YAML

for A31 take otg out of soft reset, and correct offset of SRAM_CTL1 reg write

(jmcneill)

2014-10-15 21:42:59 UTC MAIN commitmail json YAML

Fix bpiall and the comment against bpiallis

(skrll)

2014-10-15 21:38:39 UTC MAIN commitmail json YAML

Make the option to abort pkgsrc fetching/extraction actually work.
Previously, if the network was not set up and you couldn't fetch
pkgsrc, you'd get stuck here, unable to make it back to the parent
menu.

(snj)

2014-10-15 21:18:32 UTC MAIN commitmail json YAML

sun4v: fixed bug causing the real address to be incorrectly calculated as zero

(palle)

2014-10-15 19:20:29 UTC MAIN commitmail json YAML

NB this does not work yet, it is a work in progress.

(christos)

2014-10-15 18:44:50 UTC MAIN commitmail json YAML

2014-10-15 15:13:45 UTC MAIN commitmail json YAML

PR/49284: Andreas Gustafsson: sysinst segfaults when configuring network
manually. When tzload() fails called from zoneinit(), when trying to set the
local timezone for the first time in tzsetlcl(), we end up with a lclptr
that contains garbage, so settzname() core-dumps.

Thanks Andreas for the analysis!

(christos)