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 (6m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 22:45:20 UTC Now

2015-03-14 07:23:46 UTC MAIN commitmail json YAML

2015-03-14 02:08:16 UTC MAIN commitmail json YAML

Move code that is conditional on options INET6 into #ifdef INET6.

* Re-organize some variable declarations to limit #ifdef's.
* Move INET and INET6 code into respective switch cases to simplify
  #ifdef INET6.

No intended functional change.

(rtr)

2015-03-13 22:48:41 UTC MAIN commitmail json YAML

port-arm/49057: Raspberry Pi Audio volume control does not work

- Use software volume control for outputs.master/inputs.dac
- Previous volume control (for analog output only) is available on new
  outputs.headphones mixer control.
- Add an outputs.select enum to choose between "auto", "headphones", and
  "hdmi" outputs.

(jmcneill)

2015-03-13 15:33:04 UTC MAIN commitmail json YAML

2015-03-13 13:48:18 UTC MAIN commitmail json YAML

mdocml-1.13.3 out.

(wiz)

2015-03-13 08:56:35 UTC MAIN commitmail json YAML

Stylistic and non-functional changes from

PR/49622 (Minor enhancements to if_cpsw)

(skrll)

2015-03-13 08:05:49 UTC MAIN commitmail json YAML

Wrap some long lines.

(skrll)

2015-03-13 07:57:08 UTC MAIN commitmail json YAML

2015-03-13 05:29:26 UTC MAIN commitmail json YAML

2015-03-12 21:05:07 UTC MAIN commitmail json YAML

G/C armgic_last_priority

(skrll)

2015-03-12 19:56:51 UTC MAIN commitmail json YAML

use hardclock_ticks; pointed out by hannken.

(christos)

2015-03-12 19:20:58 UTC netbsd-7 commitmail json YAML

2015-03-12 19:06:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #588):
distrib/i386/installimage/Makefile: revision 1.7
match amd64, we ran out of space.

(snj)

2015-03-12 18:53:22 UTC MAIN commitmail json YAML

Untangle the poll/wait/timeout code in ciss_cmd() Tested on a DL-360.

(christos)

2015-03-12 15:33:10 UTC MAIN commitmail json YAML

2015-03-12 15:28:16 UTC MAIN commitmail json YAML

Remove __OPTIMIZE__ requirement to expand the byte swap macros. Back in
2006 this change was reverted because some of the arch-specific libraries
were broken, and this was hiding this fact. Now, we have code like

static const struct in_addr inmask32 = {.s_addr = INADDR_BROADCAST};

which breaks gcc when compiling without optimization since it does not see
that the expression is constant.

(christos)

2015-03-12 15:09:05 UTC MAIN commitmail json YAML

2015-03-12 15:06:28 UTC MAIN commitmail json YAML

2015-03-12 14:57:19 UTC MAIN commitmail json YAML

MDOC_MAX is a valid token if the type is text. Adjust.

(joerg)

2015-03-12 12:46:41 UTC MAIN commitmail json YAML

Drop redundant modifier to allow build with LLVM IAS.

(joerg)

2015-03-12 12:46:15 UTC MAIN commitmail json YAML

2015-03-12 12:40:41 UTC MAIN commitmail json YAML

The latest refactoring changes broke sed -i:
    cd /tmp; echo foo > test; sed -i.orig s,fo,ba, test
Back them out until they are fixed.

(christos)

2015-03-12 11:32:16 UTC MAIN commitmail json YAML

Boot partition as FAT32 doesn't really make sense, so don't force
the MBR to lie and allow FAT16 too.

(joerg)

2015-03-12 08:01:45 UTC MAIN commitmail json YAML

bring back rpath fixup that was lost in revision 1.11

(snj)

2015-03-12 07:58:05 UTC MAIN commitmail json YAML

2015-03-12 07:54:44 UTC MAIN commitmail json YAML

merge freetype 2.5.5, and bring back a change to freetype-config.in that
got lost in a merge a while back:
"actually add the calculated rpath to the list of emitted --libs output."

(snj)

2015-03-12 04:41:23 UTC MAIN commitmail json YAML

unbreak amd64 install images by passing ipty to MAKEDEV.  revision 1.21
of etc/etc.amd64/MAKEDEV.conf removed them from 'all'.  (hi christos!)

(snj)

2015-03-11 20:27:04 UTC netbsd-7 commitmail json YAML

2015-03-11 20:22:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #582):
distrib/utils/embedded/conf/rpi.conf: revision 1.27
etc/etc.evbarm/Makefile.inc: revision 1.70
sys/arch/arm/broadcom/bcm2835_intr.c: revision 1.5-1.7
sys/arch/arm/broadcom/bcm2835_obio.c: revision 1.23, 1.24
sys/arch/arm/broadcom/bcm2835_space.c: revision 1.8
sys/arch/arm/broadcom/bcm2835reg.h: revision 1.14
sys/arch/arm/broadcom/bcm2835var.h: revision 1.2
sys/arch/arm/broadcom/files.bcm2835: revision 1.24
sys/arch/arm/cortex/a9_mpsubr.S: revision 1.30
sys/arch/arm/cortex/armperiph.c: revision 1.8, 1.9
sys/arch/arm/cortex/gtmr.c: revision 1.9
sys/arch/arm/cortex/gtmr_var.h: revision 1.5
sys/arch/arm/cortex/mpcore_var.h: revision 1.3
sys/arch/arm/include/cpu.h: revision 1.84
sys/arch/evbarm/conf/RPI2: revision 1.1, 1.2
sys/arch/evbarm/conf/RPI2_INSTALL: revision 1.1
sys/arch/evbarm/conf/RPI: revision 1.59, 1.60
sys/arch/evbarm/conf/mk.rpi: revision 1.4
sys/arch/evbarm/conf/std.rpi: revisions 1.16-1.19 via patch
sys/arch/evbarm/rpi/genassym.cf: revision 1.2
sys/arch/evbarm/rpi/rpi.h: revision 1.4
sys/arch/evbarm/rpi/rpi2_start.S: revision 1.1
sys/arch/evbarm/rpi/rpi_machdep.c: revision 1.57, 1.58 via patch
sys/arch/evbarm/rpi/rpi_start.S: revision 1.13
Move some options into std.rpi
--
Add __HAVE_MM_MD_CACHE_ALIASING
Pull up following revision(s) (requested by skrll in ticket #582):
Fix TPIDRPRW_IS_CURLWP builds.
--
A MULTIPROCESSOR kernel requires TPIDRPRW_IS_CURCPU.
--
Use TPIDRPRW_IS_CURLWP as it's a slight code reduction and performance
improvement.
Initial RPI2 support - it doesn't work yet. The generic timer gets messed
up somehow.
This commit changes the KVA layout of the RPI.
--
Make this compile where gtmr isn't used.
--
Spin up the non-boot CPUs, but don't allow cpu_boot_secondary_processors
to see them for now.
RPI2 nows works well with only the boot cpu.
--
Appease a KASSERT - will be remove when MULTIPROCESSOR RPI2 is fixed.
--
Add RPI2 to kernels build for both earmv[67].
Use the earmv6 built kernels to create an image that can be used on both
RPI and RPI2
--
Add an RPI2_INSTALL

(snj)

2015-03-11 19:49:53 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #581):
external/broadcom/rpi-firmware/dist/bootcode.bin: revision 1.7
external/broadcom/rpi-firmware/dist/fixup.dat: revision 1.7
external/broadcom/rpi-firmware/dist/fixup_cd.dat: revision 1.7
external/broadcom/rpi-firmware/dist/start.elf: revision 1.7
external/broadcom/rpi-firmware/dist/start_cd.elf: revision 1.7
New RPI and RPI2 firmware from
commit b0079452ebce0158ce31d259d251f83a833f23c5
Author: popcornmix<popcornmix@gmail.com>
Date:  Tue Mar 3 15:49:57 2015 +0000

(snj)

2015-03-11 17:35:16 UTC MAIN commitmail json YAML

note birth and death of Douglas Adams

(jnemeth)

2015-03-11 16:00:55 UTC MAIN commitmail json YAML

add coverity annotations (variable is volatile so it might have side effects)

(christos)

2015-03-11 15:57:13 UTC MAIN commitmail json YAML

CID 1018907: Freeifaddrs

(christos)

2015-03-11 12:40:36 UTC MAIN commitmail json YAML

add an event counter for clock interrupts

(macallan)

2015-03-11 09:57:35 UTC MAIN commitmail json YAML

Use existing month for Dd.

(wiz)

2015-03-11 08:50:32 UTC MAIN commitmail json YAML

Add a note about recent arm openssl update.

(skrll)

2015-03-11 07:48:42 UTC nick-nhusb commitmail json YAML

Fix malloc to kmem conversion by grabbing nendpt before calling
usbd_fill_iface_data

(skrll)

2015-03-11 07:26:20 UTC netbsd-7 commitmail json YAML

2015-03-11 07:21:15 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #585):
distrib/sets/lists/xcomp/mi: revision 1.157
external/mit/xorg/include/xtrans/Makefile: revision 1.4
external/mit/xorg/lib/libXfont/Makefile: revision 1.10
don't install Xtransdnet.c or Xtransos2.c, which were last part of xtrans
1.2.1.
--
update for libXfont 1.5.0

(snj)

2015-03-11 07:19:49 UTC netbsd-7 commitmail json YAML

xsrc/external/mit/fontsproto/dist/ChangeLog@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/fontsproto/dist/Makefile.in@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/fontsproto/dist/aclocal.m4@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/fontsproto/dist/autogen.sh deleted
xsrc/external/mit/fontsproto/dist/compile@1.3.2.2 / diff / nxr@1.3.2.2
xsrc/external/mit/fontsproto/dist/config.guess@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/fontsproto/dist/config.sub@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/fontsproto/dist/configure@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/fontsproto/dist/configure.ac@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/fontsproto/dist/docbook.am@1.3.2.2 / diff / nxr@1.3.2.2
xsrc/external/mit/fontsproto/dist/font.h@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/fontsproto/dist/fontproto.h@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/fontsproto/dist/fontstruct.h@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/fontsproto/dist/install-sh@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/fontsproto/dist/missing@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
xsrc/external/mit/fontsproto/dist/mkinstalldirs deleted
xsrc/external/mit/fontsproto/dist/specs/Makefile.am@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/fontsproto/dist/specs/Makefile.in@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/fontsproto/dist/specs/fsproto.xml@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/libXfont/dist/ChangeLog@1.1.1.7.2.1 / diff / nxr@1.1.1.7.2.1
      :
(more 114 files)
Pull up following revision(s) (requested by mrg in ticket #585):
xsrc/external/mit/xtrans/dist/ChangeLog: up to revision 1.1.1.9
xsrc/external/mit/xtrans/dist/Xtrans.c: up to revision 1.1.1.8
xsrc/external/mit/xtrans/dist/Xtrans.h: up to revision 1.1.1.5
xsrc/external/mit/xtrans/dist/Xtransdnet.c: delete
xsrc/external/mit/xtrans/dist/Xtransint.h: up to revision 1.1.1.7
xsrc/external/mit/xtrans/dist/Xtranslcl.c: up to revision 1.1.1.7
xsrc/external/mit/xtrans/dist/Xtransos2.c: delete
xsrc/external/mit/xtrans/dist/Xtranssock.c: up to revision 1.1.1.9
xsrc/external/mit/xtrans/dist/aclocal.m4: up to revision 1.1.1.9
xsrc/external/mit/xtrans/dist/config.gues: up to revision 1.1.1.4
xsrc/external/mit/xtrans/dist/config.sub: up to revision 1.1.1.4
xsrc/external/mit/xtrans/dist/configure : up to revision 1.1.1.9
xsrc/external/mit/xtrans/dist/configure.a: up to revision 1.1.1.9
xsrc/external/mit/xtrans/dist/doc/xtrans.x: up to revision 1.1.1.4
xsrc/external/mit/fontsproto revision/dist/ChangeLog: up to 1.1.1.6
xsrc/external/mit/fontsproto revision/dist/Makefile.i: up to 1.1.1.6
xsrc/external/mit/fontsproto revision/dist/aclocal.m4: up to 1.1.1.6
xsrc/external/mit/fontsproto revision/dist/autogen.sh: delete
xsrc/external/mit/fontsproto revision/dist/compile: up to 1.3
xsrc/external/mit/fontsproto revision/dist/config.guess :up to 1.1.1.4
xsrc/external/mit/fontsproto revision/dist/config.sub: up to 1.1.1.4
xsrc/external/mit/fontsproto revision/dist/configure: up to 1.1.1.6
xsrc/external/mit/fontsproto revision/dist/configure.ac: up to 1.1.1.6
xsrc/external/mit/fontsproto revision/dist/docbook.am: up to 1.3
xsrc/external/mit/fontsproto revision/dist/font.h: up to 1.1.1.5
xsrc/external/mit/fontsproto revision/dist/fontproto.h: up to 1.1.1.5
xsrc/external/mit/fontsproto revision/dist/fontstruct.h: up to 1.1.1.5
xsrc/external/mit/fontsproto revision/dist/install-sh: up to 1.1.1.6
xsrc/external/mit/fontsproto revision/dist/missing: up to 1.1.1.6
xsrc/external/mit/fontsproto revision/dist/mkinstalldirs: delete
xsrc/external/mit/fontsproto revision/dist/specs/Makefile.am: up to 1.1.1.4
xsrc/external/mit/fontsproto revision/dist/specs/Makefile.in: up to 1.1.1.4
xsrc/external/mit/fontsproto revision/dist/specs/fsproto.xml: up to 1.1.1.4
xsrc/external/mit/libXfont/dist/ChangeLog: up to revision 1.1.1.8
xsrc/external/mit/libXfont/dist/Makefile.in:up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/README: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/aclocal.m4: up to revision 1.1.1.8
xsrc/external/mit/libXfont/dist/config.guess: up to revision 1.1.1.6
xsrc/external/mit/libXfont/dist/config.sub: up to revision 1.1.1.6
xsrc/external/mit/libXfont/dist/configure: up to revision 1.1.1.8
xsrc/external/mit/libXfont/dist/configure.ac: up to revision 1.1.1.8
xsrc/external/mit/libXfont/dist/doc/Makefile.in: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/include/X11/fonts/fntfil.h: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/include/X11/fonts/fontmisc.h: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/missing: up to revision 1.1.1.6
xsrc/external/mit/libXfont/dist/src/FreeType/Makefile.in: up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/src/FreeType/ftfuncs.c: up to revision 1.6
xsrc/external/mit/libXfont/dist/src/Makefile.am: up to revision 1.1.1.5
xsrc/external/mit/libXfont/dist/src/Makefile.in: up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/src/bitmap/Makefile.am: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/src/bitmap/Makefile.in: up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/src/bitmap/bitmap.c: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/src/bitmap/bitmapfunc.c: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/src/bitmap/bitscale.c: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/src/builtins/Makefile.in: up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/src/builtins/builtin.h: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/src/builtins/dir.c: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/src/builtins/file.c: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/src/builtins/fpe.c: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/src/fc/Makefile.in: up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/src/fc/fsconvert.c: up to revision 1.4
xsrc/external/mit/libXfont/dist/src/fc/fserve.c: up to revision 1.4
xsrc/external/mit/libXfont/dist/src/fc/fserve.h: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/src/fontfile/Makefile.in: up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/src/fontfile/catalogue.c: up to revision 1.1.1.6
xsrc/external/mit/libXfont/dist/src/fontfile/dirfile.c: up to revision 1.4
xsrc/external/mit/libXfont/dist/src/fontfile/fileio.c: up to revision 1.2
xsrc/external/mit/libXfont/dist/src/fontfile/filewr.c: up to revision 1.2
xsrc/external/mit/libXfont/dist/src/fontfile/fontfile.c: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/src/fontfile/renderers.c: up to revision 1.1.1.4
xsrc/external/mit/libXfont/dist/src/stubs/Makefile.am: up to revision 1.1.1.5
xsrc/external/mit/libXfont/dist/src/stubs/Makefile.in: up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/src/stubs/cauthgen.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/csignal.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/delfntcid.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/errorf.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/fatalerror.c: delete
xsrc/external/mit/libXfont/dist/src/stubs/findoldfnt.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/getcres.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/getdefptsize.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/getnewfntcid.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/gettime.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/initfshdl.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/regfpefunc.c: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/src/stubs/rmfshdl.c: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/src/stubs/servclient.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/setfntauth.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/stfntcfnt.c: up to revision 1.1.1.2
xsrc/external/mit/libXfont/dist/src/stubs/stubs.h: up to revision 1.1.1.3
xsrc/external/mit/libXfont/dist/src/stubs/stubsinit.c: up to revision 1.1.1.1
xsrc/external/mit/libXfont/dist/src/util/Makefile.in: up to revision 1.1.1.7
xsrc/external/mit/libXfont/dist/src/util/ato revisionm.c: up to 1.1.1.5
xsrc/external/mit/libXfont/dist/src/util/miscutil.c: up to revision 1.1.1.6
xsrc/external/mit/libXfont/dist/src/util/patcache.c: up to revision 1.1.1.4
xsrc/external/mit/libXfont/include/config.h:up to revision 1.6
xsrc/external/mit/xfs/dist/ChangeLog: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/INSTALL: up to revision 1.1.1.3
xsrc/external/mit/xfs/dist/Makefile.am: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/Makefile.in: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/aclocal.m4: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/compile: up to revision 1.1.1.1
xsrc/external/mit/xfs/dist/config.guess: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/config.h.in: up to revision 1.1.1.2
xsrc/external/mit/xfs/dist/config.sub: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/config/Makefile.in: up to revision 1.1.1.3
xsrc/external/mit/xfs/dist/configure: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/configure.ac: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/depcomp: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/difs/difsutils.c:up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/difs/dispatch.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/difs/extensions.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/difs/fonts.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/difs/initfonts.c: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/difs/main.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/difs/resource.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/doc/Makefile.in: up to revision 1.1.1.3
xsrc/external/mit/xfs/dist/include/assert.h: up to revision 1.1.1.3
xsrc/external/mit/xfs/dist/include/difs.h: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/include/difsutils.h: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/include/extentst.h: up to revision 1.1.1.3
xsrc/external/mit/xfs/dist/include/fsresource.h: up to revision 1.1.1.3
xsrc/external/mit/xfs/dist/include/misc.h: up to revision 1.1.1.3
xsrc/external/mit/xfs/dist/install-sh: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/man/Makefile.in: up to revision 1.1.1.3
xsrc/external/mit/xfs/dist/man/xfs.man: up to revision 1.1.1.2
xsrc/external/mit/xfs/dist/missing: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/os/config.c: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/os/connection.c: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/os/error.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/os/io.c: up to revision 1.1.1.5
xsrc/external/mit/xfs/dist/os/osglue.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/os/utils.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/dist/os/xfstrans.c: up to revision 1.1.1.4
xsrc/external/mit/xfs/include/config.h: up to revision 1.2
- Update xtrans to revision 1.3.5
- Update fontsproto revision to 2.1.3
- Update libXfont to revision 1.5.0
- Update xfs to revision 1.1.4

(snj)

2015-03-11 06:26:44 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #584):
external/mit/libdrm/dist/include/drm/i915_drm.h: revision 1.2
fix cut-n-paste error

(snj)

2015-03-11 06:24:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #583):
external/mit/xsm/dist/choose.c: revision 1.2, 1.3
external/mit/xsm/dist/saveutil.c: revision 1.2, 1.3
external/mit/xsm/dist/auth.c: revision 1.2, 1.3
external/mit/xsm/dist/lock.c: revision 1.2, 1.3
external/mit/xsm/dist/remote.c: revision 1.2, 1.3
external/mit/xsm/dist/restart.c: revision 1.2, 1.3
set close-on-exec for all fds opened...
--
Switch to the version of the close-on-exec patch that was committed upstream.

(snj)

2015-03-10 22:39:38 UTC MAIN commitmail json YAML

enable the full 1GB of RAM
TODO: actually probe for it

(macallan)

2015-03-10 18:20:20 UTC MAIN commitmail json YAML

add dme at apbus ( onboard ethernet )

(macallan)

2015-03-10 18:16:20 UTC MAIN commitmail json YAML

2015-03-10 18:15:47 UTC MAIN commitmail json YAML

support CI20's onboard Ethernet controller

(macallan)

2015-03-10 18:03:18 UTC MAIN commitmail json YAML

flash the LED to show we're doing something
( and as a side effect make sure the USB PHY is powered up )

(macallan)

2015-03-10 18:02:16 UTC MAIN commitmail json YAML

2015-03-10 18:01:04 UTC MAIN commitmail json YAML

support 8bit mode, needed for ci20

(macallan)

2015-03-10 13:28:47 UTC MAIN commitmail json YAML

Update the ARM asm support code from version 1.0.2 with some local
modifications to make it compile and work on armv4.

(martin)

2015-03-10 13:28:08 UTC MAIN commitmail json YAML

Update arm runtime detection from version 1.0.2, so we can use the newer
asm support code.

(martin)

2015-03-10 13:05:13 UTC MAIN commitmail json YAML

Behave in an OpenBSD compatible way for 0.

(christos)

2015-03-10 13:00:58 UTC MAIN commitmail json YAML

2015-03-10 12:59:32 UTC MAIN commitmail json YAML

ffs_superblock_validate(): check the number of inodes per block. Otherwise
a malformed value could panic the system.

(maxv)

2015-03-10 12:57:56 UTC MAIN commitmail json YAML

The OpenBSD strtonum() only accepts base 10 keywords. (Kamil Rytarowski)

(christos)

2015-03-10 12:17:50 UTC MAIN commitmail json YAML

2015-03-10 09:26:50 UTC MAIN commitmail json YAML

Modify to make Intel Intel 10G Ethernet (ixg(4)) virtual function ixv(4)
compilable. Not completed yet. It's required to use MSI-X.

(msaitoh)

2015-03-10 08:54:17 UTC MAIN commitmail json YAML

Add missing parenthesis in IXGBE_CORE_LOCK_ASSERT() macro. No binary change.

(msaitoh)

2015-03-10 06:40:56 UTC nick-nhusb commitmail json YAML

Remove '\n' from DPRINTF

(skrll)

2015-03-10 06:01:03 UTC MAIN commitmail json YAML

ISC DHCP 4.3.2 was released.

(taca)

2015-03-10 05:59:10 UTC nick-nhusb commitmail json YAML

2015-03-10 05:57:15 UTC nick-nhusb commitmail json YAML

usb_quirks.h isn't needed here

(skrll)

2015-03-09 23:38:08 UTC MAIN commitmail json YAML

From OpenBSD r1.49
Fix comment grammar

(sevan)

2015-03-09 22:05:06 UTC MAIN commitmail json YAML

2015-03-09 18:12:48 UTC MAIN commitmail json YAML

match amd64, we ran out of space.

(christos)

2015-03-09 17:46:33 UTC netbsd-7 commitmail json YAML

2015-03-09 17:45:57 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #577):
sys/dev/sdmmc/sdmmc_mem.c: revision 1.34
sys/dev/sdmmc/sdmmcvar.h: revision 1.16
fix to simulate multi-segment dma transfer for pq3sdhc(4).

(snj)

2015-03-09 17:28:11 UTC MAIN commitmail json YAML

2015-03-09 15:35:11 UTC MAIN commitmail json YAML

The use of root_device is not limited to vfs, so don't supply it in
vfs_mount.c, use subr_device.c instead.

Fixes rump kernels built with DEBUG by again not making the base depend
on the vfs faction, as reported by Patrick Welche.

(pooka)

2015-03-09 14:26:31 UTC nick-nhusb commitmail json YAML

2015-03-09 14:24:17 UTC nick-nhusb commitmail json YAML

Remove a header that isn't needed.

(skrll)

2015-03-09 13:55:49 UTC nick-nhusb commitmail json YAML

Add USBHIST_LOGM which uses masks to control logging

(skrll)

2015-03-09 13:24:21 UTC MAIN commitmail json YAML

2015-03-09 13:23:57 UTC MAIN commitmail json YAML

2015-03-09 13:22:37 UTC MAIN commitmail json YAML

2015-03-09 12:32:11 UTC MAIN commitmail json YAML

Add missing entries for dtrace modules to set lists.

(riastradh)

2015-03-09 11:03:19 UTC MAIN commitmail json YAML

2015-03-09 09:29:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #577):
sys/arch/powerpc/booke/dev/pq3sdhc.c: revision 1.6
sys/dev/sdmmc/sdhc.c: revision 1.54
sys/dev/sdmmc/sdmmc.c: revision 1.24
eSDHC has no DMA_BOUNDARY in BLOCK_SIZE register.
So clear multi segment DMA transfer support bit.
--
fix to simulate multi-segment dma transfer for pq3sdhc(4).
--
pq3sdhc: Enable DMA transfer.

(snj)

2015-03-09 09:23:36 UTC netbsd-7 commitmail json YAML

2015-03-09 09:21:55 UTC nick-nhusb commitmail json YAML

2015-03-09 09:07:58 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #579):
sys/arch/i386/stand/Makefile.booters: revision 1.90
Compile the booblocks for i386 CPUs, even when the main target architecture
is amd64.
Fixes PR port-i386/49725.

(snj)

2015-03-09 09:06:04 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #578):
distrib/notes/i386/contents: revision 1.28
etc/etc.i386/Makefile.inc: revision 1.68
sys/arch/i386/conf/GENERIC: revision 1.1120
sys/arch/i386/conf/LEGACY: revision 1.1
remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new
LEGACY kernel that includes them instead.  now radeon@pci is able to
properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good
chance of working.
this "fixes" PR#49290.

(snj)

2015-03-09 08:56:02 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #576):
sys/kern/init_main.c: revision 1.462
sys/kern/subr_autoconf.c: revision 1.234
sys/sys/device.h: revision 1.147
wait for config_mountroot threads to complete before we tell init it
can start up.  this solves the problem where a console device needs
mountroot to complete attaching, and must create wsdisplay0 before
init tries to open /dev/console.  fixes PR#49709.
XXX: pullup-7

(snj)

2015-03-09 08:47:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #575):
external/mit/xorg/server/drivers/Makefile: revision 1.65
fix the previous; it had a reversed test and was also missing bsd.own.mk
before checking MK* values.

(snj)

2015-03-09 08:45:27 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #575):
distrib/sets/mkvars.mk: revision 1.16
distrib/sets/sets.subr: revision 1.163
distrib/sets/lists/xdebug/md.amd64: revision 1.11
distrib/sets/lists/xdebug/md.i386: revision 1.12
distrib/sets/lists/xserver/md.amd64: revision 1.76
distrib/sets/lists/xserver/md.i386: revision 1.95
external/mit/xorg/server/drivers/Makefile: revision 1.64
external/mit/xorg/server/drivers/xf86-video-radeon-kms/Makefile: revision 1.1
share/mk/bsd.README: revision 1.338
share/mk/bsd.own.mk: revision 1.844
add build framework to choose between xf86-video-ati 6.x (UMS/KMS)
and 7.x (KMS only), and switch x86 to the latest (KMS only) version.
(if someone can make x86 install both radeon_drv.so.[67] and leave
the default symlink to .7, that would be nice.  renaming it so that
it's easier to choose via xorg.conf is a little more tricky..)

(snj)

2015-03-09 08:38:43 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #575):
external/mit/xorg-server/dist/exa/exa_unaccel.c: revision 1.3
external/mit/xorg-server/dist/glx/glxdri.c: revision 1.6
external/mit/xorg-server/dist/include/regionstr.h: revision 1.5
port a change back from newer xorg-server, which is needed
for xf86-video-ati 7.x.
http://lists.x.org/archives/xorg-devel/2011-March/020990.html
commit 43e47433cf55c98db5308a51c1c514c59901f598
Author: Soren Sandmann Pedersen <ssp at redhat.com>
Date:  Tue Mar 29 13:06:36 2011 -0400
    Add RegionInitBoxes(), and fix some buggy callers of RegionInit().
    The interface to RegionInit():
        RegionInit (RegionPtr pReg, BoxPtr rect, int size);
    is very confusing because it doesn't take a list of boxes, it takes
    *one* box, but if that box is NULL, it initializes an empty region
    with 'size' rectangles preallocated.
    Most callers of this function were correctly passing either NULL or
    just one box, but there were three confused cases, where the code
    seems to expect a region to be created from a list of boxes.
    This patch adds a new function RegionInitBoxes() and fixes those
    instances to call that instead.
    And yes, the pixman function to initialize a region from a list of
    boxes is called init_rects() because pixman is also awesome.
    V2: Make RegionInitBoxes() return a Bool indicating whether the call
        succeeded, and fix the callers to check this return value.
    Signed-off-by: Soren Sandmann <ssp at redhat.com>

(snj)

2015-03-09 08:33:33 UTC netbsd-7 commitmail json YAML

xsrc/external/mit/xf86-video-ati-kms/dist/COPYING@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/ChangeLog@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/INSTALL@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/Makefile.am@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/Makefile.in@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/README@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/aclocal.m4@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/compile@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/config.guess@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/config.h.in@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/config.sub@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/configure@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/configure.ac@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/depcomp@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/install-sh@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/ltmain.sh@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/man/Makefile.am@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/man/Makefile.in@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/man/ati.man@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati-kms/dist/man/radeon.man@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
      :
(more 72 files)
Pull up following revision(s) (requested by mrg in ticket #575):
external/mit/xf86-video-ati-kms/dist/COPYING: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/ChangeLog: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/INSTALL: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/Makefile.am: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/Makefile.in: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/README: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/aclocal.m4: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/compile: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/config.guess: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/config.h.in: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/config.sub: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/configure: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/configure.ac: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/depcomp: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/install-sh: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/ltmain.sh: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/man/Makefile.am: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/man/Makefile.in: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/man/ati.man: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/man/radeon.man: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/missing: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/Makefile.am: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/Makefile.in: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/ati.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/ati.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/ati_pciids_gen.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/atimodule.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/atipciids.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/atipcirename.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/ativersion.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/bicubic_table.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/bicubic_table.py: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/cayman_accel.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/cayman_reg.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/cayman_reg_auto.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/cayman_shader.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/cayman_shader.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/compat-api.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/drmmode_display.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/drmmode_display.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/evergreen_accel.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/evergreen_exa.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/evergreen_reg.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/evergreen_reg_auto.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/evergreen_shader.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/evergreen_shader.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/evergreen_state.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/evergreen_textured_videofuncs.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/pcidb/ati_pciids.csv: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/pcidb/parse_pci_ids.pl: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_exa.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_reg.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_reg_auto_r6xx.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_reg_r6xx.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_reg_r7xx.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_shader.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_shader.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_state.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r600_textured_videofuncs.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/r6xx_accel.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_accel.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_bo_helper.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_bo_helper.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_chipinfo_gen.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_chipset_gen.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_dri2.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_dri2.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_exa.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_exa_funcs.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_exa_render.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_exa_shared.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_exa_shared.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_glamor.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_glamor.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_kms.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_misc.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_pci_chipset_gen.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_pci_device_match_gen.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_probe.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_probe.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_reg.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_textured_video.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_textured_videofuncs.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_vbo.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_vbo.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_version.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_video.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_video.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/radeon_xvmc.c: up to 1.1.1.1
external/mit/xf86-video-ati-kms/dist/src/simple_list.h: up to 1.1.1.1
external/mit/xf86-video-ati-kms/include/config.h: up to 1.1
initial import of xf86-video-ati 7.5.0 sources, into a new subdir as
this only has a chance of working on systems with KMS -- -7 on x86
only, so we need to keep the 6.x around for everyone else.

(snj)

2015-03-09 08:00:46 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #574):
sys/dev/cons.c: revision 1.74
Fix strange kernel output sequence "\n\r" observed in serial
consoles.  Output '\r' before '\n' in conversion.

(snj)

2015-03-09 07:58:34 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by tnn in ticket #570):
usr.sbin/cpuctl/arch/i386-asm.S: revision 1.4
usr.sbin/cpuctl/arch/x86_64-asm.S: revision 1.5
xgetbv expects XCR0 to be speficied in %ecx, don't leave %ecx undefined

(snj)

2015-03-09 07:56:43 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #569):
libexec/ld.elf_so/rtld.c: revision 1.175
HPPA hack for a problem where gdb doesn't see _rtld_debug_state when
it's a single bv,n %r0(%rp) instruction.
The nullify confuses something.

(snj)

2015-03-09 07:54:13 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #568):
sys/arch/sparc64/sparc64/locore.s: revision 1.379, 1.380
Use panic stack temporarily for calling prom_printf in a trap
handler.
It seems that openfirmware cannot handle over 4GB pointers, and
stack pointers may point to over 4GB since VA layout was rearranged
by rev 1.33 of vmparam.h.  Therefore, use panic stack to avoid
panicking in OF_write used by prom_printf.
--
PANICSTACK is a pointer itself, not a pointer to pointer.

(snj)

2015-03-09 07:46:05 UTC netbsd-7 commitmail json YAML

Apply patch (requested by he in ticket #563):
Add -DHAVE_HEADER_AD, to signal a DNSSEC-signed response, so that
DNSSEC_signed SSHFPs can be correctly detected.

(snj)

2015-03-09 03:43:02 UTC MAIN commitmail json YAML

Rewrite dtrace provider prototype from scratch.

(riastradh)

2015-03-09 02:03:19 UTC MAIN commitmail json YAML

Note replacement arc4random(3) implementation.

(riastradh)

2015-03-09 01:55:09 UTC MAIN commitmail json YAML

Suggest membar_datadep_consumer now that we have it.

(riastradh)

2015-03-09 01:43:30 UTC MAIN commitmail json YAML

mention dtrace_lockstat...

(christos)

2015-03-09 01:42:26 UTC MAIN commitmail json YAML

keep track of the number of enabled probes and set the lockstat_dtrace_enabled
flag appropriately.

(christos)

2015-03-09 01:41:41 UTC MAIN commitmail json YAML

Introduce a new flag LB_DTRACE for dtrace lockstat events.
Split lockstat_enabled into two parts, one controlled by dtrace called
"lockstat_dtrace_enabled" and one by the lockstat device called
"lockstat_dev_enabled". Create a macro that needs to be called when either
of them changes LOCKSTAT_ENABLED_UPDATE().

(christos)

2015-03-09 01:29:40 UTC MAIN commitmail json YAML

Apply access control to gem mmap.

(riastradh)

2015-03-09 01:07:27 UTC MAIN commitmail json YAML

Remove debug prints, simplify fini logic.

(riastradh)

2015-03-09 00:53:39 UTC MAIN commitmail json YAML

- remove device stuff
- compress ops
- terminate array of probes

(christos)

2015-03-09 00:40:35 UTC MAIN commitmail json YAML

fix compression shift

(christos)

2015-03-08 23:56:59 UTC MAIN commitmail json YAML

Rewrite dtrace lockstat from the Solaris version and simplify.

- Fix mutex_adaptive probes to use the right lockstat flags.
- Install lockstat_probe_func on module load, not trace enable.
- Use a more sensible memory barrier arrangement.

(riastradh)

2015-03-08 23:37:56 UTC MAIN commitmail json YAML

Don't return events that are too large and leave them in the list.

(riastradh)

2015-03-08 22:47:22 UTC MAIN commitmail json YAML

2015-03-08 22:45:16 UTC MAIN commitmail json YAML

2015-03-08 20:32:21 UTC MAIN commitmail json YAML

2015-03-08 20:31:53 UTC MAIN commitmail json YAML

Don't forget to assign the new rump variables.

(christos)

2015-03-08 19:47:17 UTC MAIN commitmail json YAML

Compile the booblocks for i386 CPUs, even when the main target architecture
is amd64.
Fixes PR port-i386/49725.

(martin)

2015-03-08 17:49:08 UTC MAIN commitmail json YAML

2015-03-08 17:15:58 UTC MAIN commitmail json YAML

add ohci and commented out ehci

(macallan)

2015-03-08 17:14:27 UTC MAIN commitmail json YAML

drivers for on-chip ohci and ehci
ohci works fine, ehci doesn't like high speed devices

(macallan)

2015-03-08 17:13:22 UTC MAIN commitmail json YAML

2015-03-08 17:11:57 UTC MAIN commitmail json YAML

2015-03-08 17:10:59 UTC MAIN commitmail json YAML

2015-03-08 17:10:44 UTC MAIN commitmail json YAML

2015-03-08 16:32:56 UTC netbsd-6 commitmail json YAML

Remove accidentally committed changes from ticket #1263.

(riz)

2015-03-08 15:38:25 UTC MAIN commitmail json YAML

relax an assertion when transferring data; dma seg length doesnt have to be exactly the length of the data transfer, but it needs to be at least as big

(jmcneill)

2015-03-08 15:31:18 UTC nick-nhusb commitmail json YAML

2015-03-08 15:22:02 UTC MAIN commitmail json YAML

Add snippet to build syscalls.

(christos)

2015-03-08 15:21:20 UTC MAIN commitmail json YAML

2015-03-08 15:20:07 UTC MAIN commitmail json YAML

factor out the syscall building code

(christos)

2015-03-08 15:19:40 UTC MAIN commitmail json YAML

2015-03-08 15:07:33 UTC MAIN commitmail json YAML

2015-03-08 15:07:05 UTC MAIN commitmail json YAML

Don't blindly tack ./ in front of the config file; breaks when we pass a full
path one.

(christos)

2015-03-08 14:56:06 UTC MAIN commitmail json YAML

kill trailing spaces

(christos)

2015-03-08 13:34:44 UTC nick-nhusb commitmail json YAML

2015-03-08 12:45:35 UTC MAIN commitmail json YAML

2015-03-08 12:44:55 UTC MAIN commitmail json YAML

2015-03-08 11:22:05 UTC MAIN commitmail json YAML

amlogic_reset: increase terminal_count to give uart sufficient time to flush any pending bytes before rebooting

(jmcneill)

2015-03-08 06:46:51 UTC MAIN commitmail json YAML

Resolve names of datagram services correctly.

(mlelstv)

2015-03-08 04:21:41 UTC MAIN commitmail json YAML

2015-03-08 04:15:22 UTC MAIN commitmail json YAML

2015-03-08 04:13:46 UTC MAIN commitmail json YAML

preliminary support from riastradh (does not work yet, toxic)

(christos)

2015-03-08 02:19:20 UTC MAIN commitmail json YAML

2015-03-08 02:19:04 UTC MAIN commitmail json YAML

2015-03-08 02:16:46 UTC MAIN commitmail json YAML

add more from OpenBSD

(christos)

2015-03-08 01:17:42 UTC MAIN commitmail json YAML

2015-03-07 23:20:19 UTC MAIN commitmail json YAML

2015-03-07 22:31:24 UTC MAIN commitmail json YAML

prevent coredump from the distributed config file.
XXX: pullup-7

(christos)

2015-03-07 22:15:50 UTC nick-nhusb commitmail json YAML

Add missing locking in ehci_device_fs_isoc_transfer

(skrll)

2015-03-07 22:13:16 UTC MAIN commitmail json YAML

2015-03-07 22:00:07 UTC MAIN commitmail json YAML

Add risc-v to checked out rump architectures

(justin)

2015-03-07 21:53:33 UTC MAIN commitmail json YAML

Fix build.

Hi mipsallan

(skrll)

2015-03-07 21:50:30 UTC MAIN commitmail json YAML

2015-03-07 21:49:56 UTC MAIN commitmail json YAML

make sure we print the fillers.

(christos)

2015-03-07 21:35:10 UTC MAIN commitmail json YAML

add amlogicrng, add commented-out genfb placeholder

(jmcneill)

2015-03-07 21:34:26 UTC MAIN commitmail json YAML

2015-03-07 21:33:12 UTC MAIN commitmail json YAML

2015-03-07 21:32:47 UTC MAIN commitmail json YAML

2015-03-07 20:40:00 UTC MAIN commitmail json YAML

2015-03-07 20:39:11 UTC MAIN commitmail json YAML

Use modern initializers, so we can skip the 0 ones.

(christos)

2015-03-07 20:20:55 UTC MAIN commitmail json YAML

properly protect uhid's sc_q member with sc_lock.  should fix PR#49728.
while here, remove D_MPSAFE from uhid* and all uhid users, as it really
needs all the callers to be safe and they're not.

XXX: pullup-7

(mrg)

2015-03-07 18:54:57 UTC MAIN commitmail json YAML

2015-03-07 18:52:47 UTC MAIN commitmail json YAML

adjust to new trace_{enter,exit}

(christos)

2015-03-07 18:51:44 UTC MAIN commitmail json YAML

2015-03-07 18:50:01 UTC MAIN commitmail json YAML

2015-03-07 18:41:40 UTC MAIN commitmail json YAML

2015-03-07 17:47:09 UTC MAIN commitmail json YAML

we have space for 2 more arguments so use it.

(christos)

2015-03-07 16:50:10 UTC MAIN commitmail json YAML

mention dtrace syscall support

(christos)

2015-03-07 16:48:29 UTC MAIN commitmail json YAML

2015-03-07 16:41:54 UTC MAIN commitmail json YAML

2015-03-07 16:40:05 UTC MAIN commitmail json YAML

2015-03-07 16:39:20 UTC MAIN commitmail json YAML

2015-03-07 16:38:49 UTC MAIN commitmail json YAML

2015-03-07 16:38:08 UTC MAIN commitmail json YAML

Adjust for systrace based on the FreeBSD code:
- create new file systrace_args.c that use used to convert the syscall
  arguments to an array, and functions that print the types of the
  entry and return arguments.
- call the systrace probe from the trace_enter and trace_exit functions

(christos)

2015-03-07 16:35:37 UTC MAIN commitmail json YAML

syscallnames are needed by dtrace

(christos)

2015-03-07 16:34:55 UTC MAIN commitmail json YAML

add dtrace syscall glue:
- adds 2 members to sysent: these are the entry and exit probe ids
  they are non-zero only when dtrace is loaded
- add an emul specific probe for dtrace: this is NULL unless the emulation
  supports dtrace and is loaded
- adjust the syscall stub call trace_enter/exit if needed for systrace
- add more info to trace_enter and exit needed by systrace

(christos)

2015-03-07 15:49:20 UTC MAIN commitmail json YAML

more Ingenic support:
- make sure we always set FIFO_UART_ON
- deal with the absence of DCD support
- enable the TX FIFO timeout interrupt
- set COM_HW_NOIEN
- pretend the FIFO is only 16 bytes deep ( supposed to be 64 but I get
  overruns with that )
now this works as CI20 console

(macallan)

2015-03-07 15:39:57 UTC MAIN commitmail json YAML

comment out debug spam, add more filesystems

(macallan)

2015-03-07 15:38:32 UTC MAIN commitmail json YAML

only use the first 256MB for now until I figure out how to properly access
the rest

(macallan)

2015-03-07 15:37:46 UTC MAIN commitmail json YAML

count all interrupts, not just the ones we have handlers for

(macallan)

2015-03-07 15:36:16 UTC MAIN commitmail json YAML

add memory controller registers

(macallan)

2015-03-07 15:35:33 UTC MAIN commitmail json YAML

fix uart parameters, now speed setting actually works

(macallan)

2015-03-07 15:22:39 UTC MAIN commitmail json YAML

2015-03-07 15:16:12 UTC MAIN commitmail json YAML

2015-03-07 15:15:24 UTC MAIN commitmail json YAML

2015-03-07 15:14:29 UTC MAIN commitmail json YAML

2015-03-07 15:14:09 UTC MAIN commitmail json YAML

- cleanup FreeBSD ifdefs
- remove unused code
- adjust to NetBSD struct emul and types.

(christos)

2015-03-07 15:13:04 UTC MAIN commitmail json YAML

2015-03-07 14:16:51 UTC MAIN commitmail json YAML

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.

(jmcneill)

2015-03-07 13:54:57 UTC MAIN commitmail json YAML

Fix radiotap and fixed rates.  Radiotap was reporting the wrong rate for
data frames and fixed rates weren't really fixed and were converted into
the wrong hardware rate.

From OpenBSD rev.1.36.

(nonaka)

2015-03-07 11:52:53 UTC MAIN commitmail json YAML

Avoid kmem_free(NULL) in iwm_read_firmware()

This code path can be hit if the firmware failed to load, for instance
if the file is not present on the filesystem. In this case
firmware_open() fails, and fw->fw_rawdata never gets allocated in the
first place.

(khorben)

2015-03-07 09:59:15 UTC MAIN commitmail json YAML

Reduce the number of loops.
It avoids timeout on slow machines, and I think that 100,000
times loop also satisfies the evaluation.
PR lib/49664 (no comments)

(isaki)

2015-03-07 08:33:18 UTC nick-nhusb commitmail json YAML

Complete converstion to USBHIST

(skrll)

2015-03-07 07:28:37 UTC MAIN commitmail json YAML

remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new
LEGACY kernel that includes them instead.  now radeon@pci is able to
properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good
chance of working.

this "fixes" PR#49290.

(mrg)

2015-03-07 06:36:37 UTC netbsd-7 commitmail json YAML

2015-03-07 06:21:08 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by he in ticket #563):
crypto/external/bsd/openssh/Makefile.inc: revision 1.8
Sync the HAVE's with reality

(snj)

2015-03-07 06:06:24 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #562):
sbin/drvctl/drvctl.8: revision 1.14
sbin/drvctl/drvctl.c: revision 1.17
Let drvctl -p select elements from an array property by numeric index.

(snj)

2015-03-07 06:00:01 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #561):
sbin/devpubd/hooks/02-wedgenames: revision 1.3
safely update existing wedge links

(snj)

2015-03-07 05:27:54 UTC netbsd-7 commitmail json YAML

2015-03-07 05:22:02 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #560):
sys/compat/netbsd32/syscalls.master: revision 1.102
readlinkat returns ssize_t

(snj)

2015-03-07 05:20:27 UTC netbsd-7 commitmail json YAML

note that rump_syscalls.c was regenerated in ticket 547 (hi martin!)

(snj)

2015-03-07 05:18:38 UTC netbsd-7 commitmail json YAML

2015-03-07 05:04:49 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #567):
sys/arch/arm/cortex/gic.c: revision 1.13, 1.14
in armgic_establish_irq, make sure to write the new value to GICD_ICFGRn
when setting irq type (IST_LEVEL/IST_EDGE)
--
sc_gic_lines is the total number of valid lines but pic_sources[] is
sparse; when initializing mpsafe targets make sure to go all the way to
the end (sc_pic.pic_maxsources) instead

(snj)

2015-03-07 03:25:19 UTC MAIN commitmail json YAML

2015-03-07 03:19:06 UTC MAIN commitmail json YAML

use __COMPAT so that we get argument expansion.

(christos)

2015-03-06 22:29:06 UTC MAIN commitmail json YAML

2015-03-06 22:24:05 UTC MAIN commitmail json YAML

Dedup the NetBSD portion of the code (ok Riastradh), no functional change.

(christos)

2015-03-06 22:03:06 UTC MAIN commitmail json YAML

Pass cache-related flags through to the GTT on pre-SNB devices.

I had assumed for ages this would increase the amount of caching and
thereby increase the chance of stale caches leading to rendering
glitches.  But apparently I was wrong, and failing to pass these
through was causing all sorts of problems!

(riastradh)