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

2024-05-10 05:23:39 UTC Now

2014-10-15 06:57:27 UTC MAIN commitmail json YAML

2014-10-15 06:54:04 UTC MAIN commitmail json YAML

add a whole bunch of S.M.A.R.T. status i found around various sources.

now nothing on my new SSD is unknown, except #249.

(mrg)

2014-10-15 05:11:36 UTC MAIN commitmail json YAML

dsrtc depends on sysmon_envsys.

(uebayasi)

2014-10-14 22:43:33 UTC MAIN commitmail json YAML

override CPUFLAGS and build with -mcpu=cortex-a7

(jmcneill)

2014-10-14 22:42:36 UTC MAIN commitmail json YAML

2014-10-14 22:23:22 UTC MAIN commitmail json YAML

Use KM_NOSLEEP in install_coproc_handler.

(skrll)

2014-10-14 21:01:14 UTC MAIN commitmail json YAML

AWIN_A31_DMA_IRQ_*_MASK should be ULL not UL, spotted by chuq

(jmcneill)

2014-10-14 20:49:47 UTC MAIN commitmail json YAML

fix syntax error

(christos)

2014-10-14 20:35:40 UTC MAIN commitmail json YAML

improve error checking (setting errno)

(christos)

2014-10-14 20:35:03 UTC MAIN commitmail json YAML

armreg_tlbiasid_write -> armreg_tlbiasidis_write

(matt)

2014-10-14 20:30:00 UTC netbsd-7 commitmail json YAML

2014-10-14 20:26:02 UTC netbsd-7 commitmail json YAML

src/external/gpl3/gcc/dist/ChangeLog@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
src/external/gpl3/gcc/dist/LAST_UPDATED@1.3.2.1 / diff / nxr@1.3.2.1
src/external/gpl3/gcc/dist/MD5SUMS@1.3.2.1 / diff / nxr@1.3.2.1
src/external/gpl3/gcc/dist/config.sub@1.5.2.1 / diff / nxr@1.5.2.1
src/external/gpl3/gcc/dist/config/ChangeLog@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
src/external/gpl3/gcc/dist/configure@1.6.2.1 / diff / nxr@1.6.2.1
src/external/gpl3/gcc/dist/configure.ac@1.5.4.1 / diff / nxr@1.5.4.1
src/external/gpl3/gcc/dist/contrib/ChangeLog@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
src/external/gpl3/gcc/dist/contrib/gennews@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/external/gpl3/gcc/dist/gcc/BASE-VER@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/gpl3/gcc/dist/gcc/ChangeLog@1.8.2.1 / diff / nxr@1.8.2.1
src/external/gpl3/gcc/dist/gcc/DATESTAMP@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
src/external/gpl3/gcc/dist/gcc/DEV-PHASE@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
src/external/gpl3/gcc/dist/gcc/cgraphunit.c@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/external/gpl3/gcc/dist/gcc/common.opt@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/external/gpl3/gcc/dist/gcc/config.gcc@1.26.2.1 / diff / nxr@1.26.2.1
src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-linux.h@1.1.1.1.6.1 / diff / nxr@1.1.1.1.6.1
src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.c@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.md@1.1.1.1.6.1 / diff / nxr@1.1.1.1.6.1
src/external/gpl3/gcc/dist/gcc/config/aarch64/arm_neon.h@1.1.1.1.6.1 / diff / nxr@1.1.1.1.6.1
      :
(more 110 files)
Apply patch (requested by mrg in ticket #139):
Update to gcc 4.8-20141009, fixing over 50 GCC PRs and making
sh3 usable.

(snj)

2014-10-14 19:50:57 UTC MAIN commitmail json YAML

summarize levels instead of printing dozens of them.

(christos)

2014-10-14 17:48:24 UTC MAIN commitmail json YAML

2014-10-14 17:43:14 UTC MAIN commitmail json YAML

Don't enable wscons options without wscons.

(uebayasi)

2014-10-14 17:09:12 UTC MAIN commitmail json YAML

Don't define wscons options without wscons devices.

(uebayasi)

2014-10-14 16:35:20 UTC MAIN commitmail json YAML

Don't use asctime(localtime(time_t *)) because this is really ctime(time_t *)
and not checking the result of localtime can lead to tears.
Add a safectime() that always returns a good string, and add some debugging
so that we can see if there is indeed something wrong in the new libc time
code.

(christos)

2014-10-14 16:15:18 UTC MAIN commitmail json YAML

for consistency use options.use_dns when getting the canonical hostname.
[we do the same below for hosts.allow and deny] reported by rudolf.

(christos)

2014-10-14 15:29:43 UTC MAIN commitmail json YAML

Tests for neighbour now work correctly on bridge(4) and carp(4) interfaces.

(roy)

2014-10-14 13:53:34 UTC MAIN commitmail json YAML

2014-10-14 12:31:14 UTC MAIN commitmail json YAML

2014-10-14 12:00:22 UTC MAIN commitmail json YAML

do as other allwinner boards and dont use sshramdisk

(jmcneill)

2014-10-14 09:32:16 UTC MAIN commitmail json YAML

INSTALL kernel for HUMMINGBIRD_A31.  Blindly copied from RPI.  Good enough
to fix build release.

(uebayasi)

2014-10-14 08:33:38 UTC MAIN commitmail json YAML

Avoid "unhandled relocation of type 3 for" error when load module.
"insmod zbsdmod.o" is successful now.

(nonaka)

2014-10-14 08:17:28 UTC netbsd-7 commitmail json YAML

2014-10-14 08:17:27 UTC MAIN commitmail json YAML

Revert troublesome ath_hal config definitions back to the original.

This means that, under the new config(1) modular build, if the option
ATHHAL_AR5210, that extends the ath driver to support AR5210, is selected,
the relevant 10 ar5210_*.c files end up being embedded into the "netbsd.ko"
module, which is pretty much opposite of modularity.

(uebayasi)

2014-10-14 08:16:03 UTC netbsd-7 commitmail json YAML

Pull up revisions 1.192-1.194: fix debug printf formatting and make
it compile without debugging enabled.

(martin)

2014-10-14 08:03:13 UTC MAIN commitmail json YAML

Use tlb is variants for MULTIPROCESSOR

(matt)

2014-10-14 08:00:27 UTC MAIN commitmail json YAML

Revert implicit attribute (module) declaration for options (flag/param).

Flag and param are to change contents of attributes (modules).  These don't
have code (*.[coS]).

Filesystem definition still defines an attribute (module) implicitly.

(uebayasi)

2014-10-14 07:38:44 UTC netbsd-7 commitmail json YAML

2014-10-14 07:37:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #140):
sys/arch/x86/x86/pmap.c: revision 1.184
Add a missing || defined(XEN) which cause Xen non-DIAGNOSTIC kernels
to panic at boot.

(martin)

2014-10-14 07:25:05 UTC MAIN commitmail json YAML

2014-10-14 06:59:59 UTC MAIN commitmail json YAML

Add a missing || defined(XEN) which cause Xen non-DIAGNOSTIC kernels
to panic at boot.

(bouyer)

2014-10-14 03:16:56 UTC MAIN commitmail json YAML

Force x86_xsave_features to 0 when running under XEN for AMD
processors.  This prevents the use of xsave and xrstor thus fixing
the problem in PR/49150.  The basic problem is that the way AMD
implements those instructions means that information can leak
between domains so XEN treats them as privileged.

XXX If anybody else comes up with a better / more "proper" fix, go
for it.  However, this solves the problem I was having.  And, given
that XEN being broken is pretty much a show-stopper for a release,
something needed to be done.

(jnemeth)

2014-10-14 01:04:39 UTC MAIN commitmail json YAML

PR/49281: John D. Baker: fix debugging format
XXX: pullup 7

(christos)

2014-10-14 00:56:48 UTC MAIN commitmail json YAML

RealTek 8139C+ incorrectly identifies UDP checksum 0xffff as bad.
Force software recalculation of UDP checksum if bad checksum is
reported by the hardware.

(uwe)

2014-10-13 22:41:59 UTC MAIN commitmail json YAML

Fix whitespace in Xr. Remove sbuf(3) Xr, we do not have that.

(wiz)

2014-10-13 22:24:43 UTC MAIN commitmail json YAML

s/__diagused/__debugused/ for variables used in KDASSERT().

(uwe)

2014-10-13 20:07:11 UTC netbsd-7 commitmail json YAML

Note additional set lists files for #138.

(martin)

2014-10-13 20:05:16 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #138):
distrib/sets/lists/debug/md.sparc64: revision 1.65
distrib/sets/lists/debug/md.amd64: revision 1.66
distrib/sets/lists/debug/ad.mips: revision 1.42
distrib/sets/lists/base/shl.mi: revision 1.717
distrib/sets/lists/debug/ad.aarch64: revision 1.7
distrib/sets/lists/base/ad.mips: revision 1.52
distrib/sets/lists/debug/shl.mi: revision 1.76
distrib/sets/lists/base/ad.powerpc: revision 1.21
distrib/sets/lists/debug/ad.arm: revision 1.46
distrib/sets/lists/base/ad.aarch64: revision 1.8
distrib/sets/lists/base/md.amd64: revision 1.248
distrib/sets/lists/debug/ad.powerpc: revision 1.22
distrib/sets/lists/base/md.sparc64: revision 1.236
distrib/sets/lists/comp/mi: revision 1.1915
distrib/sets/lists/comp/mi: revision 1.1916
distrib/sets/lists/base/ad.arm: revision 1.57
Bump libm for long double complex functions.
Add a bunch of new libm/complex man pages.

(martin)

2014-10-13 19:37:54 UTC netbsd-7 commitmail json YAML

2014-10-13 19:34:58 UTC netbsd-7 commitmail json YAML

Pullup the following revisions, requested by christos in #138:

src/lib/libm/Makefile 1.165-1.166
src/lib/libm/shlib_version 1.14
src/lib/libm/arch/vax/n_atan2.S 1.9
src/lib/libm/arch/vax/n_cabs.S 1.7
src/lib/libm/arch/vax/n_sincos.S 1.9
src/lib/libm/arch/vax/n_sqrt.S 1.10-1.11
src/lib/libm/complex/Makefile.inc 1.5-1.8
src/lib/libm/complex/cabsl.c 1.1
src/lib/libm/complex/cacoshl.c 1.1
src/lib/libm/complex/cacosl.c 1.1
src/lib/libm/complex/cargl.c 1.1
src/lib/libm/complex/casinhl.c 1.1
src/lib/libm/complex/casinl.c 1.1
src/lib/libm/complex/catanhl.c 1.1
src/lib/libm/complex/catanl.c 1.1
src/lib/libm/complex/ccoshl.c 1.1
src/lib/libm/complex/ccosl.c 1.1
src/lib/libm/complex/cephes_subrl.c 1.1
src/lib/libm/complex/cephes_subrl.h 1.1
src/lib/libm/complex/cexpl.c 1.1
src/lib/libm/complex/clogl.c 1.1
src/lib/libm/complex/cpowl.c 1.1
src/lib/libm/complex/cprojl.c 1.7
src/lib/libm/complex/csinhl.c 1.1
src/lib/libm/complex/csinl.c 1.1
src/lib/libm/complex/csqrtl.c 1.1
src/lib/libm/complex/ctanhl.c 1.1
src/lib/libm/complex/ctanl.c 1.1
src/lib/libm/man/acosh.3 1.17
src/lib/libm/man/asinh.3 1.17
src/lib/libm/man/atanh.3 1.17
src/lib/libm/noieee_src/n_atan2.c 1.7
src/lib/libm/noieee_src/n_cosh.c 1.9
src/lib/libm/noieee_src/n_exp.c 1.9
src/lib/libm/noieee_src/n_log.c 1.8
src/lib/libm/noieee_src/n_pow.c 1.10-1.11
src/lib/libm/noieee_src/n_sincos.c 1.7
src/lib/libm/noieee_src/n_sinh.c 1.8

Import the missing complex support routines from FreeBSD so we can
enable C++ 2011 mode for libstc++.

(martin)

2014-10-13 19:04:17 UTC MAIN commitmail json YAML

2014-10-13 19:01:42 UTC MAIN commitmail json YAML

2014-10-13 19:00:16 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #137):
lib/libperfuse/ops.c: revision 1.76
Report allocated bytes on FS correctly, instead of using file size
(which is wrong for sparse files)

(martin)

2014-10-13 18:57:46 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #136):
sys/fs/puffs/puffs_vnops.c: revision 1.189-1.191
If we truncate a file open for writing, make sure we zero-fill the end
of the last page, otherwise if the file is later truncated to a larger
size (creating a hole), that area will not return zeroes as it should.

(martin)

2014-10-13 14:01:49 UTC MAIN commitmail json YAML

add HUMMINGBIRD_A31 kernel

(jmcneill)

2014-10-13 13:55:31 UTC MAIN commitmail json YAML

2014-10-13 13:34:54 UTC MAIN commitmail json YAML

2014-10-13 13:00:55 UTC MAIN commitmail json YAML

2014-10-13 12:49:59 UTC MAIN commitmail json YAML

Move the and_{16,8}_nv sources into the right (libc only) block.

(martin)

2014-10-13 12:34:25 UTC MAIN commitmail json YAML

2014-10-13 12:34:00 UTC MAIN commitmail json YAML

2014-10-13 11:07:38 UTC MAIN commitmail json YAML

Fix include order, so the makefile actually does something again.

(martin)

2014-10-13 10:29:27 UTC MAIN commitmail json YAML

Initialize a variable that gcc thinks might be used uninitialized.

(martin)

2014-10-13 09:57:35 UTC MAIN commitmail json YAML

Do not try the C++ 2011 test with gcc < 4.8

(martin)

2014-10-13 09:21:06 UTC MAIN commitmail json YAML

Comment out a printf that was confusing entering ddb output.

(skrll)

2014-10-13 09:07:26 UTC MAIN commitmail json YAML

Do not flush/restart the TX engine after queuing packets, but instead
keep it running (it will stall when out of descriptors), and inform it
about new descriptors available by writing to the TXPOLL request register.
Add more debugging code.

(martin)

2014-10-13 08:59:41 UTC MAIN commitmail json YAML

Add C++ 2011 <atomic> support functions.

(martin)

2014-10-13 08:24:53 UTC MAIN commitmail json YAML

When link status changes, update MAC configuration accordingly.

(martin)

2014-10-13 08:18:52 UTC MAIN commitmail json YAML

Add MAC config register bit definitions

(martin)

2014-10-13 07:31:12 UTC MAIN commitmail json YAML

2014-10-13 06:57:08 UTC MAIN commitmail json YAML

timespec.tv_nsec is long, so use %ld instead of %jd as printf format.

(martin)

2014-10-13 04:57:11 UTC MAIN commitmail json YAML

2014-10-13 04:56:26 UTC MAIN commitmail json YAML

Oops need to bind, also make the message more interesting and check that
it arrives correctly.

(christos)

2014-10-13 00:47:03 UTC MAIN commitmail json YAML

2014-10-13 00:46:28 UTC MAIN commitmail json YAML

2014-10-13 00:40:57 UTC MAIN commitmail json YAML

bump for open_{,w}memstream.

(christos)

2014-10-13 00:40:36 UTC MAIN commitmail json YAML

2014-10-13 00:25:12 UTC MAIN commitmail json YAML

Add debug file  for t_mcast.

(htodd)

2014-10-12 23:59:30 UTC MAIN commitmail json YAML

add P2WI; lock down TWI0 as iic0 and P2WI as iic1; add AXP221 driver

(jmcneill)

2014-10-12 23:58:42 UTC MAIN commitmail json YAML

add AXP22x Power Management Unit driver

(jmcneill)

2014-10-12 23:57:59 UTC MAIN commitmail json YAML

2014-10-12 22:33:41 UTC MAIN commitmail json YAML

You need double the number of backslashes in a pattern, since \\ -> '\' in
the string which means escape. Now the tests don't fail.

(christos)

2014-10-12 22:32:33 UTC MAIN commitmail json YAML

Fix fnmatch issues according to POSIX.
http://pubs.opengroup.org/onlinepubs/009695399/utilities/\
xcu_chap02.html#tag_02_13_01
1. A [...] pattern containing a slash is not a pattern; the [ ]'s become regular
  characters
2. A [] or a [!] is not an empty pattern, why would it? The first would never
  match and the second would always match which makes it equivalent to ?
  In those cases the ] is taken as a literal character and does not have
  special meaning.

(christos)

2014-10-12 20:05:50 UTC MAIN commitmail json YAML

Remove redundant logging.

(roy)

2014-10-12 19:55:29 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/arm/gcov-iov.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/armeb/gcov-iov.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/coldfire/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmeb/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhf/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhfeb/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hf/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7eb/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hf/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hfeb/gcov-iov.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/i386/gcov-iov.h@1.5 / diff / nxr@1.5
      :
(more 191 files)
regen mknative for gcc 4.8-2014-10-09.

(mrg)

2014-10-12 19:53:34 UTC MAIN commitmail json YAML

Give an example how to use dhcpcd instead of rtsol

(christos)

2014-10-12 19:49:01 UTC MAIN commitmail json YAML

Explain what works, what does not and why.
Provide compatible code so that it compiles on Linux and MacOS/X with -DTEST.
We should check more OS's and see if they are broken too.

(christos)

2014-10-12 19:08:08 UTC MAIN commitmail json YAML

2014-10-12 19:02:19 UTC MAIN commitmail json YAML

document that we depend on the option numbers matching.

(christos)

2014-10-12 19:00:21 UTC MAIN commitmail json YAML

Refactor the multicast membership code so that we can handle v4 mapped
addresses using the v6 membership ioctls.

(christos)

2014-10-12 18:59:35 UTC MAIN commitmail json YAML

Add some fnmatch test cases from other C library test suites

(justin)

2014-10-12 18:56:57 UTC MAIN commitmail json YAML

now we support the v6 ioctls for mapped addresses too.

(christos)

2014-10-12 17:53:33 UTC MAIN commitmail json YAML

Hook __atomic_compare_exchange_N into vax libc.

(martin)

2014-10-12 17:51:47 UTC MAIN commitmail json YAML

2014-10-12 17:25:35 UTC MAIN commitmail json YAML

soft reset A31 codec at attach time

(jmcneill)

2014-10-12 17:20:58 UTC MAIN commitmail json YAML

2014-10-12 17:20:46 UTC MAIN commitmail json YAML

DMA not required on A31 until it works, add A31 RTC locator

(jmcneill)

2014-10-12 17:19:44 UTC MAIN commitmail json YAML

2014-10-12 17:19:12 UTC MAIN commitmail json YAML

2014-10-12 16:23:20 UTC MAIN commitmail json YAML

fix compilation with TODR_DEBUG

(jmcneill)

2014-10-12 15:54:19 UTC MAIN commitmail json YAML

Allow easier adding/removing of options without regard to
whether or not they were already defined.

(apb)

2014-10-12 15:38:46 UTC MAIN commitmail json YAML

A31 needs a different DMA controller driver, disable awindma and awinac for now

(jmcneill)

2014-10-12 15:35:40 UTC MAIN commitmail json YAML

Don't shadow global 'devname' on macppc.

(uebayasi)

2014-10-12 14:53:46 UTC MAIN commitmail json YAML

Explain a bit more what's going on with the multicast setsockopts.

(christos)

2014-10-12 14:06:18 UTC MAIN commitmail json YAML

2014-10-12 14:04:52 UTC MAIN commitmail json YAML

PH22 for audiopactrl on Hummingbird A31

(jmcneill)

2014-10-12 13:48:26 UTC MAIN commitmail json YAML

Add the simple unconnected tests too.

(christos)

2014-10-12 13:08:54 UTC MAIN commitmail json YAML

enable ehci, ohci, and USB device drivers

(jmcneill)

2014-10-12 13:08:12 UTC MAIN commitmail json YAML

define usb1restrict pin for Hummingbird A31

(jmcneill)

2014-10-12 13:07:45 UTC MAIN commitmail json YAML

2014-10-12 12:32:15 UTC MAIN commitmail json YAML

Dig mcast test directories.

(uebayasi)

2014-10-12 12:26:41 UTC MAIN commitmail json YAML

If we don't have 64 bit atomic ops, also do not test "long long" and intmax_t
(and friends).

(martin)

2014-10-12 12:14:43 UTC MAIN commitmail json YAML

correct AWIN_A31_USB3_OFFSET

(jmcneill)

2014-10-12 12:01:50 UTC MAIN commitmail json YAML

add commented out entry for linksprite's RTC module

(macallan)

2014-10-12 08:17:35 UTC MAIN commitmail json YAML

2014-10-12 08:04:30 UTC MAIN commitmail json YAML

2014-10-12 08:02:35 UTC MAIN commitmail json YAML

Disable the <atomic> C++11 test for now, we are not ready for it.

(martin)

2014-10-12 07:11:59 UTC MAIN commitmail json YAML

2014-10-12 06:00:14 UTC MAIN commitmail json YAML

2014-10-12 05:41:24 UTC MAIN commitmail json YAML

Minor amendment/corrections.

(skrll)

2014-10-12 05:40:56 UTC MAIN commitmail json YAML

2014-10-12 05:25:21 UTC MAIN commitmail json YAML

Fix typos in previous.

(uebayasi)

2014-10-12 05:20:54 UTC MAIN commitmail json YAML

Make hash capable of taking two key strings.

(uebayasi)

2014-10-12 04:38:28 UTC MAIN commitmail json YAML

Mark some stray files as kern for now.

(uebayasi)

2014-10-12 04:30:42 UTC MAIN commitmail json YAML

2014-10-12 04:23:47 UTC MAIN commitmail json YAML

2014-10-12 03:56:18 UTC MAIN commitmail json YAML

2014-10-12 03:52:30 UTC MAIN commitmail json YAML

2014-10-12 01:23:23 UTC MAIN commitmail json YAML

- support DS3231 ( more or less a DS3232 without NVRAM it seems )
- support the DS3231's temperature sensor

(macallan)

2014-10-11 23:10:44 UTC MAIN commitmail json YAML

2014-10-11 23:07:39 UTC MAIN commitmail json YAML

Succeed binding to multicast address for now: Open questions:
Open questions:

    http://mail-index.netbsd.org/tech-net/2014/07/23/msg004714.html

(christos)

2014-10-11 23:04:42 UTC MAIN commitmail json YAML

2014-10-11 21:28:43 UTC MAIN commitmail json YAML

2014-10-11 21:12:51 UTC MAIN commitmail json YAML

exposet multicast option functions which are used by the v6 code now.

(christos)

2014-10-11 20:53:16 UTC MAIN commitmail json YAML

Make IPV4 mapped addresses able to do IPV4 multicast. Fixes needed:

- allow binding to mapped v4 multicast addresses
- define v4moptions, allow setting it via ioctl, pass it to ip_output,
  free it when killing the pcb.

Ideally we would allow the IPV6 multicast setsockopts work on mapped addresses
too, but this is a lot more work and linux does not do it either.

(christos)

2014-10-11 20:50:59 UTC MAIN commitmail json YAML

this doesn't need <execinfo.h>, which doesn't exist on older hosts.

(mrg)

2014-10-11 19:55:59 UTC MAIN commitmail json YAML

2014-10-11 17:46:58 UTC MAIN commitmail json YAML

If not __HAVE_ATOMIC64_OPS, do not force the test for 64bit types.

(martin)

2014-10-11 17:35:06 UTC MAIN commitmail json YAML

disable MULTIPROCESSOR for now

(jmcneill)

2014-10-11 17:29:59 UTC MAIN commitmail json YAML

fix AWIN_MMC_FTRGLEVEL for A31

(jmcneill)

2014-10-11 17:27:42 UTC MAIN commitmail json YAML

Remove a set but not used variable

(martin)

2014-10-11 17:03:28 UTC netbsd-7 commitmail json YAML

2014-10-11 16:56:21 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
lib/libutil/parsedate.y: revision 1.20
Improved handling of local times.
* A magic value USE_LOCAL_TIME (defined as 99999) may be passed as the
  Timezone to Convert(), instructing it to use mktime() to work
  in the local time zone, instead of using mktime_z to work in UTC
  (and then adding the specified timezone offset).
* Some old code is removed now that there's no need to find the local
  timezone offset.
* Allow either one or both of the now and zone arguments to
  parsedate() to be NULL, treating them independently.  Previously,
  if either one was NULL, the other was ignored.
* If the zone argument is specified, then the current date is calculated
  in the specified zone, not in local time.
Also add some disabled debug code.
This should fix PR lib/47916.

(snj)

2014-10-11 16:55:32 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
tests/lib/libutil/t_parsedate.c: revision 1.13
2013-07-09 was in British Summer TIme, so use tzoff=-60, not 0.

(snj)

2014-10-11 16:52:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135.10):
tests/lib/libutil/t_parsedate.c: revision 1.12
When tests fail, print all args, notjust the date string.

(snj)

2014-10-11 16:52:07 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
lib/libutil/parsedate.3: revision 1.14
The tzoff argument is in minutes (behind/west of UTC), not seconds.
While here, also say that time = NULL and tzoff = NULL are independent.
The code doesn't yet implement that, but it will soon.

(snj)

2014-10-11 16:51:23 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
lib/libutil/parsedate.y: revision 1.19
Previously, input of the form "HH:MM:SS +ZZZZ" would not have set the
yyhaveZone flag.

(snj)

2014-10-11 16:47:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
lib/libutil/parsedate.y: revision 1.18
A time like HH:MM:SS.sss says nothing about whether DST is on or off.

(snj)

2014-10-11 16:47:00 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
tests/lib/libutil/t_parsedate.c: revision 1.11
Add tests for PR lib/47916.  Some of these fail.

(snj)

2014-10-11 16:45:58 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
lib/libutil/parsedate.3: revision 1.13
Document that years in ISO 8601 dates are taken literally.
"69-09-10" is in the year 69, not 2069.

(snj)

2014-10-11 16:45:24 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
tests/lib/libutil/t_parsedate.c: revision 1.10
Adapt to a recent change in parsedate().
"9/10/69" still refers to 2069, and "9/10/70" still refers to 1970,
but "69-09-10" and "70-09-10" now refer to the years 69 and 70.

(snj)

2014-10-11 16:44:31 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
lib/libutil/parsedate.y: revision 1.17
Some years don't need the "maybe add 1900 or 2000" adjustment
that was designed for handling two-digit abbreviated years.
For example, "1/2/70" still refers to the year 1970, as before,
but "70-01-02" now refers to the year 70.
* Add a new yyHaveFullYear member to struct dateinfo, to record whether
  or not the year needs to be adjusted.
* Code that parses years sets yyHaveFullYear=1 if they know that the
  year should not be adjusted (as is the case for ISO 8601 dates), or if
  they perform their own adjustment (as is the case for CVS timestamps).
* Move the year adjustment code into a new function, AdjustYear,
  instead of inline in Convert().
* Make Convert() assume the year doesn't need to be adjusted,
  and make Convert's callers first call AdjustYear() if appropriate.

(snj)

2014-10-11 16:43:46 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
tests/lib/libutil/t_parsedate.c: revision 1.9
Add comments for some non-obvious cases.
Also add a test with year=70, which is documented to be treated as 1970.

(snj)

2014-10-11 16:42:45 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #135):
tests/lib/libutil/t_parsedate.c: revision 1.8
Add local parsecheck() function and use it for several tests.
Instead of just checking that parsedate(3) does not return an error,
also pass the result through localtime_r(3) or gmtime_r(3) and check the
year/month/day/hour/minute/second fields in the resulting struct tm.

(snj)

2014-10-11 16:25:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #134):
lib/libperfuse/ops.c: revision 1.75
Do not trust the filesystem's readdir to give us nul-terminated file
names

(snj)

2014-10-11 16:22:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #133):
external/bsd/dhcp/Makefile.inc: revision 1.12
The crypto-enabled dhclient command needs more libraries burned in so that
it does not depend on /usr/lib

(snj)

2014-10-11 16:16:44 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by taca in ticket #132):
sys/kern/uipc_usrreq.c: revision 1.172
Make behavior of getsockname(2) (and maybe getpeername(2)) as the same as
NetBSD 6.1_STABLE and other operating system (OS X 10.9.5).
* sa_len of sockaddr_un strucrure is always set to sizeof(sun_path).
* pathname stored in sun_path is alwasys '\0' terminated (except length
  of sun_path is sizeof(sun_path)?).
Should be fix PR kern/49247, runtime problem of lmtp service of dovecot2 on
NetBSD current and NetBSD 7.0_BETA.

(snj)

2014-10-11 15:55:36 UTC MAIN commitmail json YAML

2014-10-11 15:47:38 UTC MAIN commitmail json YAML

2014-10-11 15:20:36 UTC MAIN commitmail json YAML

On second thought, resolving "device" dependency in enddefs() is correct.
The problem was to select things.  So put back the code to record dependency
as attributes.

While here, sprinkle more debug messages.

(uebayasi)

2014-10-11 14:52:16 UTC MAIN commitmail json YAML

Add a link time test to catch missing symbols in libc, as pointed
out in PR toolchain/49074.

(martin)

2014-10-11 14:05:12 UTC MAIN commitmail json YAML

The partition size is always computed in native blocks. The code also assumes
that native blocks are always DEVB_SIZE (a few lines earlier) which makes
the current calculation a no-op.

(mlelstv)

2014-10-11 13:56:01 UTC MAIN commitmail json YAML

use disk_init() wrapper function instead of poking data structures.

(mlelstv)

2014-10-11 13:34:01 UTC MAIN commitmail json YAML

When checking if the user chose to use the existing bootblocks, use
the appropriate variable, boottype.bp_consdev, not the uninitialized
bp.bp_consdev.  Also remove bp and bootxx since their only use was in
the incorrect check.  This should fix the problem of sysinst segfaulting
when you choose "Use existing bootblocks" on amd64.

(gson)

2014-10-11 12:36:25 UTC MAIN commitmail json YAML

No longer warn about differences bewteen disk size and total sector count
in disklabel when the latter is just clamped to the maximum.

(mlelstv)

2014-10-11 12:06:58 UTC MAIN commitmail json YAML

Note that rmdir(2) fails with EINVAL when the path last component is
`.' (dot).

(njoly)

2014-10-11 12:01:27 UTC MAIN commitmail json YAML

clamp total number of sectors to UINT32_MAX instead of providing the
lower 32bit of the 64bit number.

(mlelstv)

2014-10-11 11:55:07 UTC MAIN commitmail json YAML

2014-10-11 11:50:11 UTC MAIN commitmail json YAML

Use '.Rv -std' for RETURN VALUES, sort ERRORS.

(njoly)

2014-10-11 11:26:57 UTC MAIN commitmail json YAML

Comment out wscons related options.

(uebayasi)

2014-10-11 10:31:13 UTC MAIN commitmail json YAML

ahcisata is only available on the A10 and A20

(jmcneill)

2014-10-11 10:27:31 UTC MAIN commitmail json YAML

Execute if_detach within splnet where vlan_unconfig is

With the fix, a ifnet data of vlan can avoid use after free
that results in a fatal page fault.

This problem was found when fixing PR 49264. See
http://mail-index.netbsd.org/netbsd-bugs/2014/10/10/msg038536.html
for more detail.

(ozaki-r)

2014-10-11 10:18:36 UTC MAIN commitmail json YAML

Tweak vlan_unconfig

No functional change.

(ozaki-r)

2014-10-11 10:16:49 UTC MAIN commitmail json YAML

Protect vlan_unconfig with a mutex

It is not thread-safe but is likely to be executed in concurrent.
See PR 49264 for more detail.

(ozaki-r)

2014-10-11 10:06:15 UTC MAIN commitmail json YAML

Missing midi attachment.

(uebayasi)

2014-10-11 09:50:03 UTC MAIN commitmail json YAML

2014-10-11 09:27:51 UTC MAIN commitmail json YAML

Don't conplain devclass redifition to the same value; it can happen while
resolving dependency.

(uebayasi)

2014-10-11 09:23:32 UTC MAIN commitmail json YAML

Give flag argument in description. Add two articles.

(wiz)

2014-10-11 09:16:15 UTC MAIN commitmail json YAML

2014-10-11 09:15:04 UTC MAIN commitmail json YAML

2014-10-11 09:09:19 UTC MAIN commitmail json YAML

After yyparse() is done, print not file but stage for debug.

(uebayasi)

2014-10-11 09:06:29 UTC MAIN commitmail json YAML

Redo "device" dependency.  It was completely wrong to select things just
after definitions at enddefs().  Resolve dependency in selectbase().

(uebayasi)

2014-10-11 08:22:34 UTC MAIN commitmail json YAML

2014-10-11 07:19:27 UTC MAIN commitmail json YAML

Need powl as alias as well

(martin)

2014-10-11 07:18:43 UTC MAIN commitmail json YAML

Don't define WSDISPLAY_* without wsdisplay.

(uebayasi)

2014-10-11 07:03:10 UTC MAIN commitmail json YAML

Probably agp_apple is never used.

(uebayasi)

2014-10-11 06:59:29 UTC MAIN commitmail json YAML

Seems we need both sqrtl and _sqrtl as a weak alias - something must be
wrong namespapce wise here, but this should make it build for now.

(martin)

2014-10-11 06:42:20 UTC MAIN commitmail json YAML

2014-10-11 06:34:31 UTC MAIN commitmail json YAML

2014-10-11 06:25:32 UTC MAIN commitmail json YAML

- Explicitly describe that kvm(3) is used when -M/-N option is used since
  nowadays sysctl(3) is the default information retrieval method.
- Fix description about default value for -N; it is no longer a single value
  these days, so just say see kvm_openfiles(3) rahter than repeating
  several lines description here.

(enami)

2014-10-11 06:18:29 UTC MAIN commitmail json YAML

Pass stricter build.

(uebayasi)

2014-10-11 06:07:48 UTC MAIN commitmail json YAML

2014-10-11 06:07:20 UTC MAIN commitmail json YAML

Resolve "device" definition dependency lazily.

(uebayasi)

2014-10-11 05:33:25 UTC MAIN commitmail json YAML

PR 49245: Fix broken RCSID (Kamil Rytarowski)

(dholland)

2014-10-11 04:19:38 UTC MAIN commitmail json YAML

Report allocated bytes on FS correctly, instead of using file size
(which is wrong for sparse files)

(manu)

2014-10-11 03:24:19 UTC MAIN commitmail json YAML

Don't enable wscons options w/o related devices.

(uebayasi)

2014-10-11 03:17:40 UTC MAIN commitmail json YAML

2014-10-11 00:52:44 UTC MAIN commitmail json YAML

dont pull in CUBIEBOARD kernel config since this is quite a bit different from the A10/A20 boards

(jmcneill)

2014-10-11 00:43:51 UTC MAIN commitmail json YAML

namespace protection

(christos)

2014-10-10 23:51:28 UTC MAIN commitmail json YAML

2014-10-10 23:50:43 UTC MAIN commitmail json YAML

2014-10-10 22:06:33 UTC MAIN commitmail json YAML

2014-10-10 20:58:09 UTC MAIN commitmail json YAML

2014-10-10 20:57:48 UTC MAIN commitmail json YAML

2014-10-10 20:23:22 UTC MAIN commitmail json YAML

add --enable-libstdcxx-time=rt for the GCC 4.8 build.

(mrg)

2014-10-10 20:16:32 UTC MAIN commitmail json YAML

2014-10-10 20:15:02 UTC MAIN commitmail json YAML

2014-10-10 18:17:03 UTC netbsd-7 commitmail json YAML