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 (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 17:11:31 UTC Now

2014-11-14 16:21:13 UTC MAIN commitmail json YAML

2014-11-14 16:20:42 UTC MAIN commitmail json YAML

Fix thinko in previous.

(uebayasi)

2014-11-14 15:59:46 UTC MAIN commitmail json YAML

2014-11-14 15:56:12 UTC MAIN commitmail json YAML

LLVM switched to three component point release version, so follow here.

(joerg)

2014-11-14 15:52:27 UTC netbsd-7 commitmail json YAML

2014-11-14 15:51:20 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #235):
sys/arch/evbarm/conf/RPI: revision 1.55
enable NFS root FS support in RPI

(martin)

2014-11-14 15:49:16 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #234):
sbin/fsck_msdos/boot.c: revision 1.18
sbin/fsck_msdos/dosfs.h: revision 1.7
sbin/fsck_msdos/boot.c: revision 1.17
ClusterOffset actually needs to be able to be negative.
Add #include <inttypes.h> for intmax_t to fix compile error.

(martin)

2014-11-14 15:22:40 UTC netbsd-7 commitmail json YAML

2014-11-14 15:16:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #232):
sys/arch/next68k/conf/GENERIC: revision 1.138
sys/arch/cobalt/conf/GENERIC: revision 1.146
sys/arch/mvme68k/conf/GENERIC: revision 1.93
sys/arch/vax/conf/VAX780: revision 1.18
sys/arch/newsmips/conf/GENERIC: revision 1.128
sys/arch/luna68k/conf/GENERIC: revision 1.118
sys/arch/sbmips/conf/GENERIC: revision 1.100
sys/arch/pmax/conf/GENERIC: revision 1.184
sys/arch/alpha/conf/GENERIC: revision 1.361
sys/arch/sparc64/conf/GENERIC: revision 1.176
sys/arch/sun3/conf/GENERIC: revision 1.170
sys/arch/shark/conf/GENERIC: revision 1.120
sys/arch/landisk/conf/GENERIC: revision 1.44
sys/arch/bebox/conf/GENERIC: revision 1.144
sys/arch/sparc64/conf/NONPLUS64: revision 1.43
sys/arch/sandpoint/conf/GENERIC: revision 1.87
sys/arch/emips/conf/GENERIC: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.111
sys/arch/dreamcast/conf/GENERIC: revision 1.120
sys/arch/cesfic/conf/GENERIC: revision 1.64
sys/arch/mmeye/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.7
sys/arch/x68k/conf/GENERIC: revision 1.178
sys/arch/iyonix/conf/GENERIC: revision 1.87
sys/arch/sun2/conf/GENERIC: revision 1.93
sys/arch/ews4800mips/conf/GENERIC: revision 1.50
sys/arch/amd64/conf/XEN3_DOMU: revision 1.59
sys/arch/acorn26/conf/GENERIC: revision 1.80
sys/arch/acorn32/conf/GENERIC: revision 1.115
sys/arch/macppc/conf/POWERMAC_G5: revision 1.24
sys/arch/i386/conf/GENERIC: revision 1.1117
sys/arch/arc/conf/GENERIC: revision 1.183
sys/arch/cats/conf/GENERIC: revision 1.154
sys/arch/amiga/conf/GENERIC.in: revision 1.128
sys/arch/zaurus/conf/GENERIC: revision 1.64
sys/arch/netwinder/conf/GENERIC: revision 1.125
sys/arch/hppa/conf/GENERIC: revision 1.5
sys/arch/mvmeppc/conf/GENERIC: revision 1.23
sys/arch/macppc/conf/GENERIC: revision 1.319
sys/arch/amiga/conf/GENERIC: revision 1.310
sys/arch/pmax/conf/GENERIC64: revision 1.20
sys/arch/macppc/conf/MAMBO: revision 1.23
sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27
sys/arch/amigappc/conf/GENERIC: revision 1.23
sys/arch/amd64/conf/GENERIC: revision 1.403
sys/arch/ofppc/conf/GENERIC: revision 1.156
sys/arch/mac68k/conf/GENERIC: revision 1.219
sys/arch/i386/conf/XEN3_DOMU: revision 1.64
sys/arch/mipsco/conf/GENERIC: revision 1.87
sys/arch/hp300/conf/GENERIC: revision 1.189
sys/arch/vax/conf/GENERIC: revision 1.192
sys/arch/news68k/conf/GENERIC: revision 1.124
sys/arch/ibmnws/conf/GENERIC: revision 1.45
sys/arch/hpcsh/conf/GENERIC: revision 1.105
sys/arch/sparc/conf/TADPOLE3GX: revision 1.64
sys/arch/i386/conf/XEN3_DOM0: revision 1.92
sys/arch/sparc/conf/GENERIC: revision 1.247
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105
sys/arch/prep/conf/GENERIC: revision 1.173
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103
sys/arch/rs6000/conf/GENERIC: revision 1.32
sys/arch/hpcmips/conf/GENERIC: revision 1.228
Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr
Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)

(martin)

2014-11-14 15:06:36 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #231):
lib/libperfuse/ops.c: revision 1.81
Allow setxattr to be called with a NULL value, instead of crashing.

(martin)

2014-11-14 15:01:02 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #229):
external/gpl3/gcc/lib/libgcc/libgcc/Makefile: revision 1.23
Avoid using ld -x.  Instead use ${OBJCOPY} ${OBJCOPYLIBFLAGS} to strip
local symbols.

(martin)

2014-11-14 14:58:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #227):
Makefile: revision 1.311
build.sh: revision 1.299
doc/BUILDING.mdoc: revision 1.105
distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.16
distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.17
BUILDING: revision 1.110
distrib/notes/arc/prep: revision 1.3
distrib/notes/arc/prep: revision 1.4
distrib/notes/cats/prep: revision 1.12
distrib/notes/cats/prep: revision 1.13
distrib/notes/sparc/install: revision 1.58
distrib/notes/common/main: revision 1.512
share/man/man8/man8.macppc/ofwboot.8: revision 1.13
Update path to release ISOs.

(martin)

2014-11-14 14:53:17 UTC MAIN commitmail json YAML

Define copysignl on !long double platforms. Be consistent in the use of
weak aliases.

(joerg)

2014-11-14 14:45:34 UTC MAIN commitmail json YAML

Adjust comment to reflect reality.  (5th arg, not 4th)

(oster)

2014-11-14 14:44:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #226):
share/man/man7/release.7: revision 1.35
share/man/man7/release.7: revision 1.36
fix cksum syntax, CDROM -> CD-ROM, give a specific example of a kernel set
rather than kern.tgz, add dd(1) xref for usb images
bump date

(martin)

2014-11-14 14:32:49 UTC MAIN commitmail json YAML

2014-11-14 14:29:16 UTC MAIN commitmail json YAML

Fix a long-standing bug related to rebooting while a
reconstruct-to-spare is underway but not yet complete.

The issue was that a component was being marked as a used_spare when
the rebuild started, not when the rebuild was actually finished.
Marking it as a used_spare meant that the component label on the spare
was being updated such that after a reboot the component would be
considered up-to-date, regardless of whether the rebuild actually
completed!

This fix includes:
1) Add an additional state "rf_ds_rebuilding_spare" which is used
    to denote that a spare is currently being rebuilt from the live
    components.
2) Update the comments on the disk states, which were out-of-sync
    with reality.
3) When rebuilding to a spare component, that spare now enters the
    state rf_ds_rebuilding_spare instead of the state rf_ds_used_spare.
4) When the rebuild is actually complete then the spare component
    enters the rf_ds_used_spare state.  rf_ds_used_spare is now used
    exclusively for the case where the rebuilding to the spare has
    completed successfully.

XXX: Someday we need to teach raidctl(8) about this new state, and
take out the backwards compatibility code in rf_netbsdkintf.c (see
RAIDFRAME_GET_INFO in raidioctl()).  For today, this fix needs to be
generic enough that it can get backported without major grief.

XXX: Needs pullup to netbsd-5*, netbsd-6*, and netbsd-7

Fixes PR#49244.

(oster)

2014-11-14 14:22:41 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #224):
sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_overlay.c: revision 1.6
sys/external/bsd/drm2/dist/drm/radeon/sumo_dpm.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/atombios_dp.c: revision 1.4
sys/external/bsd/drm2/dist/drm/i915/intel_dp.c: revision 1.9
sys/external/bsd/drm2/dist/drm/radeon/trinity_dpm.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/r100.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/rv770_dpm.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/evergreen_cs.c: revision 1.3
sys/external/bsd/drm2/dist/drm/i915/i915_gem_tiling.c: revision 1.4
sys/external/bsd/drm2/dist/drm/radeon/evergreen_cs.c: revision 1.4
sys/external/bsd/drm2/dist/drm/i915/intel_display.c: revision 1.13
sys/external/bsd/drm2/dist/drm/radeon/si_dpm.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/kv_dpm.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/kv_dpm.c: revision 1.4
sys/external/bsd/drm2/dist/drm/radeon/ci_dpm.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/ci_dpm.c: revision 1.4
sys/external/bsd/drm2/dist/drm/i915/intel_tv.c: revision 1.6
sys/external/bsd/drm2/ttm/ttm_bo_vm.c: revision 1.8
test some pointers and return EINVAL instead of blindly assuming
they're valid.  converts kernel crashes in to app failures.
GL is still not working on evergreen for me.
Use %hhx for uint8_t, not %hx.
Mark some unused variables as such to shut up Clang.
Ifdef out nonsensical comparison until we update from upstream.
We don't use radeon_(un)register_atpx_handler at the moment.
Ifdef out another nonsensical comparison.
fix uninitialized
fix shadowing for min() and max() from libkern
Fix little C issues in i915drmkms hindering the Clang build.
- Test `x == NULL', not `&container_of(x, t, base)->base == NULL'.
- Fix format strings in intel_dp_probe_oui to use %hhx for uint8_t.
- Omit needless ioread32 in intel_overlay.c.
- Ifdef out unused definitions in intel_tv.c.
Update comment to reflect recent change to.

(martin)

2014-11-14 14:17:12 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #219):
build.sh: revision 1.301
Replace '.' and '-' in ${op} with '_', before setting d_${op}=true.
Also remove or simplify older code that did the same thing in a
different way.  The old code handled most cases, but did not change
op=kernel.gdb to op=kernel_gdb.

(martin)

2014-11-14 13:37:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #214):
sys/arch/evbarm/conf/BPI: revision 1.11
sys/arch/arm/allwinner/awin_hdmi.c: revision 1.10
sys/arch/arm/allwinner/awin_hdmiaudio.c: revision 1.1
sys/arch/arm/allwinner/awin_hdmiaudio.c: revision 1.2
sys/arch/arm/allwinner/awin_hdmiaudio.c: revision 1.3
sys/arch/evbarm/conf/CUBIEBOARD: revision 1.34
sys/arch/arm/allwinner/awin_io.c: revision 1.28
sys/arch/arm/allwinner/awin_reg.h: revision 1.48
sys/arch/arm/allwinner/awin_debe.c: revision 1.5
sys/arch/arm/allwinner/awin_dma_a10.c: revision 1.3
sys/arch/evbarm/conf/HUMMINGBIRD_A31: revision 1.19
sys/arch/arm/allwinner/files.awin: revision 1.24
sys/arch/arm/allwinner/awin_board.c: revision 1.28
sys/arch/arm/allwinner/awin_hdmi.c: revision 1.7
sys/arch/arm/allwinner/awin_hdmi.c: revision 1.8
HDMI audio driver for Allwinner boards.

(martin)

2014-11-14 13:30:48 UTC MAIN commitmail json YAML

2014-11-14 13:26:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #210):
sys/arch/arm/allwinner/awin_board.c: revisions 1.26-1.27
sys/arch/arm/allwinner/awin_debe.c: revisions 1.1-1.6
sys/arch/arm/allwinner/awin_fb.c: revisions 1.1-1.4
sys/arch/arm/allwinner/awin_hdmi.c: revisions 1.3-1.6,1.9-1.12
sys/arch/arm/allwinner/awin_io.c: revision 1.27
sys/arch/arm/allwinner/awin_reg.h: revisions 1.46-1.47,1.49
sys/arch/arm/allwinner/awin_tcon.c: revisions 1.1-1.5
sys/arch/arm/allwinner/awin_var.h: revisions 1.20-1.22
sys/arch/arm/allwinner/files.awin: revisions 1.22-1.23,1.25
sys/arch/evbarm/awin/awin_machdep.c: revision 1.26
sys/arch/evbarm/conf/BPI: revision 1.10
sys/arch/evbarm/conf/CUBIEBOARD: revision 1.32
sys/arch/evbarm/conf/HUMMINGBIRD_A31: revisions 1.17-1.18
sys/dev/wscons/wsconsio.h: revision 1.109

HDMI framebuffer for Allwinner boards.

(martin)

2014-11-14 12:02:20 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.6.2

(roy)

2014-11-14 12:00:54 UTC MAIN commitmail json YAML

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

Fix use-after-free on failed unmount with extended attribute enabled

When unmount failed, for instance because the mount is still busy,
UFS1 extended attributes structures were left freed while the kernel
assumes extended attributes were still enabled. This led to using
UFS1 extended attributes structures after free. With LOCKDEBUG, with
quickly triggers a panic.

The problem is fixed by:
1) clear MNT_EXTATTR flag after extended attributes structures are freed
2) attempt to restart extended attributes after failed unmount
2) set MNT_EXTATTR correctly after extended attributes restart

As a side effect, extended attribute structures are now only initialized
when extended attributes are started for the filesystem.

(manu)

2014-11-14 10:04:40 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #230):
sys/dev/i2c/axp22x.c: revision 1.1
etc/etc.evbarm/Makefile.inc: revisions 1.65-1.66
sys/arch/evbarm/conf/HUMMINGBIRD_A31: revisions 1.1-1.15
sys/arch/evbarm/conf/HUMMINGBIRD_A31_INSTALL: revisions 1.1-1.3
sys/dev/i2c/axp22x.c: revision 1.1
sys/dev/i2c/files.i2c: revision 1.57

Add Merrii Hummingbird A31 board kernels.
Add AXP22x Power Management Unit driver.

(martin)

2014-11-14 09:03:39 UTC MAIN commitmail json YAML

2014-11-14 08:20:22 UTC MAIN commitmail json YAML

IPL_SCHED -> IPL_VM

Something isn't MP safe.

(skrll)

2014-11-14 08:17:38 UTC netbsd-7 commitmail json YAML

2014-11-14 08:16:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #228):
sys/arch/arm/arm32/kobj_machdep.c: revision 1.10
PR port-arm/49299: add support for BE8 byte swapped instructions.

(snj)

2014-11-14 07:30:06 UTC netbsd-7 commitmail json YAML

2014-11-14 07:29:13 UTC netbsd-7 commitmail json YAML

Pull up the following revisions, requested by skrll in ticket #222:
src/sys/arch/arm/arm32/locore.S  1.37
src/sys/arch/arm/arm32/bus_dma.c 1.87

Make the initial svcstack is doubleword aligned if EABI.

With PMAP_NEED_ALLOC_POOLPAGE, before using pmap_map_poolpage make sure
the page comes from the same freelist that pmap_map_poolpage uses.

(martin)

2014-11-14 07:06:40 UTC MAIN commitmail json YAML

mention etcupdate and reorder a bit

(snj)

2014-11-14 03:31:41 UTC MAIN commitmail json YAML

2014-11-14 01:05:57 UTC MAIN commitmail json YAML

disable hdmi and tcon before setting up the display

(jmcneill)

2014-11-14 00:31:54 UTC MAIN commitmail json YAML

2014-11-13 22:32:53 UTC MAIN commitmail json YAML

adapt to modern ISO image naming conventions

(snj)

2014-11-13 22:29:30 UTC MAIN commitmail json YAML

2014-11-13 21:43:27 UTC MAIN commitmail json YAML

add a couple more dummies (erf, erfc)

(christos)

2014-11-13 17:46:49 UTC MAIN commitmail json YAML

2014-11-13 17:19:29 UTC MAIN commitmail json YAML

2014-11-13 16:51:53 UTC MAIN commitmail json YAML

Change ntfs to vcache.
- Use (inumber, attrtype, attrname) as key.
- Inline ntfs_fget() and ntfs_frele() as they only get called once.

(hannken)

2014-11-13 16:51:10 UTC MAIN commitmail json YAML

- Change ntfs_vgetex() to always load the ntnode and fnode.
- Take the vnode attributes from the NAME attribute.
- Remove now unused ntfs_times() and ntfs_filesize().
- Treat nodes without an unnamed DATA attribute as zero-sized regular files.

(hannken)

2014-11-13 16:49:56 UTC MAIN commitmail json YAML

- Fix ntfs_ntlookupattr() to make the examples from the man page work.
- Fix ntfs_loadntnode() to always read full cluster to prevent buffer
  cache inconsistency.
- Change ntfs_vgetex() and ntfs_fget() to take a const attrname and
  always pass a possibly empty string.
- Change printf to dprintf.
- Get rid of dead fields i_next, i_prev of struct ntnode.

(hannken)

2014-11-13 16:37:39 UTC MAIN commitmail json YAML

Adjust flags to allow building with clang.

(joerg)

2014-11-13 16:18:38 UTC MAIN commitmail json YAML

Stop building a.out kernels so that mkldscript.sh is no longer necessary.

Tested "build.sh release", and the default ELF GENERIC kernel loaded by
the native bootloader just works on LUNA-II.

(tsutsui)

2014-11-13 16:11:18 UTC MAIN commitmail json YAML

Add sysctl to selectively log arp packets from unknown network. (Adrien URBAN).

(christos)

2014-11-13 16:10:21 UTC MAIN commitmail json YAML

add log_unknown_network

(christos)

2014-11-13 16:02:25 UTC MAIN commitmail json YAML

Use VAX_LABELOFFSET here; It needs to be the machine-specific one. Thanks
to gcc-4.8 for discovering the bug and to Atari for having a LABELOFFSET of
516 > 512 :-)
XXX: Perhaps we should put all those constants in <sys/bootblock.h> instead
of spreading them around.

(christos)

2014-11-13 15:25:48 UTC MAIN commitmail json YAML

Revise a plan about link-set.

(I was ignorant 2 weeks ago.)

(uebayasi)

2014-11-13 15:03:07 UTC MAIN commitmail json YAML

2014-11-13 13:44:31 UTC MAIN commitmail json YAML

`ld -r' needs ${LINKFORMAT}.  This fixes the experimental config(1) modular
build for MIPS64 ports.

(uebayasi)

2014-11-13 09:55:45 UTC netbsd-7 commitmail json YAML

Actually do pullup rev 1.2, as requested by skrll in #223

(martin)

2014-11-13 08:42:35 UTC MAIN commitmail json YAML

regen from doc/BUILDING.mdoc revision 1.107.
This reinstates documentation for "extsrc" which was lost in 2009.

(apb)

2014-11-13 08:25:32 UTC MAIN commitmail json YAML

Document "extsrc".  This was added to src/BUILDING in revision 1.90
dated 2009-11-30, but was not added to src/doc/BUILDING.mdoc,
so the changes were lost.

The original log message was:
- - - -
revision 1.90
date: 2009-11-30 16:13:22 +0000;  author: uebayasi;  state: Exp;  lines: +22 -0;
Support "extsrc", externally added programs and libraries.  Users can write
their own reach-overs, cross-build, install, and get set files just like base
and X11 / X.org.  (These sets are not included as TNF releases.)
- - - -

(apb)

2014-11-13 08:16:42 UTC MAIN commitmail json YAML

2014-11-13 07:27:52 UTC netbsd-7 commitmail json YAML

2014-11-13 07:26:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #225):
usr.sbin/etcupdate/etcupdate: revision 1.59
Synchronise the "-s" part of the usage message with postinstall.
A colon-separated list of tgz files is no longer accepted; you
must use multiple -s options instead.

(snj)

2014-11-13 07:17:40 UTC netbsd-7 commitmail json YAML

2014-11-13 07:11:06 UTC MAIN commitmail json YAML

Synchronise the "-s" part of the usage message with postinstall.
A colon-separated list of tgz files is no longer accepted; you
must use multiple -s options instead.

(apb)

2014-11-13 07:03:23 UTC MAIN commitmail json YAML

2014-11-13 06:37:43 UTC netbsd-7 commitmail json YAML

2014-11-13 06:36:34 UTC netbsd-7 commitmail json YAML

Pull up the following revision, requested by skrl in ticket #222:
src/sys/arch/evbarm/conf/mk.awin 1.3

Pass BOARDTYPE as a string to awin_machdep.c

(martin)

2014-11-13 06:14:47 UTC MAIN commitmail json YAML

List of all link-set names.

(uebayasi)

2014-11-13 02:31:24 UTC MAIN commitmail json YAML

do the dependencies in a simpler way using a separate target

(christos)

2014-11-13 01:09:59 UTC MAIN commitmail json YAML

If mkldscript.sh is used to build ${PROG}, depend on it.

(uebayasi)

2014-11-12 23:12:27 UTC MAIN commitmail json YAML

On 2GB systems, we have to subtract AWIN_SDRAM_PBASE from the physical address.

(jmcneill)

2014-11-12 22:23:38 UTC MAIN commitmail json YAML

Remove the syslogging of a dial out login warning based on the tty name, because
the test is sloppy and doesn't correspond to the current naming anyway.
OK gdt@
PR#377 can remain closed.

(aymeric)

2014-11-12 21:56:48 UTC MAIN commitmail json YAML

update the example to use dty00 instead of ttyd0 to reflect a current practice

(aymeric)

2014-11-12 21:27:48 UTC MAIN commitmail json YAML

2014-11-12 20:09:09 UTC netbsd-7 commitmail json YAML

2014-11-12 20:07:20 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #223):
sys/arch/evbarm/conf/std.awin: revision 1.2
sys/dev/i2c/axp20x.c: revision 1.1
sys/dev/i2c/axp20x.c: revision 1.2
sys/dev/i2c/gttwsireg.h: revision 1.2
sys/dev/i2c/files.i2c: revision 1.55
sys/dev/i2c/files.i2c: revision 1.56
AllWinner implementation uses a different register layout, select it with options GTTWSI_ALLWINNER
AXP20x Power Management Unit driver, pretty basic at the moment -- only acts as a temperature sensor
fix a sizeof typo
options GTTWSI_ALLWINNER

(martin)

2014-11-12 19:54:46 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #222):
etc/etc.evbarm/Makefile.inc 1.64
sys/arch/evbarm/conf/BPI 1.2,1.4,1.6-1.7,1.9
sys/arch/evbarm/conf/BPI_INSTALL 1.1
sys/arch/evbarm/conf/CUBIEBOARD 1.18-1.30
sys/arch/evbarm/conf/CUBIETRUCK 1.4,1.6
sys/arch/evbarm/conf/mk.awin 1.4
sys/arch/evbarm/conf/std.awin 1.4 (via patch)
sys/conf/files 1.1104
sys/dev/usb/motg.c 1.9-1.12
sys/dev/usb/motgreg.h 1.2-1.4
Allow attachment glue to override the number of endpoints
-
options MOTG_ALLWINNER to select the awin specific reg layout
options MOTG_ALLWINNER
-
Instead of polluting motgreg.h with AllWinner specific registers (things
were getting out of hand), move the AllWinner reg definitions to
arch/arm/allwinner/awin_otgreg.h and include that instead of
dev/usb/motgreg.h when MOTG_ALLWINNER is defined.
let the bus driver override fifo size
-
If the bus driver supplies a fifo size and dynfifo is true, use it
-
Various kernel config fixes.

(martin)

2014-11-12 19:41:24 UTC MAIN commitmail json YAML

Fix tab/space inconsistency in comment.

(apb)

2014-11-12 19:33:32 UTC MAIN commitmail json YAML

sync both instances of the ldscript.

(christos)

2014-11-12 19:31:05 UTC MAIN commitmail json YAML

Change the order of arguments to check_ids, placing the two file names
adjacent to each other.  Also add a comment explaining the "start"
argument and the "SKIP" special value.

(apb)

2014-11-12 19:24:25 UTC netbsd-7 commitmail json YAML

2014-11-12 19:20:06 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #218):
common/lib/libc/arch/arm/atomic/Makefile.inc: revision 1.24-1.26
common/lib/libc/arch/hppa/atomic/Makefile.inc: revision 1.13
common/lib/libc/arch/mips/atomic/Makefile.inc: revision 1.13
common/lib/libc/arch/sh3/atomic/Makefile.inc: revision 1.7
common/lib/libc/arch/sparc/atomic/Makefile.inc: revision 1.18
common/lib/libc/arch/vax/atomic/Makefile.inc: revision 1.7
common/lib/libc/atomic/atomic_and_16_nv_cas.c: revision 1.2
common/lib/libc/atomic/atomic_and_8_nv_cas.c: revision 1.2
common/lib/libc/atomic/atomic_c11_compare_exchange_cas_16.c: revision 1.1-1.2
common/lib/libc/atomic/atomic_c11_compare_exchange_cas_32.c: revision 1.1-1.2
common/lib/libc/atomic/atomic_c11_compare_exchange_cas_8.c: revision 1.1-1.2
common/lib/libc/atomic/atomic_cas_by_cas32.c: revision 1.4
common/lib/libc/atomic/atomic_op_namespace.h: revision 1.7
Add __sync_val_compare_and_swap_{1,2} aliases for _atomic_cas_{8,16}
--
Provide __atomic_compare_exchange_N (as needed for the C11 2011 <atomic>
ops) via the corresponding CAS.
--
Hook __atomic_compare_exchange_N into vax libc.
--
Provide __sync_and_and_fetch_2 and __sync_and_and_fetch_1 for pre-ARMv6,
they are needed for the C++ 2011 <atomic> stuff.
--
Add C++ 2011 <atomic> support functions.
--
Move the and_{16,8}_nv sources into the right (libc only) block.
--
Provide <atomic> C++ 2011 support functions for mips and sh3.
--
Provide C++ 2011 <atomic> support functions for hppa and arm.
--
Provide prototypes to fix build with clang.

(snj)

2014-11-12 18:55:08 UTC netbsd-7 commitmail json YAML

2014-11-12 18:50:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #216):
share/man/man9/todr.9: revision 1.17
sys/arch/sh3/dev/rtc.c: revision 1.9
sys/dev/clock_subr.c: revision 1.17-1.22
sys/dev/clock_subr.h: revision 1.22
sys/fs/msdosfs/msdosfs_conv.c: revision 1.10
tools/compat/compat_defs.h: revision 1.98
tools/compat/dev/clock_subr.h: revision 1.1-1.2
usr.sbin/makefs/msdos/Makefile.inc: revision 1.6
clock_secs_to_ymdhms(9) takes seconds as a time_t, not int.
--
Make this compile- and usable from userland as well.
--
Add a slightly stripped down version of sys/dev/clock/clock_subr.h to make
this code available for tools.
--
Reformulate an overflow test so it can be used in tool builds (i.e. does
not depend on netbsd specific macros).
--
Make msdosfs time conversion use the y/m/d/h/m/s conversion functions
from clock_subr.c and compile that into the userland (and tools)
makefs as well.
--
Copy definitions of __type_min(t), __type_max(t), and some related macros,
from <sys/cdefs.h>, for use when building tools.
--
Revert previous; test secs > __type_max(time_t) again, now
that __type_max is available in tools/compat/compat_defs.h.
--
If HAVE_NBTOOL_CONFIG_H is set, then include "nbtool_config.h",
because this file is compiled as part of tools/makefs.
--
Counting leap years was fine while we had 32bit time_t - but now it
is not a good idea for dates far away in the future.
For dates in the year 2000 or later, use arithmetic instead (since the
repeating periods are well aligned). Should fix PR 49144.
--
Avoid overflowing the "year" value by making the field uint64_t. Adapt
arguments and local variables accordingly.
This now fixes PR 49144 for real.
--
Adapt formats for debug printfs to clock_subr type changes.

(snj)

2014-11-12 17:41:16 UTC MAIN commitmail json YAML

2014-11-12 17:38:56 UTC MAIN commitmail json YAML

2014-11-12 17:38:14 UTC MAIN commitmail json YAML

Add A20 HDMI audio support. Basically the same as A31, except we need to use dedicated DMA mode here (A31 DMA controller only supports "normal DMA" mode).

(jmcneill)

2014-11-12 16:07:17 UTC MAIN commitmail json YAML

apply several changes from intelfb.c revs 1.7 through 1.9:
- provide a setmode callback for genfb
- add a pmf shutdown handler to switch genfb into polling mode
- no need to call drm_fb_helper_set_config after genfb attaches,
  as the setmode callback is called by genfb_attach

(chs)

2014-11-12 15:08:52 UTC MAIN commitmail json YAML

If the internals are not explicitly requested, use #include_next to pick
up the system version. <locale> from libc++ requires this and is used by
src/tools/elftosb2.

(joerg)

2014-11-12 14:22:20 UTC netbsd-7 commitmail json YAML

2014-11-12 14:14:13 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #221):
usr.bin/vmstat/vmstat.c: revision 1.204
Print the cpu in the kernhist record.

(martin)

2014-11-12 14:09:57 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #215):
sys/external/bsd/drm2/radeon/files.radeon: revision 1.6
sys/external/bsd/drm2/radeon/files.radeon: revision 1.7
sys/external/bsd/drm2/radeon/files.radeon: revision 1.8
sys/external/bsd/drm2/radeon/files.radeon: revision 1.9
sys/external/bsd/drm2/radeon/files.radeon: revision 1.10
sys/external/bsd/drm2/radeon/files.radeon: revision 1.11
sys/external/bsd/drm2/radeon/files.radeon: revision 1.12
Suppress clang warning about `= {0}'.
Suppress some more missing field initializer warnings from Clang.
-Wno-unused-const-variable for radeon kv_dpm.c.
Spell -Wno-missing-prototypes correctly.
rv770_dpm.c needs -Wno-missing-field-initializers.
si_dpm.c needs -Wno-unused-const-variable.
trinity_dpm.c needs -Wno-unused-const-variable.

(martin)

2014-11-12 13:54:13 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #213):
lib/libc/resolv/res_mkquery.c: revision 1.14
PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and everyone
is happy.
XXX: Pullup to 7.

(martin)

2014-11-12 13:48:31 UTC netbsd-7 commitmail json YAML

2014-11-12 13:36:41 UTC netbsd-7 commitmail json YAML

2014-11-12 13:24:34 UTC MAIN commitmail json YAML

add -t to mkldscript

(christos)

2014-11-12 13:23:41 UTC MAIN commitmail json YAML

restore previous functionality, and add what we need with -t <template>

(christos)

2014-11-12 10:47:24 UTC MAIN commitmail json YAML

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)

(manu)

2014-11-12 05:08:44 UTC MAIN commitmail json YAML

Allow setxattr to be called with a NULL value, instead of crashing.

(manu)

2014-11-12 04:53:14 UTC MAIN commitmail json YAML

2014-11-12 03:49:26 UTC MAIN commitmail json YAML

List missing compatmodules keyword in the comment.

(enami)

2014-11-12 03:48:30 UTC MAIN commitmail json YAML

Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail.

(enami)

2014-11-12 03:34:59 UTC MAIN commitmail json YAML

PR/47704: Takahiro HAYASHI: Fix -L flag

(christos)

2014-11-12 03:34:08 UTC MAIN commitmail json YAML

2014-11-12 03:24:25 UTC MAIN commitmail json YAML

Ensure callout isn't running and pending before callout_destroy

Call callout_halt before callout_destroy. And also let callout (mld_timeo)
not call callout_schedule when we already called callout_halt.

This fixes PR 47881.

(ozaki-r)

2014-11-12 03:14:00 UTC MAIN commitmail json YAML

2014-11-12 03:12:35 UTC MAIN commitmail json YAML

2014-11-12 03:03:01 UTC MAIN commitmail json YAML

this module needs MKLDSCRIPT too now

(christos)

2014-11-12 02:50:01 UTC MAIN commitmail json YAML

2014-11-12 02:24:40 UTC MAIN commitmail json YAML

2014-11-12 02:19:28 UTC MAIN commitmail json YAML

Enable dynamic link script generation to handle __{start,stop}_link_set_*
via a variable; perhaps delete the variable and always do it?

(christos)

2014-11-12 02:15:58 UTC MAIN commitmail json YAML

I don't know what was using this before (but it did not work since it
did not produce valid LDSCRIPT code) and now it does.

(christos)

2014-11-12 02:15:16 UTC MAIN commitmail json YAML

turn on dynamic ldscript creation to handle link set symbol definitions
used in the automatic sysctl creation.

(christos)

2014-11-12 02:14:17 UTC MAIN commitmail json YAML

move agpsupport to drmkms to avoid circular dependencies.

(christos)

2014-11-12 02:13:30 UTC MAIN commitmail json YAML

make this work: add agpsupport and sysctl code

(christos)

2014-11-11 23:08:37 UTC MAIN commitmail json YAML

2014-11-11 19:41:39 UTC MAIN commitmail json YAML

Make check_ids take an additional argument (the corresponding source
file) and grep that on error for the missing information, so the user
gets all the info needed how to "FIX MANUALLY".

(martin)

2014-11-11 19:22:32 UTC MAIN commitmail json YAML

2014-11-11 18:46:54 UTC MAIN commitmail json YAML

localtime did not set tm->tm_zone properly making pkgsrc emacs core-dump.
Thanks to Masanori Kanaoka.

(christos)

2014-11-11 17:27:12 UTC MAIN commitmail json YAML

only dump regs when enabling audio if AWIN_HDMI_DEBUG

(jmcneill)

2014-11-11 17:20:43 UTC MAIN commitmail json YAML

awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio controller.

(jmcneill)

2014-11-11 17:14:38 UTC MAIN commitmail json YAML

AWIN_HDMI_ADMA_CTRL_FIFO_CLEAR causes playback to stop working, dont set it

(jmcneill)

2014-11-11 17:01:27 UTC MAIN commitmail json YAML

2014-11-11 17:00:59 UTC MAIN commitmail json YAML

2014-11-11 15:12:52 UTC MAIN commitmail json YAML

2014-11-11 12:53:54 UTC netbsd-7 commitmail json YAML

2014-11-11 12:50:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #212):
sys/dev/wscons/wsdisplay_vcons.c: revision 1.33
allocate char and attr buffers with M_ZERO

(martin)

2014-11-11 12:48:59 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #211):
sys/arch/evbarm/awin/awin_machdep.c: revision 1.27
get_bootconf_option doesnt return the value null-terminated, so look for an awge0.mac-address value of exactly the correct length

(martin)

2014-11-11 12:28:28 UTC netbsd-7 commitmail json YAML

2014-11-11 12:20:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #205):
sys/net/if.c: revision 1.292
PR/49373: Ryota Ozaki: Running if_clone_create and if_clone_destroy in
parallel causes panic
XXX: Pullup 7.

(martin)

2014-11-11 11:30:56 UTC MAIN commitmail json YAML

2014-11-11 11:30:21 UTC MAIN commitmail json YAML

fix build failure.

>    /tmp/bracket/build/2014.11.10.22.43.46-i386/src/sys/external/bsd/drm2/include/linux/pci.h:36:20: fatal error: acpica.h: No such file or directory

(nonaka)

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

2014-11-11 10:42:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #202):
sys/dev/ccd.c: revision 1.153
sys/dev/ccd.c: revision 1.154
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.313
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.314
sys/dev/ld.c: revision 1.77
sys/dev/vnd.c: revision 1.233
sys/dev/dksubr.c: revision 1.52
sys/dev/dksubr.c: revision 1.53
clamp total number of sectors to UINT32_MAX instead of providing the
lower 32bit of the 64bit number.
No longer warn about differences bewteen disk size and total sector count
in disklabel when the latter is just clamped to the maximum.

(martin)

2014-11-11 10:36:41 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #201):
sbin/dkctl/dkctl.8: revision 1.24
sbin/dkctl/dkctl.8: revision 1.25
sys/dev/scsipi/sd.c: revision 1.310
sys/dev/ata/wd.c: revision 1.415
sbin/dkctl/dkctl.c: revision 1.21
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.315
sys/dev/ld.c: revision 1.78
sys/dev/vnd.c: revision 1.234
sys/dev/dksubr.c: revision 1.54
sys/sys/dkio.h: revision 1.20
sys/dev/dkwedge/dk.c: revision 1.74
Add ioctl to autodiscover wedges.
Implement DIOCMWEDGES ioctl that triggers wedge autodiscovery.
Also fix a reference counting bug and clean up some code.
support DIOCMWEDGES ioctl.
Add 'makewedges' option to autodiscover wedges from a changed label.
New sentence, new line. Bump date for previous.

(martin)

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

Pull up following revision(s) (requested by mlelstv in ticket #200):
sys/dev/dkwedge/dkwedge_bsdlabel.c: revision 1.23
sys/dev/dkwedge/dkwedge_mbr.c: revision 1.8
sys/dev/dkwedge/dkwedge_gpt.c: revision 1.14
Handle disks with non DEV_BSIZE sectors.
get sector size from disk structure.
Be less noisy when handling wedge name conflicts.

(martin)

2014-11-11 10:21:26 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #199):
sbin/newfs/newfs.c: revision 1.112
sbin/fsck/fsck.c: revision 1.52
fix logic that handles command line arguments. Now you can:
fsck /mnt/point
fsck dkX
fsck rdkX
fsck /dev/dkX
fsck /dev/rdkX
fsck NAME=wedge
Support wedge names.
before:
    newfs dk1        - formats /dev/rdk1
    newfs rdk1      - cannot open /dev/rrdk1
    newfs /dev/dk1  - /dev/dk1 is a block-device, use raw device
    newfs /dev/rdk1  - formats /dev/rdk1
now:
    newfs dk1        - formats /dev/rdk1
    newfs rdk1      - cannot open /dev/rrdk1
    newfs /dev/dk1  - formats /dev/rdk1 (*)
    newfs /dev/rdk1  - formats /dev/rdk1
    newfs NAME=wedge - formats /dev/rdk1
(*) getfsspecname() returns the block device which must be translated.
    Passing a block device manually cannot be distinguished from this case.

(martin)

2014-11-11 09:09:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #198):
sys/external/bsd/drm2/include/linux/sched.h: revision 1.5
return correct remaining jiffies.
fix X server hang when screen blank by DPMS.

(martin)

2014-11-11 09:06:32 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #197):
sys/external/bsd/drm2/dist/drm/i915/i915_drv.h: revision 1.10
sys/external/bsd/drm2/include/linux/pci.h: revision 1.10
sys/external/bsd/drm2/dist/drm/i915/intel_acpi.c: revision 1.3
sys/external/bsd/drm2/dist/drm/i915/intel_acpi.c: revision 1.4
sys/external/bsd/drm2/dist/drm/i915/intel_acpi.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_opregion.c: revision 1.6
sys/external/bsd/drm2/dist/drm/i915/intel_opregion.c: revision 1.7
sys/external/bsd/drm2/include/linux/acpi.h: revision 1.3
sys/external/bsd/drm2/dist/drm/i915/i915_dma.c: revision 1.12
sys/external/bsd/drm2/i915drm/files.i915drmkms: revision 1.8
i915drmkms(4): Enable CONFIG_ACPI if NACPICA > 0.
Now brightness can be adjusted via hotkey on Mouse Computer LB-J300X
(Clevo W330SU2).
Fix compilation (debug)
pci_attach_args of pci_find_device and match function is not the same thing.
fix PR/49372.

(martin)

2014-11-11 08:23:17 UTC MAIN commitmail json YAML

2014-11-11 08:10:02 UTC MAIN commitmail json YAML

2014-11-11 03:29:24 UTC MAIN commitmail json YAML

PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and everyone
is happy.
XXX: Pullup to 7.

(christos)

2014-11-11 02:49:16 UTC MAIN commitmail json YAML

2014-11-11 02:37:17 UTC MAIN commitmail json YAML

2014-11-11 02:33:28 UTC MAIN commitmail json YAML

make a drm_agp_destroy() function to resolve the circular dependency between
drmkms and drmkms_pci

(christos)

2014-11-11 02:31:55 UTC MAIN commitmail json YAML

add an agp dependency so that the agp drivers get loaded.

(christos)

2014-11-10 22:43:46 UTC MAIN commitmail json YAML

work around c11 visibility problems on some version(s) of FreeBSD

(pooka)

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

Just _GNU_SOURCE should be enough to expose everything necessary on Linux

(pooka)

2014-11-10 22:02:00 UTC MAIN commitmail json YAML

enable awinhdmi, awintcon, awindebe, genfb, wsmux, wsfont and
with VCONS_DRAW_INTR

(skrll)

2014-11-10 21:22:14 UTC MAIN commitmail json YAML

2014-11-10 21:15:19 UTC MAIN commitmail json YAML

dedup and add the drmkms modules

(christos)

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

merge a bit of duplicated code.

(christos)

2014-11-10 20:52:47 UTC MAIN commitmail json YAML

allocate char and attr buffers with M_ZERO

(jmcneill)

2014-11-10 20:36:12 UTC MAIN commitmail json YAML

get_bootconf_option doesnt return the value null-terminated, so look for an awge0.mac-address value of exactly the correct length

(jmcneill)

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

2014-11-10 19:57:26 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #209):
sys/arch/arm/pic/pic.c: revision 1.25
sys/arch/arm/arm/cpufunc_asm_armv7.S: revision 1.21
sys/arch/arm/arm32/pmap.c: revision 1.312
sys/arch/arm/arm32/bus_dma.c: revision 1.89
sys/arch/arm/arm32/pmap.c: revision 1.313
sys/arch/arm/arm32/pmap.c: revision 1.314
sys/arch/arm/arm32/pmap.c: revision 1.315
sys/arch/arm/arm32/pmap.c: revision 1.316
Include opt_multiprocessor.h
When allocing a l1page, if a page isn't available, use uvm_wait to wait
for one to become available.  Should fix PR/49364.
Post a dmb before invalidating the cache in the post-{read,write}
operations to ensure that any/all cachelines brought in via speculation
are really flushed.
Ensure all memory operations are complete by before wfi. For example, the
cpu could have just been in uvm_pageidlezero.
In pmap_fault_fixup re-instate the TLB flush for the shared L1 case that
occurs for non-ARM_MMU_EXTENDED kernels.
This fixes rump/rumpkern/t_sp:stress_killer on rpi which is currently
non-ARM_MMU_EXTENDED
Remove an unnecessary flush that sneaked in as part of break-before-make
change.
Remove an XXXNH comment.
Update PTE_SYNC_CURRENT to add a dsb for armv7 - part of the
break-before-make fix.

(martin)

2014-11-10 19:53:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #206):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7

(martin)

2014-11-10 19:51:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #204):
usr.sbin/sysinst/msg.mi.en: revision 1.6
usr.sbin/sysinst/msg.mi.pl: revision 1.6
"Encryption" has an r in it.

(martin)

2014-11-10 19:45:54 UTC netbsd-7 commitmail json YAML

src/sys/external/bsd/drm2/dist/drm/i915/i915_cmd_parser.c@1.3.4.1 / diff / nxr@1.3.4.1
src/sys/external/bsd/drm2/dist/drm/i915/i915_debugfs.c@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c@1.10.2.1 / diff / nxr@1.10.2.1
src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h@1.7.2.2 / diff / nxr@1.7.2.2
src/sys/external/bsd/drm2/dist/drm/i915/i915_gem.c@1.14.2.3 / diff / nxr@1.14.2.3
src/sys/external/bsd/drm2/dist/drm/i915/i915_irq.c@1.6.2.4 / diff / nxr@1.6.2.4
src/sys/external/bsd/drm2/dist/drm/i915/i915_ums.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_crt.c@1.4.2.1 / diff / nxr@1.4.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_ddi.c@1.4.2.1 / diff / nxr@1.4.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_display.c@1.10.2.1 / diff / nxr@1.10.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_dp.c@1.7.2.1 / diff / nxr@1.7.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_drv.h@1.6.2.1 / diff / nxr@1.6.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_dsi.c@1.2.4.1 / diff / nxr@1.2.4.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_dsi_cmd.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_dvo.c@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_hdmi.c@1.4.2.1 / diff / nxr@1.4.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_lvds.c@1.5.2.1 / diff / nxr@1.5.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_panel.c@1.4.2.2 / diff / nxr@1.4.2.2
src/sys/external/bsd/drm2/dist/drm/i915/intel_pm.c@1.4.2.1 / diff / nxr@1.4.2.1
src/sys/external/bsd/drm2/dist/drm/i915/intel_sdvo.c@1.5.2.1 / diff / nxr@1.5.2.1
      :
(more 10 files)
Pull up following revision(s) (requested by snj in ticket #191):
sys/external/bsd/drm2/include/linux/io-mapping.h: revision 1.4
sys/external/bsd/drm2/dist/uapi/drm/drm.h: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_panel.c: revision 1.5
sys/external/bsd/drm2/dist/uapi/drm/drm.h: revision 1.6
sys/external/bsd/drm2/dist/drm/i915/intel_drv.h: revision 1.7
sys/external/bsd/drm2/include/linux/ww_mutex.h: revision 1.7
sys/external/bsd/drm2/dist/drm/i915/intel_dp.c: revision 1.8
sys/external/bsd/drm2/dist/drm/i915/i915_ums.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/intel_pm.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/i915_debugfs.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/i915_drv.h: revision 1.9
sys/external/bsd/drm2/dist/drm/i915/i915_cmd_parser.c: revision 1.4
sys/external/bsd/drm2/dist/drm/i915/intel_dsi.c: revision 1.3
sys/external/bsd/drm2/dist/drm/i915/intel_display.c: revision 1.11
sys/external/bsd/drm2/dist/drm/i915/intel_hdmi.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_display.c: revision 1.12
sys/external/bsd/drm2/include/asm/processor.h: revision 1.3
sys/external/bsd/drm2/dist/drm/i915/intel_crt.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_sideband.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/intel_ddi.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_tv.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/i915_dma.c: revision 1.11
sys/external/bsd/drm2/dist/drm/i915/i915_irq.c: revision 1.10
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.16
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.17
sys/external/bsd/drm2/ttm/ttm_bo_vm.c: revision 1.6
sys/external/bsd/drm2/ttm/ttm_bo_vm.c: revision 1.7
sys/external/bsd/drm2/drm/drm_module.c: revision 1.8
sys/external/bsd/drm2/dist/drm/i915/intel_sprite.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/intel_dsi_cmd.c: revision 1.2
sys/external/bsd/drm2/i915drm/intelfb.c: revision 1.10
sys/external/bsd/drm2/dist/drm/i915/intel_dvo.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/intel_sdvo.c: revision 1.6
sys/external/bsd/drm2/dist/drm/i915/intel_lvds.c: revision 1.6
Code cleanup and minor bugfixes for drm2.

(martin)

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

Revert previous, it is actually needed.  (builds are failing)

(riz)

2014-11-10 19:20:33 UTC netbsd-7 commitmail json YAML

Actually do pullup rev 1.25 for ticket #188

(martin)

2014-11-10 18:52:51 UTC MAIN commitmail json YAML

2014-11-10 18:46:34 UTC MAIN commitmail json YAML

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

note awinhdmi, awintcon, awindebe

(jmcneill)

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

spelling fixes

(jmcneill)

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

hide edid dump with AWIN_HDMI_DEBUG

(jmcneill)

2014-11-10 18:00:07 UTC netbsd-7 commitmail json YAML

2014-11-10 17:59:57 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #195):
sys/arch/arm/iomd/iomd_irqhandler.c: revision 1.21
sys/arch/arm/ofw/ofw_irqhandler.c: revision 1.21
sys/arch/atari/atari/intr.c: revision 1.24-1.25
sys/arch/ews4800mips/sbd/fb_sbdio.c: revision 1.14
sys/arch/hpcmips/tx/tx39icu.c: revision 1.34
sys/arch/shark/isa/isa_irqhandler.c: revision 1.27
sys/arch/sparc/sparc/machdep.c: revision 1.327
sys/arch/sparc64/dev/psycho.c: revision 1.119
sys/arch/sparc64/dev/schizo.c: revision 1.32
sys/arch/sparc64/sparc64/machdep.c: revision 1.279
sys/arch/sun68k/sun68k/bus.c: revision 1.22
sys/arch/x86/x86/ipmi.c: revision 1.58
sys/arch/xen/xen/privcmd.c: revision 1.46-1.49
Fix several memory leaks.

(snj)

2014-11-10 17:56:58 UTC MAIN commitmail json YAML

enable awinhdmi, awintcon, awindebe, genfb, wsmux, wsfont

(jmcneill)

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

2014-11-10 17:56:08 UTC MAIN commitmail json YAML

If boot args contains "console=fb", use genfb for console device. Also set db_trap_callback so we can use VCONS_DRAW_INTR

(jmcneill)

2014-11-10 17:55:25 UTC MAIN commitmail json YAML

2014-11-10 16:32:56 UTC netbsd-7 commitmail json YAML

Revision 1.7 got somehow lost in the merge from -current

(martin)

2014-11-10 16:32:21 UTC MAIN commitmail json YAML

2014-11-10 15:46:33 UTC MAIN commitmail json YAML

Update PTE_SYNC_CURRENT to add a dsb for armv7 - part of the
break-before-make fix.

(skrll)

2014-11-10 14:37:14 UTC MAIN commitmail json YAML

Remove an XXXNH comment.

(skrll)

2014-11-10 14:35:59 UTC MAIN commitmail json YAML

Remove an unnecessary flush that sneaked in as part of break-before-make
change.

(skrll)

2014-11-10 14:33:00 UTC MAIN commitmail json YAML

In pmap_fault_fixup re-instate the TLB flush for the shared L1 case that
occurs for non-ARM_MMU_EXTENDED kernels.

This fixes rump/rumpkern/t_sp:stress_killer on rpi which is currently
non-ARM_MMU_EXTENDED

(skrll)

2014-11-10 09:59:33 UTC MAIN commitmail json YAML

Replace '.' and '-' in ${op} with '_', before setting d_${op}=true.

Also remove or simplify older code that did the same thing in a
different way.  The old code handled most cases, but did not change
op=kernel.gdb to op=kernel_gdb.

(apb)

2014-11-10 08:17:45 UTC netbsd-7 commitmail json YAML

Undo previous "fix" to last pullup - it was completely unneeded, the original
pullup was fine.

(martin)

2014-11-10 07:33:31 UTC MAIN commitmail json YAML

minor wording nits and a typo fix

(snj)

2014-11-10 04:25:55 UTC netbsd-7 commitmail json YAML

Add if_wm.c rev. 1.304 and 1.306 in ticket 190.

(msaitoh)

2014-11-10 02:38:12 UTC netbsd-6 commitmail json YAML

2014-11-10 02:34:54 UTC netbsd-6 commitmail json YAML

2014-11-10 02:33:50 UTC netbsd-6 commitmail json YAML

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

(msaitoh)

2014-11-10 01:05:10 UTC MAIN commitmail json YAML

2014-11-09 22:50:38 UTC MAIN commitmail json YAML

2014-11-09 21:00:16 UTC netbsd-7 commitmail json YAML

2014-11-09 20:59:34 UTC netbsd-7 commitmail json YAML

Pull up sys/conf/files revision 1.1103, which should have been
requested along with ticket 189.
Config glue for the Designware GMAC core.  Fixes evbarm build.

(snj)

2014-11-09 20:29:58 UTC MAIN commitmail json YAML

add a couple of event counters.

(christos)

2014-11-09 20:14:01 UTC MAIN commitmail json YAML

2014-11-09 19:57:54 UTC MAIN commitmail json YAML

Wait for the RIRB DMA engine to come ready.  Needed on the audio device
integrated in the Vortex86EX SoC. From OpenBSD.

(nonaka)

2014-11-09 19:35:43 UTC MAIN commitmail json YAML

more mention RTL8251.

(nonaka)

2014-11-09 19:26:47 UTC netbsd-7 commitmail json YAML

2014-11-09 19:23:04 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #196):
sbin/atactl/atactl.c: revision 1.74
add a whole bunch of S.M.A.R.T. status i found around various sources.
now nothing on my new SSD is unknown, except #249.

(snj)

2014-11-09 19:06:57 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #189):
sys/dev/ic/dwc_gmac.c: revision 1.1-1.24
sys/dev/ic/dwc_gmac_reg.h: revision 1.1-1.12
sys/dev/ic/dwc_gmac_var.h: revision 1.1-1.5
Add support for Synopsis Designware GMAC ethernet core, as found on
various Allwiner boards and used by the awge(4) driver.

(snj)

2014-11-09 18:40:19 UTC MAIN commitmail json YAML

Commit forgotten regenerated file.

(riz)

2014-11-09 18:36:02 UTC MAIN commitmail json YAML

add handler for /kern/evcnt and print the actual error when failing.

(christos)

2014-11-09 18:30:39 UTC MAIN commitmail json YAML

2014-11-09 18:23:28 UTC MAIN commitmail json YAML

2014-11-09 18:16:55 UTC MAIN commitmail json YAML

2014-11-09 18:08:07 UTC MAIN commitmail json YAML

2014-11-09 17:54:45 UTC MAIN commitmail json YAML

match Realtek RTL8251.

(nonaka)

2014-11-09 17:54:02 UTC MAIN commitmail json YAML