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

2024-05-10 14:36:34 UTC Now

2016-07-19 06:27:01 UTC pgoyette-localcount commitmail json YAML

Instead of repeatedly typing the conditional initialization of the
.d_localcount members in the various {b,c}devsw, define an initializer
macro and use it.  This also removes the need for defining new symbols
for each 'struct localcount'.

As suggested by riastradh@

(pgoyette)

2016-07-19 02:47:45 UTC MAIN commitmail json YAML

Fix regression introduced in tests/net/bpf and tests/net/bpfilter

The rump code needs to call devsw_attach() in order to assign a dev_major
for bpf;  it then uses this to create rumps /dev/bpf node.  Unfortunately,
this leaves the devsw attached, so when the bpf module tries to initialize
itself, it gets an EEXIST error and fails.

So, once rump has figured what the dev_major should be, call devsw_detach()
to remove the devsw.  Then, when the module initialization code calls
devsw_attach() it will succeed.

(pgoyette)

2016-07-19 02:04:06 UTC MAIN commitmail json YAML

Add the pgoyette-localcount branch

(pgoyette)

2016-07-19 01:04:09 UTC MAIN commitmail json YAML

BIND 9.10.4-P2 has released.

(taca)

2016-07-18 22:51:38 UTC MAIN commitmail json YAML

2016-07-18 22:24:15 UTC MAIN commitmail json YAML

ret is only used in debug cases, mark as __unused.

(maya)

2016-07-18 22:17:10 UTC MAIN commitmail json YAML

2016-07-18 22:13:22 UTC MAIN commitmail json YAML

2016-07-18 22:07:38 UTC MAIN commitmail json YAML

Don't use old-style definitions.
Appeases GCC.

(maya)

2016-07-18 22:05:53 UTC MAIN commitmail json YAML

2016-07-18 22:00:05 UTC pgoyette-localcount commitmail json YAML

And use the address of the localcount ...

(pgoyette)

2016-07-18 21:55:44 UTC pgoyette-localcount commitmail json YAML

Another driver that needs its 'struct localcount' since it is used in rump.

(pgoyette)

2016-07-18 21:54:12 UTC MAIN commitmail json YAML

2016-07-18 21:18:49 UTC pgoyette-localcount commitmail json YAML

Another case of needing to use the two different localcount that were
allocated.

(pgoyette)

2016-07-18 21:09:05 UTC MAIN commitmail json YAML

Insert missing 'break;' statements.

CID 1364142

(pgoyette)

2016-07-18 21:07:30 UTC MAIN commitmail json YAML

Rearrange code to avoid testing an error value that has not been set.

Also, for the built-in case, rather than re-inserting our devsw and
then ignoring the EEXIST error, don't bother re-inserting.

CID 1364140

(pgoyette)

2016-07-18 21:03:01 UTC MAIN commitmail json YAML

Rearrange so that error check is only done after error has been set.

CID 1364141

(pgoyette)

2016-07-18 19:51:06 UTC MAIN commitmail json YAML

sun4v: handle device interrupts properly - both legacy (sysino) and cookies

(palle)

2016-07-18 19:50:11 UTC MAIN commitmail json YAML

Adapt to recent MIPS changes

need mips/locore.h for cpu_identify

(maya)

2016-07-18 19:32:44 UTC MAIN commitmail json YAML

sun4v: reset cbus debug back to zero

(palle)

2016-07-18 18:46:07 UTC MAIN commitmail json YAML

2016-07-18 18:45:56 UTC MAIN commitmail json YAML

need sys/stat.h for umask.

(christos)

2016-07-18 17:26:58 UTC MAIN commitmail json YAML

2016-07-18 17:26:12 UTC MAIN commitmail json YAML

2016-07-18 17:04:29 UTC MAIN commitmail json YAML

CID 1349675:  Null pointer dereference

(christos)

2016-07-18 17:02:44 UTC MAIN commitmail json YAML

CID 1349674  Null pointer dereference

(christos)

2016-07-18 16:58:04 UTC MAIN commitmail json YAML

CID 1349652: Set umask before mkstemp

(christos)

2016-07-18 16:56:04 UTC MAIN commitmail json YAML

2016-07-18 12:17:39 UTC MAIN commitmail json YAML

2016-07-18 11:25:07 UTC pgoyette-localcount commitmail json YAML

Good grief - what was I thinking?

Let's make the d_localcount pointer point to a 'struct localcount' as
intended.

(pgoyette)

2016-07-18 11:13:23 UTC pgoyette-localcount commitmail json YAML

We created two different 'stuct localcount' for a reason - devsw_attach()
requires them to be different!

So use them both in their respective {b,c}devsw initializations.

(pgoyette)

2016-07-18 11:12:11 UTC pgoyette-localcount commitmail json YAML

Add 'struct localcount' for modular builds

(pgoyette)

2016-07-18 06:58:44 UTC pgoyette-localcount commitmail json YAML

We also need to init devsw's pserialize stuff when running as rump.

XXX Noted that in rump, pserialize is initialized much sooner than devsw,
XXX while in "real" kernels, pserialize comes _after_ devsw.  Hmmm.

(pgoyette)

2016-07-18 06:25:40 UTC pgoyette-localcount commitmail json YAML

Another devsw needing a localcount when built as a module.

(pgoyette)

2016-07-18 03:50:58 UTC pgoyette-localcount commitmail json YAML

2016-07-18 03:50:00 UTC pgoyette-localcount commitmail json YAML

2016-07-18 03:39:13 UTC pgoyette-localcount commitmail json YAML

Update sets for new devsw_attach MLINKS

(pgoyette)

2016-07-18 03:38:09 UTC pgoyette-localcount commitmail json YAML

Additional MLINKS for devsw_attach

(pgoyette)

2016-07-17 21:40:47 UTC pgoyette-localcount commitmail json YAML

Fix typo in KASSERTMSG macro name

(pgoyette)

2016-07-17 21:39:17 UTC pgoyette-localcount commitmail json YAML

Instead of initializing the 'pserialize_t psz' while holding a lock,
create a new devsw_detach_init() routine to hande this, and call it
after the pserialize system has been initialized.

(pgoyette)

2016-07-17 20:13:19 UTC MAIN commitmail json YAML

Various improvement from t-hash (and a bit from me).

- Flesh out the abort routine
- Avoid using EVENT_DATA
- Miscellaneous debug
- Comment improvement

(skrll)

2016-07-17 19:44:57 UTC MAIN commitmail json YAML

2016-07-17 16:44:39 UTC MAIN commitmail json YAML

Fixup some Loongson code after recent changes to pmap and PAGE_SIZE

(skrll)

2016-07-17 15:56:14 UTC MAIN commitmail json YAML

Use deroff() from mandoc(3) to directly parse the Nd macro rather
than parsing it by hand.

With the latest mandoc(3), the .Nd macro was getting parsed twice. This fixes
that problem and cleans up the code as well.

ok christos@

(abhinav)

2016-07-17 13:49:43 UTC MAIN commitmail json YAML

Use anonymous union for ptm_ceiling and old __pthread_spin_t field to
maintain backward compatibility and fix hppa build.  hppa has an non-
integer type __pthread_spin_t

(skrll)

2016-07-17 12:56:13 UTC MAIN commitmail json YAML

Update instruction numbers in comments

(skrll)

2016-07-17 12:18:12 UTC MAIN commitmail json YAML

Fix extraction of section number and machine architecture from man pages.
With the latest API, mdoc_validate()/man_validate() needs to be called before
reading the roff_man.meta field, otherwise it is NULL.

Also, if a man page doesn't specify machine architecture, don't default to '?'
, let it be stored as null in the db. Otherwise, the output of apropos(1) shows
the names of the results as \?/<title>

(abhinav)

2016-07-17 12:09:21 UTC pgoyette-localcount commitmail json YAML

More details in KASSERTs to aid debugging

(pgoyette)

2016-07-17 10:46:43 UTC MAIN commitmail json YAML

Simplify x86_add_cluster.

(maxv)

2016-07-17 05:48:28 UTC pgoyette-localcount commitmail json YAML

Update for new functions {b,c}devsw_{acquire,release}

(pgoyette)

2016-07-17 05:18:12 UTC pgoyette-localcount commitmail json YAML

Add the d_localcount member to the various {b,c}devsw structures.

No need for these to be conditional on _MODULE as dtrace is always
a module.

(pgoyette)

2016-07-17 05:05:11 UTC pgoyette-localcount commitmail json YAML

Adapt some modular drivers to the localcount(9) world.  We're still
not actually using the localcount stuff, but we need to differentiate
between built-in vs loaded drivers and allocate a "struct localcount"
only for loaded drivers.

(pgoyette)

2016-07-17 05:02:20 UTC pgoyette-localcount commitmail json YAML

Defer initialization of the pserialize_t device_psz" until just before
we need it.  We can't initialize within devsw_init() because init_main()
has not yet initialized the pserialize stuff.

Restore a "return bdev" in bdevsw_lookup_acquire() - accidental deletion

Update cdevsw_lookup_acquire() to match bdev_lookup_acquire()

(pgoyette)

2016-07-17 02:49:52 UTC MAIN commitmail json YAML

Now that we're only calling devsw_attach() in the modular driver, it
is not ok for the driver/module to already exist.  So don't ignore
EEXIST.

(pgoyette)

2016-07-17 02:48:07 UTC MAIN commitmail json YAML

Now that we're only calling devsw_attach() in the modular driver, it
is not ok for the driver/module to already exist.  So don't ignore
EEXIST.

(pgoyette)

2016-07-17 02:44:41 UTC pgoyette-localcount commitmail json YAML

Don't call devsw_attach() and devsw_detach() for built-in modules.

(pgoyette)

2016-07-17 02:37:54 UTC pgoyette-localcount commitmail json YAML

More locking fixes from riastradh@

(pgoyette)

2016-07-17 02:09:10 UTC MAIN commitmail json YAML

2016-07-17 02:02:01 UTC MAIN commitmail json YAML

Another case of not calling devsw_attach() for built-in device modules

(pgoyette)

2016-07-17 01:16:30 UTC MAIN commitmail json YAML

Don't initialize variables that no longer exist in built-in module.

(pgoyette)

2016-07-17 01:03:46 UTC MAIN commitmail json YAML

Don't try to call devsw_attach() for built-in driver code.

(pgoyette)

2016-07-17 00:33:28 UTC MAIN commitmail json YAML

Ooops - previous change was over-zealous.  We still need the cdevsw for
the built-in case.  Restore it.

(pgoyette)

2016-07-17 00:27:03 UTC MAIN commitmail json YAML

Finish previous - now that we're not calling devsw_attach unnecessarily,
we can enclose some additional variables in #ifdef _MODULE / #endif

(pgoyette)

2016-07-17 00:17:14 UTC MAIN commitmail json YAML

Rather than calling devsw_attach() and ignoring the EEXIST error when
the driver is already built-in to the kernel, don't bother calling.

(pgoyette)

2016-07-16 23:42:35 UTC pgoyette-localcount commitmail json YAML

Add myself as author/compiler of the man page.

(pgoyette)

2016-07-16 23:28:37 UTC pgoyette-localcount commitmail json YAML

Improve description of localcount_release

(pgoyette)

2016-07-16 23:13:59 UTC pgoyette-localcount commitmail json YAML

Add a bit more about appropriate use-cases.

(pgoyette)

2016-07-16 22:35:34 UTC pgoyette-localcount commitmail json YAML

Fix some locking sequences.  Thanks to ristradh@ for the review!

(pgoyette)

2016-07-16 22:06:42 UTC pgoyette-localcount commitmail json YAML

Add new xxx_acquire variants for device_lookup_private() and
device_find_by_driver_unit_acquire rather than blindly making the old
variants call localcount_acquire().

Also fix a couple of locking sequences.

Thanks to Taylor for the review!

(pgoyette)

2016-07-16 21:33:46 UTC MAIN commitmail json YAML

When doing dmamap syncs, try to use KSEG0/XKPHYS address if possible.
XXX once hard page coloring is supported XKPHYS could be used all the time.

(matt)

2016-07-16 20:40:30 UTC pgoyette-localcount commitmail json YAML

Install the localcount.h header file

(pgoyette)

2016-07-16 17:13:25 UTC MAIN commitmail json YAML

2016-07-16 17:02:35 UTC MAIN commitmail json YAML

Simplify the way physical pages are internalized into the VM system on x86.
Only two functions are called now: init_x86_clusters, which initializes the
memory clusters from the bootinfo, and init_x86_vm, which inserts the pages
from the clusters into VM.

(maxv)

2016-07-16 14:51:45 UTC MAIN commitmail json YAML

Introduce x86_load_region(), and explain a little what we are doing.

(maxv)

2016-07-16 13:47:01 UTC MAIN commitmail json YAML

Add the cr4 flags for PKE and UMIP.

(maxv)

2016-07-16 12:58:12 UTC MAIN commitmail json YAML

2016-07-16 11:27:12 UTC pgoyette-localcount commitmail json YAML

Add an initializer for the cdevsw's localcount.

XXX These should maybe be converted to C99-style structure initialization?

(pgoyette)

2016-07-16 11:07:00 UTC pgoyette-localcount commitmail json YAML

Make sure we include the localcount routines in the rump libraries

(pgoyette)

2016-07-16 09:51:13 UTC MAIN commitmail json YAML

No need to define PSW_MBS as machine/psl.h provides it for us

(skrll)

2016-07-16 09:49:24 UTC pgoyette-localcount commitmail json YAML

2016-07-16 09:41:08 UTC pgoyette-localcount commitmail json YAML

Add localcount(9) man pages and header file

XXX Man-page links not yet added!

(pgoyette)

2016-07-16 09:36:57 UTC pgoyette-localcount commitmail json YAML

2016-07-16 07:54:14 UTC pgoyette-localcount commitmail json YAML

First pass of adding localcount(9) support for devsw.  As with the
earlier autoconf changes, nothing currently uses this new feature.

(pgoyette)

2016-07-16 07:13:26 UTC MAIN commitmail json YAML

Only emit bdevsw externs for entries in the bdev table, rather than for
entries in the cdev table.

(pgoyette)

2016-07-16 02:13:08 UTC pgoyette-localcount commitmail json YAML

Initial set of changes for subr_autoconf usage of localcount mechanism.

Nothing actually uses this yet - all callers of device_lookup() need
conversion to device_lookup_acquire()/device_release().  This also
means that callers of device_lookup_private() need to be modified to
call device_release() when finished accessing the softc.

XXX Perhaps device_lookup_private() should be removed, and all callers
XXX modified to use device_lookup_acquire()/.../device_release()?

(pgoyette)

2016-07-16 01:59:05 UTC MAIN commitmail json YAML

move sysctl-related #defines out of #ifdef _KERNEL so userland can see them
now pixman builds again on loongson

(macallan)

2016-07-16 01:49:42 UTC MAIN commitmail json YAML

apply some #if (ARM_MMU_V6 + ARM_MMU_V7) != 0.
now this builds on pre v6-only.

(mrg)

2016-07-15 22:10:47 UTC MAIN commitmail json YAML

2016-07-15 21:19:19 UTC MAIN commitmail json YAML

Fix mdoclint warnings.

(wiz)

2016-07-15 21:11:12 UTC MAIN commitmail json YAML

- only unmap / free dbdma stuff when we actually mapped / allocated it
- use dbdma_free
now wdc_obio_detach() actually works without crashing

(macallan)

2016-07-15 21:08:27 UTC MAIN commitmail json YAML

first step to make dbdma less hackish
- dbdma_alloc gets a new parameter to return the actual address of the
  buffer before being alignment-mangled so we can properly free it
- add dbdma_free which takes the pointer mentioned above
dbdma should really use bus_dma

(macallan)

2016-07-15 19:42:08 UTC MAIN commitmail json YAML

2016-07-15 19:41:33 UTC MAIN commitmail json YAML

2016-07-15 19:40:42 UTC MAIN commitmail json YAML

2016-07-15 15:23:43 UTC MAIN commitmail json YAML

Number the properties.  Identify the key erasure property by name.

(riastradh)

2016-07-15 09:25:47 UTC MAIN commitmail json YAML

Mark the rt_timer callout MPSAFE and move the first reset a few lines
down so the the workqueue is properly prepared (the latter being more
a cosmetical change). Ok: ozaki-r@

(martin)

2016-07-15 08:50:59 UTC nick-nhusb commitmail json YAML

2016-07-15 07:40:09 UTC MAIN commitmail json YAML

2016-07-15 07:33:41 UTC MAIN commitmail json YAML

2016-07-15 06:36:21 UTC nick-nhusb commitmail json YAML

Protect sc_if_flags in dwc_gmac_ifflags_cb with the lock

(skrll)

2016-07-15 06:35:27 UTC nick-nhusb commitmail json YAML

Define/assert IFEF_START_MPSAFE

(skrll)

2016-07-15 06:13:50 UTC MAIN commitmail json YAML

2016-07-15 05:59:46 UTC MAIN commitmail json YAML

Provide a mm_md_page_color and fix some kernel builds

(skrll)

2016-07-15 02:29:19 UTC pgoyette-localcount commitmail json YAML

Initial import of localcount(9) as proposed by riastradh@

This version compiles, but nothing uses it, yet.

(pgoyette)

2016-07-15 01:17:47 UTC MAIN commitmail json YAML

Also, don't hard-code the function name in the message;  use __func__

(pgoyette)

2016-07-15 01:13:10 UTC MAIN commitmail json YAML

As suggested by christos@, use KASSERTMSG()

(pgoyette)

2016-07-14 22:39:40 UTC MAIN commitmail json YAML

mdocml-1.13.4 out.

(wiz)

2016-07-14 21:57:06 UTC MAIN commitmail json YAML

Remove a call to panic() which duplicates the subsequent KASSERT()!

XXX Since everything has (or should have) been switched to dev_t, we
XXX could probably remove the check for
XXX
XXX ca->ca_devsize >= sizeof(struct device)
XXX
XXX But someone ought to check on that first!

Reviewed by riastradh@

(pgoyette)

2016-07-14 20:38:20 UTC MAIN commitmail json YAML

2016-07-14 20:34:36 UTC MAIN commitmail json YAML

2016-07-14 20:13:10 UTC MAIN commitmail json YAML

remove soft interrupt queues that don't exist anymore.

(christos)

2016-07-14 19:39:41 UTC MAIN commitmail json YAML

2016-07-14 19:08:12 UTC MAIN commitmail json YAML

2016-07-14 18:58:26 UTC MAIN commitmail json YAML

2016-07-14 18:47:11 UTC netbsd-7 commitmail json YAML

2016-07-14 18:45:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1205):
sys/ufs/lfs/lfs_vnops.c: revision 1.304
Fix a deadlock
ok dholland@

(martin)

2016-07-14 18:38:51 UTC netbsd-7 commitmail json YAML

2016-07-14 18:36:57 UTC MAIN commitmail json YAML

2016-07-14 18:36:28 UTC netbsd-7 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.27 / diff / nxr@1.1145.2.27
src/external/bsd/ntp/Makefile.inc@1.14.2.4 / diff / nxr@1.14.2.4
src/external/bsd/ntp/bin/Makefile@1.2.26.1 / diff / nxr@1.2.26.1
src/external/bsd/ntp/dist/ChangeLog@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/external/bsd/ntp/dist/CommitLog@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/external/bsd/ntp/dist/NEWS@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/external/bsd/ntp/dist/configure@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/external/bsd/ntp/dist/configure.ac@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/external/bsd/ntp/dist/html/miscopt.html@1.1.1.2.4.5 / diff / nxr@1.1.1.2.4.5
src/external/bsd/ntp/dist/include/ntp.h@1.1.1.3.4.4 / diff / nxr@1.1.1.3.4.4
src/external/bsd/ntp/dist/include/ntp_md5.h@1.1.1.3.4.3 / diff / nxr@1.1.1.3.4.3
src/external/bsd/ntp/dist/libntp/a_md5encrypt.c@1.1.1.3.4.3 / diff / nxr@1.1.1.3.4.3
src/external/bsd/ntp/dist/ntpd/complete.conf.in@1.1.1.1.6.3 / diff / nxr@1.1.1.1.6.3
src/external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi@1.1.1.1.6.5 / diff / nxr@1.1.1.1.6.5
src/external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi@1.1.1.1.6.5 / diff / nxr@1.1.1.1.6.5
src/external/bsd/ntp/dist/ntpd/invoke-ntpd.texi@1.1.1.1.6.5 / diff / nxr@1.1.1.1.6.5
src/external/bsd/ntp/dist/ntpd/keyword-gen-utd@1.1.1.2.4.4 / diff / nxr@1.1.1.2.4.4
src/external/bsd/ntp/dist/ntpd/keyword-gen.c@1.4.4.5 / diff / nxr@1.4.4.5
src/external/bsd/ntp/dist/ntpd/ntp.conf.5man@1.1.1.1.6.5 / diff / nxr@1.1.1.1.6.5
src/external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc@1.1.1.1.6.5 / diff / nxr@1.1.1.1.6.5
      :
(more 139 files)
Pull up following revision(s) (requested by snj in ticket #1204):
doc/3RDPARTY: 1.1336, 1.1337 via patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/bin/Makefile: up to 1.3
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.10
external/bsd/ntp/dist/CommitLog: up to 1.1.1.10
external/bsd/ntp/dist/NEWS: up to 1.1.1.10
external/bsd/ntp/dist/configure: up to 1.1.1.10
external/bsd/ntp/dist/configure.ac: up to 1.1.1.9
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.9
external/bsd/ntp/dist/include/ntp.h: up to 1.7
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.6
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.6
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.6
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.23
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.19
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.8
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.8
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.14
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.8
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.8
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.16
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.10
external/bsd/ntp/dist/scripts/build/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary-opts.def: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.6
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.9
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.10
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.7
external/bsd/ntp/dist/sntp/crypto.c: up to 1.11
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.8
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.8
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.8
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/sntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.8
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.9
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.8
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.13
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.8
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.8
external/bsd/ntp/importdate: up to 1.10
external/bsd/ntp/include/config.h: up to 1.18
external/bsd/ntp/scripts/mkver: up to 1.11
Update ntp to 4.2.8p8.

(martin)

2016-07-14 18:30:20 UTC netbsd-7-0 commitmail json YAML

2016-07-14 18:27:05 UTC netbsd-7-0 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.18.2.7 / diff / nxr@1.1145.2.18.2.7
src/external/bsd/ntp/Makefile.inc@1.14.2.1.2.3 / diff / nxr@1.14.2.1.2.3
src/external/bsd/ntp/bin/Makefile@1.2.34.1 / diff / nxr@1.2.34.1
src/external/bsd/ntp/dist/ChangeLog@1.1.1.3.4.2.2.3 / diff / nxr@1.1.1.3.4.2.2.3
src/external/bsd/ntp/dist/CommitLog@1.1.1.3.4.2.2.3 / diff / nxr@1.1.1.3.4.2.2.3
src/external/bsd/ntp/dist/NEWS@1.1.1.3.4.2.2.3 / diff / nxr@1.1.1.3.4.2.2.3
src/external/bsd/ntp/dist/configure@1.1.1.3.4.2.2.3 / diff / nxr@1.1.1.3.4.2.2.3
src/external/bsd/ntp/dist/configure.ac@1.1.1.3.4.2.2.3 / diff / nxr@1.1.1.3.4.2.2.3
src/external/bsd/ntp/dist/html/miscopt.html@1.1.1.2.4.2.2.3 / diff / nxr@1.1.1.2.4.2.2.3
src/external/bsd/ntp/dist/include/ntp.h@1.1.1.3.4.2.2.2 / diff / nxr@1.1.1.3.4.2.2.2
src/external/bsd/ntp/dist/include/ntp_md5.h@1.1.1.3.4.2.2.1 / diff / nxr@1.1.1.3.4.2.2.1
src/external/bsd/ntp/dist/libntp/a_md5encrypt.c@1.1.1.3.4.1.2.2 / diff / nxr@1.1.1.3.4.1.2.2
src/external/bsd/ntp/dist/ntpd/complete.conf.in@1.1.1.1.6.1.2.2 / diff / nxr@1.1.1.1.6.1.2.2
src/external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi@1.1.1.1.6.2.2.3 / diff / nxr@1.1.1.1.6.2.2.3
src/external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi@1.1.1.1.6.2.2.3 / diff / nxr@1.1.1.1.6.2.2.3
src/external/bsd/ntp/dist/ntpd/invoke-ntpd.texi@1.1.1.1.6.2.2.3 / diff / nxr@1.1.1.1.6.2.2.3
src/external/bsd/ntp/dist/ntpd/keyword-gen-utd@1.1.1.2.4.1.2.3 / diff / nxr@1.1.1.2.4.1.2.3
src/external/bsd/ntp/dist/ntpd/keyword-gen.c@1.4.4.2.2.3 / diff / nxr@1.4.4.2.2.3
src/external/bsd/ntp/dist/ntpd/ntp.conf.5man@1.1.1.1.6.2.2.3 / diff / nxr@1.1.1.1.6.2.2.3
src/external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc@1.1.1.1.6.2.2.3 / diff / nxr@1.1.1.1.6.2.2.3
      :
(more 139 files)
doc/3RDPARTY 1.1336, 1.1337 via patch
external/bsd/ntp/Makefile.inc                  up to 1.16 via patch
external/bsd/ntp/bin/Makefile                  up to 1.3
external/bsd/ntp/dist/ChangeLog                up to 1.1.1.10
external/bsd/ntp/dist/CommitLog                up to 1.1.1.10
external/bsd/ntp/dist/NEWS                      up to 1.1.1.10
external/bsd/ntp/dist/configure                up to 1.1.1.10
external/bsd/ntp/dist/configure.ac              up to 1.1.1.9
external/bsd/ntp/dist/html/miscopt.html        up to 1.1.1.9
external/bsd/ntp/dist/include/ntp.h            up to 1.7
external/bsd/ntp/dist/include/ntp_md5.h        up to 1.6
external/bsd/ntp/dist/libntp/a_md5encrypt.c    up to 1.6
external/bsd/ntp/dist/ntpd/complete.conf.in    up to 1.1.1.4
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi    up to 1.1.1.8
external/bsd/ntp/dist/ntpd/keyword-gen-utd      up to 1.1.1.6
external/bsd/ntp/dist/ntpd/keyword-gen.c        up to 1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5man        up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc      up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.def        up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.html        up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.man.in      up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in    up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.5man        up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc      up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.html        up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.man.in      up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in    up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp_config.c        up to 1.15
external/bsd/ntp/dist/ntpd/ntp_control.c        up to 1.17
external/bsd/ntp/dist/ntpd/ntp_io.c            up to 1.23
external/bsd/ntp/dist/ntpd/ntp_keyword.h        up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y        up to 1.14
external/bsd/ntp/dist/ntpd/ntp_proto.c          up to 1.13
external/bsd/ntp/dist/ntpd/ntpd-opts.c          up to 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.h          up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman        up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc      up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.html            up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.man.in          up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in        up to 1.1.1.8
external/bsd/ntp/dist/ntpd/refclock_parse.c    up to 1.19
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi  up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c        up to 1.8
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h        up to 1.8
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman    up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc    up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.c            up to 1.14
external/bsd/ntp/dist/ntpdc/ntpdc.html          up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.man.in        up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in      up to 1.1.1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi    up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq-opts.c          up to 1.8
external/bsd/ntp/dist/ntpq/ntpq-opts.h          up to 1.8
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman        up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc      up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.c              up to 1.16
external/bsd/ntp/dist/ntpq/ntpq.html            up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.man.in          up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in        up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c  up to 1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h  up to 1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html    up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in  up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/packageinfo.sh            up to 1.1.1.10
external/bsd/ntp/dist/scripts/build/Makefile.am up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/Makefile.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/build/genAuthors.in up to 1.1.1.1
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/invoke-summary.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in up to 1.1.1.2
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary-opts.def up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary-opts      up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.1summaryman up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.1summarymdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.html      up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.man.in    up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.mdoc.in  up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.html up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in up to 1.1.1.6
external/bsd/ntp/dist/sntp/Makefile.in          up to 1.1.1.10
external/bsd/ntp/dist/sntp/aclocal.m4          up to 1.1.1.9
external/bsd/ntp/dist/sntp/configure            up to 1.1.1.10
external/bsd/ntp/dist/sntp/configure.ac        up to 1.1.1.7
external/bsd/ntp/dist/sntp/crypto.c            up to 1.11
external/bsd/ntp/dist/sntp/include/Makefile.in  up to 1.1.1.8
external/bsd/ntp/dist/sntp/include/version.def  up to 1.1.1.8
external/bsd/ntp/dist/sntp/include/version.texi up to 1.1.1.8
external/bsd/ntp/dist/sntp/invoke-sntp.texi    up to 1.1.1.8
external/bsd/ntp/dist/sntp/libopts/Makefile.in  up to 1.1.1.10
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4 up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/sntp_problemtests.m4 up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4        up to 1.1.1.8
external/bsd/ntp/dist/sntp/scripts/Makefile.in  up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp-opts.c          up to 1.9
external/bsd/ntp/dist/sntp/sntp-opts.h          up to 1.8
external/bsd/ntp/dist/sntp/sntp.1sntpman        up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc      up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.html            up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.man.in          up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.mdoc.in        up to 1.1.1.8
external/bsd/ntp/dist/sntp/tests/Makefile.am    up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/Makefile.in    up to 1.1.1.8
external/bsd/ntp/dist/sntp/unity/Makefile.in    up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c            up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen-opts.c    up to 1.13
external/bsd/ntp/dist/util/ntp-keygen-opts.h    up to 1.8
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.html      up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.man.in    up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in  up to 1.1.1.8
external/bsd/ntp/importdate                    up to 1.10
external/bsd/ntp/include/config.h              up to 1.18
external/bsd/ntp/scripts/mkver                  up to 1.11

Update ntp to 4.2.8p8.
[snj, ticket #1204]

(martin)

2016-07-14 18:21:31 UTC MAIN commitmail json YAML

2016-07-14 18:19:11 UTC MAIN commitmail json YAML

use sysctl to print multicast addresses

(christos)

2016-07-14 18:18:16 UTC MAIN commitmail json YAML

provide net.inet.multicast, like we have net.inet6.multicast to be used
by netstat.

(christos)

2016-07-14 18:16:51 UTC MAIN commitmail json YAML

make sure we cleanup properly when fd is too big.

(christos)

2016-07-14 17:43:48 UTC MAIN commitmail json YAML

Use .In for header file.

(abhinav)

2016-07-14 17:17:58 UTC MAIN commitmail json YAML

Add comma to separate the Nm entries.

(abhinav)

2016-07-14 17:09:03 UTC MAIN commitmail json YAML

Add missing words and fix grammar.

(abhinav)

2016-07-14 16:09:56 UTC MAIN commitmail json YAML

2016-07-14 15:51:41 UTC MAIN commitmail json YAML

Adapt this to the recent sys/uvm/pmap/pmap_tlb.c changes.  MP kernels
now don't trigger KASSERTs

(skrll)

2016-07-14 15:50:31 UTC MAIN commitmail json YAML

Use KERNEL_PID instead of 0

(skrll)

2016-07-14 15:49:43 UTC MAIN commitmail json YAML

Fix some comments.

(skrll)

2016-07-14 10:19:06 UTC MAIN commitmail json YAML

2016-07-14 10:02:43 UTC MAIN commitmail json YAML

2016-07-14 09:27:14 UTC MAIN commitmail json YAML

- Use aprint() more in isic_pcmcia_attach().
- Add missing aprint_naive("\n").
- swap device_xname() and cde->name in the output of a printf().

(msaitoh)

2016-07-14 07:26:42 UTC netbsd-6-0 commitmail json YAML

1356, 1361, 1363-1365

(snj)

2016-07-14 07:21:08 UTC netbsd-6-1 commitmail json YAML

1356, 1361, 1363-1365

(snj)

2016-07-14 07:19:11 UTC MAIN commitmail json YAML

Fix grammar and be consistent between using 0 and zero.

(abhinav)

2016-07-14 07:16:55 UTC netbsd-6 commitmail json YAML

1356, 1361, 1363-1365

(snj)

2016-07-14 07:10:22 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1365):
sys/arch/x86/x86/pmap.c: revision 1.190
Operation pmap_pp_clear_attrs() may remove the "used" attribute from a page
that is still cached in the TLB of other CPUs.
Call pmap_tlb_shootnow() here before enabling preemption to clear the
TLB entries on other CPUs.
Should prevent tmpfs data corruption under load.
Ok: Chuck Silvers

(snj)

2016-07-14 07:09:39 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1365):
sys/arch/x86/x86/pmap.c: revision 1.190
Operation pmap_pp_clear_attrs() may remove the "used" attribute from a page
that is still cached in the TLB of other CPUs.
Call pmap_tlb_shootnow() here before enabling preemption to clear the
TLB entries on other CPUs.
Should prevent tmpfs data corruption under load.
Ok: Chuck Silvers

(snj)

2016-07-14 07:05:34 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1365):
sys/arch/x86/x86/pmap.c: revision 1.190
Operation pmap_pp_clear_attrs() may remove the "used" attribute from a page
that is still cached in the TLB of other CPUs.
Call pmap_tlb_shootnow() here before enabling preemption to clear the
TLB entries on other CPUs.
Should prevent tmpfs data corruption under load.
Ok: Chuck Silvers

(snj)

2016-07-14 07:03:50 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1364):
external/gpl2/xcvs/dist/src/import.c: revision 1.4
Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.
XXX: pullup 6, 7

(snj)

2016-07-14 07:03:16 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1364):
external/gpl2/xcvs/dist/src/import.c: revision 1.4
Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.
XXX: pullup 6, 7

(snj)

2016-07-14 07:02:27 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1364):
external/gpl2/xcvs/dist/src/import.c: revision 1.4
Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.
XXX: pullup 6, 7

(snj)

2016-07-14 06:57:12 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1363):
sys/nfs/nfs_vnops.c: revision 1.309
Return an error if NFSPROC_LOOKUP returns the file handle of the current
directory.  Treating it as DOT lookup would put garbage into the name
cache and could panic on future lookups.
Seen with ZFS file system exported from OmniOS, an OpenSolaris derivative.
Fixes PR kern/50664 "cd .." over NFS/ZFS can panic kernel

(snj)

2016-07-14 06:56:03 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by knakahara in ticket #1356):
sys/kern/kern_softint.c: revision 1.42
fix the following softint parallel operation problem.
(0) softint handler "handler A" is established
(1) CPU#X does softint_schedule() for "handler A"
    - the softhand_t is set SOFTINT_PENDING flag
    - the softhand_t is NOT set SOFTINT_ACTIVE flag yet
(2) CPU#X begins other H/W interrupt processing
(3) CPU#Y does softint_disestablish() for "handler A"
    - waits until softhand_t's SOFTINT_ACTIVE of all CPUs is clear
    - the softhand_t is set not SOFTINT_ACTIVE but SOFTINT_PENDING,
      so CPU#Y does not wait
    - unset the function of "handler A"
(4) CPU#X does softint_execute()
    - the function of "handler A" is already clear, so panic

(snj)

2016-07-14 06:55:08 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1363):
sys/nfs/nfs_vnops.c: revision 1.309
Return an error if NFSPROC_LOOKUP returns the file handle of the current
directory.  Treating it as DOT lookup would put garbage into the name
cache and could panic on future lookups.
Seen with ZFS file system exported from OmniOS, an OpenSolaris derivative.
Fixes PR kern/50664 "cd .." over NFS/ZFS can panic kernel

(snj)

2016-07-14 06:52:57 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1363):
sys/nfs/nfs_vnops.c: revision 1.309
Return an error if NFSPROC_LOOKUP returns the file handle of the current
directory.  Treating it as DOT lookup would put garbage into the name
cache and could panic on future lookups.
Seen with ZFS file system exported from OmniOS, an OpenSolaris derivative.
Fixes PR kern/50664 "cd .." over NFS/ZFS can panic kernel

(snj)

2016-07-14 06:51:03 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1361):
sys/arch/x86/include/cpufunc.h: revision 1.19
sys/arch/x86/x86/errata.c: revision 1.23
Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked() to
their implementation.  Both functions don't take the passcode as
argument.
As wrmsr_locked() no longer writes the passcode to the msr the
erratum 721 on my Opteron 2356 really gets patched and cc1 no longer
crashes with SIGSEGV.

(snj)

2016-07-14 06:48:53 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1361):
sys/arch/x86/include/cpufunc.h: revision 1.19
sys/arch/x86/x86/errata.c: revision 1.23
Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked() to
their implementation.  Both functions don't take the passcode as
argument.
As wrmsr_locked() no longer writes the passcode to the msr the
erratum 721 on my Opteron 2356 really gets patched and cc1 no longer
crashes with SIGSEGV.

(snj)

2016-07-14 06:48:19 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #1361):
sys/arch/x86/include/cpufunc.h: revision 1.19
sys/arch/x86/x86/errata.c: revision 1.23
Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked() to
their implementation.  Both functions don't take the passcode as
argument.
As wrmsr_locked() no longer writes the passcode to the msr the
erratum 721 on my Opteron 2356 really gets patched and cc1 no longer
crashes with SIGSEGV.

(snj)

2016-07-14 06:44:50 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by knakahara in ticket #1356):
sys/kern/kern_softint.c: revision 1.42
fix the following softint parallel operation problem.
(0) softint handler "handler A" is established
(1) CPU#X does softint_schedule() for "handler A"
    - the softhand_t is set SOFTINT_PENDING flag
    - the softhand_t is NOT set SOFTINT_ACTIVE flag yet
(2) CPU#X begins other H/W interrupt processing
(3) CPU#Y does softint_disestablish() for "handler A"
    - waits until softhand_t's SOFTINT_ACTIVE of all CPUs is clear
    - the softhand_t is set not SOFTINT_ACTIVE but SOFTINT_PENDING,
      so CPU#Y does not wait
    - unset the function of "handler A"
(4) CPU#X does softint_execute()
    - the function of "handler A" is already clear, so panic

(snj)

2016-07-14 06:43:35 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by knakahara in ticket #1356):
sys/kern/kern_softint.c: revision 1.42
fix the following softint parallel operation problem.
(0) softint handler "handler A" is established
(1) CPU#X does softint_schedule() for "handler A"
    - the softhand_t is set SOFTINT_PENDING flag
    - the softhand_t is NOT set SOFTINT_ACTIVE flag yet
(2) CPU#X begins other H/W interrupt processing
(3) CPU#Y does softint_disestablish() for "handler A"
    - waits until softhand_t's SOFTINT_ACTIVE of all CPUs is clear
    - the softhand_t is set not SOFTINT_ACTIVE but SOFTINT_PENDING,
      so CPU#Y does not wait
    - unset the function of "handler A"
(4) CPU#X does softint_execute()
    - the function of "handler A" is already clear, so panic

(snj)

2016-07-14 06:22:17 UTC MAIN commitmail json YAML

From tedu at openbsd:

kevent validates that ident is a valid fd by getting the file. one sad
quirk: uint64 to int32 truncation can lead to false positives, and then
later in the array sizing code, very big mallocs panic the kernel.
add a check that the ident isn't larger than INT_MAX in the fd case.
reported by Tim Newsham

(christos)

2016-07-14 05:00:51 UTC MAIN commitmail json YAML

2016-07-14 04:51:47 UTC MAIN commitmail json YAML

2016-07-14 04:49:55 UTC MAIN commitmail json YAML

2016-07-14 04:19:27 UTC MAIN commitmail json YAML

2016-07-14 04:15:27 UTC MAIN commitmail json YAML

- Use aprint_normal_dev() instead of aprint_error_dev() when printing
  Ethernet address.
- Use aprint() more.
- KNF.

(msaitoh)

2016-07-14 04:12:08 UTC MAIN commitmail json YAML

Use aprint*() instead of printf() in the attach function.
KNF.

(msaitoh)

2016-07-14 04:01:32 UTC MAIN commitmail json YAML

Use aprint_error() instead of aprint_normal() on error.

(msaitoh)

2016-07-14 04:00:46 UTC MAIN commitmail json YAML

2016-07-14 01:59:19 UTC MAIN commitmail json YAML

Library which implements the softfloat primitives using FP instructions
Currently contains only untested MIPS routines.
XXX move arm libc_vfp to here.

(matt)

2016-07-13 22:01:12 UTC MAIN commitmail json YAML

fix sysctl based interface printing, and annotate where we should add the
missing multicast printing code.

(christos)

2016-07-13 21:57:02 UTC MAIN commitmail json YAML

Use sysctl for interface printing (-i), leave on for multicast address printing
(-ia) and comment in the code where this is missing?
XXX: should that be an ioctl or sysctl? provide getifmultiaddrs() via the
routing socket? I guess since this is just for netstat a simple sysctl or
ioctl would suffice. I lean towards sysctl.

(christos)

2016-07-13 21:33:28 UTC MAIN commitmail json YAML

appease gcc by removing now unnecessary cast

(macallan)

2016-07-13 21:31:03 UTC MAIN commitmail json YAML

2016-07-13 21:25:15 UTC MAIN commitmail json YAML

2016-07-13 19:40:20 UTC netbsd-6 commitmail json YAML

2016-07-13 19:34:24 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1326):
distrib/sets/lists/xbase/shl.mi: patch
distrib/sets/lists/xcomp/mi: patch
distrib/sets/lists/xcomp/shl.mi: patch
external/mit/xorg/lib/libdrm/Makefile: patch
external/mit/xorg/lib/libdrm/Makefile.defines: patch
external/mit/xorg/lib/libdrm/shlib_version: patch
external/mit/xorg/lib/libdrm/drm/Makefile: patch
external/mit/xorg/lib/libdrm_intel/Makefile: patch
external/mit/xorg/lib/libdrm_radeon/Makefile: patch
external/mit/xorg/lib/libdrm_radeon/shlib_version: patch
external/mit/xorg/server/drivers/xf86-video-radeon/Makefile: revision 1.15
external/mit/xorg/server/drivers/xf86-video-ati/Makefile: patch
xsrc/external/mit/libdrm/dist/Makefile.am: patch
xsrc/external/mit/libdrm/dist/Makefile.in: patch
xsrc/external/mit/libdrm/dist/aclocal.m4: patch
xsrc/external/mit/libdrm/dist/config.guess: patch
xsrc/external/mit/libdrm/dist/config.h.in: patch
xsrc/external/mit/libdrm/dist/config.sub: patch
xsrc/external/mit/libdrm/dist/configure: patch
xsrc/external/mit/libdrm/dist/configure.ac: patch
xsrc/external/mit/libdrm/dist/depcomp: patch
xsrc/external/mit/libdrm/dist/install-sh: patch
xsrc/external/mit/libdrm/dist/libdrm_lists.h: patch
xsrc/external/mit/libdrm/dist/ltmain.sh: patch
xsrc/external/mit/libdrm/dist/missing: patch
xsrc/external/mit/libdrm/dist/xf86drm.c: patch
xsrc/external/mit/libdrm/dist/xf86drm.h: patch
xsrc/external/mit/libdrm/dist/xf86drmMode.c: patch
xsrc/external/mit/libdrm/dist/xf86drmMode.h: patch
xsrc/external/mit/libdrm/dist/build-aux/config.guess: patch
xsrc/external/mit/libdrm/dist/build-aux/config.sub: patch
xsrc/external/mit/libdrm/dist/build-aux/depcomp: patch
xsrc/external/mit/libdrm/dist/build-aux/install-sh: patch
xsrc/external/mit/libdrm/dist/build-aux/ltmain.sh: patch
xsrc/external/mit/libdrm/dist/build-aux/missing: patch
xsrc/external/mit/libdrm/dist/exynos/Makefile.am: patch
xsrc/external/mit/libdrm/dist/exynos/Makefile.in: patch
xsrc/external/mit/libdrm/dist/exynos/exynos_drm.c: patch
xsrc/external/mit/libdrm/dist/exynos/exynos_drm.h: patch
xsrc/external/mit/libdrm/dist/exynos/exynos_drmif.h: patch
xsrc/external/mit/libdrm/dist/exynos/libdrm_exynos.pc.in: patch
xsrc/external/mit/libdrm/dist/include/Makefile.in: patch
xsrc/external/mit/libdrm/dist/include/drm/Makefile: patch
xsrc/external/mit/libdrm/dist/include/drm/Makefile.am: patch
xsrc/external/mit/libdrm/dist/include/drm/Makefile.in: patch
xsrc/external/mit/libdrm/dist/include/drm/drm.h: patch
xsrc/external/mit/libdrm/dist/include/drm/drm_fourcc.h: patch
xsrc/external/mit/libdrm/dist/include/drm/drm_mode.h: patch
xsrc/external/mit/libdrm/dist/include/drm/i915_drm.h: patch
xsrc/external/mit/libdrm/dist/include/drm/radeon_drm.h: patch
xsrc/external/mit/libdrm/dist/intel/Makefile.am: patch
xsrc/external/mit/libdrm/dist/intel/Makefile.in: patch
xsrc/external/mit/libdrm/dist/intel/intel_aub.h:patch
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr.c: patch
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr.h: patch
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr_gem.c: patch
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr_priv.h: patch
xsrc/external/mit/libdrm/dist/intel/intel_chipset.h: patch
xsrc/external/mit/libdrm/dist/intel/intel_debug.h: patch
xsrc/external/mit/libdrm/dist/intel/intel_decode.c: patch
xsrc/external/mit/libdrm/dist/intel/test_decode.c: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen4-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen4-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen5-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen5-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen6-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen6-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen7-2d-copy.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen7-2d-copy.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen7-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen7-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gm45-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gm45-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/test-batch.sh: patch
xsrc/external/mit/libdrm/dist/libkms/Makefile.am: patch
xsrc/external/mit/libdrm/dist/libkms/Makefile.in: patch
xsrc/external/mit/libdrm/dist/libkms/dumb.c: patch
xsrc/external/mit/libdrm/dist/libkms/internal.h: patch
xsrc/external/mit/libdrm/dist/libkms/linux.c: patch
xsrc/external/mit/libdrm/dist/libkms/radeon.c: patch
xsrc/external/mit/libdrm/dist/m4/libtool.m4: patch
xsrc/external/mit/libdrm/dist/m4/ltoptions.m4: patch
xsrc/external/mit/libdrm/dist/m4/ltsugar.m4: patch
xsrc/external/mit/libdrm/dist/m4/ltversion.m4: patch
xsrc/external/mit/libdrm/dist/m4/lt~obsolete.m4: patch
xsrc/external/mit/libdrm/dist/nouveau/Makefile.am:  patch
xsrc/external/mit/libdrm/dist/nouveau/Makefile.in:  patch
xsrc/external/mit/libdrm/dist/nouveau/abi16.c: patch
xsrc/external/mit/libdrm/dist/nouveau/bufctx.c: patch
xsrc/external/mit/libdrm/dist/nouveau/libdrm_nouveau.pc.in: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_bo.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_bo.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_channel.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_channel.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_device.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_device.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_drmif.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_grobj.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_grobj.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_notifier.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_notifier.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_private.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_pushbuf.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_pushbuf.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_reloc.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_reloc.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_resource.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_resource.h: patch
xsrc/external/mit/libdrm/dist/nouveau/private.h: patch
xsrc/external/mit/libdrm/dist/nouveau/pushbuf.c: patch
xsrc/external/mit/libdrm/dist/omap/Makefile.am: patch
xsrc/external/mit/libdrm/dist/omap/Makefile.in: patch
xsrc/external/mit/libdrm/dist/omap/libdrm_omap.pc.in: patch
xsrc/external/mit/libdrm/dist/omap/omap_drm.c: patch
xsrc/external/mit/libdrm/dist/omap/omap_drm.h: patch
xsrc/external/mit/libdrm/dist/omap/omap_drmif.h: patch
xsrc/external/mit/libdrm/dist/radeon/Makefile.am: patch
xsrc/external/mit/libdrm/dist/radeon/Makefile.in: patch
xsrc/external/mit/libdrm/dist/radeon/r600_pci_ids.h: patch
xsrc/external/mit/libdrm/dist/radeon/radeon_cs_space.c: patch
xsrc/external/mit/libdrm/dist/radeon/radeon_surface.c: patch
xsrc/external/mit/libdrm/dist/radeon/radeon_surface.h: patch
xsrc/external/mit/libdrm/dist/tests/Makefile.am: patch
xsrc/external/mit/libdrm/dist/tests/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/drmtest.c: patch
xsrc/external/mit/libdrm/dist/tests/gem_flink.c: patch
xsrc/external/mit/libdrm/dist/tests/kmstest/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/modeprint/Makefile.am: patch
xsrc/external/mit/libdrm/dist/tests/modeprint/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/modeprint/modeprint.c: patch
xsrc/external/mit/libdrm/dist/tests/modetest/Makefile.am: patch
xsrc/external/mit/libdrm/dist/tests/modetest/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/modetest/modetest.c: patch
xsrc/external/mit/libdrm/dist/tests/radeon/Makefile.am: patch
xsrc/external/mit/libdrm/dist/tests/radeon/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/radeon/list.h: patch
xsrc/external/mit/libdrm/dist/tests/radeon/radeon_ttm.c: patch
xsrc/external/mit/libdrm/dist/tests/radeon/rbo.c: patch
xsrc/external/mit/libdrm/dist/tests/radeon/rbo.h: patch
xsrc/external/mit/libdrm/dist/tests/vbltest/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/vbltest/vbltest.c: patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_exa.c: revision 1.6
xsrc/external/mit/xf86-video-ati/dist/src/r600_textured_videofuncs.c: revision 1.2
xsrc/external/mit/xf86-video-ati/dist/src/r6xx_accel.c: revision 1.7
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa.c: revision 1.2
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_funcs.c: revision 1.10
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_video.c: revision 1.5
Update libdrm to 2.4.36.
--
make sure all the KMS code is only ever run when in KMS mode.  fixes
problems with the UMS (aka existing) driver type when KMS is enabled.
--
enable KMS on x86.

(snj)

2016-07-13 19:34:01 UTC netbsd-6 commitmail json YAML

xsrc/external/mit/libdrm/dist/Makefile.am@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/libdrm/dist/Makefile.in@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/libdrm/dist/aclocal.m4@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/libdrm/dist/build-aux/config.guess@1.1.1.5.2.2 / diff / nxr@1.1.1.5.2.2
xsrc/external/mit/libdrm/dist/build-aux/config.sub@1.1.1.5.2.2 / diff / nxr@1.1.1.5.2.2
xsrc/external/mit/libdrm/dist/build-aux/depcomp@1.1.1.2.2.2 / diff / nxr@1.1.1.2.2.2
xsrc/external/mit/libdrm/dist/build-aux/install-sh@1.1.1.2.2.2 / diff / nxr@1.1.1.2.2.2
xsrc/external/mit/libdrm/dist/build-aux/ltmain.sh@1.1.1.3.2.2 / diff / nxr@1.1.1.3.2.2
xsrc/external/mit/libdrm/dist/build-aux/missing@1.1.1.3.2.2 / diff / nxr@1.1.1.3.2.2
xsrc/external/mit/libdrm/dist/config.guess@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/libdrm/dist/config.h.in@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
xsrc/external/mit/libdrm/dist/config.sub@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/libdrm/dist/configure@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/libdrm/dist/configure.ac@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/libdrm/dist/depcomp@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/libdrm/dist/exynos/Makefile.am@1.1.1.3.2.2 / diff / nxr@1.1.1.3.2.2
xsrc/external/mit/libdrm/dist/exynos/Makefile.in@1.1.1.4.2.2 / diff / nxr@1.1.1.4.2.2
xsrc/external/mit/libdrm/dist/exynos/exynos_drm.c@1.1.1.3.2.2 / diff / nxr@1.1.1.3.2.2
xsrc/external/mit/libdrm/dist/exynos/exynos_drm.h@1.1.1.2.2.2 / diff / nxr@1.1.1.2.2.2
xsrc/external/mit/libdrm/dist/exynos/exynos_drmif.h@1.1.1.2.2.2 / diff / nxr@1.1.1.2.2.2
      :
(more 117 files)
Pull up following revision(s) (requested by mrg in ticket #1326):
distrib/sets/lists/xbase/shl.mi: patch
distrib/sets/lists/xcomp/mi: patch
distrib/sets/lists/xcomp/shl.mi: patch
external/mit/xorg/lib/libdrm/Makefile: patch
external/mit/xorg/lib/libdrm/Makefile.defines: patch
external/mit/xorg/lib/libdrm/shlib_version: patch
external/mit/xorg/lib/libdrm/drm/Makefile: patch
external/mit/xorg/lib/libdrm_intel/Makefile: patch
external/mit/xorg/lib/libdrm_radeon/Makefile: patch
external/mit/xorg/lib/libdrm_radeon/shlib_version: patch
external/mit/xorg/server/drivers/xf86-video-radeon/Makefile: revision 1.15
external/mit/xorg/server/drivers/xf86-video-ati/Makefile: patch
xsrc/external/mit/libdrm/dist/Makefile.am: patch
xsrc/external/mit/libdrm/dist/Makefile.in: patch
xsrc/external/mit/libdrm/dist/aclocal.m4: patch
xsrc/external/mit/libdrm/dist/config.guess: patch
xsrc/external/mit/libdrm/dist/config.h.in: patch
xsrc/external/mit/libdrm/dist/config.sub: patch
xsrc/external/mit/libdrm/dist/configure: patch
xsrc/external/mit/libdrm/dist/configure.ac: patch
xsrc/external/mit/libdrm/dist/depcomp: patch
xsrc/external/mit/libdrm/dist/install-sh: patch
xsrc/external/mit/libdrm/dist/libdrm_lists.h: patch
xsrc/external/mit/libdrm/dist/ltmain.sh: patch
xsrc/external/mit/libdrm/dist/missing: patch
xsrc/external/mit/libdrm/dist/xf86drm.c: patch
xsrc/external/mit/libdrm/dist/xf86drm.h: patch
xsrc/external/mit/libdrm/dist/xf86drmMode.c: patch
xsrc/external/mit/libdrm/dist/xf86drmMode.h: patch
xsrc/external/mit/libdrm/dist/build-aux/config.guess: patch
xsrc/external/mit/libdrm/dist/build-aux/config.sub: patch
xsrc/external/mit/libdrm/dist/build-aux/depcomp: patch
xsrc/external/mit/libdrm/dist/build-aux/install-sh: patch
xsrc/external/mit/libdrm/dist/build-aux/ltmain.sh: patch
xsrc/external/mit/libdrm/dist/build-aux/missing: patch
xsrc/external/mit/libdrm/dist/exynos/Makefile.am: patch
xsrc/external/mit/libdrm/dist/exynos/Makefile.in: patch
xsrc/external/mit/libdrm/dist/exynos/exynos_drm.c: patch
xsrc/external/mit/libdrm/dist/exynos/exynos_drm.h: patch
xsrc/external/mit/libdrm/dist/exynos/exynos_drmif.h: patch
xsrc/external/mit/libdrm/dist/exynos/libdrm_exynos.pc.in: patch
xsrc/external/mit/libdrm/dist/include/Makefile.in: patch
xsrc/external/mit/libdrm/dist/include/drm/Makefile: patch
xsrc/external/mit/libdrm/dist/include/drm/Makefile.am: patch
xsrc/external/mit/libdrm/dist/include/drm/Makefile.in: patch
xsrc/external/mit/libdrm/dist/include/drm/drm.h: patch
xsrc/external/mit/libdrm/dist/include/drm/drm_fourcc.h: patch
xsrc/external/mit/libdrm/dist/include/drm/drm_mode.h: patch
xsrc/external/mit/libdrm/dist/include/drm/i915_drm.h: patch
xsrc/external/mit/libdrm/dist/include/drm/radeon_drm.h: patch
xsrc/external/mit/libdrm/dist/intel/Makefile.am: patch
xsrc/external/mit/libdrm/dist/intel/Makefile.in: patch
xsrc/external/mit/libdrm/dist/intel/intel_aub.h:patch
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr.c: patch
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr.h: patch
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr_gem.c: patch
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr_priv.h: patch
xsrc/external/mit/libdrm/dist/intel/intel_chipset.h: patch
xsrc/external/mit/libdrm/dist/intel/intel_debug.h: patch
xsrc/external/mit/libdrm/dist/intel/intel_decode.c: patch
xsrc/external/mit/libdrm/dist/intel/test_decode.c: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen4-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen4-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen5-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen5-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen6-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen6-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen7-2d-copy.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen7-2d-copy.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen7-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gen7-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/gm45-3d.batch-ref.txt: patch
xsrc/external/mit/libdrm/dist/intel/tests/gm45-3d.batch.sh: patch
xsrc/external/mit/libdrm/dist/intel/tests/test-batch.sh: patch
xsrc/external/mit/libdrm/dist/libkms/Makefile.am: patch
xsrc/external/mit/libdrm/dist/libkms/Makefile.in: patch
xsrc/external/mit/libdrm/dist/libkms/dumb.c: patch
xsrc/external/mit/libdrm/dist/libkms/internal.h: patch
xsrc/external/mit/libdrm/dist/libkms/linux.c: patch
xsrc/external/mit/libdrm/dist/libkms/radeon.c: patch
xsrc/external/mit/libdrm/dist/m4/libtool.m4: patch
xsrc/external/mit/libdrm/dist/m4/ltoptions.m4: patch
xsrc/external/mit/libdrm/dist/m4/ltsugar.m4: patch
xsrc/external/mit/libdrm/dist/m4/ltversion.m4: patch
xsrc/external/mit/libdrm/dist/m4/lt~obsolete.m4: patch
xsrc/external/mit/libdrm/dist/nouveau/Makefile.am:  patch
xsrc/external/mit/libdrm/dist/nouveau/Makefile.in:  patch
xsrc/external/mit/libdrm/dist/nouveau/abi16.c: patch
xsrc/external/mit/libdrm/dist/nouveau/bufctx.c: patch
xsrc/external/mit/libdrm/dist/nouveau/libdrm_nouveau.pc.in: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_bo.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_bo.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_channel.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_channel.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_device.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_device.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_drmif.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_grobj.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_grobj.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_notifier.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_notifier.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_private.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_pushbuf.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_pushbuf.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_reloc.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_reloc.h: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_resource.c: patch
xsrc/external/mit/libdrm/dist/nouveau/nouveau_resource.h: patch
xsrc/external/mit/libdrm/dist/nouveau/private.h: patch
xsrc/external/mit/libdrm/dist/nouveau/pushbuf.c: patch
xsrc/external/mit/libdrm/dist/omap/Makefile.am: patch
xsrc/external/mit/libdrm/dist/omap/Makefile.in: patch
xsrc/external/mit/libdrm/dist/omap/libdrm_omap.pc.in: patch
xsrc/external/mit/libdrm/dist/omap/omap_drm.c: patch
xsrc/external/mit/libdrm/dist/omap/omap_drm.h: patch
xsrc/external/mit/libdrm/dist/omap/omap_drmif.h: patch
xsrc/external/mit/libdrm/dist/radeon/Makefile.am: patch
xsrc/external/mit/libdrm/dist/radeon/Makefile.in: patch
xsrc/external/mit/libdrm/dist/radeon/r600_pci_ids.h: patch
xsrc/external/mit/libdrm/dist/radeon/radeon_cs_space.c: patch
xsrc/external/mit/libdrm/dist/radeon/radeon_surface.c: patch
xsrc/external/mit/libdrm/dist/radeon/radeon_surface.h: patch
xsrc/external/mit/libdrm/dist/tests/Makefile.am: patch
xsrc/external/mit/libdrm/dist/tests/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/drmtest.c: patch
xsrc/external/mit/libdrm/dist/tests/gem_flink.c: patch
xsrc/external/mit/libdrm/dist/tests/kmstest/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/modeprint/Makefile.am: patch
xsrc/external/mit/libdrm/dist/tests/modeprint/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/modeprint/modeprint.c: patch
xsrc/external/mit/libdrm/dist/tests/modetest/Makefile.am: patch
xsrc/external/mit/libdrm/dist/tests/modetest/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/modetest/modetest.c: patch
xsrc/external/mit/libdrm/dist/tests/radeon/Makefile.am: patch
xsrc/external/mit/libdrm/dist/tests/radeon/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/radeon/list.h: patch
xsrc/external/mit/libdrm/dist/tests/radeon/radeon_ttm.c: patch
xsrc/external/mit/libdrm/dist/tests/radeon/rbo.c: patch
xsrc/external/mit/libdrm/dist/tests/radeon/rbo.h: patch
xsrc/external/mit/libdrm/dist/tests/vbltest/Makefile.in: patch
xsrc/external/mit/libdrm/dist/tests/vbltest/vbltest.c: patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_exa.c: revision 1.6
xsrc/external/mit/xf86-video-ati/dist/src/r600_textured_videofuncs.c: revision 1.2
xsrc/external/mit/xf86-video-ati/dist/src/r6xx_accel.c: revision 1.7
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa.c: revision 1.2
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_funcs.c: revision 1.10
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_video.c: revision 1.5
Update libdrm to 2.4.36.
--
make sure all the KMS code is only ever run when in KMS mode.  fixes
problems with the UMS (aka existing) driver type when KMS is enabled.
--
enable KMS on x86.

(snj)

2016-07-13 16:26:26 UTC MAIN commitmail json YAML

Fix a deadlock

ok dholland@

(maya)

2016-07-13 15:59:54 UTC MAIN commitmail json YAML

x86_alldisks can be NULL, so don't dereference it. Not tested, but obvious
enough.

(maxv)

2016-07-13 15:58:37 UTC MAIN commitmail json YAML

Fix libproc compat setting

(matt)

2016-07-13 15:53:27 UTC MAIN commitmail json YAML

Reorder some instructions, reduces the diff between amd64 and i386.

(maxv)

2016-07-13 15:39:33 UTC MAIN commitmail json YAML

2016-07-13 15:35:56 UTC MAIN commitmail json YAML

2016-07-13 15:12:20 UTC MAIN commitmail json YAML

2016-07-13 13:10:55 UTC MAIN commitmail json YAML

Add USE_FORT support.

(shm)

2016-07-13 13:10:04 UTC MAIN commitmail json YAML

Add USE_FORT support.

(shm)

2016-07-13 11:12:56 UTC MAIN commitmail json YAML

2016-07-13 11:11:53 UTC MAIN commitmail json YAML

2016-07-13 09:56:20 UTC MAIN commitmail json YAML

rtcache_clear_rtentry: use LIST_FOREACH_SAFE as the element gets
removed from the list.

(hannken)

2016-07-13 09:53:16 UTC MAIN commitmail json YAML

Add testcase that ensure that stack hard limit is never smaller than
soft limit.

(njoly)

2016-07-13 09:52:00 UTC MAIN commitmail json YAML

In dosetrlimit() round stack hard limit just like soft one.
Avoid cases where hard limit becomes smaller than soft limit.

(njoly)

2016-07-13 09:05:16 UTC MAIN commitmail json YAML

Fix grammar and be consistent between using zero and 0.

(abhinav)

2016-07-13 08:44:39 UTC netbsd-6 commitmail json YAML

2016-07-13 08:25:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1360):
sys/arch/hppa/include/db_machdep.h: revision 1.13
PR port-hppa/50642: src/sys/arch/hppa/include/db_machdep.h:118: bad if test ?
Correct the test for rfir and add one for rfi while I'm here.

(snj)

2016-07-13 08:20:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1354):
sys/arch/arm/arm/cpufunc.c: revision 1.159
PR port-arm/50512: Source code condition impossible
Fix condition which broke ARM1136 function selection when ARM1176 support
was added

(snj)

2016-07-13 08:14:08 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1350):
sys/dev/usb/ohci.c: revision 1.257
Fix 10year old bug of mine affecting interrupt IN transfers.

(snj)

2016-07-13 06:50:02 UTC MAIN commitmail json YAML

Add STANDARDS section, referencing IEEE std 1003.1-2008
ok wiz@

(abhinav)

2016-07-13 05:45:00 UTC MAIN commitmail json YAML

Add missing network MP-ify changes.

Pointed out by chs@n.o.

(knakahara)

2016-07-13 03:19:29 UTC MAIN commitmail json YAML

Get rid of wrongly added TAILQ_INSERT_TAIL

(ozaki-r)

2016-07-13 00:19:01 UTC MAIN commitmail json YAML

2016-07-13 00:15:44 UTC MAIN commitmail json YAML

2016-07-13 00:04:28 UTC MAIN commitmail json YAML

Avoid redefining UPAGES
(now defined in mips/mips_param.h)

Fixes build

(maya)

2016-07-13 00:01:27 UTC MAIN commitmail json YAML

Use the proper channel for some things.
Remove debugging now that it all works.

(christos)

2016-07-12 23:53:18 UTC MAIN commitmail json YAML

2016-07-12 21:45:42 UTC MAIN commitmail json YAML