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

2024-05-10 18:33:16 UTC Now

2017-03-28 01:27:46 UTC MAIN commitmail json YAML

Use the utility functions for rump_server

(ozaki-r)

2017-03-28 01:00:33 UTC MAIN commitmail json YAML

Mark signal6 as failing due to timeout not regular failure

This test is marked as PR kern/51918.

Timeout has been reported on i386, amd64, alpha, sparc, sparc64, evbarm.
xen.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-03-27 23:25:24 UTC MAIN commitmail json YAML

Use play/record gain from last open.  Fixes jumping volume when opening
/dev/sound then /dev/audio.

(nat)

2017-03-27 21:34:32 UTC MAIN commitmail json YAML

Also document alternate option "--detach"

Submitted on tech-pkg@ as:
[PATCH 08/11] Also document alternate option "--detach"

(khorben)

2017-03-27 21:30:23 UTC MAIN commitmail json YAML

Correct option "--armor"

Submitted on tech-pkg@ as:
[PATCH 07/11] Correct option "--armor"

(khorben)

2017-03-27 21:19:12 UTC MAIN commitmail json YAML

Do not ask for a passphrase when empty

Submitted on tech-pkg@ as:
[PATCH 06/11] Do not ask for a passphrase when empty

Only modified for consistency with the coding style.

(khorben)

2017-03-27 21:06:50 UTC MAIN commitmail json YAML

Expect a FILE * for pgp_decrypt_seckey()

Submitted on tech-pkg@ as:
[PATCH 05/11] Expect a FILE * for pgp_decrypt_seckey()

No functional change intended.

(khorben)

2017-03-27 21:00:43 UTC MAIN commitmail json YAML

Do not use random data for pass-phrases on EOF

Submitted on tech-pkg@ as:
[PATCH 04/11] Do not use random data for pass-phrases on EOF

Only modified for consistency with the coding style.

(khorben)

2017-03-27 20:55:13 UTC MAIN commitmail json YAML

Avoid some type casts

Submitted on tech-pkg@ as:
[PATCH 03/11] Avoid some type casts

No functional change intended.

(khorben)

2017-03-27 20:50:19 UTC MAIN commitmail json YAML

Do not truncate pass-phrases without a newline character

This also fixes a crash when the pass-phrase entered is empty.

Submitted on tech-pkg@ as:
[PATCH 02/11] Do not truncate pass-phrases without a newline character

Only modified for consistency with the coding style.

(khorben)

2017-03-27 18:39:55 UTC MAIN commitmail json YAML

Avoid variable reassignement; reported by dcb314@hotmail.com in
PR port-xen/52112

(bouyer)

2017-03-27 14:26:20 UTC MAIN commitmail json YAML

Expose correct cpu_number(), CPU_IS_PRIMARY() and CPU_INFO_FOREACH() for
modules so that the dtrace module works on an MP system.

(skrll)

2017-03-27 07:45:37 UTC MAIN commitmail json YAML

2017-03-26 23:49:28 UTC MAIN commitmail json YAML

Update core(5) with current reality

Note cpi_siglwp addition in NetBSD-2.0 and retaining the procinfo ver. 1.

Note ELF_NOTE_NETBSD_CORE_AUXV (2) addition in NetBSD-8.0.

Update the HISTORY section.

(kamil)

2017-03-26 22:00:04 UTC MAIN commitmail json YAML

Remove the BUGS section from gcore(1) - issues are no longer relevant

gcore(1) uses internally ptrace(2). PT_DUMPCORE is restricted to stopped
processes, therefore the bug about inconsistend core is no longer true.

(kamil)

2017-03-26 21:06:25 UTC netbsd-7-1 commitmail json YAML

Revert previous - wrong branch

(kamil)

2017-03-26 20:30:45 UTC netbsd-7-1 commitmail json YAML

Remove the BUGS section from gcore(1) - issues are no longer relevant

gcore(1) uses internally ptrace(2). PT_DUMPCORE is restricted to stopped
processes, therefore the bug about inconsistend core is no longer true.

(kamil)

2017-03-26 18:38:34 UTC MAIN commitmail json YAML

Reorder attach slightly to avoid unintialized use of OF nodes.

(martin)

2017-03-26 18:31:53 UTC MAIN commitmail json YAML

2017-03-26 18:26:05 UTC MAIN commitmail json YAML

Add failing test cases for PRs kern/2423, kern/3645, kern/4597

(maya)

2017-03-26 17:16:04 UTC MAIN commitmail json YAML

When we change .OBJDIR we should delete any cached realpath results
for relative paths.

Reviewed by: christos

(sjg)

2017-03-26 16:53:36 UTC MAIN commitmail json YAML

fix pasto for nbo_bus_space_write_4() - value needs to be uint32_t

(jdolecek)

2017-03-26 16:11:59 UTC netbsd-7 commitmail json YAML

2017-03-26 16:08:12 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1379):
sys/arch/xen/xen/if_xennet_xenbus.c: revision 1.70 via patch
Try to be smarted in the rx path: if the packet is small enough copy the
data to the mbuf's data area instead of allocating a new page from the pool.
While there fix a struct xennet_rxreq leak if xennet_checksum_fill()
fails with ENOMEM.

(snj)

2017-03-26 16:05:41 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maya in ticket #1375):
sys/arch/amd64/include/param.h: revision 1.20
sys/arch/i386/include/param.h: revision 1.80
sys/arch/x86/x86/bus_space.c: revision 1.39
increase max io mem on amd64. some devices need it.

(snj)

2017-03-26 13:57:53 UTC MAIN commitmail json YAML

2017-03-26 13:51:45 UTC MAIN commitmail json YAML

Duh, remove accidently left over debug printfs

(martin)

2017-03-26 12:59:29 UTC MAIN commitmail json YAML

Simplify boot device detection for ld @ virtio

(martin)

2017-03-26 12:51:42 UTC MAIN commitmail json YAML

Do not call OF_getprop on our node blindly - for the "pcons" hack we may
be called with all zeroed attach args.

(martin)

2017-03-26 12:38:24 UTC MAIN commitmail json YAML

Add KASSERTs to catch access to NULL OF nodes early

(martin)

2017-03-26 12:36:43 UTC MAIN commitmail json YAML

Backout previous, no need for these accessor in MD code

(martin)

2017-03-26 10:36:46 UTC MAIN commitmail json YAML

Use new accessor to get the PCI attach args from a virtio device.

(martin)

2017-03-26 10:36:11 UTC MAIN commitmail json YAML

Provide an accessor for the pci attach args of a virtio device (if
available - future non-pci attachments may return NULL).
Sparc64 MD code needs this to match the OF node of the virtio device
for boot device recognition.

(martin)

2017-03-25 23:58:35 UTC MAIN commitmail json YAML

fix printf format.

(christos)

2017-03-25 23:33:11 UTC MAIN commitmail json YAML

Sync description of "supported hardware" with reality.

- internal video on 362 and 382 works (no palette support)
- framebuffer 425e works (console text only)
- serial console for 425e on bootloader works
- Tigershark PersonalVRX was ported from OpenBSD (untested)
- Apollo Domain keyboard and mouse work
- ARCOFI audio on 425e works
- internal SCSI floppy is recognized as usual removable disk by MI SCSI

(tsutsui)

2017-03-25 23:17:07 UTC MAIN commitmail json YAML

add vioscsi to the list (disabled)

(jdolecek)

2017-03-25 22:33:16 UTC MAIN commitmail json YAML

2017-03-25 22:09:45 UTC MAIN commitmail json YAML

Include <sys/kernel.h> for hz.

Compile test only. (no HP-IB devices here)

(tsutsui)

2017-03-25 22:08:27 UTC MAIN commitmail json YAML

In RAWKBD mode, don't schedule autorepeat callout(9) after KEY_UP events.

Now Apollo Domain keyboard works propery on Xorg server on my 425t.
Changes are taken from sys/dev/hil/hilkbd.c.

Note as OpenBSD says in the following commit log:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/hp300/dev/Attic/dnkbd.c#rev1.18
>> Auto-repeat keys in WSKBD_RAW mode is not needed.
>> WSKBD_RAW mode used in X, but X independently implements auto-repeat keys.
these autorepeat code will be removed later, but I commit this fix first
for the record.

(tsutsui)

2017-03-25 18:15:31 UTC MAIN commitmail json YAML

2017-03-25 18:13:53 UTC MAIN commitmail json YAML

cap also adapt_nchannels to 1, we only attach one

(jdolecek)

2017-03-25 18:09:44 UTC MAIN commitmail json YAML

cap adapt_openings to minimum of cmd_per_lun and qsize, so that we don't
overpromise to the upper layer

cap ntargets and nluns to 16 and 1024 as avoid spending excessive time
probing for nonexistent devices; e.g. qemu defaults to 255/16383 causing
the probe to take about a minute

(jdolecek)

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

reorganize the attachment process for virtio child devices, so that
more common code is shared among the drivers, and it's possible for
the drivers to be correctly dynamically loaded; forbid direct access
to struct virtio_softc from the child driver code

(jdolecek)

2017-03-25 17:58:44 UTC netbsd-6 commitmail json YAML

1444, 1445, 1439, 1387

(snj)

2017-03-25 17:50:51 UTC MAIN commitmail json YAML

use ipl level specified by child when attaching interrupts, instead of always
using IPL_NET

(jdolecek)

2017-03-25 17:41:48 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by sevan in ticket #1387):
bin/cat/cat.c: revision 1.57
When invoked with -se, print a '$' on blank lines
Obtained from OpenBSD r1.13 of src/bin/cat/cat.c
Closes PR bin/51250
Reviewed by Christos@

(snj)

2017-03-25 17:35:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1439):
sys/dev/pci/ixgbe/ixgbe.c: revision 1.60 via patch
Use 64bit DMA tag. If not, a lot of bounce buffer is allocated.
Fixes PR#49968 reported by Hauke.

(snj)

2017-03-25 17:30:18 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bad in ticket #1445):
sys/dev/usb/uplcom.c: revision 1.75
Null suspend/resume handler for uplcom(4).

(snj)

2017-03-25 17:26:53 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bad in ticket #1444):
sys/dev/usb/uplcom.c: revision 1.76
Don't pretend to do zero length IN control transfers as dwctwo(4)
(correctly according to usb 2.0 specification 8.5.3) uses IN status stage
when no (zero length) data stage.  Instead read into a 1 byte array.
My uplcom(4) now works on RPI.

(snj)

2017-03-25 17:20:30 UTC netbsd-6-0 commitmail json YAML

2017-03-25 17:20:07 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1446):
sys/arch/amd64/amd64/trap.c: revision 1.94
sys/arch/i386/i386/trap.c: revision 1.287
Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even
if the sdm is far from being clear, it appears that iret can trigger an #SS
fault if %ss points to a writable but non-present segment; in which case
the kernel would panic, thinking the fault was internal to it.
In particular, userland can create a broken segment in the ldt with
USER_LDT, update its %ss with setcontext and trigger the panic. I don't
think amd64 is affected since USER_LDT does not exist there, and the
changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety.

(snj)

2017-03-25 17:19:47 UTC netbsd-6-1 commitmail json YAML

2017-03-25 17:19:32 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1446):
sys/arch/amd64/amd64/trap.c: revision 1.94
sys/arch/i386/i386/trap.c: revision 1.287
Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even
if the sdm is far from being clear, it appears that iret can trigger an #SS
fault if %ss points to a writable but non-present segment; in which case
the kernel would panic, thinking the fault was internal to it.
In particular, userland can create a broken segment in the ldt with
USER_LDT, update its %ss with setcontext and trigger the panic. I don't
think amd64 is affected since USER_LDT does not exist there, and the
changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety.

(snj)

2017-03-25 17:18:57 UTC netbsd-6 commitmail json YAML

2017-03-25 17:18:25 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1446):
sys/arch/amd64/amd64/trap.c: revision 1.94
sys/arch/i386/i386/trap.c: revision 1.287
Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even
if the sdm is far from being clear, it appears that iret can trigger an #SS
fault if %ss points to a writable but non-present segment; in which case
the kernel would panic, thinking the fault was internal to it.
In particular, userland can create a broken segment in the ldt with
USER_LDT, update its %ss with setcontext and trigger the panic. I don't
think amd64 is affected since USER_LDT does not exist there, and the
changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety.

(snj)

2017-03-25 16:59:46 UTC netbsd-7-0 commitmail json YAML

2017-03-25 16:59:01 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1391):
sys/arch/amd64/amd64/trap.c: revision 1.94
sys/arch/i386/i386/trap.c: revision 1.287
Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even
if the sdm is far from being clear, it appears that iret can trigger an #SS
fault if %ss points to a writable but non-present segment; in which case
the kernel would panic, thinking the fault was internal to it.
In particular, userland can create a broken segment in the ldt with
USER_LDT, update its %ss with setcontext and trigger the panic. I don't
think amd64 is affected since USER_LDT does not exist there, and the
changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety.

(snj)

2017-03-25 16:58:41 UTC netbsd-7-1 commitmail json YAML

2017-03-25 16:58:25 UTC netbsd-7-1 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1391):
sys/arch/amd64/amd64/trap.c: revision 1.94
sys/arch/i386/i386/trap.c: revision 1.287
Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even
if the sdm is far from being clear, it appears that iret can trigger an #SS
fault if %ss points to a writable but non-present segment; in which case
the kernel would panic, thinking the fault was internal to it.
In particular, userland can create a broken segment in the ldt with
USER_LDT, update its %ss with setcontext and trigger the panic. I don't
think amd64 is affected since USER_LDT does not exist there, and the
changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety.

(snj)

2017-03-25 16:58:10 UTC netbsd-7 commitmail json YAML

2017-03-25 16:57:40 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1391):
sys/arch/amd64/amd64/trap.c: revision 1.94
sys/arch/i386/i386/trap.c: revision 1.287
Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even
if the sdm is far from being clear, it appears that iret can trigger an #SS
fault if %ss points to a writable but non-present segment; in which case
the kernel would panic, thinking the fault was internal to it.
In particular, userland can create a broken segment in the ldt with
USER_LDT, update its %ss with setcontext and trigger the panic. I don't
think amd64 is affected since USER_LDT does not exist there, and the
changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety.

(snj)

2017-03-25 15:07:21 UTC MAIN commitmail json YAML

Don't need gdtstore here.

(maxv)

2017-03-25 15:05:16 UTC MAIN commitmail json YAML

Use a bitmap-based allocator, will be easier to share with i386.

(maxv)

2017-03-25 13:24:08 UTC MAIN commitmail json YAML

Add virtio PCI devices, some of them mostly untested so far

(martin)

2017-03-25 13:08:38 UTC MAIN commitmail json YAML

Add boot device recognition for ld @ virtio.

(martin)

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

PR kern/52107: for now (while we still use the legacy virtio spec) at least
hack around the endianess issues with that.

(martin)

2017-03-25 11:00:27 UTC MAIN commitmail json YAML

can't call pcap_datalink before activate.

(christos)

2017-03-25 10:07:55 UTC MAIN commitmail json YAML

2017-03-25 09:22:02 UTC MAIN commitmail json YAML

Bump version - virtio support added

(martin)

2017-03-25 09:21:21 UTC MAIN commitmail json YAML

Virtio block devices may have a "scsi" device_type instead of "block",
so accept both.

(martin)

2017-03-25 07:00:33 UTC MAIN commitmail json YAML

Don't display step-by-step detailed error messages unless DIAGNOSTIC.

Among other things, this avoids expected "error messages" when the
module is being auto-unloaded while one or more units are still in
use.

(pgoyette)

2017-03-25 05:58:50 UTC MAIN commitmail json YAML

A couple more minor changes for readability.

(pgoyette)

2017-03-25 05:55:36 UTC MAIN commitmail json YAML

Update a comment.  No functional change.

(pgoyette)

2017-03-25 05:51:28 UTC MAIN commitmail json YAML

Improve some grammar, let verbs agree in number with their subjects.

(pgoyette)

2017-03-25 01:48:31 UTC MAIN commitmail json YAML

Send break signal to reset keyboard state before keyboard probe.

Now Apollo Domain keyboard is probed properly even after
any keys are typed before boot (i.e. on bootloader prompt).

Tested on 425e and A1630-82001 keyboard
(that were contributed by Miod Vallat).

(tsutsui)

2017-03-25 01:39:20 UTC MAIN commitmail json YAML

Rather than ghecking system global state to see if mprotect might be
enabled, use the newly-committed sysctl proc.curproc.paxflags variable

(pgoyette)

2017-03-24 21:44:13 UTC MAIN commitmail json YAML

Document new proc.curproc.paxflags variable.

(pgoyette)

2017-03-24 21:43:21 UTC MAIN commitmail json YAML

Add new sysctl variable proc.curproc.paxflags so a process can determine
which flags were set for it.  Define some values for the variable:

CTL_PROC_PAXFLAGS_{ASLR,MPROTECT,GUARD}

(pgoyette)

2017-03-24 21:28:03 UTC MAIN commitmail json YAML

support screen blanking

(macallan)

2017-03-24 19:21:07 UTC MAIN commitmail json YAML

Handle counter overflows, and sample with 500000 events per interrupt.
It's a pre-requisite for real sampling. Overflows are not yet displayed by
pmc(1), but will be soon.

(maxv)

2017-03-24 18:30:44 UTC MAIN commitmail json YAML

Drop support for 586 PMCs; the detection is broken, and I'm not sure the
code even works. No one has ever cared about this anyway, and we won't
maintain it.

While here, fix the mask on the counter - K7 and F10H have 48bit counters.

(maxv)

2017-03-24 18:03:32 UTC MAIN commitmail json YAML

Unconditionnally save the segment registers - because we could have a
kernel %gs and a userland %es/%ds -, and explain why T_NMI is a special
case.

Note that checking %gs directly is not a good idea: recent CPUs have the
FSGSBASE instruction set, which allows userland to directly modify %gs
without going through the kernel. If we ever enable this set, we will have
to change this function, since we won't be able to test %gs against
VM_MIN_KERNEL_ADDRESS anymore.

(maxv)

2017-03-24 17:40:44 UTC MAIN commitmail json YAML

Instead of copying parts of sigswitch to process_stoptrace, use it directly.
Rename process_stoptrace -> proc_stoptrace and put it in kern_sig.c so we
don't need to expose any more functions from it.

(christos)

2017-03-24 17:09:37 UTC MAIN commitmail json YAML

2017-03-24 14:32:29 UTC MAIN commitmail json YAML

Update compat/ossaudio with GETISPACE/GETOSPACE corrections from
libossaudio.

(nat)

2017-03-24 12:49:43 UTC MAIN commitmail json YAML

Add the more prevalent media access control (MAC) in addition to
medium access control

(ginsbach)

2017-03-24 11:46:52 UTC MAIN commitmail json YAML

ABI of libossaudio did not change, so there was no need to bump the version
number.

Pointed out by mrg@

(nat)

2017-03-24 11:15:25 UTC MAIN commitmail json YAML

Remove extra semicolon

(ozaki-r)

2017-03-24 10:58:06 UTC MAIN commitmail json YAML

Don't forget to flush the xpq queue, otherwise shit may happen.

(maxv)

2017-03-24 10:39:10 UTC MAIN commitmail json YAML

fix typo

pointed out by ozaki-r@n.o.

(knakahara)

2017-03-24 10:22:23 UTC MAIN commitmail json YAML

Fix spelling of `administered'.

(abhinav)

2017-03-24 10:18:55 UTC MAIN commitmail json YAML

2017-03-24 10:02:35 UTC MAIN commitmail json YAML

add comments about the situation wm(4) use MSI-X but does not use multiqueue.

(knakahara)

2017-03-24 10:01:55 UTC MAIN commitmail json YAML

make self-describing function the code reading sc->sc_nintrs or sc->sc_nqueues directly.

(knakahara)

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

add prototype.

I have forgotten the fix by wm_softint_establish(). Thank you christos@n.o!

(knakahara)

2017-03-24 09:22:46 UTC MAIN commitmail json YAML

Remove KERNEL_LOCK for arpresolve in ether_output

Because arpresolve should be already MP-safe.

(ozaki-r)

2017-03-24 08:50:17 UTC MAIN commitmail json YAML

efiboot: fix calculation of the kernel size when loading modules.

(nonaka)

2017-03-24 08:18:27 UTC MAIN commitmail json YAML

Do not toggle global security.pax.mprotect state in an attempt to
activate it for the current process. It does not work and tests should
not change global system state anyway.
Instead: skip the test is pax.mprotect is not globally enabled. We could
use a better check for this (querying the current processes pax flags),
but unfortunately we don't have one.

(martin)

2017-03-24 04:06:19 UTC MAIN commitmail json YAML

2017-03-24 03:47:25 UTC MAIN commitmail json YAML

Add test cases for PR kern/52077

From s-yamaguchi@IIJ

(ozaki-r)

2017-03-24 03:45:02 UTC MAIN commitmail json YAML

Forbit installing a route which its gateway is unreachable

This change needs a tweak in route_output_change to unbreak route
change commands (e.g., route change -inet6 default -reject).

PR kern/52077 (s-yamaguchi@IIJ and ozaki-r@)

(ozaki-r)

2017-03-24 01:25:36 UTC MAIN commitmail json YAML

Don't maximize the text columns and rows. only use 100x31 or 80x25.

(nonaka)

2017-03-24 01:14:26 UTC MAIN commitmail json YAML

disable BUS_SPACE_MAP_PREFETCHABLE until I figure out which psychos support
partial writes
apparently the only devices which can actually do that are UPA graphics cards

(macallan)

2017-03-24 01:00:47 UTC MAIN commitmail json YAML

Don't maximize the screen size when gop is not specified.

(nonaka)

2017-03-24 00:57:33 UTC MAIN commitmail json YAML

support WSFB_VRAM_IS_SPLIT workaround for wildcat boards - use a shadow fb
and copy dirty areas into both framebuffers
now we can use X on Sun XVR-1200
should work on XVR-500 and others as well

(macallan)

2017-03-24 00:52:49 UTC MAIN commitmail json YAML

missed one line of debug spam...

(macallan)

2017-03-24 00:51:43 UTC MAIN commitmail json YAML

- clean up some testing & debugging goop
- 0xff is transparent, so restrict ourself to just 4 bit colour, all we need
  for wscons
- support WSDISPLAYIO_GET_FBINFO etc. for wsfb, allow mmap()ing the fb etc.

(macallan)

2017-03-24 00:45:27 UTC MAIN commitmail json YAML

add fbinfo flag for wildcat split framebuffer workaround

(macallan)

2017-03-23 21:59:55 UTC MAIN commitmail json YAML

kern/5201{2,8,9}: Fix PT_SYSCALL stopping.
1. Supply the siginfo we expect TRAP_SC{E,X} to process_stoptrace() and set it.
2. Change the second argument of proc_stop from notify, to now meaning that
  we want to stop right now. Wait in process_stoptrace until that has happened.
3. While here, fix the locking order in process_stoptrace().

(christos)

2017-03-23 18:27:29 UTC MAIN commitmail json YAML

expose the BSD/linux fenv extensions in libm on ia64 too.

(chs)

2017-03-23 18:26:03 UTC MAIN commitmail json YAML

sun2 just has to be different, of course.
it doesn't use the libc softfloat and thus doesn't set MKSOFTFLOAT=yes.
enable the fenv functions here explicitly for now.

(chs)

2017-03-23 18:08:06 UTC MAIN commitmail json YAML

2017-03-23 17:25:51 UTC MAIN commitmail json YAML

Remove this call gate on amd64, it is useless and vulnerable.

Call gates do not modify %rflags, so interrupts are not disabled when
entering the gate. There is a small window where we are in kernel mode and
with a userland %gs, and if an interrupt happens here we will rejump into
the kernel but not switch to the kernel TLS.

Userland can simply perform a gate call in a loop, and hope that at some
point an interrupt will be received in this window - which necessarily will
be the case. With a specially-crafted %gs it is certainly enough to
escalate privileges.

(maxv)

2017-03-23 15:50:48 UTC MAIN commitmail json YAML

2017-03-23 14:52:36 UTC MAIN commitmail json YAML

xlwp->mtx will never be used in interrupt context; set to IPL_NONE.
avoids a KASSERT when sleeping for the reply.

(bouyer)

2017-03-23 12:31:57 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2017-03-23 12:10:53 UTC MAIN commitmail json YAML

PR bin/14578

Add a reference to editline(7) so we document the "-o vi" and "-o emacs"
bindings (defaults, and what can be set.)

(kre)

2017-03-23 11:00:03 UTC MAIN commitmail json YAML

Comment out PAX_MPROTECT options completely, instead of just turning them
off globaly. This will make the automatic tests not even try to enable
mprotect, which can't work for our current PLT format and shared binaries.

(martin)

2017-03-23 08:31:00 UTC MAIN commitmail json YAML

Avoid using an uninitialized mutex.

(martin)

2017-03-23 08:18:17 UTC MAIN commitmail json YAML

Do not assume anything about the pseudo-disklabel of a completely zeroed
disk image. Use the raw partition and newfs -I instead.

(martin)

2017-03-23 03:15:16 UTC MAIN commitmail json YAML

2017-03-23 03:14:57 UTC MAIN commitmail json YAML

2017-03-23 03:14:03 UTC MAIN commitmail json YAML

Add Huawei Hi1710 BMC

(msaitoh)

2017-03-23 00:55:39 UTC MAIN commitmail json YAML

POSIX says that use_env(3) must precede setupterm(3).
The former lives in curses.h, but the latter lives in term.h.

This is solved by moving the function to libterminfo.
Because the environment can affect the terminal capabilities for
lines and columns, it follows that the tty size should affect it to.
So move that code to libterminfo and adjust in libcurses.

(roy)

2017-03-23 00:39:06 UTC MAIN commitmail json YAML

Allow terminfo users to update flag and numeric capabilities as they do
strings.

(roy)

2017-03-23 00:36:37 UTC MAIN commitmail json YAML

2017-03-23 00:23:29 UTC MAIN commitmail json YAML

2017-03-23 00:17:57 UTC MAIN commitmail json YAML

Revert prior .... some ncurses application expect to be able to update
the terminal capabilities.

(roy)

2017-03-22 23:36:02 UTC MAIN commitmail json YAML

in vfp_state_load(), fix backwards logic for fpinst vs. fpinst2.

(chs)

2017-03-22 23:11:10 UTC MAIN commitmail json YAML

provide a common softfloat fenv implemenation and use it for softfloat builds.
restore ABI compatibility with previous releases for ieeefp.h on sh3.
add namespace.h protection for all the fenv interfaces.
use MKSOFTFLOAT on sh3 instead of assuming softfloat.
standardize on comparing MKSOFTFLOAT with "no".
remove the arm-specific softfloat fenv code (which also had several bugs).
fix logic errors in the arm hardfloat feraiseexcept() and feupdateenv().

(chs)

2017-03-22 22:53:06 UTC MAIN commitmail json YAML

KDTRACE_HOOKS is enabled by default in GENERIC.common, remove references in
individual config files.

(sevan)

2017-03-22 22:37:41 UTC MAIN commitmail json YAML

The the MII/PHY section. It's not technically possible for this hardware to run on this system.

(sevan)

2017-03-22 22:33:32 UTC MAIN commitmail json YAML

On second through, it may be possible to have a NULL kfs_v in read and write
(if we're not the LWP which did the open).
Add the appropriate locks and checks.

(bouyer)

2017-03-22 22:11:48 UTC MAIN commitmail json YAML

2017-03-22 21:33:54 UTC MAIN commitmail json YAML

add tests for the mount update from rw to rw+log, which used to case the panic
reported in PR kern/52056

(jdolecek)

2017-03-22 21:33:06 UTC MAIN commitmail json YAML

add tests for the mount update from rw to rw+log, which used to case the panic
reported in PR kern/52056

(jdolecek)

2017-03-22 21:31:00 UTC MAIN commitmail json YAML

move the ffs_sync() after wapbl_log_position() call, since that can still
create delayed writes with MNT_ASYNC when log is created

(jdolecek)

2017-03-22 21:21:40 UTC MAIN commitmail json YAML

Fix /kern/xen/xenbus handling. It's badly broken and will do bad things
if more than one thread tries to use it at the same time (hang, memory leak,
panic).
In a kernfs node, the fileops (open, close, read, write) gets a vnode,
but no way to know the file descriptor from which the request comes from.
As /kern/xen/xenbus interface is statefull (write sends a command and read
gets the response), a way to track "clients" is needed.
This commit implement states using the lwp pointer from the caller as a key.
It will fail (with an error) if a kernfs file descriptor is reused by a child
after a fork(), or if a file descriptor is shared by two threads of the same
process but fortunably the xen tools using this interface don't do this.

This should fixes occasional hangs of the Xen tools (one in "xbrd" state,
others in tstile) reported on port-xen by Alaric Snell-Pym.

(bouyer)

2017-03-22 21:14:11 UTC MAIN commitmail json YAML

expand a little the explanation about discard

describe behaviour of combination of log+async (i.e. same as just log)

(jdolecek)

2017-03-22 19:59:16 UTC MAIN commitmail json YAML

Add missing endianes swap to make the "recover" command work on big endian
machines.

(martin)

2017-03-22 19:36:04 UTC MAIN commitmail json YAML

Unbreak build, init variable (not a false alarm for this one.)

(kre)

2017-03-22 19:13:40 UTC MAIN commitmail json YAML

Skip the "migrate" test on architectures not natively using MBR, it
can not work there.

(martin)

2017-03-22 18:17:42 UTC MAIN commitmail json YAML

parsedate.y:  meaningless KNF of a comment (no code changes)
parsedate.3:  add an item in BUGS noting the weirdness of "next"

The real purpose of this commit is to supply the following message
which should be used for the immediately previous commit, replacing
its commit message (the two are similar, but definitely not the
same).  With thanks to gdt@ for pointing out one of the (many) errors
in the previous message (and noting others I had already seen).

    ----

Make parsedate handle "12 noon" and "12 midnight" (including when the
time given is "12:00" or "12:00:00") - but only for exactly 12 o'clock.
"12:00:01" is am or pm, not noon or midnight.

"12 am" remains as an alias for "12 midnight", and "12 pm" for noon,
though both are strictly (pedanticly) invalid (and meaningless.)

Note that "12 midnight" (or "12 am") means 00:00:00 (ie: midnight at
the start of the day, not at the end.)

(kre)

2017-03-22 17:52:37 UTC MAIN commitmail json YAML

openlog(3): add LOG_PTRIM and LOG_NLOG log options.

syslog(3) is the one stop method of logging system events and diagnostics.
When debugging a daemon in the foreground on a terminal, each line is
prefixed with tag[pid]: which is very repetative and can take up valuable
screen estate.
LOG_PTRIM solves this by removing this prefix from stderr output.

There is also the case where the debugging could involve a dry-run and
syslog(3) calls would pollute the system log with incorrect data.
LOG_NLOG solves this by not writing the the system log, but allowing
LOG_PERROR to operate as before.

Initially discussed here:
https://mail-index.netbsd.org/tech-userlevel/2016/10/06/msg010330.html

(roy)

2017-03-22 16:07:12 UTC MAIN commitmail json YAML

Drop INSECURE - expect /etc/modules.conf for dtrace

(skrll)

2017-03-22 09:38:10 UTC MAIN commitmail json YAML

Fix some typos.

(wiz)

2017-03-22 08:44:41 UTC MAIN commitmail json YAML

add comments about transmit context descriptor

(knakahara)

2017-03-22 07:14:18 UTC MAIN commitmail json YAML

2017-03-22 06:30:01 UTC MAIN commitmail json YAML

Add some tests to change flags of routes

(ozaki-r)

2017-03-22 05:35:33 UTC MAIN commitmail json YAML

Fix typo in a comment.

(kre)

2017-03-22 03:32:09 UTC MAIN commitmail json YAML

make kernel config flag WM_EVENT_COUNTERS.

suggested by msaitoh@n.o.

(knakahara)

2017-03-22 02:56:12 UTC MAIN commitmail json YAML

missing M_CSUM_IPv4 checking. It does not cause problems, but it is wrong.

The implementations of M_CSUM_DATA_IPv4_IPHL() and M_CSUM_DATA_IPv6_HL()
is the same, so that does not cause problems.

(knakahara)

2017-03-22 01:50:22 UTC MAIN commitmail json YAML

Add tests for "12 noon", "12 midnight".

(kre)

2017-03-22 01:49:37 UTC MAIN commitmail json YAML

Make parsedate handle "12 noon" and "12 midnight" (including when
the time is "12:00" or "12:00:00) - but only for exactly 12 o'clock.
"12:00:01" is am or pm, not noon or midnight.

"12 am" remains as an alias for "12 midnight", and "12 pm" for midnight,
though both are strictly invalid (and meaningless.)

Note that "12 pm" means 00:00:00 (ie: midnight at the start of the
day, not at the end.)

(kre)

2017-03-22 01:00:19 UTC MAIN commitmail json YAML

Since PR lib/52101 is now fixed, the tests for its bug should no longer fail.

(kre)

2017-03-22 00:59:06 UTC MAIN commitmail json YAML

Fix PR lib/52101 -- 12:30 am is 00:30:00 and 12:30 pm is 12:30:00

(kre)

2017-03-21 22:52:10 UTC MAIN commitmail json YAML

Clear rc variables that contain state that is gone after the boot process
is complete, so that scripts invoked from powerd don't think that they
are still invoked by the rc system and fail.
Reported by rudolf @ tech-userlevel

(christos)

2017-03-21 21:42:18 UTC MAIN commitmail json YAML

Fix a typo - it doesn't matter now, as the test fails anyway, but
it will matter when parsedate is fixed and the test is supposed to
succeed.

(kre)

2017-03-21 20:06:27 UTC MAIN commitmail json YAML

PR lib/52101

Add 6 extra tests for the 12am/12pm bug - all currently expected to fail.
(That is, 6 subtests of the "times" test will fail, all new ones)>

While here, when parsedate() fails (returns -1) avoid converting that
failure value (-1) to a struct tm (1969-12-31T23:59:59 UTC) and then
comparing the values with those expected by the test, and complaining
about all of those (where ANY was not permitted) that don't match...

(kre)

2017-03-21 19:26:40 UTC MAIN commitmail json YAML

2017-03-21 19:24:22 UTC MAIN commitmail json YAML

2017-03-21 13:56:38 UTC MAIN commitmail json YAML

2017-03-21 13:49:03 UTC MAIN commitmail json YAML

Now builds with libevent.

(roy)

2017-03-21 11:54:46 UTC MAIN commitmail json YAML

2017-03-21 10:52:46 UTC MAIN commitmail json YAML

Add includes guards since we can include the header twice and typedef
redefinitions are a C11 feature.

(joerg)

2017-03-21 10:46:49 UTC MAIN commitmail json YAML

Use brelsel while the bufcache_lock is held rather than dropping it
and re-taking / dropping it in brelse

(skrll)

2017-03-21 10:39:52 UTC MAIN commitmail json YAML

fix PR kern/52068 (82574 Tx csum offload bug in not only i386 but also amd64).

The packets sent from txq[1] could not be enabled any tx offload.
This has been enbugged since r1.454.

(knakahara)

2017-03-21 10:20:38 UTC MAIN commitmail json YAML

2017-03-21 10:20:12 UTC MAIN commitmail json YAML

Tiny fix for namecache locking rules.

(riastradh)

2017-03-21 10:12:28 UTC MAIN commitmail json YAML

Add width argument to list.

(wiz)

2017-03-21 09:53:01 UTC MAIN commitmail json YAML

Update mtime even if oip->i_size == length

PR kern/51762, LFS version.

(maya)

2017-03-21 07:04:30 UTC MAIN commitmail json YAML

Renane ioctl AUDIO_SETPROC to AUDIO_SETCHAN.

Add an ioctl to return channel number (AUDIO_GETCHAN). This can be used
on audio/sound/audioctl devices.

Return EIO in read/write/ioctl/poll/stat if fp has been closed or is
invalid.

Update audio.4, audioio.h and audioctl(1) to reflect these changes.

(nat)

2017-03-21 04:03:17 UTC MAIN commitmail json YAML

2017-03-21 02:24:35 UTC MAIN commitmail json YAML

2017-03-21 01:21:59 UTC MAIN commitmail json YAML

Add most common thai length/area measurements of wah rai ngan

(scole)

2017-03-20 22:57:05 UTC MAIN commitmail json YAML

Ugh.  This stuff is disgusting.  We really need an arch dependent
PRIxOFF (and PRIdOFF) to print off_t's in a way that matches the
arch's definition of off_t.

In the meantime fall back on %jx and an (intmax_t) cast.  Ugly.
(And the way it is written is even uglier...)

(kre)

2017-03-20 22:42:39 UTC MAIN commitmail json YAML

Adjust array bounds depending on type in macros for mix/saturate/recswvol.

(nat)

2017-03-20 22:17:56 UTC MAIN commitmail json YAML

At the suggestion of Matthew Sporleder (on current-users@) reword some
of the description of arithmetic expressions to make it a bit more
human friendly.

While here fix a few other minor errors, and bump date.

(kre)

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

elide compiler stupidity.

(christos)

2017-03-20 21:30:47 UTC MAIN commitmail json YAML

+KDTRACE_HOOKS and INSECURE

(skrll)

2017-03-20 21:08:55 UTC MAIN commitmail json YAML

2017-03-20 20:44:06 UTC MAIN commitmail json YAML

Make this compile again (gcc does not like strcmp(maybe-NULL, maybe-NULL);
simplify the life of the {compiler,human eyes}.

(christos)

2017-03-20 20:42:39 UTC MAIN commitmail json YAML

Make this compile again: use ce instead of clr_eol which gcc thinks might
be NULL.

(christos)

2017-03-20 18:19:34 UTC MAIN commitmail json YAML

comment out unused code.

(christos)

2017-03-20 16:02:48 UTC MAIN commitmail json YAML

set cloexec to the rc postprocessor fd (rudolf in tech-userlevel)

(christos)

2017-03-20 15:51:41 UTC MAIN commitmail json YAML

Ensure we pass the prot in flags to pmap_enter when creating a wired
mapping

(skrll)

2017-03-20 14:46:28 UTC MAIN commitmail json YAML

Ensure there is a terminal to return capabilities from.

(roy)

2017-03-20 14:06:43 UTC MAIN commitmail json YAML

2017-03-20 13:12:35 UTC MAIN commitmail json YAML

That will teach me to commit from the version I've actually
been testing, rather than the "other version" ...

(kre)

2017-03-20 12:16:07 UTC MAIN commitmail json YAML

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

The sh $(()) update is signifigant enough to mention...

(kre)

2017-03-20 11:48:41 UTC MAIN commitmail json YAML

PR bin/52090 - the $* tests are no longer expected to fail.

(kre)

2017-03-20 11:48:01 UTC MAIN commitmail json YAML

PR bin/52090 - fix expansion of unquoted $*

(kre)

2017-03-20 11:32:51 UTC MAIN commitmail json YAML

Add tests for the $(( )) assignment operators  PR bin/50958

(kre)

2017-03-20 11:31:00 UTC MAIN commitmail json YAML

Alternative way of writing (part of) the arithmetic lexical analyzer
- committed separately to make it easier to swap back if desired.

This version avoids open coding is_name() and isdigit() - measurements
show it is perhaps fractionally faster (though the difference is so small
as to probably be statistically insignifigant - if I were a statician
I might understand that) and just a little larger than the previous version.

(kre)

2017-03-20 11:26:07 UTC MAIN commitmail json YAML

Finish support for all required $(( )) (shell arithmetic) operators,
closing PR bin/50958

That meant adding the assignment operators ('=', and all of the +=, *= ...)
Currently, ++, --, and ',' are not implemented (none of those are required
by posix) but support for them (most likely ',' first) might be added later.

To do this, I removed the yacc/lex arithmetic parser completely, and
replaced it with a hand written recursive descent parser, that I obtained
from FreeBSD, who earlier had obtained it from dash (Herbert Xu).

While doing the import, I cleaned up the sources (changed some file names
to avoid requiring a clean build, or signifigant surgery to the obj
directories if "build.sh -u" was to be used - "build.sh -u" should work
fine as it is now) removed some dashisms, applied some KNF, ...

(kre)

2017-03-20 11:01:22 UTC netbsd-7 commitmail json YAML

2017-03-20 10:59:50 UTC netbsd-7 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.38 / diff / nxr@1.1145.2.38
src/external/bsd/ntp/Makefile.inc@1.14.2.5 / diff / nxr@1.14.2.5
src/external/bsd/ntp/dist/ChangeLog@1.1.1.3.4.6 / diff / nxr@1.1.1.3.4.6
src/external/bsd/ntp/dist/CommitLog@1.1.1.3.4.6 / diff / nxr@1.1.1.3.4.6
src/external/bsd/ntp/dist/NEWS@1.1.1.3.4.6 / diff / nxr@1.1.1.3.4.6
src/external/bsd/ntp/dist/configure@1.1.1.3.4.6 / diff / nxr@1.1.1.3.4.6
src/external/bsd/ntp/dist/html/drivers/driver40-ja.html@1.1.1.1.8.3 / diff / nxr@1.1.1.1.8.3
src/external/bsd/ntp/dist/html/drivers/driver40.html@1.1.1.2.4.3 / diff / nxr@1.1.1.2.4.3
src/external/bsd/ntp/dist/html/miscopt.html@1.1.1.2.4.6 / diff / nxr@1.1.1.2.4.6
src/external/bsd/ntp/dist/include/Makefile.am@1.1.1.3.4.4 / diff / nxr@1.1.1.3.4.4
src/external/bsd/ntp/dist/include/Makefile.in@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/external/bsd/ntp/dist/include/libssl_compat.h@1.1.1.1.10.2 / diff / nxr@1.1.1.1.10.2
src/external/bsd/ntp/dist/include/ntp.h@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/external/bsd/ntp/dist/include/ntp_intres.h@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/external/bsd/ntp/dist/include/ntpd.h@1.4.4.5 / diff / nxr@1.4.4.5
src/external/bsd/ntp/dist/libntp/Makefile.am@1.1.1.3.4.4 / diff / nxr@1.1.1.3.4.4
src/external/bsd/ntp/dist/libntp/Makefile.in@1.1.1.3.4.5 / diff / nxr@1.1.1.3.4.5
src/external/bsd/ntp/dist/libntp/a_md5encrypt.c@1.1.1.3.4.4 / diff / nxr@1.1.1.3.4.4
src/external/bsd/ntp/dist/libntp/audio.c@1.5.4.4 / diff / nxr@1.5.4.4
src/external/bsd/ntp/dist/libntp/libssl_compat.c@1.1.1.1.10.2 / diff / nxr@1.1.1.1.10.2
      :
(more 160 files)
Pull up following revision(s) (requested by snj in ticket #1389):
doc/3RDPARTY: 1.1380, 1.1381
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.11
external/bsd/ntp/dist/CommitLog: up to 1.1.1.11
external/bsd/ntp/dist/NEWS: up to 1.1.1.11
external/bsd/ntp/dist/configure: up to 1.1.1.11
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/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.1
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.9
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.11
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.1
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.10
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.9
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
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.9
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.9
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.9
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.9
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.9
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.18
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.17
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.11
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.7
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.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.11
external/bsd/ntp/dist/sntp/crypto.c: up to 1.12
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.9
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.9
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/m4/version.m4: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.10
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.9
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.11
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.9
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/unity/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.6
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.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
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/ntpd/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.14
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.11
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.9
external/bsd/ntp/importdate: up to 1.11
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.12
Update ntp to 4.2.8p9.

(martin)

2017-03-20 10:58:16 UTC netbsd-7-1 commitmail json YAML

2017-03-20 10:56:59 UTC netbsd-7-1 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.37.2.1 / diff / nxr@1.1145.2.37.2.1
src/external/bsd/ntp/Makefile.inc@1.14.2.4.4.1 / diff / nxr@1.14.2.4.4.1
src/external/bsd/ntp/dist/ChangeLog@1.1.1.3.4.5.4.1 / diff / nxr@1.1.1.3.4.5.4.1
src/external/bsd/ntp/dist/CommitLog@1.1.1.3.4.5.4.1 / diff / nxr@1.1.1.3.4.5.4.1
src/external/bsd/ntp/dist/NEWS@1.1.1.3.4.5.4.1 / diff / nxr@1.1.1.3.4.5.4.1
src/external/bsd/ntp/dist/configure@1.1.1.3.4.5.4.1 / diff / nxr@1.1.1.3.4.5.4.1
src/external/bsd/ntp/dist/html/drivers/driver40-ja.html@1.1.1.1.8.2.4.1 / diff / nxr@1.1.1.1.8.2.4.1
src/external/bsd/ntp/dist/html/drivers/driver40.html@1.1.1.2.4.2.4.1 / diff / nxr@1.1.1.2.4.2.4.1
src/external/bsd/ntp/dist/html/miscopt.html@1.1.1.2.4.5.4.1 / diff / nxr@1.1.1.2.4.5.4.1
src/external/bsd/ntp/dist/include/Makefile.am@1.1.1.3.4.3.4.1 / diff / nxr@1.1.1.3.4.3.4.1
src/external/bsd/ntp/dist/include/Makefile.in@1.1.1.3.4.4.4.1 / diff / nxr@1.1.1.3.4.4.4.1
src/external/bsd/ntp/dist/include/libssl_compat.h@1.1.1.1.8.2 / diff / nxr@1.1.1.1.8.2
src/external/bsd/ntp/dist/include/ntp.h@1.1.1.3.4.4.4.1 / diff / nxr@1.1.1.3.4.4.4.1
src/external/bsd/ntp/dist/include/ntp_intres.h@1.1.1.2.4.1.6.1 / diff / nxr@1.1.1.2.4.1.6.1
src/external/bsd/ntp/dist/include/ntpd.h@1.4.4.4.4.1 / diff / nxr@1.4.4.4.4.1
src/external/bsd/ntp/dist/libntp/Makefile.am@1.1.1.3.4.3.4.1 / diff / nxr@1.1.1.3.4.3.4.1
src/external/bsd/ntp/dist/libntp/Makefile.in@1.1.1.3.4.4.4.1 / diff / nxr@1.1.1.3.4.4.4.1
src/external/bsd/ntp/dist/libntp/a_md5encrypt.c@1.1.1.3.4.3.4.1 / diff / nxr@1.1.1.3.4.3.4.1
src/external/bsd/ntp/dist/libntp/audio.c@1.5.4.3.4.1 / diff / nxr@1.5.4.3.4.1
src/external/bsd/ntp/dist/libntp/libssl_compat.c@1.1.1.1.8.2 / diff / nxr@1.1.1.1.8.2
      :
(more 160 files)
Pull up following revision(s) (requested by snj in ticket #1389):
doc/3RDPARTY: 1.1380, 1.1381
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.11
external/bsd/ntp/dist/CommitLog: up to 1.1.1.11
external/bsd/ntp/dist/NEWS: up to 1.1.1.11
external/bsd/ntp/dist/configure: up to 1.1.1.11
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/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.1
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.9
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.11
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.1
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.10
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.9
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
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.9
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.9
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.9
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.9
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.9
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.18
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.17
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.11
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.7
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.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.11
external/bsd/ntp/dist/sntp/crypto.c: up to 1.12
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.9
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.9
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/m4/version.m4: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.10
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.9
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.11
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.9
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/unity/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.6
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.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
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/ntpd/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.14
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.11
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.9
external/bsd/ntp/importdate: up to 1.11
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.12
Update ntp to 4.2.8p9.

(martin)