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

2024-05-10 02:31:00 UTC Now

2015-04-26 09:38:01 UTC MAIN commitmail json YAML

2015-04-26 09:21:36 UTC MAIN commitmail json YAML

Add a new arg to override the value of the "setlistdir" variable (that is:
where the mtree spec files are created)

(martin)

2015-04-26 09:20:10 UTC MAIN commitmail json YAML

Be a bit more verbose if the kernel rejects a file

(maxv)

2015-04-26 09:16:06 UTC MAIN commitmail json YAML

If we already have an entry for the file being loaded, return EEXIST, don't
silently skip it.

(maxv)

2015-04-26 09:04:32 UTC netbsd-5 commitmail json YAML

2015-04-26 09:03:12 UTC netbsd-5 commitmail json YAML

Apply patch, requested by msaitoh in ticket #1961:

sys/dev/pci/if_wm.c: (patch)

Fix a bug (in the backport for #1850) that passed the wrong pointer as the
first argument of bpf_mtap() on 82575 and newer chip.

(martin)

2015-04-26 08:56:19 UTC MAIN commitmail json YAML

2015-04-26 08:03:05 UTC MAIN commitmail json YAML

size output buffer for strunvis to include the trailing NUL character.

(mlelstv)

2015-04-26 06:19:36 UTC MAIN commitmail json YAML

ffs_superblock_validate(): check the size of cylinder groups.

(maxv)

2015-04-25 23:55:24 UTC MAIN commitmail json YAML

Remove another debug printf() that snuck in.

(pgoyette)

2015-04-25 23:40:09 UTC MAIN commitmail json YAML

2015-04-25 23:16:37 UTC MAIN commitmail json YAML

Fix typo - thanks, riz@

(pgoyette)

2015-04-25 22:46:31 UTC MAIN commitmail json YAML

Register the sysmon pseudo-device with power management framework so we
can properly suspend the system.

Thanks, mrg, for pointing this out.

(pgoyette)

2015-04-25 22:03:07 UTC MAIN commitmail json YAML

Sort keywords. From dieter roelants in PR 49855.
Bump date.

(wiz)

2015-04-25 21:44:34 UTC MAIN commitmail json YAML

put back sed, it fits again (and is needed)

(christos)

2015-04-25 21:43:53 UTC MAIN commitmail json YAML

make table smaller in size.

(christos)

2015-04-25 21:00:29 UTC MAIN commitmail json YAML

kmem_free the container structure, not a substructure.

(riastradh)

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

don't apply the "don't set CLUT" to RV280.  it isn't necessary for
my PCI 9250 card, and hoses the colours in X when running.

unfortunately, my RV250 does need this to avoid the console being
very very dark on black.

i'm curious what other earlier radeon card (anything matching any
of the card marked as:  CHIP_R100, CHIP_RV100, CHIP_RS100,
CHIP_RV200, CHIP_RS200, CHIP_R200, CHIP_RV250, and CHIP_RS300.)

the RV280 now works again properly, but the RV250 is still having
a problem waiting for commands to complete and it appears as if
X is hung, when infact it is asking the kernel quite frequently
if the job it asked for is complete, each time sleeping for a
short time and thus only appearing to take almost no CPU.

(mrg)

2015-04-25 19:10:29 UTC MAIN commitmail json YAML

Make veriexec_renamechk() more readable. Also add a KASSERT on vte_count.

No real functional change

(maxv)

2015-04-25 18:43:13 UTC MAIN commitmail json YAML

Instead of duplicating code, add veriexec_fp_status(). Also reorder a
useless goto.

(maxv)

2015-04-25 18:41:55 UTC MAIN commitmail json YAML

2015-04-25 15:19:54 UTC MAIN commitmail json YAML

make rip_connect_pcb take sockaddr_in * instead of mbuf *
make rip_connect_pcb static since it appears to be used only in raw_ip.c

moves m_len check to callers which is a small duplication of code
that will go away when the callers are converted to receive sockaddr *.

(rtr)

2015-04-25 14:56:05 UTC MAIN commitmail json YAML

fix missed parameter type change in dccp6_accept() to sockaddr * from mbuf *

(rtr)

2015-04-25 14:41:33 UTC MAIN commitmail json YAML

2015-04-25 14:27:02 UTC MAIN commitmail json YAML

New sentence, new line. Bump date for previous. Various minor changes.

(wiz)

2015-04-25 14:06:58 UTC MAIN commitmail json YAML

make things boot again, from martin.

(christos)

2015-04-25 14:05:43 UTC MAIN commitmail json YAML

Explain how the kernel determines the root filesystem from information
passed by the bootloader.

(mlelstv)

2015-04-25 13:06:11 UTC MAIN commitmail json YAML

Use explicit_memset to zero key material.

(riastradh)

2015-04-25 12:55:05 UTC MAIN commitmail json YAML

Sprinkle const into cgd crypto API.

(riastradh)

2015-04-25 09:08:51 UTC MAIN commitmail json YAML

Don't mix veriexec lock and file lock in veriexec_file_verify().

Now:
- 'veriexec_op_lock' needs to be held when calling veriexec_file_verify()
- the 'file_lock_state' argument indicates if the file is locked
- add some KASSERTs

(maxv)

2015-04-25 08:48:06 UTC MAIN commitmail json YAML

Add libkvm to list of userspace libraries.

Even though kvm per se isn't support by rump kernels at least for now,
libkvm contains methods such as kvm_getproc2() which can be necessary for
compiling existing applications with kvm awareness as rumprun unikernels.

(pooka)

2015-04-25 08:19:06 UTC MAIN commitmail json YAML

2015-04-25 02:41:42 UTC MAIN commitmail json YAML

2015-04-25 00:54:14 UTC MAIN commitmail json YAML

Release the mutex in the error path.

(pgoyette)

2015-04-24 23:36:49 UTC MAIN commitmail json YAML

make at_pcbconnect() take sockaddr_at * instead of mbuf *.

move m_len check into callers which results in small duplication of
code that will go away when the callers are converted to receive
sockaddr * instead of mbuf *.

(rtr)

2015-04-24 22:32:38 UTC MAIN commitmail json YAML

2015-04-24 19:49:24 UTC MAIN commitmail json YAML

We only need the _cd when we are a module.

(christos)

2015-04-24 18:03:38 UTC MAIN commitmail json YAML

Per discussion with board@, remove inappropriate, hostile acronyms.

This reverts changes by rodent@ made without discussion and without
acknowledgement of objections.  Board's commit guidelines include
that changes that could possibly cause anyone to object should be
discussed, and there have been multiple objections publicly and
privately throughout the week.

This also removes some other entries that have been here for some
time that do not belong.  The acronyms file is not Urban Dictionary.
Nobody should expect to see any of these in use around the NetBSD
community, so there is no need to document them here.  If you want
Urban Dictionary, you know where to find it.

Please run any further changes by dholland@, the games maintainer.

(riastradh)

2015-04-24 17:22:13 UTC netbsd-7 commitmail json YAML

2015-04-24 17:14:07 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #721):
distrib/sets/lists/debug/mi: revision 1.111
Add missing debug entry for bozohttpd

(snj)

2015-04-24 12:58:47 UTC MAIN commitmail json YAML

IKR: I know, right?

(jmcneill)

2015-04-24 11:34:14 UTC MAIN commitmail json YAML

The sysmon_envsys module also depends on sysmon_power (for delivery of
sensor events to userland).

(pgoyette)

2015-04-24 08:53:06 UTC MAIN commitmail json YAML

Avoid NULL checks for a variable that is definitely NULL

(ozaki-r)

2015-04-24 07:51:43 UTC MAIN commitmail json YAML

Add missing rtcache_free

It's the same as other similar code paths in in_gif and ip6_etherip.

(ozaki-r)

2015-04-24 07:00:51 UTC MAIN commitmail json YAML

Sync ixg(4) up to FreeBSD r250108:
- Cleanup some unused counters and some unused code.
- Improve performance.
- Fix flow control - don't override user value on re-init
- Fix to make 1G optics work correctly
- Change to interrupt enabling - some bits were incorrect
  for certain hardware.
- Certain stats fixes, remove a duplicate increment of
  ierror, thanks to Scott Long for pointing these out.
- Fix the setting of RX which related to multicast.
- Some netmap related fixes.

(msaitoh)

2015-04-24 06:29:57 UTC MAIN commitmail json YAML

There are tests which rely on compat code continuing to be present,
so default RUMP_NBCOMPAT to all releases.

reported by gson

(pooka)

2015-04-24 05:58:36 UTC netbsd-6 commitmail json YAML

2015-04-24 05:56:42 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #1295):
sys/net/if_vlan.c: revision 1.81
Count up parent's obytes and omcasts counters
PR kern/49837

(msaitoh)

2015-04-24 05:49:18 UTC netbsd-5-1 commitmail json YAML

2015-04-24 05:48:57 UTC netbsd-5-2 commitmail json YAML

2015-04-24 05:48:35 UTC netbsd-5 commitmail json YAML

2015-04-24 05:46:33 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by prlw1 in ticket #1957):

sys/kern/sys_select.c patch

Limit nfds arg to poll() to a large enough value that user programs
cannot allocate indefinite sized blocks of kvm. If the limit is
exceeded, then return EINVAL instead of silently truncating the list.
Addresses PR/17507.
[prlw1, ticket #1957]

(msaitoh)

2015-04-24 05:46:09 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by prlw1 in ticket #1957):

sys/kern/sys_select.c patch

Limit nfds arg to poll() to a large enough value that user programs
cannot allocate indefinite sized blocks of kvm. If the limit is
exceeded, then return EINVAL instead of silently truncating the list.
Addresses PR/17507.
[prlw1, ticket #1957]

(msaitoh)

2015-04-24 05:45:48 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by prlw1 in ticket #1957):

sys/kern/sys_select.c patch

Limit nfds arg to poll() to a large enough value that user programs
cannot allocate indefinite sized blocks of kvm. If the limit is
exceeded, then return EINVAL instead of silently truncating the list.
Addresses PR/17507.

(msaitoh)

2015-04-24 04:43:32 UTC MAIN commitmail json YAML

X540 is not wm(4) but ixg(4).

(msaitoh)

2015-04-24 04:42:42 UTC MAIN commitmail json YAML

Move wm(4)'s X540 support from CHANGES to CHANGES.prev because it was
pulled up to netbsd-7.

(msaitoh)

2015-04-24 03:35:49 UTC MAIN commitmail json YAML

With new (corrected) configuration declarations file, the cdevsw is
already included by config.  So, for built-in sysmon module we don't
need to add the cdevsw to the table.

(pgoyette)

2015-04-24 03:33:43 UTC MAIN commitmail json YAML

Update configuration definitions for new sysmon

(pgoyette)

2015-04-24 03:32:25 UTC MAIN commitmail json YAML

Remove a left-over debugging printf()

(pgoyette)

2015-04-24 03:20:41 UTC MAIN commitmail json YAML

Use KASSERT instead of if & panic

rt can be NULL only when programming error (and we sure it cannot for now),
so we can use KASSERT here (i.e., check only if DIAGNOSTIC).

(ozaki-r)

2015-04-24 02:56:51 UTC MAIN commitmail json YAML

Replace 0 with NULL for pointer variables

(ozaki-r)

2015-04-24 01:17:33 UTC MAIN commitmail json YAML

2015-04-24 00:48:47 UTC MAIN commitmail json YAML

2015-04-24 00:42:56 UTC MAIN commitmail json YAML

Add the once -o option like ping

(christos)

2015-04-24 00:31:04 UTC MAIN commitmail json YAML

This really does need to return an error code, so change the
sysmon_task_queue_fini() function to have a non-void type.

(pgoyette)

2015-04-24 00:20:17 UTC MAIN commitmail json YAML

+BB = baby - with this commit, we document, rather than police, yet another
acronym/abbreviation which is part of Internet culture. Those who feel
otherwise are welcome to turn this over to core@, who resolve disputes
among developers.

(rodent)

2015-04-24 00:04:47 UTC MAIN commitmail json YAML

It's a function returning void; don't return an error code.

(agc)

2015-04-24 00:04:04 UTC MAIN commitmail json YAML

Also use ACPI shutdown on Xen DOM0

No objection on port-xen@
ok gdt@

(khorben)

2015-04-23 23:31:23 UTC MAIN commitmail json YAML

Add  -x xferbufsize  to set xferbuf size.

Implement  -x xferbufsize  set the socket send and receive buffer size,
as per 'xferbuf' in interactive mode.

Patch from Nicholas Mills (via private mail), with minor adjustment by me.

(lukem)

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

Include better diagnostic info when a required key value cannot be retrieved from envstat -x

(pgoyette)

2015-04-23 23:23:20 UTC MAIN commitmail json YAML

Welcome to 7.99.x and the modularization of sysmon!

(pgoyette)

2015-04-23 23:23:14 UTC MAIN commitmail json YAML

Update initialization of sysmon rump library sub-components. These are now handled as part of module initialization, and do not require manual invocation.

(pgoyette)

2015-04-23 23:23:08 UTC MAIN commitmail json YAML

Update initialization of sysmon and its components. These are now handled as part of module initialization, and do not require manual invocation. sysmon_taskq is special, since it is potentially used by several non-module users who may need the facility before modules are fully ready.

(pgoyette)

2015-04-23 23:23:01 UTC MAIN commitmail json YAML

2015-04-23 23:22:52 UTC MAIN commitmail json YAML

2015-04-23 23:22:39 UTC MAIN commitmail json YAML

2015-04-23 23:22:28 UTC MAIN commitmail json YAML

2015-04-23 23:22:03 UTC MAIN commitmail json YAML

2015-04-23 20:00:09 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #714):
sys/arch/arm/amlogic/amlogic_sdhc.c: revisions 1.4-1.6
sys/arch/evbarm/conf/ODROID-C1: revision 1.17
port number is required
--
The Amlogic SDHC controller doesn't support SG DMA. When we advertise
DMA but not SG DMA support, the sdmmc layer breaks up transfers into
multiple PAGE_SIZE (8KB here) transfers.

Remove the DMA capability flag and do transfers through a MAXPHYS-sized
buffer instead. This lets us do larger transfers and even with the memcpy,
still a significant win for performance.

Before: 134217728 bytes transferred in 15.301 secs (8771827 bytes/sec)
After:  134217728 bytes transferred in 8.834 secs (15193313 bytes/sec)
--
fix size of dmamem map

(snj)

2015-04-23 19:55:08 UTC netbsd-7 commitmail json YAML

682, 710, 714, 715, 719

(snj)

2015-04-23 19:46:40 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #719):
usr.bin/mail/cmd3.c: revision 1.43
usr.bin/mail/extern.h: revision 1.33
usr.bin/mail/fio.c: revisions 1.41, 1.42
usr.bin/mail/mail.1: revision 1.61
usr.bin/mail/names.c: revision 1.31, 1.32
usr.bin/mail/send.c: revision 1.38
Fix various security related issues:
    0001. Do not recognize paths, mail folders, and pipes in mail addresses
    by default.  That avoids a direct command injection with syntactically
    valid email addresses starting with |.
    Such addresses can be specified both on the command line, the mail
    headers (with -t) or in address lines copied over from previous
    while replying.
    This was assigned CVE-2014-7844 for some versions of BSD mailx.  It is
    documented behavior for Heirloom mailx, and was mentioned in an old
    technical report about BSD mailx (which does not usually make its way
    into operating system installations).  The patch switches off this
    processing and updates the documentation.
Added expandaddr option to explicitly enable this behavior.
    0002. When invoking sendmail, prevent option processing for email
    address arguments.  This prevents changing e.g. the Postfix
    configuration file in unexpected ways.  This behavior was documented for
    BSD mailx (sort of), but not for Heirloom mailx.  We did not assign a
    CVE to this because it is more of a missing feature, and code invoking
    mailx needs adjustment in the caller as well.
Fixed.
    0003. Make wordexp support mandatory.  (No functional change.)
Fixed (replaced explicit shell pipe implementation).
    0004. Prevent command execution in the expand function, which is IMHO
    unexpected.  (Not really required with patch 1, and there is still
    information disclosure/DoS potential if this expansion occurs.)  This is
    a historic vulnerability already fixed in the Debian package,
    retroactively assigned CVE-2004-2771:
Fixed (as part of the pipe replacement with wordexp).
--
fix incorrect arg size computation

(snj)

2015-04-23 19:38:11 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #715):
distrib/sets/lists/base/mi: revision 1.1100
distrib/sets/lists/man/mi: revision 1.1499 via patch
libexec/httpd/Makefile: revision 1.23
libexec/httpd/bozohttpd.8: revision 1.50
libexec/httpd/cgi-bozo.c: revision 1.26
install as bozohttpd/bozohttpd.8 as well as httpd.
--
Fix deref "command" after "free(file)", from KIYOHARA Takashi

(snj)

2015-04-23 19:23:45 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #710):
sys/net/if_vlan.c: revision 1.81
Count up parent's obytes and omcasts counters
PR kern/49837

(snj)

2015-04-23 18:53:08 UTC netbsd-7 commitmail json YAML

src/external/bsd/ntp/dist/COPYRIGHT@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/ChangeLog@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/CommitLog@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/Makefile.am@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/Makefile.in@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/NEWS@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/aclocal.m4@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/adjtimed/Makefile.in@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/build@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/clockstuff/Makefile.in@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/config.h.in@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/configure@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/configure.ac@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/html/build.html@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/external/bsd/ntp/dist/html/confopt.html@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/external/bsd/ntp/dist/html/copyright.html@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/external/bsd/ntp/dist/html/drivers/driver28.html@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/external/bsd/ntp/dist/html/miscopt.html@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/external/bsd/ntp/dist/html/sntp.html@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/external/bsd/ntp/dist/include/Makefile.in@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
      :
(more 329 files)
Pull up following revision(s) (requested by christos in ticket #682):
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.5
external/bsd/ntp/dist/CommitLog: up to 1.1.1.5
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/NEWS: up to 1.1.1.5
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.5
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/configure: up to 1.1.1.5
external/bsd/ntp/dist/configure.ac: up to 1.1.1.5
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/include/binio.h: up to 1.3
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.3
external/bsd/ntp/dist/include/ntp.h: up to 1.3
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.3
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.6
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.3
external/bsd/ntp/dist/include/ntpd.h: up to 1.6
external/bsd/ntp/dist/include/parse.h: up to 1.3
external/bsd/ntp/dist/include/parse_conf.h: up to 1.3
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.3
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.3
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.3
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.3
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.5
external/bsd/ntp/dist/lib/isc/log.c: up to 1.5
external/bsd/ntp/dist/lib/isc/result.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.3
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.6
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/libntp/audio.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.4
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.3
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.3
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.5
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.3
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.3
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.3
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.3
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.3
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.3
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.6
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.15
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.5
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.3
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.3
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.3
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.3
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.5
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.3
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.3
external/bsd/ntp/dist/readme.y2kfixes: up to 1.1.1.2
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.3
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/sample/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.4
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/main.c: up to 1.12
external/bsd/ntp/dist/sntp/networking.c: up to 1.10
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.4
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.3
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.3
external/bsd/ntp/dist/util/jitter.c: up to 1.3
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.8
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.3
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.7
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.3
external/bsd/ntp/importdate: up to 1.5
external/bsd/ntp/include/config.h: up to 1.11
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.6
Update ntp to 4.2.8p2

(snj)

2015-04-23 14:49:26 UTC MAIN commitmail json YAML

2015-04-23 14:39:03 UTC MAIN commitmail json YAML

For RUMP_COMPAT, accept "all" as an alias.

Also accept a comma-separated list, since that's easier to pass through
shells than a whitespace-separated list.

(pooka)

2015-04-23 13:51:53 UTC MAIN commitmail json YAML

Update gcc entry. gcc-5.1 is out.

(wiz)

2015-04-23 13:27:14 UTC MAIN commitmail json YAML

newfs_msdos allowed suffixes such as 'k', 'm' for some parameters,
but amusingly this did not include Block size, or Sectors per cluster.
Allow for all numeric parameters (If I want to specify the number
of drive heads as '1K', then why not?)

(abs)

2015-04-23 11:32:55 UTC MAIN commitmail json YAML

Add a space after "options" and before the <tab> for conformity
with other options.  Among other things, this allows one to
remove the # comment character without breaking the vertical
alignment.

(pgoyette)

2015-04-23 10:52:18 UTC MAIN commitmail json YAML

Default compat to 60 70, now that it hopefully generates no fallout.

(pooka)

2015-04-23 10:51:20 UTC MAIN commitmail json YAML

2015-04-23 10:50:29 UTC MAIN commitmail json YAML

Mark the vattr50 translation helpers as COMPAT_50

(pooka)

2015-04-23 10:50:00 UTC MAIN commitmail json YAML

support COMPAT_nn flags

(pooka)

2015-04-23 07:56:03 UTC MAIN commitmail json YAML

COMPAT_OIF{DATA,REQ} are defined by compat/sys/sockio.h if need be,
don't define them here unconditionally.

(pooka)

2015-04-23 07:55:24 UTC MAIN commitmail json YAML

2015-04-23 07:36:24 UTC netbsd-7 commitmail json YAML

2015-04-23 07:31:17 UTC netbsd-7 commitmail json YAML

src/sys/arch/x86/include/pmap.h@1.55.4.1 / diff / nxr@1.55.4.1
src/sys/arch/x86/x86/pmap.c@1.183.2.2 / diff / nxr@1.183.2.2
src/sys/dev/pci/agp_amd64.c@1.7.14.1 / diff / nxr@1.7.14.1
src/sys/dev/pci/agp_i810.c@1.112.2.3 / diff / nxr@1.112.2.3
src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c@1.10.2.4 / diff / nxr@1.10.2.4
src/sys/external/bsd/drm2/dist/drm/i915/i915_gem.c@1.14.2.8 / diff / nxr@1.14.2.8
src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_agp.c@1.2.4.1 / diff / nxr@1.2.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_ttm.c@1.2.4.2 / diff / nxr@1.2.4.2
src/sys/external/bsd/drm2/dist/drm/radeon/atombios_crtc.c@1.2.4.1 / diff / nxr@1.2.4.1
src/sys/external/bsd/drm2/dist/drm/radeon/radeon_agp.c@1.2.4.1 / diff / nxr@1.2.4.1
src/sys/external/bsd/drm2/dist/drm/radeon/radeon_display.c@1.2.4.1 / diff / nxr@1.2.4.1
src/sys/external/bsd/drm2/dist/drm/radeon/radeon_legacy_crtc.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/radeon/radeon_object.c@1.2.4.1 / diff / nxr@1.2.4.1
src/sys/external/bsd/drm2/dist/drm/radeon/radeon_ttm.c@1.5.4.2 / diff / nxr@1.5.4.2
src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo.c@1.4.2.2 / diff / nxr@1.4.2.2
src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c@1.4.2.1 / diff / nxr@1.4.2.1
src/sys/external/bsd/drm2/i915drm/intelfb.c@1.9.4.3 / diff / nxr@1.9.4.3
src/sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h@1.4.2.4 / diff / nxr@1.4.2.4
src/sys/external/bsd/drm2/include/linux/mm.h@1.3.2.2 / diff / nxr@1.3.2.2
src/sys/external/bsd/drm2/include/linux/pci.h@1.7.2.6 / diff / nxr@1.7.2.6
      :
(more 3 files)
Pull up following revision(s) (requested by mrg in ticket #718):
sys/arch/x86/include/pmap.h: revision 1.56
sys/arch/x86/x86/pmap.c: revision 1.188
sys/dev/pci/agp_amd64.c: revision 1.8
sys/dev/pci/agp_i810.c: revision 1.118
sys/external/bsd/drm2/dist/drm/i915/i915_dma.c: revision 1.16
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.29
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_agp.c: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_ttm.c: revision 1.4
sys/external/bsd/drm2/dist/drm/radeon/atombios_crtc.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/radeon_agp.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/radeon_display.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/radeon_legacy_crtc.c: revision 1.2
sys/external/bsd/drm2/dist/drm/radeon/radeon_object.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/radeon_ttm.c: revision 1.7
sys/external/bsd/drm2/dist/drm/ttm/ttm_bo.c: revisions 1.7-1.10
sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c: revision 1.5
sys/external/bsd/drm2/i915drm/intelfb.c: revision 1.13
sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h: revisions 1.12, 1.13
sys/external/bsd/drm2/include/linux/mm.h: revision 1.5
sys/external/bsd/drm2/include/linux/pci.h: revisions 1.16, 1.17
sys/external/bsd/drm2/nouveau/nouveaufb.c: revision 1.2
sys/external/bsd/drm2/radeon/radeon_pci.c: revisions 1.8, 1.9
sys/uvm/uvm_init.c: revision 1.46
Hack against the blank console problem:
Leave the CLUT alone on ancient cards. At least this leaves us with a
semi working console (red and blue are flipped). Leave an example of what
seems to be happening but disable it because colors are better than 444 bit
greyscale.
--
Initialize P->V tracking for unmanaged device pages in uvm_init.

Conditional on __HAVE_PMAP_PV_TRACK until we add it to all pmaps.

MI part of pmap_pv(9) change proposed on tech-kern:

https://mail-index.netbsd.org/tech-kern/2015/03/26/msg018561.html
--
Implement pmap_pv(9) for x86 for P->V tracking of unmanaged pages.

Proposed on tech-kern with no objections:

https://mail-index.netbsd.org/tech-kern/2015/03/26/msg018561.html
--
Use pmap_pv(9) to remove mappings of Intel graphics aperture pages.

Proposed on tech-kern with no objections:

https://mail-index.netbsd.org/tech-kern/2015/03/26/msg018561.html

Further background at:

https://mail-index.netbsd.org/tech-kern/2014/07/23/msg017392.html
--
Use pmap_pv(9) to remove mappings of device pages in TTM.

Adapt nouveau and radeon to do pmap_pv_track for their device pages.

Proposed on tech-kern with no objections:

https://mail-index.netbsd.org/tech-kern/2015/03/26/msg018561.html

Further background at:

https://mail-index.netbsd.org/tech-kern/2014/07/23/msg017392.html
--
Fix error branches in agp_amd64.c.

- agp_generic_detach always.
- Free asc if it was allocated.  (Found by Brainy, noted by maxv@.)
- Free the GATT if it was allocated.
--
pmf_device_register returns false on failure, not true
--
In DRM_SPIN_WAIT_ON, don't stop after waiting only one tick.

Continue the loop to recheck the condition and count the whole
duration.
--
Don't use the video BIOS memory as an i915 flush page!
--
Don't let anyone else allocate the video BIOS either.
--
Missed a zero: it's 0x100000, not 0x10000.
--
Don't reserve if atomic -- caller must have pre-pinned the buffer.
--
Don't reserve if atomic -- caller must have pre-pinned the buffer.
--
almost add radeondrmkms suspend/resume support.  it unfortunately doesn't work.
--
Need the page's uvm object lock to do pmap_page_protect.
--
Use KASSERTMSG to show bad base/offset.
--
KASSERT about page-alignment on initialization too.
--
Don't break when hardclock_ticks wraps around.

Since we now only count time spent in wait, rather than determining
the end time and checking whether we've passed it, timeouts might be
marginally longer in effect.  Unlikely to be an issue.
--
Remove broken drm2 vm_mmap stub.  Can't possibly have ever worked.
--
apply some of the additional changes from Arto Huusko in PR#49645:
- call pmf_device_deregister on detach.

i've kept the "resume = true" for radeon_resume_kms() call as it
seems to work for me (indeed, code inspection shows it is unused
on netbsd :-)

my old nforce4 box that can resume old drm (or could, last i tried
several years ago) while X and GL apps were running, can at least
survive a resume if X hasn't started.  my one attempt so far with
X exited, but having run, did not work.
--
First attempt to make ttm_buffer_object_transfer less bogus.
--
Make sure mem.bus.is_iomem is initialized.  PR 49833

(snj)

2015-04-23 07:03:49 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #717):
usr.bin/midiplay/midiplay.c: revision 1.30
if not playing (-q mode), don't call ioctl() or try to use the results.
now -q mode works.

(snj)

2015-04-23 06:39:19 UTC MAIN commitmail json YAML

2015-04-23 06:19:10 UTC MAIN commitmail json YAML

Update for 2015 dates.  From Jeff Woodall in PR misc/49587, with
a typo fixed in Election Day (and the "even years" bit removed).

(snj)

2015-04-23 04:49:37 UTC MAIN commitmail json YAML

When exiting, provide a reason.

(pgoyette)

2015-04-23 02:01:12 UTC MAIN commitmail json YAML

set FILESBUILD_acronyms-o=yes so that non BUILD= builds work.
from christos.

(mrg)

2015-04-23 01:20:20 UTC MAIN commitmail json YAML

2015-04-22 23:04:16 UTC MAIN commitmail json YAML

Revert back to IS_CURCPU until panics with CURLWP are solved.

(matt)

2015-04-22 22:58:41 UTC MAIN commitmail json YAML

2015-04-22 20:49:45 UTC MAIN commitmail json YAML

This comment is no longer IPv6 specific.

(roy)

2015-04-22 20:42:32 UTC MAIN commitmail json YAML

Fix a copy n pasta error with prior.

(roy)

2015-04-22 20:24:20 UTC MAIN commitmail json YAML

2015-04-22 20:21:11 UTC MAIN commitmail json YAML

double the size of the image to fix the build

(christos)

2015-04-22 20:10:56 UTC MAIN commitmail json YAML

2015-04-22 19:48:01 UTC MAIN commitmail json YAML

Revise rhetoric for why __HAVE_ATOMIC64_OPS is defined with _KERNEL even
though we don't know for sure that the target i386 CPU will support them.

(pooka)

2015-04-22 19:46:09 UTC MAIN commitmail json YAML

Move INET6 specific in6_if_{up,down}() and in6_if_link_{up,down}()
into agnostic domain functions.

(roy)

2015-04-22 19:43:45 UTC MAIN commitmail json YAML

Build ZFS by default only for amd64, not i386.

If we build i386 for 486 (i.e. no 64bit atomic ops) and as a substitute
for the modern hardware that the code was designed to run on use solid
workarounds like external/cddl/osnet/lib/libzpool/atomic.c, there's not
much point in anything.

(pooka)

2015-04-22 19:25:18 UTC MAIN commitmail json YAML

2015-04-22 18:42:04 UTC MAIN commitmail json YAML

find awk where it is now

(christos)

2015-04-22 18:14:55 UTC MAIN commitmail json YAML

Put 50 back to compat list for a while (some fallout)

(pooka)

2015-04-22 18:12:40 UTC MAIN commitmail json YAML

2015-04-22 17:58:19 UTC MAIN commitmail json YAML

default compat to 60 & 70

(pooka)

2015-04-22 17:57:49 UTC MAIN commitmail json YAML

2015-04-22 17:42:22 UTC MAIN commitmail json YAML

Move the INET6 specific code for wait_dad_exec() into af_inet6
by using a new afswtch hook af_addr_tentative.

(roy)

2015-04-22 17:38:33 UTC MAIN commitmail json YAML

Apparently not all ports define struct clockframe in cpu.h, so we cannot
provide our definition that way.  Instead, generate the struct clockframe
passed to hardclock() in MD code.

(pooka)

2015-04-22 17:07:24 UTC MAIN commitmail json YAML

2015-04-22 17:01:00 UTC MAIN commitmail json YAML

2015-04-22 16:59:45 UTC MAIN commitmail json YAML

Generate -DCOMPAT_nn from a list of nn provided in RUMP_COMPAT

(pooka)

2015-04-22 16:49:42 UTC MAIN commitmail json YAML

2015-04-22 16:48:08 UTC MAIN commitmail json YAML

2015-04-22 16:46:58 UTC MAIN commitmail json YAML

opt_ntp.h is no longer used in kern_clock.c

(pooka)

2015-04-22 16:43:11 UTC MAIN commitmail json YAML

2015-04-22 16:42:24 UTC MAIN commitmail json YAML

move clock sysctls from init_sysctl.c to kern_clock.c

(pooka)

2015-04-22 16:01:07 UTC MAIN commitmail json YAML

2015-04-22 15:04:57 UTC MAIN commitmail json YAML

PR/49850: Nikolai Lifanov: Document acronyms-o

(christos)

2015-04-22 14:00:46 UTC MAIN commitmail json YAML

Fix typo, remove trailing space.

(wiz)

2015-04-22 13:59:54 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2015-04-22 13:15:30 UTC MAIN commitmail json YAML

Make century and year conversion tests a standalone test case rather than
part of the "common" test case.

(ginsbach)

2015-04-22 07:32:08 UTC netbsd-7 commitmail json YAML

2015-04-22 07:27:09 UTC MAIN commitmail json YAML

Instead of duplicating code, create ffs_is_appleufs(): returns 1 if the
device is an AppleUFS FS, 0 otherwise.

This changes the behavior a bit: if the kernel cannot determine whether the
disk is an AppleUFS one or not, it now considers it as a normal UFS rather
than returning an error and not mounting/reloading it.

No particular comment on tech-kern@

(maxv)

2015-04-22 07:18:58 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #648):
common/lib/libc/stdlib/_strtoi.h: revisions 1.1, 1.2
common/lib/libc/stdlib/strtoi.c: revision 1.1
common/lib/libc/stdlib/strtou.c: revision 1.1
distrib/sets/lists/base/ad.aarch64: patch
distrib/sets/lists/base/ad.arm: patch
distrib/sets/lists/base/ad.mips: patch
distrib/sets/lists/base/ad.powerpc: patch
distrib/sets/lists/base/md.amd64: patch
distrib/sets/lists/base/md.sparc64: patch
distrib/sets/lists/base/shl.mi: patch
distrib/sets/lists/comp/mi: revision 1.1939
distrib/sets/lists/debug/ad.aarch64: patch
distrib/sets/lists/debug/ad.arm: patch
distrib/sets/lists/debug/ad.mips: patch
distrib/sets/lists/debug/ad.powerpc: patch
distrib/sets/lists/debug/md.amd64: patch
distrib/sets/lists/debug/md.sparc64: patch
distrib/sets/lists/debug/shl.mi: patch
include/inttypes.h: revision 1.11
lib/libc/shlib_version: patch
lib/libc/stdlib/Makefile.inc: revision 1.84
lib/libc/stdlib/strtol.3: revisions 1.27-1.31
lib/libc/stdlib/strtoul.3: revisions 1.26-1.29
sys/lib/libkern/Makefile.libkern: revision 1.37
sys/lib/libkern/libkern.h: revision 1.117
tools/compat/Makefile: revision 1.73
tools/compat/compat_defs.h: revision 1.101
tools/compat/configure.ac: revision 1.83
tools/compat/configure: revision 1.82
tools/compat/nbtool_config.h.in: revision 1.36
add strto{i,u} from Kamil Rytarowski as discussed in tech-userlevel.
--
strtoi and strtou additions
--
strtoi and strtou for the kernel
--
strtoi and strtou additions
--
strtoi and strtou man pages
--
strto{i,u}
--
regen
--
Remove trailing whitespace.
--
match variable names with man page (Kamil Rytarowski)
--
cleanups from (Kamil Rytarowski)
--
add strtoi strtou (Kamil Rytarowski)
--
PR/49640: Kamil Rytarowski: Improve error printing
--
Use existing month for Dd.

(snj)

2015-04-22 03:07:55 UTC MAIN commitmail json YAML

Fix rump.route shows host's interface names

Let it use rump-ified if_indextoname and getifaddrs
to get rump kernel's interfaces, which is the same way
as ifconfig.

(ozaki-r)

2015-04-21 23:56:30 UTC MAIN commitmail json YAML

obey $ACRONYMDB like before

(christos)

2015-04-21 22:49:46 UTC MAIN commitmail json YAML

2015-04-21 22:41:32 UTC MAIN commitmail json YAML

2015-04-21 22:40:37 UTC MAIN commitmail json YAML

2015-04-21 21:22:07 UTC MAIN commitmail json YAML

Mention EWOULDBLOCK too since a lot of the source code and documentation still
refers to it.

(christos)

2015-04-21 19:57:41 UTC MAIN commitmail json YAML

2015-04-21 19:56:02 UTC MAIN commitmail json YAML

#define some bits in the clock gating registers

(macallan)

2015-04-21 19:19:31 UTC MAIN commitmail json YAML

fix comments, add LCDC*_BASEs

(macallan)

2015-04-21 17:39:50 UTC MAIN commitmail json YAML

Make seconds conversion tests a standalone test case rather than
part of the "common" test case.

(ginsbach)

2015-04-21 16:18:50 UTC MAIN commitmail json YAML

Use hardclock_ticks instead of a homegrown variable.

... not that I understand how various kernel algorithms can work
after enough uptime with hardclock_ticks being a signed int.

(pooka)

2015-04-21 13:17:25 UTC MAIN commitmail json YAML

#ifdef DIAGNOSTIC panic -> KASSERT

(riastradh)

2015-04-21 13:15:28 UTC MAIN commitmail json YAML

Remove bogus size_t->int casts in uiomove.

(riastradh)

2015-04-21 12:57:03 UTC MAIN commitmail json YAML

Mark some variables __read_mostly.

(riastradh)

2015-04-21 12:55:57 UTC MAIN commitmail json YAML

Mark some variables __read_mostly.

(riastradh)

2015-04-21 12:51:53 UTC MAIN commitmail json YAML

2015-04-21 12:47:33 UTC MAIN commitmail json YAML

2015-04-21 12:07:31 UTC MAIN commitmail json YAML

Xor, not ior, to combine bits of binuptime for rnd_counter.

(riastradh)

2015-04-21 11:53:54 UTC MAIN commitmail json YAML

Add Kurotoshiko GbE-USB3.0S2.

(ryoon)

2015-04-21 11:10:29 UTC MAIN commitmail json YAML

Remove the unused and all-but-unusable kthread_destroy().  Also makes
it more obvious that the opposite of kthread_create() is kthread_exit().

(pooka)

2015-04-21 10:54:52 UTC MAIN commitmail json YAML

Don't check if constant-sized KM_SLEEP allocations succeeded.

(pooka)

2015-04-21 10:39:41 UTC MAIN commitmail json YAML

Attach PF_INET6 pktq sysctls only when inet6 is present.

More modular initialization would be nicer, but at least this patch
prevents "sysctl -a" from crashing when INET6 is defined by inet6 has
not been attached.

(pooka)

2015-04-21 10:12:04 UTC MAIN commitmail json YAML

2015-04-21 10:00:31 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2015-04-21 06:12:41 UTC MAIN commitmail json YAML

support interrupt-driven transfers

(macallan)

2015-04-21 05:29:50 UTC netbsd-7 commitmail json YAML

tickets 636, 712, and 713. wrap a few long lines while here.

(snj)

2015-04-21 05:27:30 UTC MAIN commitmail json YAML

move service(8) entry to CHANGES.prev, since it'll be appearing in 7.0

(snj)

2015-04-21 05:22:58 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ast in ticket #636):
distrib/sets/lists/base/mi: revision 1.1098
distrib/sets/lists/man/mi: revision 1.1498
doc/CHANGES: patch
usr.sbin/Makefile: revision 1.270
usr.sbin/service/Makefile: revision 1.1
usr.sbin/service/service: revision 1.1-1.7
usr.sbin/service/service.8: revisions 1.1-1.4
Import a substantially modified service(8) command from FreeBSD to
manage rc.d scripts.  This command is well known on most other Unixes
and should help soften the learning curve for Unix admins coming
to NetBSD.
--
Make the usage appear more standard.
--
Sort options. Use An -nosplit in AUTHORS section.
--
Remove -f option as rc_fast is not set in invocation mode.
Do the load_rc_config *after* option parsing.
Catch conflicting -e + -l option specs.
--
Integrate some feedback gleened from tech-userlevel@netbsd.org
Avoid ls -P so that script can also run pre-netbsd-7.
Make sure /etc/rc.conf.d configurations are supported.
--
cosmetic change in man 8 service
use shell quoting in a safe way as suggested by Alan Barrett
--
More shell quoting.  /etc/rc.d/* file names with embedded spaces are
not expected to work, but let's quote them anyway.

(snj)

2015-04-21 04:55:15 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #713):
sys/dev/ic/bwi.c: revision 1.26
sys/nfs/krpc_subr.c: revision 1.38
Fix uninitialized variable.
Found by The Brainy Code Scanner in FreeBSD.
--
Fix a double free. "Suggested" by Brainy.
ok rjs@ riastradh@

(snj)

2015-04-21 04:50:17 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #712):
lib/libc/stdlib/atexit.c: revision 1.29
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/atexit_arm.cc: revision 1.2
Redo __aeabi_atexit by shuffling the arguments and dropping the code in
libstdc++.

(snj)

2015-04-21 04:41:36 UTC MAIN commitmail json YAML

Turn a kassert into a more appropriately placed ctassert.

(riastradh)

2015-04-21 04:24:52 UTC MAIN commitmail json YAML

No need for CPU_CORTEXA7 since it's implied by ALLWINNER_A20

(matt)

2015-04-21 04:24:16 UTC MAIN commitmail json YAML

Save some space: use one condvar for all rndsinks.  Not a hot spot.

(riastradh)

2015-04-21 04:19:25 UTC MAIN commitmail json YAML

Gather rndsinks global state into a cacheline-aligned struct.

(riastradh)

2015-04-21 04:05:57 UTC MAIN commitmail json YAML

Revert previous -- a little too quick on the commit trigger.

Ran some tests but not enough.  There is a deadlock against myself:

rndsink_request acquires rndsinks_lock
-> rnd_getmore
-> hyperentropy feedrandom (or any other rndsource callback)
-> rnd_add_data
-> rndsinks_distribute acquires rndsinks_lock

Need to break this cycle before rndsource callbacks can invoke
rnd_add_data.

(riastradh)

2015-04-21 03:53:51 UTC MAIN commitmail json YAML

Restore simplicity of rump hyperentropy `hardware RNG'.

(riastradh)

2015-04-21 03:53:07 UTC MAIN commitmail json YAML

Release rnd_global.lock while calling an rndsource's callback.

Obviates the need for obnoxious double-lock dances in hardware RNG
drivers.

(riastradh)

2015-04-21 03:46:46 UTC MAIN commitmail json YAML

Correction: we do need <sys/atomic.h>, for membar_*.

(Not clear that these membars actually make sense, but that's a
separate issue.)

(riastradh)

2015-04-21 03:30:06 UTC MAIN commitmail json YAML

2015-04-21 03:29:27 UTC MAIN commitmail json YAML

Nix some more needless includes.

(riastradh)

2015-04-21 03:25:46 UTC MAIN commitmail json YAML

Don't need <sys/atomic.h>.

(riastradh)

2015-04-21 03:24:07 UTC MAIN commitmail json YAML

2015-04-21 03:21:54 UTC MAIN commitmail json YAML

Cull long-dead flags from namei(9) man page.

(riastradh)

2015-04-21 03:19:03 UTC MAIN commitmail json YAML

2015-04-21 03:18:21 UTC MAIN commitmail json YAML

Cull unused INRENAME and INRELOOKUP from PARAMASK.

(riastradh)

2015-04-21 03:16:30 UTC MAIN commitmail json YAML

Cull unused INRENAME and INRELOOKUP.

(riastradh)

2015-04-20 23:30:58 UTC MAIN commitmail json YAML

Uncomment the argument struct declarations in deadfs.

We don't actually use them, but this is the only way the vop
versioning mechanism flags code that needs changing.

(riastradh)

2015-04-20 23:12:56 UTC MAIN commitmail json YAML

Restore "#if !defined(CPU_CORTEXA5)" accidentally removed in previous
commit -- hi skrll@

(jmcneill)

2015-04-20 23:11:27 UTC MAIN commitmail json YAML

2015-04-20 23:08:07 UTC MAIN commitmail json YAML

Fix comment in vnode_if.src to reflect change to VOP_LINK.

(riastradh)

2015-04-20 23:03:09 UTC MAIN commitmail json YAML

2015-04-20 22:59:19 UTC MAIN commitmail json YAML

Make VOP_LINK return directory still locked and referenced.

Ride 7.99.10 bump.

(riastradh)

2015-04-20 22:46:35 UTC MAIN commitmail json YAML

Set the redirection correctly, so that stderr gets duped to the
already redirected stdout, rather than duping stdout to stderr!

Without this fix, the disklabel output is included in the log file
rather than being discarded as intended.  (The purpose of running
disklabel this first time is only to check for success.)

(pgoyette)

2015-04-20 21:48:47 UTC MAIN commitmail json YAML

Release dir after create/mknod/mkdir/symlink as 6.99.29 required.

(riastradh)

2015-04-20 21:02:49 UTC MAIN commitmail json YAML

2015-04-20 20:19:52 UTC MAIN commitmail json YAML

Use physical timer for gtmr_delay();

(matt)

2015-04-20 20:15:22 UTC MAIN commitmail json YAML

Make sure mem.bus.is_iomem is initialized.  PR 49833

(riastradh)

2015-04-20 19:36:56 UTC MAIN commitmail json YAML

2015-04-20 19:17:04 UTC MAIN commitmail json YAML

First attempt to make ttm_buffer_object_transfer less bogus.

(riastradh)

2015-04-20 18:01:46 UTC MAIN commitmail json YAML

Apply modified version of patch from Wolfgang Stukenbrock in PR bin/41766

This forcibly unmounts tmpfs file systems, so that swapctl doesn't run
out of swap itself, eventually trying to kill pid 1.

No objections since:
  http://mail-index.netbsd.org/current-users/2015/03/16/msg026908.html

(prlw1)

2015-04-20 15:39:38 UTC MAIN commitmail json YAML

Use Er, not Dv, for errno E* names.

(riastradh)

2015-04-20 15:38:13 UTC MAIN commitmail json YAML

2015-04-20 15:30:41 UTC MAIN commitmail json YAML

First part of reworking vnode(9) man page.  Much more to come.

(riastradh)