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 (4h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 02:44:49 UTC Now

2017-05-11 04:33:14 UTC MAIN commitmail json YAML

With the removal of HAVE_REGISTER_T from rumpuser_port.h, _KERNTYPES does not
need to be defined. This allows register_t to be typedef'd to RUMP_REGISTER_T
without conflict, as highlighted in PR kern/52206.

(sevan)

2017-05-11 04:27:27 UTC MAIN commitmail json YAML

Update NetBSD values obtained from running configure as instructed in comment.
This paves the way to resolve rump build process using buildrump.sh, where the definition of
HAVE_REGISTER_T caused conflicting definitions of register_t.

(sevan)

2017-05-11 02:58:44 UTC prg-localcount2 commitmail json YAML

2017-05-10 22:26:14 UTC MAIN commitmail json YAML

Main_SetObjdir: ensure buf2 is in scope

(sjg)

2017-05-10 22:23:13 UTC MAIN commitmail json YAML

2017-05-10 22:19:31 UTC MAIN commitmail json YAML

Make cpu_uarea_{alloc,free} conditional on PMAP_{,UN}MAP_POOLPAGE and
use PMAP_{,UN}_POOLPAGE to ensure cache aliases are handled correctly
and for all the pages used.

(skrll)

2017-05-10 16:35:18 UTC MAIN commitmail json YAML

We need to provide a size for getattr for the cp example to work, so cheat
and use fstat() to do it instead of libpuffs.

(christos)

2017-05-10 13:58:26 UTC MAIN commitmail json YAML

set only the effective user id to the user id of the requesting user so that
we can go back to the original uid later.

(christos)

2017-05-10 12:12:21 UTC MAIN commitmail json YAML

Allow cpu_uarea_alloc to return NULL for non-system LWPs in the non-_LP64
case.  That way TLB mapped KVA can be found by uarea_poolpage_alloc.

(skrll)

2017-05-10 12:09:52 UTC MAIN commitmail json YAML

Get rid of unnecessary variable.

(abhinav)

2017-05-10 11:27:14 UTC MAIN commitmail json YAML

Improve comment wording.

(skrll)

2017-05-10 11:06:48 UTC MAIN commitmail json YAML

NFC: Whitespace, KNF, and (some) consistency.

(kre)

2017-05-10 11:05:17 UTC MAIN commitmail json YAML

Note import of dhcpcd-7.0.0-rc1

(roy)

2017-05-10 11:03:44 UTC MAIN commitmail json YAML

2017-05-10 10:34:30 UTC MAIN commitmail json YAML

Turns out that the previous fix is incorrect, we were not doing ++hit
to change the boolean hit from false to true, but to change it from 1 to 2
which in a sense should have been obvious from the context:
if (hit)
/* more tests */
++hit;
The real problem was that hit was (in the imported tzcode) incorrectly
changed from int to bool in a previous update.

Not that it matters, this code is never actually executed - it was there
to deal with the mythical double leapseconds, which simply never exist
(hit counted the number of leapseconds in an adjustment) and it will all
be gone in the next tzcode update.

For now, just turn hit back into an int, which should satisfy gcc 8,
I hope.

(kre)

2017-05-10 09:45:51 UTC MAIN commitmail json YAML

fix: crypto_drivers[hid].cc_process() could be called even if it was null.

If a crypto driver is unregistered before calling cyrptointr(),
the crypto_drivers[hid].cc_process is null in spite of the hid
is less than crypto_drivers_num.

reffered to FreeBSD code.

(knakahara)

2017-05-10 09:34:52 UTC MAIN commitmail json YAML

Stop ipsec4_output returning SP to the caller

SP isn't used by the caller (ip_output) and also holding its
reference looks unnecessary.

(ozaki-r)

2017-05-10 09:08:25 UTC MAIN commitmail json YAML

2017-05-10 09:00:29 UTC MAIN commitmail json YAML

Disable DAD rather than waiting its completion every time

(ozaki-r)

2017-05-10 08:59:40 UTC MAIN commitmail json YAML

2017-05-10 08:48:46 UTC MAIN commitmail json YAML

Revert previous change so builds can resume.
_KERNTYPES needs to be defined for NetBSD builds to succeed.
_KERNTYPES must not be defined for buildrum.sh builds to succeed.

(sevan)

2017-05-10 08:46:39 UTC MAIN commitmail json YAML

KNF. No functional change.

(msaitoh)

2017-05-10 08:02:37 UTC MAIN commitmail json YAML

Print package ID, core ID and SMT ID.

(msaitoh)

2017-05-10 07:51:07 UTC MAIN commitmail json YAML

Clarify gpio example.

(mbalmer)

2017-05-10 07:37:33 UTC MAIN commitmail json YAML

Fix flags for DB open.

(mbalmer)

2017-05-10 07:36:01 UTC MAIN commitmail json YAML

Guard against double freeing of objects (explicit by the Lua program, then
later by the garbage collector).
This fixes PR bin/52218.

(mbalmer)

2017-05-10 06:22:15 UTC MAIN commitmail json YAML

2017-05-10 06:19:49 UTC MAIN commitmail json YAML

2017-05-10 06:18:43 UTC MAIN commitmail json YAML

I noticed!

POSIX requires that the output of the "set" command (with no args -- it
gives a list of variables, and their values) be sorted according to
the collating sequence defined by the current locale.

Now I'm not aware of any locale where the collating sequence order of
ascii letters, digits, and '_' are any different than they are in the
C locale (and those are the only characters that can occur in variable
names - unless there is perhaps a locale that defines "dictionary" order
as the sort order) but never mind, that isn't the bug...

What "collating sequence order" does mean however, if not "collating
sequence order, except when we happen to have two variable names, where
one name is a prefix of the other (say X and XY) and the first character
of the 'Y' part of the longer name happens to be a digit..."

"set" is not a frequently used command (particularly in scripts where
it matters - that is, the no args form, nothing here alters anything
about any use of set with args) and is already a bit slow (sluggish...)
because of the sort requirement, so let's make it fractionally even
slower, but correct.

(kre)

2017-05-10 06:08:56 UTC MAIN commitmail json YAML

Forward-declare `struct lwp' so we can use `struct lwp *' here.

(riastradh)

2017-05-10 04:46:13 UTC MAIN commitmail json YAML

2017-05-10 03:26:33 UTC MAIN commitmail json YAML

unify implementation of crypto_unregister() and crypto_unregister_all()

(knakahara)

2017-05-10 03:24:31 UTC MAIN commitmail json YAML

2017-05-10 03:23:26 UTC MAIN commitmail json YAML

refactor crypto_unregister()

    - separate logic to crypto_unregister_locked()
    - refactor cryptocap cleanup condition

(knakahara)

2017-05-10 03:15:32 UTC MAIN commitmail json YAML

use macro instead of immediate value

(knakahara)

2017-05-10 02:46:33 UTC MAIN commitmail json YAML

2017-05-10 02:46:06 UTC MAIN commitmail json YAML

- Use pci_intr_establish_xname().
- Style change.

(msaitoh)

2017-05-10 01:24:33 UTC MAIN commitmail json YAML

Add PSA
Submitted in PR misc/52224 by Nikolai Lifanov

(sevan)

2017-05-10 01:11:52 UTC MAIN commitmail json YAML

Do not define _KERNTYPES as this breaks build with buildrump.sh due to
conflicting types for register_t.
Closes PR kern/52206
Steered in the right direction by christos.

(sevan)

2017-05-09 23:26:49 UTC MAIN commitmail json YAML

Minor and non-functional enhancements in mount_portal(8)

Since day0 pt_exec.c shipped with a dummy stub for "exec" operation, stop
waiting longer and eliminate it now. This functionality can be achieved
with filters.

Drop FreeBSD CVS repos references. There are certainly still some mirrors
or old mirrors available, but since the project moved to SVN+GIT entirely
drop it.

Add CVS Id - where missing - to the documentation files. This helps users
to determine how recent are the files.

(kamil)

2017-05-09 22:43:09 UTC MAIN commitmail json YAML

Fix distribution build for MKCATPAGES=yes

Add: cat3/signalname.0, cat3/signalnext.0, cat3/signalnumber.0

(kamil)

2017-05-09 21:42:35 UTC MAIN commitmail json YAML

Sync example portal.conf with reality

Since day0 nobody implemented pipe, tcplisten, exec modes - eliminate them.

(kamil)

2017-05-09 21:18:51 UTC MAIN commitmail json YAML

fp == NULL in the DIAGNOSTIC, so use the real fp and also print the errno.

(christos)

2017-05-09 21:17:54 UTC MAIN commitmail json YAML

prevent hang on vnode EOF.

(christos)

2017-05-09 21:15:30 UTC MAIN commitmail json YAML

Only add a write filter for sockets. It is not supported for vnodes, or
for 1/2 closed fifos (which we both have now).

(christos)

2017-05-09 11:17:07 UTC MAIN commitmail json YAML

A device except Root Complex integrated has a link, so print link related
registers on device except Root Complex Integrated Endpoint and Root Complex
Event Collector.

(msaitoh)

2017-05-09 11:14:16 UTC MAIN commitmail json YAML

Add the new signalname/signalnext/signalnumber interface to libc.

This as discussed on current-users in the thread
entitled:
  Proposal: new libc/libutil functions to map SIGXXXX <-> "XXXX"
that can be found (starting at):
  http://mail-index.netbsd.org/current-users/2017/04/28/msg031600.html

These functions provide the mechanism to enable applications
to divorce themselves from internal details of the signal
implementation.

Libc minor bumped, prototypes in <signal.h>, sets lists updated (and sorted).

One and all: feel free to improve the sources & man page (etc), but
please do not change the function signatures without discussion.

(kre)

2017-05-09 06:41:56 UTC MAIN commitmail json YAML

2017-05-09 06:29:20 UTC MAIN commitmail json YAML

- Fix a bug that a device which has no PCIe capability incorrectly
  accessess the PCI config area in ppbdetach().
- Don't add event counters if slot interrupt isn't used.

(msaitoh)

2017-05-09 05:38:50 UTC MAIN commitmail json YAML

Fix kernel build with IPSEC

(ozaki-r)

2017-05-09 05:14:03 UTC MAIN commitmail json YAML

If we are going to permit
! ! pipeline
(And for now the other places where ! is permitted)
we should at least generate the logically correct exit
status:
! ! (exit 5); echo $?
should print 1, not 5.  ksh and bosh do it this way - and it makes sense.
bash and the FreeBSD sh echo "5" (as did we until now.)
dash, zsh, yash all enforce the standard syntax, and prohibit this.

(kre)

2017-05-09 04:25:28 UTC MAIN commitmail json YAML

2017-05-09 04:24:10 UTC MAIN commitmail json YAML

Add missing KEY_FREESP to ip6_forward

(ozaki-r)

2017-05-09 04:20:11 UTC MAIN commitmail json YAML

Add debugging facilities for refcnt of SA/SP

(ozaki-r)

2017-05-09 04:18:51 UTC MAIN commitmail json YAML

Provide foreach macros for SA states (NFCI)

(ozaki-r)

2017-05-09 04:17:14 UTC MAIN commitmail json YAML

Use LIST_* functions (NFC)

(ozaki-r)

2017-05-09 04:08:38 UTC MAIN commitmail json YAML

Remove a now unnecessary (ater the changes in 1.136) clearing of EV_EXIT.
(NFC, but should save a byte or two of code space.)

(kre)

2017-05-09 03:41:18 UTC MAIN commitmail json YAML

NFC: whitespace (indentation).

(kre)

2017-05-09 03:38:24 UTC MAIN commitmail json YAML

Fix some bogus usage of EV_EXIT in evaltree().  Fix (somewhat) inspired
by FreeBSD sh (though different, for other reasons) - but the bug discovered
while searching for why a (nonsense) attempted test of the forthcoming
code to handle "! ! pipeline" properly wasn't working...  (it was how I was
testing it that was broken, but until I achieved enlightenment, I was bug
hunting, and found this...)

Most likely the bugs here wouldn't have affected any real code (no bug
reports anyway), but ...

(kre)

2017-05-09 02:56:44 UTC MAIN commitmail json YAML

Avoid shift of negative signed integer. this is UB. NFC.

from gcc8, ok riastradh

(maya)

2017-05-09 02:47:47 UTC MAIN commitmail json YAML

Remove bogus extra \n from syntax error message.

(kre)

2017-05-09 02:30:49 UTC MAIN commitmail json YAML

++bool to bool=true to appease GCC 8. NFC

ok riastradh

(maya)

2017-05-09 02:04:38 UTC MAIN commitmail json YAML

Correct misleading indentation. NFC

This isn't a functional difference because huge + x > one is
always true for a small x, and is probably a magical incantation
to raise inexact if x != 0

Found by GCC 8.0

(maya)

2017-05-09 01:57:04 UTC MAIN commitmail json YAML

Allow gpio children for any parent which offers the gpiobus attribute.
Resolves issue with gpiosim(4)
gpiosim0: simulating 64 pins
gpiobus at gpiosim0 not configured

Reviewed by pgoyette

(sevan)

2017-05-08 14:42:16 UTC MAIN commitmail json YAML

use the symbolic M_ALL and trim with M_MASK

(christos)

2017-05-08 10:00:41 UTC MAIN commitmail json YAML

Fix a bug that if_obytes and if_omcasts aren't counted. This bug was added
in ixgbe.c rev. 1.27 by me. Reported by Uwe Toenjes.

(msaitoh)

2017-05-08 09:25:03 UTC MAIN commitmail json YAML

Complete the namespace dance

(martin)

2017-05-08 08:21:56 UTC MAIN commitmail json YAML

Add missing namespace.h include

(martin)

2017-05-08 07:38:57 UTC MAIN commitmail json YAML

- Add RICOH R5C576 SD Card Controller.
- Add some SiS devices. Taken from OpenBSD.
- Change SiS 0x6325 from 6325 AGP VGA to 650 AGP VGA.

(msaitoh)

2017-05-08 07:34:34 UTC MAIN commitmail json YAML

- Add RICOH R5C576 SD Card Controller.
- Add some SiS devices. Taken from OpenBSD.
- Change SiS 0x6325 from 6325 AGP VGA to 650 AGP VGA.

(msaitoh)

2017-05-08 07:31:34 UTC MAIN commitmail json YAML

Fix a debugging message

(martin)

2017-05-08 06:39:23 UTC MAIN commitmail json YAML

Omit two arguments of ipsec4_process_packet

flags is unused and tunalready is always 0. So NFC.

(ozaki-r)

2017-05-07 22:54:54 UTC MAIN commitmail json YAML

2017-05-07 22:01:54 UTC MAIN commitmail json YAML

Add the imprecise catrigl functions back.

(christos)

2017-05-07 21:59:06 UTC MAIN commitmail json YAML

mention why we don't support this (yet)

(christos)

2017-05-07 21:36:23 UTC MAIN commitmail json YAML

Change bzero -> memset, bcopy -> memcpy.

(rjs)

2017-05-07 21:24:37 UTC MAIN commitmail json YAML

Change SPL around call to in_pcbbind().

(rjs)

2017-05-07 20:08:02 UTC MAIN commitmail json YAML

Remove some foreign conditional code, NFC intended.

(rjs)

2017-05-07 16:41:22 UTC MAIN commitmail json YAML

PR/52074: Frank Kardel: current npf map directive broken
Don't filter packets that can't be resolved to source interfaces because
they could have been generated by a packet filter.

(christos)

2017-05-07 15:01:18 UTC MAIN commitmail json YAML

Enhance the trap command to make it possible to do what POSIX wants
(even if no shell in existence, that I am aware of, does that).

That is, POSIX says ... [of the trap command with no args]

The shell shall format the output, including the proper use of
quoting, so that it is suitable for re-input to the shell as commands
that achieve the same trapping results. For example:

save_traps=$(trap)

...

eval "$save_traps"

It is obvious what the intent is there.  But no shell makes it work.

An example using bash (as the NetBSD shell, still does not do the save_traps=
stuff correctly - but that is a problem for a different time and place...)

Given this script

printf 'At start: '; trap
printf '\n'

traps=$(trap)
trap 'echo hello' INT
printf 'inside  : '; trap
printf '\n'
eval "${traps}"

printf 'At end  : '; trap
printf '\n'

One would expect that (assuming no traps are set at the start, and
there aren't) that the first trap will print nothing, then the inside
trap will show the trap that was set, and then when we get to the
end everything will be back to nothing again.

But:

At start:
inside  : trap -- 'echo hello' SIGINT

At end  : trap -- 'echo hello' SIGINT

And of course. when you think about it, it is obvious why this happens.
The first "trap" command prints nothing ... nothing has changed when we
get to the "traps=$(trap)" command ... that trap command also prints
nothing.  So this does traps=''.  When we do eval "${traps}" we are
doing eval "", and it is hardly surprising that this accomplishes nothing!

Now we cannot rationally change the "trap" command without args to
behave in a way that would make it useful for the posix purpose (and
here, what they're aiming for is good, it should be possible to
accomplish that objective) so is there some other way?

I think I have seen some shell (but I do not remember which one) that
actually has "trap -" that resets all traps to the default, so with that,
if we changed the 'eval "${traps}"' line to 'trap -; eval "${traps}"'
then things would actually work - kind of - that version has race conditions,
so is not really safe to use (it will work, most of the time...)

But, both ksh93 and bash have a -p arg to "trap" that allows information
about the current trap status of named signals to be reported.  Unfortunately
they don't do quite the same thing, but that's not important right now,
either would be usable, and they are, but it is a lot of effort, not
nearly as simple as the posix example.

First, while "trap -p" (with no signals specified) works, it works just
the same (in both bash and ksh93, aside from output format) as "trap".
That is, that is useless.  But we can to

trap_int=$(trap -p int)
trap_hup=$(trap -p hup)
...

and then reset them all, one by one, later...

(bash syntax)
test -n "${trap_int}" && eval "${trap_int}" || trap - int
test -n "${trap_hup}" && eval "${trap_hup}" || trap - hup
(ksh93 syntax)
trap "${trap_int:-}" int
trap "${trap_hup:-}" hup

the test (for bash) and  variable with default for ksh93, is needed
because they both still print nothing if the signal action is the default.

So, this modification attempts to fix all of that...

1) we add trap -p, but make it always output something for every signal
  listed (all of the signals if none are given) even if the signal
  action is the default.

2) choose the bash output format for trap -p, over the ksh93 format,
  even though the simpler usage just above makes the ksh93 form seem
  better.  But it isn't.  Consider:

ksh93$ trap -p int hup
echo hello

  One of the two traps has "echo hello" as its action, the other is
  still at the default, but which?

  From bash...
bash$ trap -p int hup
trap -- 'echo hello' SIGINT

  And now we know!  Given the bash 'trap -p' format, the following function
  produces ksh93 format output (for use with named signals only) instead...

ksh93_trap_p() {
for _ARG_ do
_TRAP_=$(trap -p "${_ARG_}") || return 1
eval set -- "${_TRAP_}"
printf '%s' "$3${3:+
}"
done
return 0
}

  [ It needs to be entered without the indentation, that '}"' line has to be
    at the margin.  If the shell running that has local vars (bash does) then
    _ARG_ and _TRAP_ should be made local. ]

  So the bash format was chosen (except we do not include the "SIG" on the
  signal names.  That's irrelevant.)

  If no traps are set, "trap -p" will say (on NetBSD of course)...

trap -- - EXIT HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS
trap -- - PIPE ALRM TERM URG STOP TSTP CONT CHLD TTIN TTOU IO XCPU XFSZ
trap -- - VTALRM PROF WINCH INFO USR1 USR2 PWR RT0 RT1 RT2 RT3 RT4 RT5
trap -- - RT6 RT7 RT8 RT9 RT10 RT11 RT12 RT13 RT14 RT15 RT16 RT17 RT18
trap -- - RT19 RT20 RT21 RT22 RT23 RT24 RT25 RT26 RT27 RT28 RT29 RT30

  Obviously if traps are set, the relevant signal names will be removed from
  that list, and additional lines added for the trapped signals.

  With args, the signals names are listed, one line each, whatever
  the status of the trap for that signal is:

$ trap -p HUP INT QUIT
trap -- - HUP
trap -- 'echo interrupted' INT
trap -- - QUIT

3) we add "trap -" to reset all traps to default.  (It is easy, and seems
  useful.)

4) While here, lots of generic cleanup.  In particular, get rid of the
  NSIG+1 nonsense, and anything that ever believes a signo == NSIG
  is in any way rational.  Before there was a bunch of confusion,
  as we need all the signals for traps, plus one more for the EXIT
  trap, which looks like we then need NSIG+1.  But EXIT is 0, NSIG
  includes signals from 0..NSIG-1 but there is no signal 0, EXIT
  uses that slot, so we do not need to add and extra one, NSIG is
  enough.  (To see the effect of this, use a /bin/sh from before
  this fix, and compare the output from

trap '' 64
  and  trap '' 65

  both invalid signal numbers.

  Then try just "trap" and watch your shell drop core...)

  Eventually NSIG needs to go away completely (from user apps), it
  is not POSIX, it isn't really useful (unless we make lots of
  assumptions about how signals are numbered, which are not guaranteed,
  so even if apps, like this sh, work on NetBSD, they're not portable,)
  and it isn't necessary (or will not be, soon.)

  But that is for another day...

5) As is kind of obvious above, when listing "all" traps, list all the
  ones still at their defaults, and all the ignored signals, on as
  few lines as possible (it could all be on one line - technically it
  would work as well, but it would have made this cvs log message
  really ugly...)  Signals with a non-null action still get listed
  one to a line (even if several do have the exact same action.)

6) Man page updates as well.

After this change, the following script:

printf 'At start: '; trap
printf '\n'

trap -p >/tmp/out.$$
trap 'echo hello' INT
printf 'inside  : '; trap
printf '\n'
. /tmp/out.$$; rm /tmp/out.$$

printf 'At end  : '; trap
printf '\n'

which is just the example from above,
using "trap -p" instead of just "trap" to save the traps,
and modified to a form that will work with the NetBSD shell today
produces:

At start:
inside  : trap -- 'echo hello' INT

At end  :

[Do I get a prize for longest commit log message of the year?]

(kre)

2017-05-07 14:20:50 UTC MAIN commitmail json YAML

Provide stupid uvm_map() and uvm_unmap1() immplementations - might be enough
to get audio tests in rump going again.
XXX needs a RUMP chef to review/replace by something sane!

(martin)

2017-05-07 12:22:22 UTC MAIN commitmail json YAML

When compiled with DEBUG/DIAGNOSTIC memset uses the stack so don't ask
it to overwrite it.  64 bytes is enough stack for any memset.

(skrll)

2017-05-07 12:20:50 UTC MAIN commitmail json YAML

2017-05-07 11:48:40 UTC MAIN commitmail json YAML

Add a dummy (non-working) uvm_map().
XXX someone with a clue please fix this for real!

(martin)

2017-05-07 11:29:21 UTC MAIN commitmail json YAML

Limit some rintl usage to #ifdef __HAVE_LONG_DOUBLE.
XXX should probably declare some aliases in the #else case

(martin)

2017-05-07 10:37:00 UTC MAIN commitmail json YAML

POSIX says that the arg to break or continue is to be a positive integer
(by which they mean > 0).  We were checking for negative numbers, but
not for 0.  More by chance of the implementation than any specific design
(I suspect) "break 0" was being treated the same as "break" or "break 1".
Since 3 ways to achieve the same thing is overkill, let's do what posix
wants and forbid "break 0" and "continue 0".

(kre)

2017-05-07 08:26:58 UTC MAIN commitmail json YAML

Enter fstrans from _vfs_busy() and leave from vfs_unbusy().

Adapt sched_sync() and do_sys_sync().

(hannken)

2017-05-07 08:25:54 UTC MAIN commitmail json YAML

Return ENOENT if trying to suspend an unmounted file system.

(hannken)

2017-05-07 08:24:20 UTC MAIN commitmail json YAML

Move fstrans initialization to vfs_mountalloc().

(hannken)

2017-05-07 08:23:28 UTC MAIN commitmail json YAML

Handle the case where the mount is gone and its mnt_transinfo is NULL.

(hannken)

2017-05-07 08:22:40 UTC MAIN commitmail json YAML

Move v_writecount adjustment from revoke to reclaim.

(hannken)

2017-05-07 08:21:57 UTC MAIN commitmail json YAML

Move v_writecount adjustment from revoke to reclaim.

(hannken)

2017-05-07 08:21:08 UTC MAIN commitmail json YAML

Remove now invalid comment.

(hannken)

2017-05-07 08:19:39 UTC MAIN commitmail json YAML

Audio mmap now works with all devices as hw->mappage is no longer used.
Audio ring buffers are now uvm objects.

This was made possibile with help from christos@ and much help and mmap
functions written by riastradh@.

(nat)

2017-05-07 08:14:06 UTC MAIN commitmail json YAML

Fix a bug that gerenates wrong code for a goto followed by a label inside an
'if' (see https://www.lua.org/bugs.html).

(mbalmer)

2017-05-07 05:50:39 UTC MAIN commitmail json YAML

Check the TLB entry ASID against base (a0) and limit (a1), and not
limit (a1) and random register value (a2)

While here shave an instruction off

(skrll)

2017-05-07 05:48:01 UTC MAIN commitmail json YAML

Save/restore pgMask in tlb_record_asids

(skrll)

2017-05-07 05:45:07 UTC MAIN commitmail json YAML

2017-05-07 04:59:19 UTC MAIN commitmail json YAML

Call an ASID an ASID in comments

(skrll)

2017-05-07 04:15:50 UTC MAIN commitmail json YAML

2017-05-07 04:14:20 UTC MAIN commitmail json YAML

2017-05-07 04:12:35 UTC MAIN commitmail json YAML

2017-05-07 02:05:56 UTC MAIN commitmail json YAML

Fix MKPAM=no build

Blacklist PAM debug file

(kamil)

2017-05-07 00:43:01 UTC MAIN commitmail json YAML

2017-05-06 21:46:31 UTC MAIN commitmail json YAML

sun4v: The %ver register is not available on sun4v - use GET_MAXCWP introduced in rev. 1.361. Verified using qemu (sun4u and sun4v) and on real sun4v hw (t2000)

(palle)

2017-05-06 21:34:52 UTC MAIN commitmail json YAML

Extend the mmap(2) interface to allow requesting protections for later
use with mprotect(2), but without enabling them immediately.

Extend the mremap(2) interface to allow duplicating mappings, i.e.
create a second range of virtual addresses references the same physical
pages. Duplicated mappings can have different effective protections.

Adjust PAX mprotect logic to disallow effective protections of W&X, but
allow one mapping W and another X protections. This obsoletes using
temporary files for purposes like JIT.

Adjust PAX logic for mmap(2) and mprotect(2) to fail if W&X is requested
and not silently drop the X protection.

Improve test cases to ensure correct operation of the changed
interfaces.

(joerg)

2017-05-06 19:56:41 UTC MAIN commitmail json YAML

2017-05-06 19:54:41 UTC MAIN commitmail json YAML

2017-05-06 19:52:25 UTC MAIN commitmail json YAML

2017-05-06 19:50:10 UTC MAIN commitmail json YAML

src/external/bsd/openpam/dist/bin/pamtest/pamtest.1@1.8 / diff / nxr@1.8
src/external/bsd/openpam/dist/bin/pamtest/pamtest.c@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/bin/su/su.1@1.8 / diff / nxr@1.8
src/external/bsd/openpam/dist/bin/su/su.c@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam.3@1.10 / diff / nxr@1.10
src/external/bsd/openpam/dist/doc/man/openpam_borrow_cred.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_free_data.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_free_envlist.3@1.8 / diff / nxr@1.8
src/external/bsd/openpam/dist/doc/man/openpam_get_feature.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_get_option.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_log.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_nullconv.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_readline.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_readlinev.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_readword.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_restore_cred.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_set_feature.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_set_option.3@1.7 / diff / nxr@1.7
src/external/bsd/openpam/dist/doc/man/openpam_straddch.3@1.6 / diff / nxr@1.6
src/external/bsd/openpam/dist/doc/man/openpam_subst.3@1.8 / diff / nxr@1.8
      :
(more 136 files)
merge conflicts

(christos)

2017-05-06 18:03:25 UTC MAIN commitmail json YAML

2017-05-06 18:02:52 UTC MAIN commitmail json YAML

2017-05-06 13:05:59 UTC MAIN commitmail json YAML

2017-05-06 00:13:25 UTC MAIN commitmail json YAML

Improved hw draining.  Draining of hw will only complete if silence has
been played in the mix ring.

Must hold sc_intr_lock when gettin used value of mix ring.

Clearing of the next block to be written to of the mix ring has moved into
audio_mix.

(nat)

2017-05-05 14:23:47 UTC MAIN commitmail json YAML

add EEE, MII, RGMII, SGMII

(ginsbach)

2017-05-05 12:21:28 UTC MAIN commitmail json YAML

fix the tools build. reported by Utkarsh Anand

(christos)

2017-05-05 05:46:49 UTC MAIN commitmail json YAML

Revert to previous.

Simplification of copying data from mix ring to hw ring.

(nat)

2017-05-05 00:38:50 UTC MAIN commitmail json YAML

Bounds checking inside the mixing of the audio block.

Addresses PR kern/52175.

(nat)

2017-05-04 19:12:53 UTC MAIN commitmail json YAML

2017-05-04 17:17:28 UTC MAIN commitmail json YAML

2017-05-04 16:29:08 UTC MAIN commitmail json YAML

Drop main() prototype.

(sevan)

2017-05-04 16:26:10 UTC MAIN commitmail json YAML

2017-05-04 14:21:01 UTC MAIN commitmail json YAML

Recognize the Sierra un2430 WWAN/GPS Module as found e.g. in HP's
Elitebook 2170p. Note the device will not do much without its
proprietary firmware loaded.

(hauke)

2017-05-04 14:07:34 UTC MAIN commitmail json YAML

Recognize the Ralink RT5370 adapter. It has been in usbdevs for a while.

(hauke)

2017-05-04 14:07:33 UTC MAIN commitmail json YAML

Remove __VALGRIND__ guard .... just clean up.

(roy)

2017-05-04 13:53:36 UTC MAIN commitmail json YAML

Whitespace and formatting.

(roy)

2017-05-04 11:12:23 UTC MAIN commitmail json YAML

Set clear comment about EI_OSABI and EI_ABIVERSION

/*
* NetBSD sets generic SYSV OSABI and ABI version 0
* Native ELF files are distinguishable with NetBSD specific notes
*/

No functional change.

(kamil)

2017-05-04 11:03:27 UTC MAIN commitmail json YAML

Use consistently "bufq_private(bufq)" instead of "bufq->bq_private"

No functional change.

(kamil)

2017-05-04 11:01:16 UTC MAIN commitmail json YAML

Correct typo in the comment

No functional change.

(kamil)

2017-05-04 09:46:30 UTC MAIN commitmail json YAML

Clean up some more warnings.

(roy)

2017-05-04 09:42:23 UTC MAIN commitmail json YAML

2017-05-04 06:05:05 UTC netbsd-6 commitmail json YAML

2017-05-04 06:04:06 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1448):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/bin/Makefile: up to 1.3
external/bsd/ntp/bin/ntpd/Makefile: up to 1.21 via patch
external/bsd/ntp/bin/ntpd/ntp.keys.5: up to 1.2
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6 via patch
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.12
external/bsd/ntp/dist/CommitLog: up to 1.1.1.12
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/NEWS: up to 1.1.1.12
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/adjtimed/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/clockstuff/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/config.h.in: up to 1.1.1.9
external/bsd/ntp/dist/configure: up to 1.1.1.12
external/bsd/ntp/dist/configure.ac: up to 1.1.1.10
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.3
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.6
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/html/xleave.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.2
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_crypto.h: up to 1.5
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.9
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.7
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.14
external/bsd/ntp/dist/include/ntp_worker.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.10
external/bsd/ntp/dist/include/parse.h: up to 1.6
external/bsd/ntp/dist/include/ssl_applink.c: up to 1.5
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to 1.8
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.8
external/bsd/ntp/dist/libntp/audio.c: up to 1.12
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.11
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.9
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.8
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.11
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.7
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.10
external/bsd/ntp/dist/libntp/statestr.c: up to 1.6
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.11
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.5
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.6
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.19
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.25
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/refclock_datum.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_mx4200.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.14
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.20
external/bsd/ntp/dist/ntpdate/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.11
external/bsd/ntp/dist/ntpdc/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.15
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.9
external/bsd/ntp/dist/ntpq/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/libntpq.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.15
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.18
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.12
external/bsd/ntp/dist/parseutil/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/Makefile.in: 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.9
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.10
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.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.10
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.10
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.12
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.8
external/bsd/ntp/dist/sntp/crypto.c: up to 1.13
external/bsd/ntp/dist/sntp/crypto.h: up to 1.5
external/bsd/ntp/dist/sntp/harden/README: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/default: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd10: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd11: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd12: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/linux: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.0: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.99: up to 1.1.1.1
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.10
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.8
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/libevent/build-aux/compile: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/build-aux/missing: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/evlog.c: patch
external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h: patch
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.10
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.9
external/bsd/ntp/dist/sntp/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_harden.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4: up to 1.1.1.2
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.10
external/bsd/ntp/dist/sntp/scm-rev: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/scripts/genHardFlags: up to 1.1.1.1
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.11
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.10
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.12
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.9
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.4
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.15
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.12
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.10
external/bsd/ntp/importdate: up to 1.12
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.13
Update ntp to 4.2.8p10.

(snj)

2017-05-04 06:01:52 UTC netbsd-6-1 commitmail json YAML

2017-05-04 06:01:10 UTC netbsd-6-1 commitmail json YAML

src/doc/3RDPARTY@1.909.2.19.2.16 / diff / nxr@1.909.2.19.2.16
src/external/bsd/ntp/Makefile.inc@1.11.16.3 / diff / nxr@1.11.16.3
src/external/bsd/ntp/bin/Makefile@1.2.22.1 / diff / nxr@1.2.22.1
src/external/bsd/ntp/bin/ntpd/Makefile@1.11.8.4 / diff / nxr@1.11.8.4
src/external/bsd/ntp/bin/ntpd/ntp.keys.5@1.1.10.3 / diff / nxr@1.1.10.3
src/external/bsd/ntp/bin/ntpd/ntp_parser.c@1.1.2.4 / diff / nxr@1.1.2.4
src/external/bsd/ntp/bin/ntpd/ntp_parser.h@1.1.2.4 / diff / nxr@1.1.2.4
src/external/bsd/ntp/bin/sntp/Makefile@1.5.16.3 / diff / nxr@1.5.16.3
src/external/bsd/ntp/dist/COPYRIGHT@1.1.1.2.16.3 / diff / nxr@1.1.1.2.16.3
src/external/bsd/ntp/dist/ChangeLog@1.1.1.2.16.4 / diff / nxr@1.1.1.2.16.4
src/external/bsd/ntp/dist/CommitLog@1.1.1.2.16.4 / diff / nxr@1.1.1.2.16.4
src/external/bsd/ntp/dist/Makefile.in@1.1.1.2.16.4 / diff / nxr@1.1.1.2.16.4
src/external/bsd/ntp/dist/NEWS@1.1.1.2.16.4 / diff / nxr@1.1.1.2.16.4
src/external/bsd/ntp/dist/aclocal.m4@1.1.1.2.16.3 / diff / nxr@1.1.1.2.16.3
src/external/bsd/ntp/dist/adjtimed/Makefile.am@1.1.1.2.16.2 / diff / nxr@1.1.1.2.16.2
src/external/bsd/ntp/dist/adjtimed/Makefile.in@1.1.1.2.16.3 / diff / nxr@1.1.1.2.16.3
src/external/bsd/ntp/dist/clockstuff/Makefile.am@1.1.1.1.22.2 / diff / nxr@1.1.1.1.22.2
src/external/bsd/ntp/dist/clockstuff/Makefile.in@1.1.1.2.16.3 / diff / nxr@1.1.1.2.16.3
src/external/bsd/ntp/dist/config.h.in@1.1.1.2.16.4 / diff / nxr@1.1.1.2.16.4
src/external/bsd/ntp/dist/configure@1.1.1.2.16.4 / diff / nxr@1.1.1.2.16.4
      :
(more 332 files)
Pull up following revision(s) (requested by spz in ticket #1448):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/bin/Makefile: up to 1.3
external/bsd/ntp/bin/ntpd/Makefile: up to 1.21 via patch
external/bsd/ntp/bin/ntpd/ntp.keys.5: up to 1.2
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6 via patch
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.12
external/bsd/ntp/dist/CommitLog: up to 1.1.1.12
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/NEWS: up to 1.1.1.12
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/adjtimed/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/clockstuff/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/config.h.in: up to 1.1.1.9
external/bsd/ntp/dist/configure: up to 1.1.1.12
external/bsd/ntp/dist/configure.ac: up to 1.1.1.10
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.3
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.6
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/html/xleave.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.2
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_crypto.h: up to 1.5
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.9
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.7
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.14
external/bsd/ntp/dist/include/ntp_worker.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.10
external/bsd/ntp/dist/include/parse.h: up to 1.6
external/bsd/ntp/dist/include/ssl_applink.c: up to 1.5
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to 1.8
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.8
external/bsd/ntp/dist/libntp/audio.c: up to 1.12
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.11
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.9
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.8
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.11
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.7
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.10
external/bsd/ntp/dist/libntp/statestr.c: up to 1.6
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.11
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.5
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.6
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.19
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.25
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/refclock_datum.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_mx4200.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.14
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.20
external/bsd/ntp/dist/ntpdate/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.11
external/bsd/ntp/dist/ntpdc/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.15
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.9
external/bsd/ntp/dist/ntpq/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/libntpq.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.15
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.18
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.12
external/bsd/ntp/dist/parseutil/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/Makefile.in: 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.9
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.10
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.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.10
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.10
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.12
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.8
external/bsd/ntp/dist/sntp/crypto.c: up to 1.13
external/bsd/ntp/dist/sntp/crypto.h: up to 1.5
external/bsd/ntp/dist/sntp/harden/README: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/default: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd10: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd11: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd12: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/linux: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.0: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.99: up to 1.1.1.1
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.10
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.8
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/libevent/build-aux/compile: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/build-aux/missing: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/evlog.c: patch
external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h: patch
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.10
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.9
external/bsd/ntp/dist/sntp/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_harden.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4: up to 1.1.1.2
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.10
external/bsd/ntp/dist/sntp/scm-rev: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/scripts/genHardFlags: up to 1.1.1.1
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.11
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.10
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.12
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.9
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.4
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.15
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.12
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.10
external/bsd/ntp/importdate: up to 1.12
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.13
Update ntp to 4.2.8p10.

(snj)

2017-05-04 05:56:26 UTC netbsd-6-0 commitmail json YAML

2017-05-04 05:53:56 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1448):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/bin/Makefile: up to 1.3
external/bsd/ntp/bin/ntpd/Makefile: up to 1.21 via patch
external/bsd/ntp/bin/ntpd/ntp.keys.5: up to 1.2
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6 via patch
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.12
external/bsd/ntp/dist/CommitLog: up to 1.1.1.12
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/NEWS: up to 1.1.1.12
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/adjtimed/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/clockstuff/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/config.h.in: up to 1.1.1.9
external/bsd/ntp/dist/configure: up to 1.1.1.12
external/bsd/ntp/dist/configure.ac: up to 1.1.1.10
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.3
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.6
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/html/xleave.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.2
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_crypto.h: up to 1.5
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.9
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.7
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.14
external/bsd/ntp/dist/include/ntp_worker.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.10
external/bsd/ntp/dist/include/parse.h: up to 1.6
external/bsd/ntp/dist/include/ssl_applink.c: up to 1.5
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to 1.8
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.8
external/bsd/ntp/dist/libntp/audio.c: up to 1.12
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.11
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.9
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.8
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.11
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.7
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.10
external/bsd/ntp/dist/libntp/statestr.c: up to 1.6
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.11
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.5
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.6
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.19
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.25
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/refclock_datum.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_mx4200.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.14
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.20
external/bsd/ntp/dist/ntpdate/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.11
external/bsd/ntp/dist/ntpdc/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.15
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.9
external/bsd/ntp/dist/ntpq/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/libntpq.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.15
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.18
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.12
external/bsd/ntp/dist/parseutil/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/Makefile.in: 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.9
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.10
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.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.10
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.10
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.12
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.8
external/bsd/ntp/dist/sntp/crypto.c: up to 1.13
external/bsd/ntp/dist/sntp/crypto.h: up to 1.5
external/bsd/ntp/dist/sntp/harden/README: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/default: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd10: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd11: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd12: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/linux: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.0: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.99: up to 1.1.1.1
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.10
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.8
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/libevent/build-aux/compile: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/build-aux/missing: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/evlog.c: patch
external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h: patch
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.10
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.9
external/bsd/ntp/dist/sntp/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_harden.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4: up to 1.1.1.2
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.10
external/bsd/ntp/dist/sntp/scm-rev: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/scripts/genHardFlags: up to 1.1.1.1
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.11
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.10
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.12
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.9
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.4
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.15
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.12
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.10
external/bsd/ntp/importdate: up to 1.12
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.13
Update ntp to 4.2.8p10.

(snj)

2017-05-04 04:37:51 UTC MAIN commitmail json YAML

Implement the ';&' (used instead of ';;') case statement list terminator
which causes fall through the to command list of the following pattern
(wuthout evaluating that pattern).  This has been approved for inclusion
in the next major version of the POSIX standard (Issue 8), and is
implemented by most other shells.

Now all form a circle and together attempt to summon the great wizd
in the hopes that his magic spells can transform the poor attempt
at documenting this feature into something rational...

(kre)

2017-05-04 04:28:43 UTC prg-localcount2 commitmail json YAML

Give Taylor credit for the initial implementation.

Improve cross-references to the subsystems currently using localcount.

(pgoyette)

2017-05-03 21:39:27 UTC MAIN commitmail json YAML

2017-05-03 21:36:16 UTC MAIN commitmail json YAML

Fix the heredoc line counting bug that I caused when the heredoc
processing was changed just over a year ago (rev 1.111).

(kre)

2017-05-03 21:34:51 UTC MAIN commitmail json YAML

This change affects shells compiled in DEBUG mode only, for normal
shells (anything made by build.sh) there is no change at all.

In DEBUG shells, when tree dumping, remember to include NNOT (same
omission as was just corrected in jobs.c :1.81) - of course, here there
are lots of other node types not handled as well.

ALso, avoid a core dump bug when doing a tree dump of a pieline
where the commands are not all simple commands (which can only
happen with a command string like " cmd | ! cmd | ... ".  The "!"
in the middle is utter nonsense, and should be forbidden, but
for now, at least avoid a core dump.

(kre)

2017-05-03 21:31:03 UTC MAIN commitmail json YAML

Don't forget the ! reserved word exists (node ype NNOT) when displaying
"jobs" output (or other places where the cmd string is shown - like
when reporting status when a background job completes.)

Without this fix, try
! sleep 5 &
jobs
wait
and try not to wonder at the '???" that appears instead of "! sleep 5"

(kre)

2017-05-03 21:28:00 UTC MAIN commitmail json YAML

2017-05-03 20:12:19 UTC MAIN commitmail json YAML

2017-05-03 19:46:54 UTC MAIN commitmail json YAML

Improve style of PT_SETSTEP and PT_CLEARSTEP tests in t_ptrace_wait*

No functional change.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-05-03 17:28:42 UTC MAIN commitmail json YAML

Fix a sentence: s/a operation/an operation/

(abhinav)

2017-05-03 16:37:37 UTC MAIN commitmail json YAML

Fixes in NAME section:
Insert comma between two Nm entries
Remove comma after last Nm entries

(abhinav)

2017-05-03 15:53:31 UTC MAIN commitmail json YAML

Fix kernel panic triggered with LLDB

PT_SETSTEP and PT_CLEARSTEP in the current design must unlock proc_lock and
t->p_lock. These functions use lwp_delref() for a tracee with more than one
LWP. This function internally lock (t->)p_lock and this is lock against
self.

There are coming new ATF test with PT_*STEP with multiple LWPs to catch
these bugs in future changes.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-05-03 15:34:05 UTC MAIN commitmail json YAML

PR/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN722N v2

(jnemeth)

2017-05-03 15:20:27 UTC MAIN commitmail json YAML

PR/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN722N v2

(jnemeth)

2017-05-03 15:14:27 UTC MAIN commitmail json YAML

PR/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN722N v2

(jnemeth)

2017-05-03 13:13:12 UTC MAIN commitmail json YAML

The DMA Request number is seperate from the DMA Channel number, treat as such.

(jakllsch)

2017-05-03 12:38:39 UTC MAIN commitmail json YAML

tegra_apbdma_acquire: length param is in bytes not cells

(jmcneill)

2017-05-03 12:10:22 UTC prg-localcount2 commitmail json YAML

Include fix for PR bin/52207 on the localcount2 branch.

(pgoyette)

2017-05-03 12:09:41 UTC MAIN commitmail json YAML

Fix detection of expected results.  The rump kernel code apparently
includes source-code line numbers in the messages, so rather than
hard-coding them in the test, just use a reg-ex to match the text.

Fixes PR bin/52207

(pgoyette)

2017-05-03 06:20:12 UTC MAIN commitmail json YAML

Another fix from FreeBSD.  I'm not sure how to trigger the problem
fixed (there might be no way) - but it "feels right"!

When popping an (exhausted) input string off the input stack, allow
for the possibility that the previous string might also just happened
to have run out of steam as well, so keep poppin' along until we
run out of pop, or find something to consume.

(kre)

2017-05-03 05:49:54 UTC MAIN commitmail json YAML

So sayeth posix (of the special builtin "eval"):
If there are no arguments, or only null arguments,
eval shall return a zero exit status;

Make it so.  Now:
false; eval; echo $?
produces 0 instead of 1.

(kre)

2017-05-03 04:51:05 UTC MAIN commitmail json YAML

Deal with \newline line continuations more correctly.
They can occur anywhere (*anywhere*) not only where it
happens to be convenient to the parser...

This fix from FreeBSD (thanks again folks).

To make this work, pushstring()'s signature needed to change to allow a
const char * as its string arg, which meant sprinkling some const other
places for a brighter appearance (and handling fallout).

All this because I wanted to see what number would come from

echo $\
{\
L\
I\
N\
E\
N\
O\
}

and was surprised at the result!    That works now...

The bug would also affect stuff like

true &\
& false

and all kinds of other uses where the \newline occurred in the
"wrong" place.

An ATF test for sh syntax is coming... (sometime.)

(kre)

2017-05-03 04:13:53 UTC MAIN commitmail json YAML

Fix idiot typos in previous (this is not the advertised :next commit")
Same typo - two different places.  Ugh!

(kre)

2017-05-03 04:11:30 UTC MAIN commitmail json YAML

NFC: Change prototype of pushstring() to give a real type for the 3rd
arg (struct alias *) rather than using void * and then casting it
when used.  For callers, the arg either is a struct alias *, or is NULL,
so nothing to adjust there.

NB: This change untested by itself, it was going to be a part of the next
change (coming in a few minutes) but is logically unrelated, so ...

(kre)

2017-05-03 01:37:16 UTC MAIN commitmail json YAML

2017-05-03 00:47:29 UTC MAIN commitmail json YAML

Correct a dsl comment relating to setting $_ - I thought I had done
this ages ago, but apparently not...

(kre)

2017-05-03 00:43:22 UTC MAIN commitmail json YAML

Undocument (comment out) the description of the unimplemented MAILCHECK
variable, and while here, enhance the description of MAIL a little.

(kre)

2017-05-03 00:41:34 UTC MAIN commitmail json YAML

PR/52210: David H. Gutteridge: revert var pattern handling.

(christos)

2017-05-03 00:39:40 UTC MAIN commitmail json YAML

Make "export VAR" work correctly ... if VAR was unset before this
command it should remain unset afterwards.

Previouly "export VAR" did much the same as:
export VAR="${VAR}"
(but without the side effects if VAR had previously been VAR='~' or similar)

Also stop unset exported variables from actually making it into the
environment.  Previously this was impossible - variables get exported
in just one of 3 ways, by being imported from the environ (which means
the var is set) when -a is set, and a var is given a value (so the var
is set), or using "export" which previously always set a null string
if the var was otheriwse unset.

The same happens for "readonly"  (readonly and export use the same mechanism)
- except, once marked readonly, it is no longer possible to set the var, so
(assuming VAR is not already readonly)
unset VAR; readonly VAR
is (now) a way to guarantee that "VAR" can never be set.

This conforms with POISX (though it is not particularly clear on this
point) and with bash and ksh93 (and also with the FreeBSD shell, though
they export unset variables that are marked for export as if set to '')

It s not clear whether
unset VAR; readonly VAR; unset VAR; echo $?
should print 0, or non-0, so for now just leave this as it is (prints 1).

(kre)

2017-05-03 00:23:42 UTC MAIN commitmail json YAML

add missing arg to fpu_discard().

(chs)

2017-05-02 20:12:27 UTC MAIN commitmail json YAML

We don't need agr or l2tp when we are small.

(christos)

2017-05-02 20:12:10 UTC MAIN commitmail json YAML

2017-05-02 14:19:23 UTC MAIN commitmail json YAML

Teach man -p to respect the MANPATH environment variable and the -M option.

Currently, `man -p` generates its output based on the value of the _default tag
in man.conf. However, man(1) modifies its search path based on the value of the
MANPATH variable and the list of directories specified via the -M option. In such
a case, `man -p` does not represent the correct search path. This commit intends
to fix this.

This change has the side effect that now the output of `man -p` will also include
the machine class specific subdirectories (such as man8/x86), while previously it
did not. The output would include subdirectories only for those machine classes
which are specified in the man.conf file.

Also, with this change, it is possible to run makemandb(8), by setting MANPATH
environment variable (e.g. env MANPATH=/usr/share/man makemandb).

Patch reviewed by wiz@

(abhinav)

2017-05-02 13:54:08 UTC MAIN commitmail json YAML

We do need to copy the return value from dirname(3) since there it is a static
buffer and can be overwritten in between. I overzealously removed this in one
of my previous commits.

(abhinav)

2017-05-02 08:20:20 UTC MAIN commitmail json YAML

Use more markup. Bump date for previous.

(wiz)

2017-05-02 08:11:16 UTC MAIN commitmail json YAML

Make it compile with AUDIODEBUG

(martin)

2017-05-02 08:07:38 UTC MAIN commitmail json YAML

Make it compilable with AUDIODEBUG

(martin)

2017-05-02 07:25:51 UTC MAIN commitmail json YAML

Ignore the interrupt if playback or recording has not started vs not open
for recording or playback.

(nat)

2017-05-02 06:37:12 UTC MAIN commitmail json YAML

More debuging output - if mix or hw ring inserts silence.

This is to help identify the cause of PR kern/52175.

(nat)

2017-05-02 06:25:05 UTC MAIN commitmail json YAML

Explicitly set ioflag in audio_[read/write] IO_NDELAY if O_NONBLOCK is set
in f_flags.  This makes nonblocking reads and writes behave normally.

Addresses PR kern/52196.

(nat)

2017-05-02 05:17:56 UTC prg-localcount2 commitmail json YAML

Keep NetBSD version in sync with sys/params.h

XXX When localcount is finally committed to HEAD, it will need a version
XXX bump, so we'll need to make the bump here, too

(pgoyette)

2017-05-02 03:29:14 UTC MAIN commitmail json YAML

reset signal handler before returning.

(christos)

2017-05-02 03:19:23 UTC prg-localcount2 commitmail json YAML

2017-05-02 03:17:43 UTC MAIN commitmail json YAML

add some assertion. tested by ATF net/ipsec/ and crypto/.

(knakahara)

2017-05-01 23:33:07 UTC MAIN commitmail json YAML

Remove yet another entry for localcount - we're not ready yet

(pgoyette)

2017-05-01 23:08:12 UTC MAIN commitmail json YAML

Too early for including localcount here, too

(pgoyette)

2017-05-01 23:07:14 UTC MAIN commitmail json YAML

Ooops, localcount.9 was not supposed to be included here!

(pgoyette)

2017-05-01 21:36:33 UTC MAIN commitmail json YAML

Sets list for new mutex_ownable(9) entry

(pgoyette)

2017-05-01 21:36:01 UTC MAIN commitmail json YAML

2017-05-01 21:35:26 UTC MAIN commitmail json YAML

Introduce mutex_ownable() to determine if it is possible for the current
process to acquire a mutex.

(pgoyette)

2017-05-01 19:09:22 UTC MAIN commitmail json YAML

Fix some compile warnings.

(roy)

2017-05-01 18:39:02 UTC MAIN commitmail json YAML

Whitespace police.

(roy)

2017-05-01 13:03:02 UTC MAIN commitmail json YAML

efiboot: implement consdev command.

no support to change console device for efiboot yet.
only pass console parameters to kernel.

(nonaka)

2017-05-01 12:29:40 UTC MAIN commitmail json YAML

Disable interrupt moderation, as it is it causes watchdog timeouts on
some chips/systems.

(jakllsch)

2017-05-01 10:25:47 UTC MAIN commitmail json YAML

PR port-next68k/52205 from Miod Vallat: cosmetic change to print the
physical address when attaching zs devices.
For the real work, zs_get_chan_addr() will still use the virtual address.

(martin)

2017-05-01 10:00:43 UTC MAIN commitmail json YAML

whitespace police

(ryo)

2017-05-01 06:56:00 UTC MAIN commitmail json YAML

Avoid dereferencing pointer at multiple places, instead use a local variable.

(abhinav)

2017-05-01 06:43:56 UTC MAIN commitmail json YAML

Remove the table name parameter from the check_md5 function.

There is only one table storing the md5 checksums, so we can hardcode the table
name instead of passing it as a function argument.

(abhinav)

2017-05-01 05:52:33 UTC MAIN commitmail json YAML

Avoid copying strings where it is not needed.

(abhinav)

2017-05-01 05:28:00 UTC MAIN commitmail json YAML

Simplify handling of the section arguments in apropos(1).

Earlier, a white space separated string was generated containing all the section
numbers passed through command line arguments. Later on that would have to be
tokenized and processed. Instead of that, use a NULL terminated array of strings.

Thanks to christos@ for reviewing and suggesting further improvements.

(abhinav)

2017-04-30 23:19:11 UTC MAIN commitmail json YAML

2017-04-30 23:18:07 UTC MAIN commitmail json YAML

2017-04-30 23:13:37 UTC MAIN commitmail json YAML

src/sys/external/bsd/acpica/dist/common/dmtbinfo.c@1.13 / diff / nxr@1.13
src/sys/external/bsd/acpica/dist/compiler/aslcompile.c@1.11 / diff / nxr@1.11
src/sys/external/bsd/acpica/dist/compiler/aslcompiler.h@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/compiler/aslcompiler.l@1.9 / diff / nxr@1.9
src/sys/external/bsd/acpica/dist/compiler/aslfiles.c@1.9 / diff / nxr@1.9
src/sys/external/bsd/acpica/dist/compiler/asloptions.c@1.4 / diff / nxr@1.4
src/sys/external/bsd/acpica/dist/compiler/aslsupport.l@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/compiler/asltree.c@1.9 / diff / nxr@1.9
src/sys/external/bsd/acpica/dist/compiler/aslwalks.c@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/debugger/dbmethod.c@1.9 / diff / nxr@1.9
src/sys/external/bsd/acpica/dist/disassembler/dmcstyle.c@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/disassembler/dmwalk.c@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/dispatcher/dscontrol.c@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c@1.9 / diff / nxr@1.9
src/sys/external/bsd/acpica/dist/dispatcher/dsutils.c@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/include/acdisasm.h@1.13 / diff / nxr@1.13
src/sys/external/bsd/acpica/dist/include/acglobal.h@1.15 / diff / nxr@1.15
src/sys/external/bsd/acpica/dist/include/aclocal.h@1.13 / diff / nxr@1.13
src/sys/external/bsd/acpica/dist/include/acmacros.h@1.13 / diff / nxr@1.13
src/sys/external/bsd/acpica/dist/include/acpixf.h@1.15 / diff / nxr@1.15
      :
(more 6 files)
merge conflicts

(christos)