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

2024-05-09 20:32:37 UTC Now

2017-04-19 02:21:53 UTC MAIN commitmail json YAML

Fix value for RE_TDESC_CMD_LGSEND_V6 (currently unused)

(jmcneill)

2017-04-19 00:20:02 UTC MAIN commitmail json YAML

Performance improvements for PCIe and 8168 based devices:
- When using the countdown timer for interrupt moderation on PCIe devices,
  use a timer rate value based on a 125MHz PCIe reference clock instead of
  33 MHz.
- For 8168 based devices, ditch the countdown timer and instead use the
  (undocumented) hardware interrupt moderation feature.
- Support TSOv4 on 8168D and later devices.

(jmcneill)

2017-04-19 00:17:31 UTC MAIN commitmail json YAML

2017-04-19 00:01:38 UTC MAIN commitmail json YAML

Modularize ualea(4).

Unclear why we have a separate xyz.ioconf for module and XYZ.ioconf
for rump component, but at least xyz_modcmd obviates the need for
xyz_component.c (though evidently the latter could have been replaced
anyway by RUMP_COMPONENT=ioconf in the rump component Makefile).

(riastradh)

2017-04-18 21:31:48 UTC bouyer-socketcan commitmail json YAML

Include options CAN and canloop pseudo-device by default.
Add awincan0 device to CUBIEBOARD

(bouyer)

2017-04-18 21:30:38 UTC bouyer-socketcan commitmail json YAML

First draft of a driver for the CAN controller found in the
Allwinner A20 SoC.

(bouyer)

2017-04-18 21:29:40 UTC bouyer-socketcan commitmail json YAML

include socketvar.h, so avoid a warning on struct sockopt *

(bouyer)

2017-04-18 20:48:07 UTC bouyer-socketcan commitmail json YAML

if_canloop.c is in netcan/

(bouyer)

2017-04-18 20:37:38 UTC bouyer-socketcan commitmail json YAML

Add can_ifinit_timings() helper function, which initialise timing parameters
to known invalid values.

(bouyer)

2017-04-18 20:36:27 UTC bouyer-socketcan commitmail json YAML

Remove clt_clock_freq from user-supplied timing informations, it is defined
by the brp.

(bouyer)

2017-04-18 20:02:50 UTC MAIN commitmail json YAML

sun4v: Add handling of trap 0x06c @ trap level 1 - based on code from OpenBSD, but slightly adapted to NetBSD. verified using qemu

(palle)

2017-04-18 19:54:52 UTC netbsd-7 commitmail json YAML

2017-04-18 19:53:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1367):
sys/arch/amd64/conf/XEN3_DOM0: revision 1.134
sys/arch/i386/conf/XEN3_DOM0: revision 1.112
Be more explicit about the status of dom0 SMP support.

(snj)

2017-04-18 19:41:27 UTC MAIN commitmail json YAML

2017-04-18 19:10:58 UTC MAIN commitmail json YAML

2017-04-18 19:09:12 UTC MAIN commitmail json YAML

gson@ informs me the Alea I and II have the same USB product id.

Thus, ualea(4) should work for both of them.  Rename USB product id
ARANEUS ALEA_II to ARANEUS ALEA to reflect this.

No functional change intended, except perhaps via usbdevs.

(riastradh)

2017-04-18 19:04:25 UTC MAIN commitmail json YAML

Fix the same typo again in the same comment.

Still no functional change.

(riastradh)

2017-04-18 19:03:43 UTC MAIN commitmail json YAML

Fix typo in comment.  No functional change.

(riastradh)

2017-04-18 18:44:06 UTC MAIN commitmail json YAML

2017-04-18 18:43:11 UTC MAIN commitmail json YAML

2017-04-18 18:41:59 UTC MAIN commitmail json YAML

2017-04-18 18:41:46 UTC MAIN commitmail json YAML

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

PR/52174: Remove root test, it is too verbose. XXX: need to come up with
something better.

(christos)

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

Remove redundant duplicate assignment.

from clang static analyzer

(maya)

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

Remove duplicate assignment.
We assign the same value unconditionally just before.

from clang static analyzer

XXX surrounding code seems fishy

(maya)

2017-04-18 16:30:21 UTC MAIN commitmail json YAML

remove redundant assignments
nchan is overwritten before it is used in all cases. so is i.

from clang static analyzer
ok riastradh

(maya)

2017-04-18 15:14:28 UTC MAIN commitmail json YAML

switch pmc_ncounters to unsigned int.

matches userland pmc, makes it clear to static analyzers that if the loop
in pmc_nmi (for (i = 0; i < pmc_ncounters; i++) ) is not entered, then the
condition i == pmc_ncounters (== 0) is satisfied and no null derefs occur

this change only helps analyzers read the code, null deref was not possible
before.

(maya)

2017-04-18 14:11:42 UTC MAIN commitmail json YAML

First pass reducing magic numbers adding register defines.
No change to register values/writes, except VLPCI_MISC_CTL_HIADDR_DIS added.

(flxd)

2017-04-18 12:34:07 UTC MAIN commitmail json YAML

always initialize iovcnt

from clang static analyzer

(maya)

2017-04-18 12:17:12 UTC MAIN commitmail json YAML

2017-04-18 11:49:50 UTC MAIN commitmail json YAML

change aprint_verbose() to know easily msi devices affinity to CPU#0 or not.

suggested by msaitoh@n.o.

(knakahara)

2017-04-18 11:44:38 UTC MAIN commitmail json YAML

use DPRINTF instead of #define INTRDEBUG and printf().

(knakahara)

2017-04-18 11:35:34 UTC MAIN commitmail json YAML

avoid calloc(1,0).
from clang static analyzer

ok christos

(maya)

2017-04-18 10:49:35 UTC MAIN commitmail json YAML

Use %zu for size_t (fix build of 32bit archs)

(ozaki-r)

2017-04-18 10:00:26 UTC MAIN commitmail json YAML

2017-04-18 07:44:21 UTC MAIN commitmail json YAML

Swap arguments to strncmp() so that the thing we are testing, the
section name, comes first; and so that the length of the string
constant is right next to that constant.

(uwe)

2017-04-18 06:39:54 UTC MAIN commitmail json YAML

Move deallocation of shstrsz inside the block where it is allocated.

(uwe)

2017-04-18 05:26:42 UTC MAIN commitmail json YAML

2017-04-18 05:25:32 UTC MAIN commitmail json YAML

Remove __FreeBSD__ and __NetBSD__ switches

No functional changes (except for a debug printf).

Note that there remain some __FreeBSD__ for sysctl knobs which counerparts
to NetBSD don't exist. And ipsec_osdep.h isn't touched yet; tidying it up
requires actual code changes.

(ozaki-r)

2017-04-18 05:21:34 UTC MAIN commitmail json YAML

Enable PCIe's interrupt as much as possilbe in ppb(4) to detect and count
status change event. HotPlug function itself have not implemented yet.

- Interrupt and each event are counted by evcnt(9). Example:

  ppb0 Interrupt                                                0    0 intr
  ppb0 Attention Button Pressed                                0    0 misc
  ppb0 Power Fault Detected                                    0    0 misc
  ppb0 MRL Sensor Changed                                      0    0 misc
  ppb0 Presence Detect Changed                                  0    0 misc
  ppb0 Command Completed                                        0    0 misc
  ppb0 Data Link Layer State Changed                            0    0 misc

- Print message if ppb_printevent is not zero. The default vaule is 0.
  The output messages:

  Attention Button Pressed
  Power Fault Detected
  MRL Sensor Changed
  Presence Detect Changed
  Command Completed
  Data Link Layer State Changed

- Remove workaround code to disable interrupt (ppb.c rev. 1.35).

Tested with Dell Latitude 2120 without if_bge.c rev. 1.304's workaround.
dmesg when bge's device timeout occured:

  ppb3: Presence Detect Changed
  ppb3: Data Link Layer State Changed
  ppb3: Presence Detect Changed

vmstat -e |grep ppb

  ppb3 Interrupt                                            2    0 intr
  ppb3 Presence Detect Changed                              2    0 misc
  ppb3 Data Link Layer State Changed                        1    0 misc

(msaitoh)

2017-04-18 04:35:18 UTC MAIN commitmail json YAML

Remove dummy breaks and returns after bc_exit
bc_exit being marked nonreturn silences compiler warnings.

(maya)

2017-04-17 23:38:51 UTC MAIN commitmail json YAML

2017-04-17 22:40:06 UTC MAIN commitmail json YAML

Improved mixing function - more expensive in cycles though.
hw.driverN.saturate is no longer needed and has been removed.

Mixing function thanks to jmcneill@.

(nat)

2017-04-17 20:48:36 UTC bouyer-socketcan commitmail json YAML

2017-04-17 20:41:55 UTC bouyer-socketcan commitmail json YAML

2017-04-17 20:41:26 UTC bouyer-socketcan commitmail json YAML

2017-04-17 20:35:00 UTC bouyer-socketcan commitmail json YAML

2017-04-17 20:32:27 UTC bouyer-socketcan commitmail json YAML

Add infranstructure to configure timings from userland on a can interface.
This uses the SIOCGDRVSPEC/SIOCSDRVSPEC ioctls.
Compile-tested only.

(bouyer)

2017-04-17 20:17:08 UTC MAIN commitmail json YAML

hw.driverN.saturate bool->integer (default 16).

This means for a greater number than 16 (or user set value) the saturate
function is turned off.  Results in better listening if a large number of
channels are in use.

(nat)

2017-04-17 19:51:11 UTC MAIN commitmail json YAML

2017-04-17 19:50:28 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile@1.15 / diff / nxr@1.15
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.bsd@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.lib.in@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.libtool.in@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/array.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bignum.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/digest.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/digest.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/libnetpgpverify.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c@1.13 / diff / nxr@1.13
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/main.c@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpverify.1@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/pgpsum.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/tiger.c deleted
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/tiger.h deleted
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h@1.10 / diff / nxr@1.10
src/crypto/external/bsd/netpgp/lib/verify/Makefile@1.9 / diff / nxr@1.9

Update netpgpverify sources in base from 20160617 to 20170201 (i.e. bring
over changes from master sources in pkgsrc/security/netpgpverify, version 20170201):

Changes:

Update netpgpverify (and libnetpgpverify) to 20160614
+ handle signatures created by gpg with "--no-emit-version", don't assume
there will always be a version string.
+ add a test for above
Fixes security PR  51240.
Thanks to xnox@ubuntu.com for reporting the error

Update netpgpverify and libnetpgpverify to 20160615:
Simplify the method of finding the end of the versioning information
in the signature - back up to the "\n" character at the end of the
signature start:

"-----BEGIN PGP SIGNATURE-----\n"

and then find the "\n\n" character sequence to denote the start of the
signature itself. The previous version worked, but this is more efficient.

Update netpgpverify and libnetpgpverify to 20160616
+ bring over joerg's printflike change from the netpgpverify
version in src/crypto
+ add a test for cleartext signatures with version information
to complement the one with no version information

Update netpgpverify and libnetpgpverify to 20160622 during freeze to fix PR  51262
+ take a bit of a step backwards, and don't use stdbool.h, just to appease
Solaris 10 compiler

Update netpgpverify and libnetpgpverify to 20160623
+ remove use of asprintf and vasprintf from libverify. Inspired
by work from Dimitri John Ledkov. Should allow building on Linux
without superfluous definitions.
+ also free the BIGNUM struct in PGPV_BN_clear() - from Dimitri
John Ledkov

Update netpgpverify and libnetpgpverify to 20160626
+ make the pgpv_t and pgpv_cursor_t structures opaque
+ add new accessor functions for fields in the pgpv_cursor_t struct
+ add new creation functions for the pgpv_t and pgpv_cursor_t structs

Update netpgpverify and libnetpgpverify to 20160704
+ get rid of redundant PGPV_ARRAY definition in libverify.c, brought in when
the definitions moved from verify.h
+ fix obuf_add_mem() to use a const void *, as any struct can be
dumped using it
+ remove redundant NO_SUBKEYS definition - unused
+ add an (unused as yet) ARRAY_FREE() macro

Update netpgpverify and libnetpgpverify to 20160705
External API changes
====================
+ add a pgpv_cursor_close() function to free resources associated with
a cursor
Better memory management
========================
+ restructure the way dynamic arrays are used, to avoid memory
corruption issues and memory leaks - keep all dynamic arrays in the global
data structure, and use indices in the other data structures to index them.
Means lack of data localisation, but avoids stale pointers, and leaks.
+ make signer field of signature a uint8_t array, rather than a pointer
+ use our own version of strdup(3) - don't depend on it being
available in standard library
+ keep track of whether litdata filenames and userid were allocated or not,
and free memory in pgpv_close() if it was allocated
+ free up allocated resources which were allocated in pgpv_close()

Update netpgpverify and libnetpgpverify to 20160706
+ 20160705 introduced a bug whereby a key subid would match and verify
fine, but, if formatted, would not display the correct subkey
information.  Fix to show the correct information in this case.

Update netpgpverify and libnetpgpverify to 20160707 to fix some
unusual build errors shown by old gcc versions (works fine for
gcc-5.2.1 on ubuntu and gcc-5.3.0 on NetBSD 7.99.32)
+ use ULL suffix on unsigned 64bit constants, not UL
+ don't typedef the public structs twice - second time just define it
without the typedef
Fixes PR  51327

Update netpgpverify and libnetpgpverify to 20160708
+ clear and free bignums properly - helps immensely with plugging
memory leaks

Update netpgpverify and libnetpgpverify to 20160828
+ bring over change from christos in src/crypto to check for
the end of an ASCII-armored signature
+ no need for namespace protection in array.h any more, now
that netpgp/verify.h now contains opaque structures
+ minor typo clean-up in a definition (benign, ignored by compiler)

update netpgpverify and libnetpgpverify to 20170201
+ make sure howmany() macro is defined
pointed out by cube - thanks!

(agc)

2017-04-17 18:57:23 UTC MAIN commitmail json YAML

2017-04-17 18:41:49 UTC MAIN commitmail json YAML

If -x (xsrc location) is passed for "check", display it also in the
"how to fix" invocation instructions.

(martin)

2017-04-17 18:06:30 UTC MAIN commitmail json YAML

Section at index 0 is SHN_UNDEF.  When searching for symbol sections
skip it and start with index 1.

(uwe)

2017-04-17 17:44:48 UTC MAIN commitmail json YAML

Don't hide first = 1 assignment inside for(), that just obscures the
loop.  Same object code is generated.

(uwe)

2017-04-17 16:42:07 UTC MAIN commitmail json YAML

IPL_SOFTUSB suffices here to synchronize with usb xfer callback.

(riastradh)

2017-04-17 15:43:40 UTC MAIN commitmail json YAML

Follow my own locking rules.

(riastradh)

2017-04-17 14:52:52 UTC MAIN commitmail json YAML

Perform icache syncs for ARM_MMU_EXTENDED as well.  This helps the PT_STEP
code in pr/52119 and probably other things.

(skrll)

2017-04-17 14:01:19 UTC MAIN commitmail json YAML

Convert bc(1) to mdoc.

(wiz)

2017-04-17 13:29:07 UTC MAIN commitmail json YAML

Use correct header for SIZE_MAX. from a.rin

(maya)

2017-04-17 09:54:59 UTC MAIN commitmail json YAML

Disable MULTIPROCESSOR for dom0. The dom0 support code is not MP-safe
(see xen_shm_machdep.c for example, but there are probably others).

(bouyer)

2017-04-17 09:33:00 UTC MAIN commitmail json YAML

2017-04-17 09:16:13 UTC MAIN commitmail json YAML

Tweak locking rule.  Fix broken unlocked rmw.

(riastradh)

2017-04-17 09:06:55 UTC MAIN commitmail json YAML

2017-04-17 09:03:50 UTC MAIN commitmail json YAML

2017-04-17 08:59:38 UTC MAIN commitmail json YAML

2017-04-17 08:34:58 UTC MAIN commitmail json YAML

Welcome to 7.99.70

(hannken)

2017-04-17 08:34:27 UTC MAIN commitmail json YAML

Add vfs_trybusy() and mountlist_iterator_trynext() and use it for the syncer.

(hannken)

2017-04-17 08:33:40 UTC MAIN commitmail json YAML

Update vfs_busy(), vfs_unbusy(), vfs_mountalloc() and vfs_rootmountalloc().

(hannken)

2017-04-17 08:32:55 UTC MAIN commitmail json YAML

No need to keep a not yet visible mount busy.  Move vfs_busy()
from vfs_mountalloc() to vfs_rootmountalloc().

XXX: Do we really need to vfs_busy() for vfs_mountroot?

(hannken)

2017-04-17 08:32:02 UTC MAIN commitmail json YAML

2017-04-17 08:31:02 UTC MAIN commitmail json YAML

2017-04-17 08:29:58 UTC MAIN commitmail json YAML

Cleanup after mountlist iterator:
- remove now unused field mnt_list.
- rename mount_list to mountlist and make it local to vfs_mount.c.
- make mountlist_lock local to vfs_mount.c.

Change pstat.c to retrieve vnodes by lru lists.

(hannken)

2017-04-17 07:19:28 UTC MAIN commitmail json YAML

2017-04-17 07:13:30 UTC MAIN commitmail json YAML

Fix bulk xfer buffer with usedma = false.

(riastradh)

2017-04-17 06:08:12 UTC netbsd-7 commitmail json YAML

2017-04-17 06:02:05 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #1367):
sys/arch/amd64/conf/XEN3_DOM0: revision 1.126
sys/arch/i386/conf/XEN3_DOM0: revision 1.104
sys/arch/xen/x86/xen_pmap.c: revision 1.25
In the MP case,
do not attempt to pmap_tlb_shootdown() after a pmap_kenter_ma() during
boot. pmap_tlb_shootdown() assumes post boot. Instead invalidate the
entry on the local CPU only.
XXX: to DTRT, probably this assumption needs re-examination.
XXX: The tradeoff is a (predicted) single word size comparison
      penalty, so perhaps a decision needs performance stats.
xen dom0 SMP is now bootable again.
--
add the 'options MULTIPROCESSOR' in respective configs, but mark them
experimental - and thus disabled by default.

(snj)

2017-04-17 05:48:18 UTC MAIN commitmail json YAML

Accept AH with NULL algorithm of zero-length key

(ozaki-r)

2017-04-17 05:23:01 UTC netbsd-7 commitmail json YAML

src/sys/compat/linux/arch/alpha/linux_syscall.h@1.94.2.1 / diff / nxr@1.94.2.1
src/sys/compat/linux/arch/alpha/linux_syscallargs.h@1.93.2.1 / diff / nxr@1.93.2.1
src/sys/compat/linux/arch/alpha/linux_syscalls.c@1.95.2.1 / diff / nxr@1.95.2.1
src/sys/compat/linux/arch/alpha/linux_sysent.c@1.94.2.1 / diff / nxr@1.94.2.1
src/sys/compat/linux/arch/amd64/linux_syscall.h@1.54.2.1 / diff / nxr@1.54.2.1
src/sys/compat/linux/arch/amd64/linux_syscallargs.h@1.54.2.1 / diff / nxr@1.54.2.1
src/sys/compat/linux/arch/amd64/linux_syscalls.c@1.54.2.1 / diff / nxr@1.54.2.1
src/sys/compat/linux/arch/amd64/linux_sysent.c@1.54.2.1 / diff / nxr@1.54.2.1
src/sys/compat/linux/arch/arm/linux_syscall.h@1.64.2.1 / diff / nxr@1.64.2.1
src/sys/compat/linux/arch/arm/linux_syscallargs.h@1.64.2.1 / diff / nxr@1.64.2.1
src/sys/compat/linux/arch/arm/linux_syscalls.c@1.64.2.1 / diff / nxr@1.64.2.1
src/sys/compat/linux/arch/arm/linux_sysent.c@1.64.2.1 / diff / nxr@1.64.2.1
src/sys/compat/linux/arch/i386/linux_syscall.h@1.103.2.1 / diff / nxr@1.103.2.1
src/sys/compat/linux/arch/i386/linux_syscallargs.h@1.103.2.1 / diff / nxr@1.103.2.1
src/sys/compat/linux/arch/i386/linux_syscalls.c@1.104.2.1 / diff / nxr@1.104.2.1
src/sys/compat/linux/arch/i386/linux_sysent.c@1.103.2.1 / diff / nxr@1.103.2.1
src/sys/compat/linux/arch/m68k/linux_syscall.h@1.94.2.1 / diff / nxr@1.94.2.1
src/sys/compat/linux/arch/m68k/linux_syscallargs.h@1.93.2.1 / diff / nxr@1.93.2.1
src/sys/compat/linux/arch/m68k/linux_syscalls.c@1.94.2.1 / diff / nxr@1.94.2.1
src/sys/compat/linux/arch/m68k/linux_sysent.c@1.94.2.1 / diff / nxr@1.94.2.1
      :
(more 8 files)
regen for ticket 1354

(snj)

2017-04-17 05:19:09 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1354):
sys/compat/linux/arch/alpha/syscalls.master: revision 1.92 via patch
sys/compat/linux/arch/amd64/syscalls.master: revision 1.58 via patch
sys/compat/linux/arch/arm/syscalls.master: revision 1.65 via patch
sys/compat/linux/arch/i386/syscalls.master: revision 1.122 via patch
sys/compat/linux/arch/m68k/syscalls.master: revision 1.91 via patch
sys/compat/linux/arch/mips/syscalls.master: revision 1.61 via patch
sys/compat/linux/arch/powerpc/syscalls.master: revision 1.70 via patch
sys/compat/linux/common/linux_misc.c: revision 1.234
sys/compat/linux/common/linux_signal.h: revision 1.31
Add pselect6 Linux system call.
This lets Matlab R2016A run on NetBSD/amd64

(snj)

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

Fix order of outputs in rumpuser_open call.

Now ugenhc works again after a four-year hiatus...

(riastradh)

2017-04-17 03:59:37 UTC MAIN commitmail json YAML

2017-04-17 00:43:42 UTC MAIN commitmail json YAML

Set cpu_cc_freq when changing frequencies.

(jmcneill)

2017-04-17 00:03:34 UTC MAIN commitmail json YAML

2017-04-17 00:02:45 UTC MAIN commitmail json YAML

2017-04-16 23:50:40 UTC MAIN commitmail json YAML

Justify the last unjustified assertion here.

Sprinkle a few more assertions to help along the way.

(Actually, it was justified; I just hadn't made explicit the relation
to the value of fdpos that all two callers specify.)

(riastradh)

2017-04-16 23:43:57 UTC MAIN commitmail json YAML

Emphasize that MAX_WINDOW_SIZE is bounded by the maximum uint32_t.

Since we store window sizes in uint32_t, the maximum had better fit
in uint32_t!

(riastradh)

2017-04-16 22:38:04 UTC MAIN commitmail json YAML

Fix previous; pci_intr_setattr takes a pci_intr_handle_t not the driver's
opaque handle.

(jmcneill)

2017-04-16 21:39:49 UTC MAIN commitmail json YAML

Plug memory leak.

CID 978372

(riastradh)

2017-04-16 21:38:38 UTC MAIN commitmail json YAML

Plug memory leak in ParseTraditionalInclude.

(riastradh)

2017-04-16 21:37:37 UTC MAIN commitmail json YAML

Plug memory leak.

CID 978370

(riastradh)

2017-04-16 21:35:08 UTC MAIN commitmail json YAML

Make it clearer that this is not a memory leak.

CID 978369

(riastradh)

2017-04-16 21:23:43 UTC MAIN commitmail json YAML

Plug memory leak in JobPrintCommand.

CID 978366

(riastradh)

2017-04-16 21:14:47 UTC MAIN commitmail json YAML

Plug memory leaks in Dir_FindFile.

CID 978364

(riastradh)

2017-04-16 21:04:44 UTC MAIN commitmail json YAML

Clarify that assignment is for effect, not truth of value.

CID 977502

(riastradh)

2017-04-16 21:03:13 UTC MAIN commitmail json YAML

Guarantee no arithmetic overflow.

(riastradh)

2017-04-16 20:59:04 UTC MAIN commitmail json YAML

Replace dead conditional by assert.

CID 975995

(riastradh)

2017-04-16 20:57:14 UTC MAIN commitmail json YAML

Check fcntl return values out of paranoia.

CID 975277
CID 975278

(riastradh)

2017-04-16 20:49:09 UTC MAIN commitmail json YAML

Check return value of fseek.

CID 975275
CID 975276

(riastradh)

2017-04-16 20:38:18 UTC MAIN commitmail json YAML

Assert archive member syntax.  Cite who guarantees it.

(riastradh)

2017-04-16 20:20:24 UTC MAIN commitmail json YAML

nowadays function specifiers go in declaration_specifiers
(not after the declarator)

(dholland)

2017-04-16 20:14:49 UTC MAIN commitmail json YAML

Factor out parts of cached_realpath.

This wacky API confused Coverity (CID 1405167) and is no good for
human readers either.

(riastradh)

2017-04-16 20:08:59 UTC MAIN commitmail json YAML

Remove unmaintained link to imrryr from NetBSD specific fortune(6) entries

The original content is not accessible with the original link (missing
closing /). This page does not look to be updated since 2002 and artwork
is not freely reusable.

(kamil)

2017-04-16 20:00:59 UTC MAIN commitmail json YAML

Use bmake_malloc where we don't test the return value of malloc currently.

Appeases coverity.

(maya)

2017-04-16 19:53:58 UTC MAIN commitmail json YAML

Use, don't kludge, MAKE_ATTR_UNUSED.

CID 1300234
CID 1300237
CID 1300238
CID 1300245
CID 1300255
CID 1300267
CID 1300284

(riastradh)

2017-04-16 18:24:23 UTC MAIN commitmail json YAML

Stress rump hyperentropy a little harder.

(riastradh)

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

Add support for PCI_INTR_MPSAFE

(jmcneill)

2017-04-16 18:02:50 UTC MAIN commitmail json YAML

Add function ptr for pci_intr_setattr to struct arm32_pci_chipset

(jmcneill)

2017-04-16 17:45:12 UTC MAIN commitmail json YAML

Can't destroy pb until we're done using it.

(riastradh)

2017-04-16 17:18:55 UTC MAIN commitmail json YAML

2017-04-16 17:18:28 UTC MAIN commitmail json YAML

Count vnode arguments correctly.

Don't count arguments that have WILLRELE/WILLPUT; count arguments
that are struct vnode *.

No functional change currently because it happens that every released
or put vnode argument comes first or after other ones.

(riastradh)

2017-04-16 16:49:26 UTC MAIN commitmail json YAML

2017-04-16 16:48:08 UTC MAIN commitmail json YAML

Back out previous.

Breaks file systems for which VOP_UNLOCK doesn't work on a reclaimed
vnode.

The only case in tree right now is sys/fs/union -- most file systems
use genfs_unlock, which does work on a reclaimed vnode.

Maybe we can work around this -- and still enable VOP_RECLAIM's
callees to assert lock ownership -- by having VOP_RECLAIM unlock the
vnode instead.

(riastradh)

2017-04-16 15:52:43 UTC MAIN commitmail json YAML

Adapt for clock domain support

(jmcneill)

2017-04-16 15:52:16 UTC MAIN commitmail json YAML

Init array no longer required

(jmcneill)

2017-04-16 15:49:26 UTC MAIN commitmail json YAML

2017-04-16 13:27:19 UTC MAIN commitmail json YAML

Disable SDR104 until the Tegra K1 custom tuning method is implemented.
This is required to work around errata that describes periodic data CRC
errors after autotuning has completed.

(jmcneill)

2017-04-16 13:09:40 UTC MAIN commitmail json YAML

ATF test attach2/t_ptrace_wait* is unstable

Mark it broken with:

PR kern/52168 attach2:t_ptrace_wait* is unsable

In order to get reliable failure, abort this test at the end (if we get
there).

(kamil)

2017-04-16 12:50:59 UTC MAIN commitmail json YAML

Mark signal3/t_ptrace_wait* with timeout on sparc 32-bit

PR kern/52167 signal3/t_ptrace_wait* timeouts on sparc 32-bit

This test is also marked as failure on other platforms:

PR kern/51918 ptrace tracee can prevent tracer to get its signals by masking

Both issues are valid on sparc 32-bit, but the timeout one wins.

(kamil)

2017-04-16 12:32:03 UTC MAIN commitmail json YAML

Mark syscallemu1/t_ptrace_wait* broken on 32-bit sparc

PR kern/52166

(kamil)

2017-04-16 12:29:40 UTC MAIN commitmail json YAML

2017-04-16 12:29:20 UTC MAIN commitmail json YAML

Add support for simple fixed-rate clock source bindings.

(jmcneill)

2017-04-16 12:28:21 UTC MAIN commitmail json YAML

2017-04-16 12:27:47 UTC MAIN commitmail json YAML

Remove list of init devices

(jmcneill)

2017-04-16 12:26:04 UTC MAIN commitmail json YAML

get cpu pll clock from devicetree

(jmcneill)

2017-04-16 12:24:57 UTC MAIN commitmail json YAML

Attach devices in order of "phandle" property inserted by DTC.

(jmcneill)

2017-04-16 12:22:18 UTC MAIN commitmail json YAML

Get DC clock parent from devicetree

(jmcneill)

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

Restore atf_tc_expect_fail in signal4 of t_ptrace_wait*

Accidentally there was removed a PR, it was never fixed.

PR 51918 "ptrace tracee can prevent tracer to get its signals by masking"

(kamil)

2017-04-16 10:34:49 UTC MAIN commitmail json YAML

Revert "Mark tests of tunnel/AH/IPv6 as expected failure (PR kern/52161)"

The issue was fixed by christos@

(ozaki-r)

2017-04-16 07:05:24 UTC MAIN commitmail json YAML

2017-04-16 06:36:03 UTC MAIN commitmail json YAML

Merge "userland" to be consistent with other man pages.

(wiz)

2017-04-16 06:34:05 UTC MAIN commitmail json YAML

More wording and whitespace.

(wiz)

2017-04-15 23:58:32 UTC jdolecek-ncq commitmail json YAML

use xfer->c_slot instead of slot = 0

fix ahci_bio_complete() calls - last param is reason, not slot

(jdolecek)

2017-04-15 23:54:41 UTC jdolecek-ncq commitmail json YAML

ahci_intr_port(): use same code on both the error and non-error path for
for getting the slot and skipping interrupts for non-active slots

(jdolecek)

2017-04-15 23:33:52 UTC MAIN commitmail json YAML

Cross reference the manuals for listed modules.

(sevan)

2017-04-15 23:21:46 UTC MAIN commitmail json YAML

2017-04-15 23:16:53 UTC MAIN commitmail json YAML

Keep vnode locked during VOP_RECLAIM.

No bump because it wouldn't have been possible to acquire the lock in
VOP_RECLAIM anyway -- instant deadlock because vn_lock waits to
transition out of the RECLAIMING state first.  Benefit is that we can
now assert ownership of the lock in any operations called by
VOP_RECLAIM.

Discussed on tech-kern:

https://mail-index.netbsd.org/tech-kern/2017/04/01/msg021751.html

(riastradh)

2017-04-15 22:01:57 UTC MAIN commitmail json YAML

cosmetic fixes:
- __func__ in printfs
- no space after sizeof
- eliminate useless casts
- u_intX_t -> uintX_t

(christos)

2017-04-15 20:22:42 UTC jdolecek-ncq commitmail json YAML

2017-04-15 18:22:35 UTC MAIN commitmail json YAML

Build without installation example lua kernel module: luareadhappy

(kamil)

2017-04-15 18:03:02 UTC MAIN commitmail json YAML

2017-04-15 18:02:09 UTC jdolecek-ncq commitmail json YAML

probe for NCQ and WRITE DMA FUA EXT support

(jdolecek)

2017-04-15 18:00:32 UTC MAIN commitmail json YAML

Re-edit
Add authors email address
Remove mb(9) as it's depricated
Bump date

TODO:
Software & Hard interrupt context description.

(sevan)

2017-04-15 17:14:11 UTC jdolecek-ncq commitmail json YAML

pass also ata_command via ata_xfer, callers of ata_exec_command() is now
responsible for allocation/disposal of the structure

change code to allocate ata_xfer for commands on stack same way as previously
the ata_command were, using c_slot 0; adjust asserts so that it would allow
several xfers with same c_slot, as long as only one such transfer is active
at a time

(jdolecek)

2017-04-15 17:06:45 UTC MAIN commitmail json YAML

No need for membar_datadep_consumer here.

PSLIST_READER_FOREACH takes care of it already.
PSLIST_WRITER_FOREACH is exclusive so doesn't need it.

(riastradh)

2017-04-15 14:38:44 UTC nick-nhusb commitmail json YAML

2017-04-15 14:00:30 UTC MAIN commitmail json YAML

Typo - although maybe the language should change

(skrll)

2017-04-15 13:57:47 UTC MAIN commitmail json YAML

2017-04-15 13:52:51 UTC MAIN commitmail json YAML

Add new documentation locking(9)

It's a document from June 2015.

DESCRIPTION
    The NetBSD kernel provides several synchronization and interrupt control
    primitives.  This manpage aims at giving an overview of these interfaces
    and their proper application.  This document includes also basic kernel
    thread control primitives and rough overview of the NetBSD kernel design.

Part of interfaces are missing, like new mechanisms for networking SMP,
as this documentation page predates them.

Initial review back in 2015 by Thomas Klausner <wiz>

(kamil)

2017-04-15 12:01:24 UTC jdolecek-ncq commitmail json YAML

make ata_xfer's allocated as part of ata_queue and make it include ata_bio;
they are pre-allocated on attach and ata_get_xfer() now never sleep, drop the
pool

modify wd(4) to file the bio requests using the xfers and hence
make it possible to have more than one active I/O request in flight;
ata_bio callback doesn't need to allocate any memory any more,
require it to never return ATACMD_TRY_AGAIN

move lp, badsect, multi from ata_bio to ata_drive_datas, as they are per-drive,
not per transfer

drop unused drv atac_claim_hw/atac_free_hw hooks, and also drop again ata_bio
c_hwslot

(jdolecek)

2017-04-15 10:30:55 UTC MAIN commitmail json YAML

Use Xr instead of Fn to refer readdir(3)

(abhinav)

2017-04-15 09:50:57 UTC MAIN commitmail json YAML

Use Xr instead of Fn to refer kqueue(2)

(abhinav)

2017-04-15 05:01:59 UTC MAIN commitmail json YAML

Improve wording.
Bump date.

(sevan)

2017-04-15 04:44:14 UTC MAIN commitmail json YAML

Improve wording.
Bump date.

(sevan)

2017-04-15 04:27:30 UTC MAIN commitmail json YAML

Add new example kernel module in Lua luareadhappy

This example presents a C module with its device (/dev entry) and its
content generator with algorithm defined in Lua state. The Lua state can
be changed dynamically from userland, without interruption of read(2) over
the device.

This is an example how to call Lua code from C.

(kamil)

2017-04-15 04:08:24 UTC MAIN commitmail json YAML

Improve wording. Use standard section headers. Improve table formatting.

(wiz)

2017-04-15 04:07:52 UTC MAIN commitmail json YAML

2017-04-15 03:33:05 UTC MAIN commitmail json YAML

2017-04-15 00:35:12 UTC MAIN commitmail json YAML

Replace early init node name list with a list of compatible strings.

(jmcneill)

2017-04-15 00:34:30 UTC MAIN commitmail json YAML

Change order in which nodes in the devicetree are processed.

1. Attach all known busses.
2. Attach all "early init" devices (by compatible string).
3. Finally, attach all other devices.

(jmcneill)

2017-04-14 22:55:06 UTC MAIN commitmail json YAML

2017-04-14 22:35:05 UTC MAIN commitmail json YAML

PR/52161: Ryota Ozaki: Fix AH tunnel ipsec for ipv6. Compute plen right,
don't forget to subtract the ipv6 header length.

(christos)

2017-04-14 22:29:17 UTC MAIN commitmail json YAML

- fix old refactoring which zeroed the wrong part of the buffer.
- simplify.

(christos)

2017-04-14 19:19:43 UTC MAIN commitmail json YAML

be somewhat smarter with mux devices:
- don't trust the device type, if we're on a mux that may not be the whole
  story
- always call ioctl(WSMOUSEIO_GCALIBCOORDS)
- check .samplelen to see if we're in raw mode
With this touchscreens on mux devices should Just Work(tm) even if they're
not the first device on the mux.

(macallan)

2017-04-14 18:06:11 UTC MAIN commitmail json YAML

change into __func__

(christos)

2017-04-14 15:40:35 UTC MAIN commitmail json YAML

leave the size alone and set the create_size to include the offset. It
does not matter anyway, but it makes more sense this way.

(christos)

2017-04-14 15:39:29 UTC MAIN commitmail json YAML

Use the create_size if given to compute the real size instead of stat'ing
the file again, which might have been larger to start with.

(christos)

2017-04-14 15:21:28 UTC MAIN commitmail json YAML

libdevmapper is conditional on lvm.

(riastradh)

2017-04-14 15:20:40 UTC MAIN commitmail json YAML

cvslatest is unconditional, not conditional on cvs.

(riastradh)

2017-04-14 13:47:22 UTC MAIN commitmail json YAML

Grow the MBR partition table entry for the BSD partition before
growing the disklabel.

(jmcneill)

2017-04-14 10:02:49 UTC MAIN commitmail json YAML

Note import of dhcpcd-7.0.0-beta3

(roy)

2017-04-14 10:01:48 UTC MAIN commitmail json YAML

Backdate a note about adding RO_MSGFILTER.

(roy)

2017-04-14 10:00:06 UTC MAIN commitmail json YAML

2017-04-14 09:56:32 UTC MAIN commitmail json YAML

2017-04-14 09:50:56 UTC MAIN commitmail json YAML

2017-04-14 09:34:46 UTC MAIN commitmail json YAML

disable msi/msix when the system doesn't detect ioapic. This would fix PR kern/52111.

Some system does not detect ioapic when "boot -1", disable acpi, and so on.
In such cases, msi/msix doesn't work, so disable them.

This patch is implemented by nonaka@n.o, I just commit by proxy, thanks.

(knakahara)

2017-04-14 08:48:01 UTC MAIN commitmail json YAML

Fix mandoc -Tlint warnings:
s/PP/Pp
Remove Pp before It

(abhinav)

2017-04-14 08:40:30 UTC MAIN commitmail json YAML

Instead of removing markup as I did in the last commit, use markup but properly.
Hint taken from FreeBSD man page.

ok wiz@

(abhinav)

2017-04-14 07:55:55 UTC MAIN commitmail json YAML

Generate dhcpcd-embedded.c for dependencies too.

(roy)

2017-04-14 07:09:43 UTC MAIN commitmail json YAML

Whitespace fixes.

(wiz)

2017-04-14 04:43:47 UTC MAIN commitmail json YAML

x86: Export fpu_save, fpu_save_size, xsave_features to dedicated sysctl nodes

Add new defines:
- CPU_FPU_SAVE (15)
  int: FPU Instructions layout
  * to use this, CPU_OSFXSR must be true
  * 0: FSAVE
  * 1: FXSAVE
  * 2: XSAVE
  * 3: XSAVEOPT
- CPU_FPU_SAVE_SIZE (16)
  int: FPU Instruction layout size
- CPU_XSAVE_FEATURES (17)
  quad: FPU XSAVE features

Bump CPU_MAXID from 15 to 18.

These values were prepared originally to be exported without ASCIIZ name to
be used as handler. These values are useful to get FPU accessors in a
debugger easier to implement on x86 (PT_SETFPREG, PT_GETFPREG).

This interface handles all supported x86 targets. In the older (i386) and
less featured CPUs check first osfxsr (OS uses FXSAVE/FXRSTOR).

According to sys/arch/x86/include/cpu.h r.1.65 this was prepared to be
exported beyond simple CTL_CREATE node.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-04-14 03:35:40 UTC MAIN commitmail json YAML

Mark tests of tunnel/AH/IPv6 as expected failure (PR kern/52161)

(ozaki-r)

2017-04-14 02:56:49 UTC MAIN commitmail json YAML

2017-04-14 02:43:28 UTC MAIN commitmail json YAML

2017-04-14 01:30:38 UTC MAIN commitmail json YAML

Gotta mark crashes on signal separately from failures...

(riastradh)

2017-04-14 00:19:34 UTC MAIN commitmail json YAML

Only route USB ports to XHCI controller after the firmware is loaded
successfully. This gives us working USB (via USB2 controllers) until the
tegra-firmware package is installed.

(jmcneill)

2017-04-14 00:05:46 UTC MAIN commitmail json YAML

Increase the priority of the mixing thread yet again.
Ensure that there is data in the mix ring.

Addresses PR kern/52098.

(nat)

2017-04-13 22:27:07 UTC MAIN commitmail json YAML

Allow devices to attach to nodes without a "compatible" property, but only
print "not configured" messages for nodes with one.

(jmcneill)

2017-04-13 22:12:53 UTC MAIN commitmail json YAML

Print the full DT node path in "not configured" autoconf messages.

Before:  clock at fdt2 not configured
After:  /clocks/clock@0 at fdt2 not configured

(jmcneill)

2017-04-13 21:20:44 UTC MAIN commitmail json YAML

DT ode path to i2c controller with ams3722 has changed from /i2c@0,7000d000
to /i2c@7000d000 in newer dts files. Support both paths for cpufreq
scaling.

(jmcneill)

2017-04-13 20:18:22 UTC MAIN commitmail json YAML

2017-04-13 20:17:43 UTC MAIN commitmail json YAML

(4.2.8p10-win-beta1) 2017/03/21 Released by Harlan Stenn <stenn@ntp.org>
(4.2.8p10)

* [Sec 3389] NTP-01-016: Denial of Service via Malformed Config
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3388] NTP-01-014: Buffer Overflow in DPTS Clock
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3387] NTP-01-012: Authenticated DoS via Malicious Config Option
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3386] NTP-01-011: ntpq_stripquotes() returns incorrect Value
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3385] NTP-01-010: ereallocarray()/eallocarray() underused. HStenn
* [Sec 3384] NTP-01-009: Privileged execution of User Library code
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3383] NTP-01-008: Stack Buffer Overflow from Command Line
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3382] NTP-01-007: Data Structure terminated insufficiently
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3380] NTP-01-005: Off-by-one in Oncore GPS Receiver
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3379] NTP-01-004: Potential Overflows in ctl_put() functions
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3378] NTP-01-003: Improper use of snprintf() in mx4200_send()
  (Pentest report 01.2017) <perlinger@ntp.org>
* [Sec 3377] NTP-01-002: Buffer Overflow in ntpq when fetching reslist
  (Pentest report 01.2017) <perlinger@ntp.org
* [Sec 3376] Support build "hardening" flags.  stenn@ntp.org
* [Sec 3361] 0rigin (zero origin) DoS.  HStenn.
* [Bug 3393] clang scan-build findings <perlinger@ntp.org>
* [Bug 3363] Support for openssl-1.1.0 without compatibility modes
  - rework of patch set from <ntp.org@eroen.eu>. <perlinger@ntp.org>
* [Bug 3356] Bugfix 3072 breaks multicastclient <perlinger@ntp.org>
* [Bug 3216] libntp audio ioctl() args incorrectly cast to int
  on 4.4BSD-Lite derived platforms <perlinger@ntp.org>
  - original patch by Majdi S. Abbas
* [Bug 3215] 'make distcheck' fails with new BK repo format <perlinger@ntp.org>
* [Bug 3173] forking async worker: interrupted pipe I/O <perlinger@ntp.org>
  - initial patch by Christos Zoulas
* [Bug 3139] (...) time_pps_create: Exec format error <perlinger@ntp.org>
  - move loader API from 'inline' to proper source
  - augment pathless dlls with absolute path to NTPD
  - use 'msyslog()' instead of 'printf() 'for reporting trouble
* [Bug 3107] Incorrect Logic for Peer Event Limiting <perlinger@ntp.org>
  - applied patch by Matthew Van Gundy
* [Bug 3065] Quiet warnings on NetBSD <perlinger@ntp.org>
  - applied some of the patches provided by Havard. Not all of them
    still match the current code base, and I did not touch libopt.
* [Bug 3062] Change the process name of forked DNS worker <perlinger@ntp.org>
  - applied patch by Reinhard Max. See bugzilla for limitations.
* [Bug 2923] Trap Configuration Fail <perlinger@ntp.org>
  - fixed dependency inversion from [Bug 2837]
* [Bug 2896] Nothing happens if minsane < maxclock < minclock
  - produce ERROR log message about dysfunctional daemon. <perlinger@ntp.org>
* [Bug 2851] allow -4/-6 on restrict line with mask <perlinger@ntp.org>
  - applied patch by Miroslav Lichvar for ntp4.2.6 compat
* [Bug 2645] out-of-bound pointers in ctl_putsys and decode_bitflags
  - Fixed these and some more locations of this pattern.
    Probably din't get them all, though. <perlinger@ntp.org>
* Update copyright year.
* bk-7 trigger updates

(christos)

2017-04-13 19:54:22 UTC MAIN commitmail json YAML

PR/52154: xHCI Slot Context Not Include in configure endpoint process

eXtensible Host Controller Interface Specification(rev 1.1), 4.6.6:

"A0 shall be set to 1 and refer to section 6.2.2.2 for the Slot Context fields
used by the Configure Endpoint Command."

(skrll)

2017-04-13 19:12:09 UTC MAIN commitmail json YAML

2017-04-13 19:11:20 UTC MAIN commitmail json YAML

src/external/bsd/bind/dist/CHANGES@1.26 / diff / nxr@1.26
src/external/bsd/bind/dist/README@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/bin/named/query.c@1.24 / diff / nxr@1.24
src/external/bsd/bind/dist/configure@1.7 / diff / nxr@1.7
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/Bv9ARM.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/Bv9ARM.pdf@1.19 / diff / nxr@1.19
src/external/bsd/bind/dist/doc/arm/man.arpaname.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/man.ddns-confgen.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/man.delv.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/man.dig.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/man.dnssec-checkds.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/man.dnssec-coverage.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/man.dnssec-dsfromkey.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/man.dnssec-importkey.html@1.14 / diff / nxr@1.14
src/external/bsd/bind/dist/doc/arm/man.dnssec-keyfromlabel.html@1.14 / diff / nxr@1.14
      :
(more 25 files)
merge conflicts.

(christos)

2017-04-13 18:12:32 UTC MAIN commitmail json YAML

Add dhcpcd-embedded.h to DPSRCS to ensure it exists when generating dependencies.

(roy)

2017-04-13 17:59:34 UTC MAIN commitmail json YAML

Explain a bit more how to examine the blacklist state.

(christos)

2017-04-13 17:45:56 UTC MAIN commitmail json YAML

Fix out of bounds read for very large numbers (pointed out by Brooks Davis)
https://svnweb.freebsd.org/changeset/base/316766

(christos)

2017-04-13 17:21:29 UTC MAIN commitmail json YAML

Explain the 's' image size better.

(christos)

2017-04-13 17:20:59 UTC MAIN commitmail json YAML

for consistency with ffs, don't count the offset into the size.

(christos)