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 (178d) 

2024-05-10 09:21:32 UTC Now

2015-03-01 07:05:59 UTC MAIN commitmail json YAML

Also unmap video memory when detaching console

(mlelstv)

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

PR/39918: ITOH Yasufumi: Replace KASSERT with continue, since the file
descriptor can be closed since closef() does not pay attention to FDEFER.
XXX: Pullup-7

(christos)

2015-03-01 01:07:46 UTC MAIN commitmail json YAML

Hide more subroutines in processing phase.

(asau)

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

Close files opened at processing time within processing phase.

(asau)

2015-03-01 00:51:08 UTC MAIN commitmail json YAML

Move run-time data structures into processing part.

(asau)

2015-03-01 00:38:01 UTC MAIN commitmail json YAML

Move data I/O file pointers into processing part.

(asau)

2015-03-01 00:34:14 UTC MAIN commitmail json YAML

fix some comments about MP midi.

(mrg)

2015-02-28 23:04:34 UTC MAIN commitmail json YAML

if the root file-system is not yet mounted, hide "vfs load failed" spam with options DEBUG

(jmcneill)

2015-02-28 22:53:25 UTC MAIN commitmail json YAML

invert gpio OEN bit logic, now usb works

(jmcneill)

2015-02-28 21:56:53 UTC MAIN commitmail json YAML

Improve modularity of "sed" source:
- move program source input subroutines into compiler part;
- move data I/O subroutines into processor part.

(asau)

2015-02-28 21:44:33 UTC MAIN commitmail json YAML

As christos put it: "Tidy up error handling, and return SIGBUS for mmap
past the end of file as required by the spec."

(martin)

2015-02-28 21:42:01 UTC MAIN commitmail json YAML

Place opening brace to function at column 0, like in the rest of the file.

(rtr)

2015-02-28 21:30:22 UTC MAIN commitmail json YAML

Actually poll every tick as advertised.

(riastradh)

2015-02-28 21:17:32 UTC MAIN commitmail json YAML

2015-02-28 18:52:01 UTC MAIN commitmail json YAML

add dwctwo and usb devices

(jmcneill)

2015-02-28 18:50:57 UTC MAIN commitmail json YAML

2015-02-28 18:50:15 UTC MAIN commitmail json YAML

access watchdog with AMLOGIC_CBUS_OFFSET offset

(jmcneill)

2015-02-28 18:25:39 UTC MAIN commitmail json YAML

New macro DRM_SPIN_WAIT_ON better reflects DRM_WAIT_ON.

We still need to adapt all waits from upstream to use an interlock,
so we can't implement DRM_WAIT_ON verbatim, but this more closely
reflects the API of DRM_WAIT_ON than DRM_*WAIT*_UNTIL do.

Major difference is that this polls every tick, like DRM_WAIT_ON,
unlike DRM_*WAIT*_UNTIL.  So it will mask missing wakeups, but it
wouldn't surprise me if there were such things upstream.

(riastradh)

2015-02-28 17:27:14 UTC MAIN commitmail json YAML

2015-02-28 15:45:12 UTC MAIN commitmail json YAML

Make this compile where gtmr isn't used.

(skrll)

2015-02-28 15:21:07 UTC MAIN commitmail json YAML

set correct a9tmr/a9wdt frequency

(jmcneill)

2015-02-28 15:20:43 UTC MAIN commitmail json YAML

2015-02-28 14:10:00 UTC MAIN commitmail json YAML

Match Linux's wait for gmbus a little more precisely.

Don't just wait up to 50 ms for a gmbus interrupt -- poll every tick
for >=50 ms.

(riastradh)

2015-02-28 13:57:08 UTC MAIN commitmail json YAML

Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.

(martin)

2015-02-28 13:08:00 UTC MAIN commitmail json YAML

When converting limits from linux32 (int32_t) to native (uint64_t),
cast it to unsigned first to avoid bad side effect for negative
values.

(njoly)

2015-02-28 09:34:35 UTC MAIN commitmail json YAML

2015-02-28 07:59:36 UTC netbsd-7 commitmail json YAML

2015-02-28 07:59:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #557):
external/zlib/pigz/dist/pigz.c: revision 1.2
usr.bin/gzip/gzip.1: revision 1.24
usr.bin/gzip/gzip.c: revision 1.107
merge https://github.com/madler/pigz/commit/fdad1406b3ec809f4954ff7cdf9e99eb18c2458f:
When decompressing with -N or -NT, strip any path from header name.
This uses the path of the compressed file combined with the name
from the header as the name of the decompressed output file.  Any
path information in the header name is stripped.  This avoids a
possible vulnerability where absolute or descending paths are put
in the gzip header.
--
do not use directory paths present in gzip files with the -N flag,
similar to the problem reported in pigz.

(snj)

2015-02-28 05:42:07 UTC MAIN commitmail json YAML

2015-02-28 05:39:00 UTC netbsd-6 commitmail json YAML

2015-02-28 05:38:49 UTC MAIN commitmail json YAML

2015-02-28 05:38:38 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1261):
usr.bin/gzip/gzip.1: revision 1.24
usr.bin/gzip/gzip.c: revision 1.107
do not use directory paths present in gzip files with the -N flag,
similar to the problem reported in pigz.

(snj)

2015-02-28 05:38:04 UTC netbsd-6-1 commitmail json YAML

2015-02-28 05:37:43 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1261):
usr.bin/gzip/gzip.1: revision 1.24
usr.bin/gzip/gzip.c: revision 1.107
do not use directory paths present in gzip files with the -N flag,
similar to the problem reported in pigz.

(snj)

2015-02-28 05:37:10 UTC MAIN commitmail json YAML

This one is uninterruptible upstream too.

(riastradh)

2015-02-28 05:36:47 UTC netbsd-6-0 commitmail json YAML

2015-02-28 05:36:33 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1261):
usr.bin/gzip/gzip.1: revision 1.24
usr.bin/gzip/gzip.c: revision 1.107
do not use directory paths present in gzip files with the -N flag,
similar to the problem reported in pigz.

(snj)

2015-02-28 04:57:12 UTC MAIN commitmail json YAML

Elaborate on essay about DRM_*WAIT*_UNTIL reutrn convention.

(riastradh)

2015-02-28 04:54:12 UTC MAIN commitmail json YAML

Fix two more gmbus wait bugs.

- Fix sense of return value in intel_dp_aux_wait_done.
- Make the waits uninterruptible here like in Linux.

(riastradh)

2015-02-28 04:47:45 UTC MAIN commitmail json YAML

Make timed and untimed cases of __wait_seqno agree on return value.

(riastradh)

2015-02-28 04:18:12 UTC MAIN commitmail json YAML

Fix sense of conditional in wait while cold.  Functional change!

(riastradh)

2015-02-28 04:17:37 UTC MAIN commitmail json YAML

Simplify wait while cold.  No functional change.

(riastradh)

2015-02-28 03:33:22 UTC MAIN commitmail json YAML

2015-02-28 03:27:38 UTC MAIN commitmail json YAML

Recheck condition after wait in wait_for like Linux does.

(riastradh)

2015-02-28 03:23:32 UTC MAIN commitmail json YAML

2015-02-28 03:22:50 UTC MAIN commitmail json YAML

Write an essay to remind myself about (timed) wait return values.

(riastradh)

2015-02-28 03:06:46 UTC MAIN commitmail json YAML

And another timeout return value mistake.

(riastradh)

2015-02-28 03:05:09 UTC MAIN commitmail json YAML

Clarify comment in last commit.

(riastradh)

2015-02-28 03:03:30 UTC MAIN commitmail json YAML

Fix another *@!#^$@!& timeout return convention mistake.

(riastradh)

2015-02-27 21:34:40 UTC MAIN commitmail json YAML

fix amlogiccom locator name

(jmcneill)

2015-02-27 21:13:52 UTC MAIN commitmail json YAML

2015-02-27 20:41:01 UTC MAIN commitmail json YAML

pass external pl310 offset to arml2cc with device_register

(jmcneill)

2015-02-27 20:40:09 UTC MAIN commitmail json YAML

allow arml2cc to be used on Cortex-A5 if the "offset" property is specified

(jmcneill)

2015-02-27 20:22:36 UTC netbsd-6 commitmail json YAML

2015-02-27 20:21:02 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1260):
lib/libpuffs/puffs.3: revision 1,55,1.60
sys/fs/puffs/puffs_msgif.h: revision 1.84
lib/libperfuse/ops.c: revision 1.83
sys/fs/puffs/puffs_sys.h: revision 1.89
sys/fs/puffs/puffs_vfsops.c: revision 1.116
lib/libperfuse/perfuse.c: revision 1.36
sys/fs/puffs/puffs_vnops.c: revision 1.200-1.202

Use more markup. New sentence, new line. Bump date for previous.

Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE
FUSE filesystems do not expect to get metadata updates for [amc]time
and size, they updates the value on their own after operations.

The PUFFS PUFFS_KFLAG_NOFLUSH_META option prevents regular metadata cache
flushes to the filesystem , and libperfuse uses it to match Linux FUSE
behavior.

While there, fix a bug in SETATTR: do not update kernel metadata cache
from SETATTR reply when the request is asynchronous, as we do not have
the reply yet.

Update file size after write without metadata flush
If we do not use metadata flush, we must make sure the size is updated
in the filesystem after a write, otherwise the next GETATTR will get us
a stale value and the file will be truncated.

(martin)

2015-02-27 19:57:10 UTC MAIN commitmail json YAML

2015-02-27 19:56:07 UTC MAIN commitmail json YAML

2015-02-27 19:41:34 UTC netbsd-7 commitmail json YAML

2015-02-27 19:39:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #555):
lib/libpuffs/puffs.3: revision 1.60
sys/fs/puffs/puffs_msgif.h: revision 1.84
lib/libperfuse/ops.c: revision 1.83
sys/fs/puffs/puffs_sys.h: revision 1.89
sys/fs/puffs/puffs_vfsops.c: revision 1.116
lib/libperfuse/perfuse.c: revision 1.36
sys/fs/puffs/puffs_vnops.c: revision 1.200-1.202

Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE

FUSE filesystems do not expect to get metadata updates for [amc]time
and size, they updates the value on their own after operations.

The PUFFS PUFFS_KFLAG_NOFLUSH_META option prevents regular metadata cache
flushes to the filesystem , and libperfuse uses it to match Linux FUSE
behavior.

While there, fix a bug in SETATTR: do not update kernel metadata cache
from SETATTR reply when the request is asynchronous, as we do not have
the reply yet.

Update file size after write without metadata flush
If we do not use metadata flush, we must make sure the size is updated
in the filesystem after a write, otherwise the next GETATTR will get us
a stale value and the file will be truncated.

(martin)

2015-02-27 18:52:20 UTC MAIN commitmail json YAML

skip a TLBIALL on Cortex-A5 that stops my odroid-c1 from booting, ok matt

(jmcneill)

2015-02-27 18:43:28 UTC MAIN commitmail json YAML

2015-02-27 18:26:49 UTC MAIN commitmail json YAML

2015-02-27 18:00:29 UTC MAIN commitmail json YAML

2015-02-27 17:45:52 UTC MAIN commitmail json YAML

fix TRAP_SIGDEBUG compilation

(christos)

2015-02-27 17:35:08 UTC MAIN commitmail json YAML

2015-02-27 17:33:31 UTC MAIN commitmail json YAML

no need to override ARM_CBAR, remove unused COM_16750 option

(jmcneill)

2015-02-27 16:41:12 UTC MAIN commitmail json YAML

sync with amd64: SIGBUS for mmap out of range.

(christos)

2015-02-27 16:18:00 UTC MAIN commitmail json YAML

Document SIGBUS per ToG.

(christos)

2015-02-27 16:09:19 UTC MAIN commitmail json YAML

add truncate causing signal test

(christos)

2015-02-27 16:09:06 UTC MAIN commitmail json YAML

2015-02-27 16:08:17 UTC MAIN commitmail json YAML

fix to simulate multi-segment dma transfer for pq3sdhc(4).

(nonaka)

2015-02-27 16:02:04 UTC MAIN commitmail json YAML

Fix typo: __gtt_iomem, not __acpi_iomem.  No functional change.

(riastradh)

2015-02-27 15:53:09 UTC MAIN commitmail json YAML

eSDHC has no DMA_BOUNDARY in BLOCK_SIZE register.
So clear multi segment DMA transfer support bit.

(nonaka)

2015-02-27 15:35:10 UTC MAIN commitmail json YAML

Tidy up error handling, and return SIGBUS for mmap past the end of file
as required by the spec.

(christos)

2015-02-27 15:21:54 UTC MAIN commitmail json YAML

Fix some typos and make style more consistent.

(riastradh)

2015-02-27 14:44:16 UTC MAIN commitmail json YAML

on o32 kernels with MIPS3 use mips3_sd() and mips3_ld() in *read*_8()
and *write*_8() methods
needed by sgimips, some O2 registers can only be properly written in
64bit chunks

(macallan)

2015-02-27 13:18:11 UTC MAIN commitmail json YAML

2015-02-27 13:15:49 UTC MAIN commitmail json YAML

Bump timeout for a poll() call slightly, so the test has a chance to work
on slow machines.

(martin)

2015-02-27 12:01:08 UTC netbsd-7 commitmail json YAML

2015-02-27 11:29:44 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #554):
usr.sbin/sysinst/defs.h: revision 1.5
usr.sbin/sysinst/main.c: revision 1.6
usr.sbin/sysinst/net.c: revision 1.17
usr.sbin/sysinst/util.c: revision 1.5
usr.sbin/sysinst/run.c: revision 1.3
Don't use asctime(localtime(time_t *)) because this is really ctime(time_t *)
and not checking the result of localtime can lead to tears.
Add a safectime() that always returns a good string, and add some debugging
so that we can see if there is indeed something wrong in the new libc time
code.

(martin)

2015-02-27 11:23:54 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #553):
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.20
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.21
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.22
sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c: revision 1.6
sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c: revision 1.7
sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h: revision 1.6
Fix returned timeout in wait_seqno: remaining time, not time slept.
-
Fix return code of __wait_seqno.
-
MAX(ret, 0) is 0 if ret is negative, but if ret is negative we want
to return that negative value, meaning error.  Should've been
MIN(ret, 0), but I'll just rewrite it to clarify a wee bit.
-
If the GPU reset, call i915_gem_check_wedge and always return failure
like Linux does.  Caller must retry in that case.
-
Limit scope of ret and omit needless use of it to reduce confusion.
-
Make gmbus_wait_hw_status consistently use 50ms timeout like Linux.
-
Another attempt to fix the drm timed wait blarf blugh blahhh.
...aaaaand one more fix for __wait_seqno return value.
-
Also get the sense of the condition to wait until right.

(martin)

2015-02-27 10:10:32 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #551):
etc/etc.alpha/Makefile.inc: revision 1.9
don't create an empty installation/misc directory in the release tree.

(martin)

2015-02-27 09:59:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #550):
external/mit/xf86-video-vmware/include/config.h: revision 1.11
update for xf86-video-vmware-13.1.0

(martin)

2015-02-27 09:56:23 UTC netbsd-7 commitmail json YAML

xsrc/external/mit/xf86-video-vmware/dist/ChangeLog@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/xf86-video-vmware/dist/INSTALL@1.1.1.3.10.1 / diff / nxr@1.1.1.3.10.1
xsrc/external/mit/xf86-video-vmware/dist/Makefile.in@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
xsrc/external/mit/xf86-video-vmware/dist/aclocal.m4@1.1.1.7.4.1 / diff / nxr@1.1.1.7.4.1
xsrc/external/mit/xf86-video-vmware/dist/compile@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
xsrc/external/mit/xf86-video-vmware/dist/configure@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
xsrc/external/mit/xf86-video-vmware/dist/configure.ac@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
xsrc/external/mit/xf86-video-vmware/dist/depcomp@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
xsrc/external/mit/xf86-video-vmware/dist/install-sh@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
xsrc/external/mit/xf86-video-vmware/dist/ltmain.sh@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
xsrc/external/mit/xf86-video-vmware/dist/man/Makefile.in@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
xsrc/external/mit/xf86-video-vmware/dist/saa/Makefile.in@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xf86-video-vmware/dist/saa/saa.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xf86-video-vmware/dist/saa/saa_unaccel.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xf86-video-vmware/dist/src/Makefile.in@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
xsrc/external/mit/xf86-video-vmware/dist/src/vmware.c@1.1.1.7.4.1 / diff / nxr@1.1.1.7.4.1
xsrc/external/mit/xf86-video-vmware/dist/src/vmware_bootstrap.c@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
xsrc/external/mit/xf86-video-vmware/dist/vmwarectrl/Makefile.in@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/Makefile.in@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
      :
(more 9 files)
Pull up the following changes, requested by snj in ticket #550:

external/mit/xf86-video-vmware/dist/ChangeLog  up to 1.1.1.7
external/mit/xf86-video-vmware/dist/INSTALL    up to 1.1.1.4
external/mit/xf86-video-vmware/dist/Makefile.in up to 1.1.1.7
external/mit/xf86-video-vmware/dist/aclocal.m4  up to 1.1.1.8
external/mit/xf86-video-vmware/dist/compile    up to 1.1.1.4
external/mit/xf86-video-vmware/dist/configure  up to 1.1.1.10
external/mit/xf86-video-vmware/dist/configure.ac up to 1.1.1.10
external/mit/xf86-video-vmware/dist/depcomp    up to 1.1.1.7
external/mit/xf86-video-vmware/dist/install-sh  up to 1.1.1.7
external/mit/xf86-video-vmware/dist/ltmain.sh  up to 1.1.1.7
external/mit/xf86-video-vmware/dist/man/Makefile.in up to 1.1.1.7
external/mit/xf86-video-vmware/dist/saa/Makefile.in up to 1.1.1.2
external/mit/xf86-video-vmware/dist/saa/saa.c  up to 1.1.1.2
external/mit/xf86-video-vmware/dist/saa/saa_unaccel.c up to 1.1.1.2
external/mit/xf86-video-vmware/dist/src/Makefile.in up to 1.1.1.7
external/mit/xf86-video-vmware/dist/src/vmware.c up to 1.1.1.8
external/mit/xf86-video-vmware/dist/src/vmware_bootstrap.c up to 1.1.1.3
external/mit/xf86-video-vmware/dist/src/vmwarevideo.c up to 1.1.1.5
external/mit/xf86-video-vmware/dist/vmwarectrl/Makefile.in up to 1.1.1.3
external/mit/xf86-video-vmware/dist/vmwgfx/Makefile.in up to 1.1.1.3
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_crtc.c up to 1.1.1.2
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_driver.c up to 1.1.1.3
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_driver.h up to 1.1.1.3
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_overlay.c up to 1.1.1.3
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_saa.c up to 1.1.1.3
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_saa_priv.h up to 1.1.1.3
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_xa_surface.c up to 1.1.1.3
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_xmir.c up to 1.1.1.2
external/mit/xf86-video-vmware/dist/vmwgfx/vmwgfx_xwayland.c up to 1.1.1.2

Update to xf86-video-vmware-13.1.0.

(martin)

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

Pull up following revision(s) (requested by snj in ticket #549):
external/mit/font-bh-lucidatypewriter/dist/lutBS14.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/autogen.sh: file removal
external/mit/font-bh-lucidatypewriter/dist/configure: file removal
external/mit/font-bh-lucidatypewriter/dist/COPYING: file removal
external/mit/font-bh-lucidatypewriter/dist/AUTHORS: file removal
external/mit/font-bh-lucidatypewriter/dist/lutRS18.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/NEWS: file removal
external/mit/font-bh-lucidatypewriter/dist/ChangeLog: file removal
external/mit/font-bh-lucidatypewriter/dist/Makefile.in: file removal
external/mit/font-bh-lucidatypewriter/dist/configure.ac: file removal
external/mit/font-bh-lucidatypewriter/dist/lutBS18.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/install-sh: file removal
external/mit/font-bh-lucidatypewriter/dist/aclocal.m4: file removal
external/mit/font-bh-lucidatypewriter/dist/lutRS24.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/README: file removal
external/mit/font-bh-lucidatypewriter/dist/lutBS24.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/Makefile.am: file removal
external/mit/font-bh-lucidatypewriter/dist/missing: file removal
external/mit/font-bh-lucidatypewriter/dist/INSTALL: file removal
external/mit/font-bh-lucidatypewriter/dist/lutRS08.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/lutRS10.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/lutBS10.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/lutRS19.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/lutRS12.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/lutBS19.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/lutBS08.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/mkinstalldirs: file removal
external/mit/font-bh-lucidatypewriter/dist/lutBS12.bdf: file removal
external/mit/font-bh-lucidatypewriter/dist/lutRS14.bdf: file removal
nuke an old and unused copy of font-bh-lucidatypewriter-75dpi-1.0.0.
a current version of this font now lives in the
font-bh-lucidatypewriter-75dpi directory now.

(martin)

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

Pull up following revision(s) (requested by snj in ticket #548):
etc/etc.amd64/Makefile.inc: revision 1.15
distrib/notes/common/contents: revision 1.171
distrib/amd64/floppies/bootfloppy-com/Makefile: file removal
distrib/notes/amd64/contents: revision 1.3
distrib/amd64/floppies/bootfloppy/Makefile: file removal
distrib/amd64/floppies/Makefile: file removal
distrib/amd64/floppies/common/boot.cfg: file removal
distrib/amd64/Makefile: revision 1.9
distrib/notes/common/main: revision 1.515
distrib/amd64/floppies/common/Makefile.bootfloppy: file removal
distrib/amd64/floppies/bootfloppy-big/Makefile: file removal
Nuke the five(!) install floppies.  Welcome to 2015.  Approved by
dsl@, Master of Port.

(martin)

2015-02-27 09:16:07 UTC MAIN commitmail json YAML

Double the timeout (to 120s) for slower machines

(martin)

2015-02-27 08:55:36 UTC MAIN commitmail json YAML

Double the timeout for sentev_basic to 600 seconds to make it work on
slower machines.

(martin)

2015-02-27 08:30:30 UTC MAIN commitmail json YAML

2 seconds is too small as timeout on slow machines, bump to 10 (my hppa
needs ~5).

(martin)

2015-02-27 07:20:19 UTC netbsd-7 commitmail json YAML

2015-02-27 07:19:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #546):
sys/dev/ic/dwc_gmac.c: revision 1.32
Apply patch from FUKAUMI Naoki to fix ring buffer handling when the
ring fills completely.

(snj)

2015-02-27 04:40:17 UTC MAIN commitmail json YAML

Also get the sense of the condition to wait until right.  @!&#^$@!&*

(riastradh)

2015-02-27 04:35:02 UTC MAIN commitmail json YAML

Make gmbus_wait_hw_status consistently use 50ms timeout like Linux.

Apparently I changed this to a 1-tick timeout.  No clue why.

(riastradh)

2015-02-27 04:29:27 UTC MAIN commitmail json YAML

Limit scope of ret and omit needless use of it to reduce confusion.

(riastradh)

2015-02-27 02:55:45 UTC netbsd-5 commitmail json YAML

2015-02-27 01:52:15 UTC MAIN commitmail json YAML

Don't clear other bits. pq3sdhc is set more bits.

(nonaka)

2015-02-27 00:47:30 UTC MAIN commitmail json YAML

Don't use an unset value as an address

Instead, show usage if no address is passed.

(ozaki-r)

2015-02-26 23:32:40 UTC MAIN commitmail json YAML

...aaaaand one more fix for __wait_seqno return value.

(riastradh)

2015-02-26 23:27:41 UTC MAIN commitmail json YAML

Another attempt to fix the drm timed wait blarf blugh blahhh.

(riastradh)

2015-02-26 23:00:05 UTC MAIN commitmail json YAML

Omit needless bus_dmamap_sync -- they're batched for gart updates.

(riastradh)

2015-02-26 21:59:43 UTC netbsd-5 commitmail json YAML

Apply patch (requested by christos in ticket #1943):
Properly expose wcsto{f,ld,ll,ull} and v{fw,sw,ws}scanf when
_POSIX_C_SOURCE >= 200112L and _XOPEN_SOURCE >= 600.

(snj)

2015-02-26 21:47:12 UTC netbsd-7 commitmail json YAML

2015-02-26 21:45:29 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #546):
sys/external/bsd/acpica/dist/namespace/nsinit.c: revision 1.7
revert rev 1.5, which brings back PR 48494.
that earlier revision itself reverted an upstream bugfix,
and that change fixed some systems but broke others
(in particular, it broke my HP Z800 workstation.)
this latest revision brings us back in sync with upstream.
the current upstream (and this latest flip-flop of our copy)
is clearly correct, since it zeros a buffer which is intended
to be used as scratch space for a single acpica operation.
agreed by christos and ryoon back in april 2014.

(snj)

2015-02-26 21:30:00 UTC MAIN commitmail json YAML

we've been happily using bsdPciInit since xorg was first imported.
remove local changes that were only relevant in the xfree86 days.

(snj)

2015-02-26 21:16:16 UTC MAIN commitmail json YAML

don't look for _drv.o files.  we haven't built any since the bad old days
when all the world was xfree86.

(snj)

2015-02-26 19:43:43 UTC MAIN commitmail json YAML

Fix return code of __wait_seqno.

MAX(ret, 0) is 0 if ret is negative, but if ret is negative we want
to return that negative value, meaning error.  Should've been
MIN(ret, 0), but I'll just rewrite it to clarify a wee bit.

If the GPU reset, call i915_gem_check_wedge and always return failure
like Linux does.  Caller must retry in that case.

(riastradh)

2015-02-26 16:07:11 UTC MAIN commitmail json YAML

Stop the interface before detaching to avoid the race between
tlp_detach() and tlp_intr().

While there, add missing callout_destroy()s.

(nakayama)

2015-02-26 15:01:53 UTC MAIN commitmail json YAML

lib/49696: Circular dependency and namespace pollution by sys/bswap.h
including sys/types.h for no good reason. Restrict to sys/stdint.h.

(joerg)

2015-02-26 14:10:14 UTC MAIN commitmail json YAML

Fix returned timeout in wait_seqno: remaining time, not time slept.

(riastradh)

2015-02-26 14:00:17 UTC MAIN commitmail json YAML

Add OVERO to v7 and v7hf.

(kiyohara)

2015-02-26 13:06:10 UTC MAIN commitmail json YAML

Bump timeout to 20 seconds for slower machines.

(martin)

2015-02-26 13:03:21 UTC MAIN commitmail json YAML

Do not use artificial low timeouts - slow machines might be still paging
in all the rump environment. Bump timeout from 4 seconds to 20 (my shark
needs ~9).

(martin)

2015-02-26 13:00:26 UTC MAIN commitmail json YAML

bsize_ffactor takes *very* long to complete on some slower machines (maybe
we should investigate?).
Bump timeout up to 1800 seconds (my hppa machine takes ~1100).

(martin)

2015-02-26 12:58:37 UTC MAIN commitmail json YAML

Don't add local routes for the any address or p2p addresses where the address matches the destination.

(roy)

2015-02-26 10:31:52 UTC MAIN commitmail json YAML

Fix inconsistency between module and internal names of sdt and fbt

PR 49697
OK wiz@

(ozaki-r)

2015-02-26 10:14:33 UTC MAIN commitmail json YAML

Document addition of RTF_LOCAL

(roy)

2015-02-26 09:59:55 UTC MAIN commitmail json YAML

No longer a need to add local routes for the address.

(roy)

2015-02-26 09:58:39 UTC MAIN commitmail json YAML

Document RTF_LOCAL

(roy)

2015-02-26 09:58:12 UTC MAIN commitmail json YAML

Document RTF_LOCAL

(roy)

2015-02-26 09:56:11 UTC MAIN commitmail json YAML

2015-02-26 09:54:46 UTC MAIN commitmail json YAML

Introduce the routing flag RTF_LOCAL to track local address routes.
Add functions rt_ifa_addlocal() and rt_ifa_remlocal() to add and remove
local routes for the address and announce the new address and route
to the routing socket.

Add in_ifaddlocal() and in_ifremlocal() to use these functions.
Rename in6_if{add,rem}loop() to in6_if{add,rem}local() and use these
functions.

rtinit() no longer announces the address, just the network route for the
address. As such, calls to rt_newaddrmsg() have been removed from
in_addprefix() and in_scrubprefix().

This solves the problem of potentially more than one announcement, or no
announcement at all for the address in certain situations.

(roy)

2015-02-26 09:10:53 UTC MAIN commitmail json YAML

Fix module unload of dtrace, sdt and fbt

- Don't unload when there are users of dtrace
- Forbid auto unloading (not supported for now)

PR 49695

(ozaki-r)

2015-02-26 07:17:00 UTC MAIN commitmail json YAML

remove two local headers that have been unused since revision 1.7 of
sync.c (nov 2010).

(snj)

2015-02-26 06:11:54 UTC MAIN commitmail json YAML

remove file that disappeared upstream in xproto-7.0.15

(snj)

2015-02-26 06:06:58 UTC MAIN commitmail json YAML

remove empty files that disappeared in luit-1.0.5

(snj)

2015-02-26 04:49:16 UTC MAIN commitmail json YAML

prune a number of now-nonexistent xorg components

(snj)

2015-02-26 04:46:36 UTC MAIN commitmail json YAML

2015-02-26 04:12:24 UTC MAIN commitmail json YAML

2015-02-26 04:11:32 UTC MAIN commitmail json YAML

don't install X11/Xaw/Print.h and X11/Xaw/PrintSP.h. they haven't been
included upstream since libXaw 1.0.5 (released in 2008) and are useless
in this Xprint-less world.

(snj)

2015-02-26 02:27:40 UTC MAIN commitmail json YAML

Added some register definitions for multi-queue.

(nonaka)

2015-02-26 02:21:38 UTC MAIN commitmail json YAML

2015-02-26 02:05:54 UTC MAIN commitmail json YAML

fix inadequate parens in macro (my fault originally)

(dholland)

2015-02-26 00:58:17 UTC MAIN commitmail json YAML

Include <sys/atomic.h> for membar_producer.

(Why didn't this fail in my build?)

(riastradh)

2015-02-26 00:42:10 UTC MAIN commitmail json YAML

Issue a write barrier after updating the GTT.

Linux never used to do this...until a month:

https://bugs.freedesktop.org/show_bug.cgi?id=88191

  commit 983d308cb8f602d1920a8c40196eb2ab6cc07bd2
  Author: Chris Wilson <chris@chris-wilson.co.uk>
  Date:  Mon Jan 26 10:47:10 2015 +0000

      agp/intel: Serialise after GTT updates

(riastradh)

2015-02-25 23:14:59 UTC MAIN commitmail json YAML

make this compile again.

(christos)

2015-02-25 22:12:00 UTC MAIN commitmail json YAML

2015-02-25 21:55:30 UTC MAIN commitmail json YAML

<linux/vgaarb.h> needs <sys/types.h> and <sys/errno.h>.

(riastradh)

2015-02-25 21:41:20 UTC MAIN commitmail json YAML

remove file that was last included in libXext-1.0.4

(snj)

2015-02-25 20:17:27 UTC MAIN commitmail json YAML

re-add these two useless files from fontsproto-2.1.3.

(snj)

2015-02-25 20:04:02 UTC MAIN commitmail json YAML

2015-02-25 20:01:39 UTC MAIN commitmail json YAML

2015-02-25 20:00:49 UTC MAIN commitmail json YAML

2015-02-25 19:59:36 UTC MAIN commitmail json YAML

2015-02-25 19:53:10 UTC MAIN commitmail json YAML

2015-02-25 17:29:43 UTC MAIN commitmail json YAML

src/sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/mc.h@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/pwr.h@1.3 / diff / nxr@1.3
src/sys/external/bsd/drm2/dist/drm/nouveau/core/os.h@1.5 / diff / nxr@1.5
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bios/nouveau_subdev_bios_pll.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/clock/nouveau_subdev_clock_base.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/clock/nouveau_subdev_clock_nv50.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/devinit/fbmem.h@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/devinit/nouveau_subdev_devinit_nv04.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_nv50.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_nvc0.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nv50.h@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nvc0.h@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mc/nouveau_subdev_mc_base.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mxm/nouveau_subdev_mxm_nv50.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/pwr/nouveau_subdev_pwr_base.c@1.3 / diff / nxr@1.3
src/sys/external/bsd/drm2/nouveau/files.nouveau@1.6 / diff / nxr@1.6

Another round of whack-a-mole with nouveau.

(riastradh)

2015-02-25 17:03:42 UTC MAIN commitmail json YAML

Fix type of pc argument in pci_intr(9) man page.

(riastradh)

2015-02-25 16:23:40 UTC MAIN commitmail json YAML

Remove sentence about casting to int (also from example).
Bump date.

ok joerg@

(wiz)

2015-02-25 15:50:16 UTC MAIN commitmail json YAML

2015-02-25 15:40:20 UTC MAIN commitmail json YAML

Add hweight8 (hamming weight of 8-bit quantity).

(riastradh)

2015-02-25 15:11:08 UTC MAIN commitmail json YAML

2015-02-25 15:01:03 UTC MAIN commitmail json YAML

Add get_unaligned_le16, put_unaligned_le16.

(riastradh)

2015-02-25 14:57:05 UTC MAIN commitmail json YAML

2015-02-25 14:56:18 UTC MAIN commitmail json YAML

Linux's <asm/io.h> includes <linux/string.h>, so do so here.

(riastradh)

2015-02-25 14:55:57 UTC MAIN commitmail json YAML

2015-02-25 14:51:22 UTC MAIN commitmail json YAML

Add sizep argument to pci_platform_rom stub.

(riastradh)

2015-02-25 14:50:51 UTC MAIN commitmail json YAML

Add pci_platform_rom stub to <linux/pci.h>.

(riastradh)

2015-02-25 14:49:01 UTC MAIN commitmail json YAML

Add pci_enable_rom/pci_disable_rom to <linux/pci.h>.

(riastradh)

2015-02-25 14:36:58 UTC MAIN commitmail json YAML

Add put_unaligned_le32 to Linux <asm/unaligned.h>.

(riastradh)

2015-02-25 14:08:45 UTC MAIN commitmail json YAML

Update file size after write without metadata flush

If we do not use metadata flush, we must make sure the size is updated
in the filesystem after a write, otherwise the next GETATTR will get us
a stale value and the file will be truncated.

(manu)

2015-02-25 14:02:43 UTC MAIN commitmail json YAML

<linux/io-mapping.h> needs <sys/mman.h> for PROT_READ/WRITE.

From chs@.

(riastradh)

2015-02-25 14:00:52 UTC MAIN commitmail json YAML

2015-02-25 13:52:42 UTC MAIN commitmail json YAML

2015-02-25 13:35:25 UTC MAIN commitmail json YAML

Back-port attempt [2/2] to fix i915drmkms on G4X, from Linux.

commit 95468892fdfeef6d1004b524e35957629efdbe00
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:  Thu Aug 7 15:39:54 2014 +0100

    drm/i915: Reset the HEAD pointer for the ring after writing START

    Ville found an old w/a documented for g4x that suggested that we need to
    reset the HEAD after writing START. This is a useful fixup for some of
    the g4x ring initialisation woes, but as usual, not all.

    v2: Do the rewrite unconditionally anyway

(riastradh)

2015-02-25 13:30:02 UTC MAIN commitmail json YAML

Back-port attempt [1/2] to fix i915drmkms on G4X, from Linux.

commit ece4a17d237a79f63fbfaf3f724a12b6d500555c
Author: Jiri Kosina <jkosina@suse.cz>
Date:  Thu Aug 7 16:29:53 2014 +0200

    drm/i915: read HEAD register back in init_ring_common() to enforce ordering

    Withtout this, ring initialization fails reliabily during resume with

        [drm:init_ring_common] *ERROR* render ring initialization failed ctl 000
1f001 head ffffff8804 tail 00000000 start 000e4000

    This is not a complete fix, but it is verified to make the ring
    initialization failures during resume much less likely.

    We were not able to root-cause this bug (likely HW-specific to Gen4 chips)
    yet. This is therefore used as a ducttape before problem is fully
    understood and proper fix created, so that people don't suffer from
    completely unusable systems in the meantime.

    The discussion and debugging is happening at

        https://bugs.freedesktop.org/show_bug.cgi?id=76554

(riastradh)

2015-02-25 13:20:05 UTC MAIN commitmail json YAML

belated regen (posix_fallocate, readlinkat)

(christos)

2015-02-25 13:16:58 UTC MAIN commitmail json YAML

2015-02-25 13:16:33 UTC MAIN commitmail json YAML

2015-02-25 13:06:13 UTC MAIN commitmail json YAML

Initialize mchdev_lock earlier.  Fixes i915drmkms boot on Ironlake.

Derived from a patch sent to me by degroote@ longer ago than I care
to admit.

(riastradh)

2015-02-25 12:45:34 UTC MAIN commitmail json YAML

Rename nd6_rtmsg() to rt_newmsg() and move into the generic routing code
as it's not IPv6 specific and will be used elsewhere.

(roy)

2015-02-25 12:41:15 UTC MAIN commitmail json YAML

Display code number of unhandled packet.

(nonaka)

2015-02-25 09:01:08 UTC MAIN commitmail json YAML

Bump date for previous.
New sentence, new line.

(wiz)

2015-02-25 08:11:49 UTC MAIN commitmail json YAML

on iMX6, disable __HAVE_MM_MD_DIRECT_MAPPED_PHYS and PMAP_NEED_ALLOC_POOLPAGE by default.

(ryo)

2015-02-25 00:26:59 UTC MAIN commitmail json YAML

Retire nd6_newaddrmsg and use rt_newaddrmsg directly instead so that
we don't spam route changes when the route hasn't changed.

(roy)

2015-02-24 22:02:40 UTC MAIN commitmail json YAML

Restore PAGER_MAP_DEFAULT_SIZE for ARMv4, they typically have only 256MB
KVA.

(joerg)

2015-02-24 20:06:09 UTC MAIN commitmail json YAML

Clean comments and style.

(roy)

2015-02-24 19:11:13 UTC MAIN commitmail json YAML

Sync route flags from net/route.h

(roy)

2015-02-24 18:15:29 UTC MAIN commitmail json YAML

Let drvctl -p select elements from an array property by numeric index.

(mlelstv)

2015-02-24 17:57:08 UTC MAIN commitmail json YAML

belated removal of the advertising clause.

(christos)

2015-02-24 17:56:20 UTC MAIN commitmail json YAML

2015-02-24 16:57:02 UTC nick-nhusb commitmail json YAML

2015-02-24 16:08:01 UTC MAIN commitmail json YAML

A union node may be reactivated while it is being reclaimed so
change union_freevp() to detach the vnode from the union node
by clearing the vnode backpointer and the lower node sizes.

(hannken)

2015-02-24 14:49:29 UTC MAIN commitmail json YAML

2015-02-24 14:14:50 UTC MAIN commitmail json YAML

Change macro name IXGBE_DEV_ID_82599_SFP_DELL to IXGBE_DEV_ID_82599_SFP_SF2.
Same as OpenBSD and Linux. No binary change.

(msaitoh)

2015-02-24 14:08:07 UTC MAIN commitmail json YAML

Enclose macro argument correctly. Same as *BSDs. No binary change.

(msaitoh)

2015-02-24 13:59:58 UTC MAIN commitmail json YAML

Modify comments to make difference among *BSDs small. No binary change.

(msaitoh)

2015-02-24 13:38:53 UTC MAIN commitmail json YAML

Chage tabs and spaces to make difference among *BSDs small. No binary change.

(msaitoh)

2015-02-24 13:17:27 UTC MAIN commitmail json YAML

Fix spelling of feature test macro.

(joerg)

2015-02-24 12:57:58 UTC MAIN commitmail json YAML

Work around Coverity CIDs 127102{0,1}: Confused by the comparison
nrates > __arraycount(lq->rs_table), coverity erroneously binds nrates
to the range [0..16), whereas it is really bound to [0..15) by
ni->ni_rates.rs_nrates (IEEE80211_RATE_MAXSIZE). We add an explicit comparison
to unconfuse it that will always succeed.

(christos)

2015-02-24 10:53:54 UTC netbsd-7 commitmail json YAML

2015-02-24 10:52:43 UTC netbsd-7 commitmail json YAML

2015-02-24 10:47:17 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #547):
include/unistd.h: revision 1.144
sys/kern/syscalls.master: revision 1.272

PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong.

(martin)

2015-02-24 10:41:09 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #545):
sys/dev/pci/ixgbe/ixgbe.h: revision 1.2
sys/dev/pci/ixgbe/ixgbe_netbsd.c: revision 1.3
sys/dev/pci/ixgbe/ixgbe.c: revision 1.16
sys/dev/pci/ixgbe/ixgbe.c: revision 1.17
sys/dev/pci/ixgbe/ixgbe.c: revision 1.18
sys/dev/pci/ixgbe/ixgbe.c: revision 1.19
Add missing IXGBE_RX_LOCK_DESTROY() for the detach path.
Remove extra IXGBE_TX_LOCK()/IXGBE_TX_UNLOCK() from
ixgbe_free_transmit_structures(). This function is called in the end of
the detach function. if_stop was called and almost all resources were
freed, so it's not required to block the TX stuff.
Fix mutex related problem reported by Uwe Toenjes in PR#49328:
- Revert ixgbe_netbsd.c rev. 1.2
- make CORE_LOCK adaptive
- Release spin lock while reinitializing the jumb buffer structure.
disable preemption while scheduling the softint to configure the link.

(martin)

2015-02-24 06:46:09 UTC MAIN commitmail json YAML

nuke an old and unused copy of font-bh-lucidatypewriter-75dpi-1.0.0.
a current version of this font now lives in the
font-bh-lucidatypewriter-75dpi directory now.

(snj)

2015-02-24 02:26:15 UTC MAIN commitmail json YAML

Revert previous change.

(nonaka)

2015-02-23 23:21:47 UTC MAIN commitmail json YAML

Give LLVM a bit breathing room for the sshramdisk when building for
generic ARM.

(joerg)

2015-02-23 20:49:53 UTC MAIN commitmail json YAML

2015-02-23 20:34:38 UTC MAIN commitmail json YAML

2015-02-23 19:15:59 UTC MAIN commitmail json YAML

Rearange interface detachement slightly: before we free the INET6 specific
per-interface data, make sure to call nd6_purge() with it to remove
routing entries pointing to the going interface.
When we should happen to call this function again later, with the data
already gone, just return.
Fixes PR kern/49682, ok: christos.

(martin)

2015-02-23 19:05:17 UTC MAIN commitmail json YAML

Apply patch from FUKAUMI Naoki to fix ring buffer handling when the
ring fills completely.

(martin)

2015-02-23 17:05:59 UTC MAIN commitmail json YAML

Hum. Perhaps I missed a bit of the specification. Let's not be that
severe when checking the superblock.

Should fix ATF.

(maxv)