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 (24m)  netbsd-10 (17d)  netbsd-9 (17d)  netbsd-8 (22d) 

2024-06-03 03:11:17 UTC Now

2014-10-15 14:54:25 UTC MAIN commitmail json YAML

PR/48201: Miwa Susumu: Fix set -C (no clobber) for POSIX; from FreeBSD
Can't use O_EXCL because of device nodes; also truncate.

(christos)

2014-10-15 09:05:46 UTC MAIN commitmail json YAML

2014-10-15 09:03:53 UTC MAIN commitmail json YAML

Prepare nilfs for vcache:
- Calling getnewvnode() with "mp == NULL" is wrong.  Stop attaching a
  vnode to system file nodes and change nilfs_bread() to translate
  the block address and then uyse the device for the read.
- Move the vnode initialisation to nilfs_get_node() and use
  nilfs_get_node_raw() to initialise the nilfs node only.
- Same for nilfs_reclaim() versus nilfs_dispose_node().
- Change nilfs_get_node() to return an unlocked vnode instead of
  a nilfs node with locked vnode.  Adapt nilfs_lookup() and nilfs_root().
- Don't treat unsupported node types (blk, chr ...) as regular,
  return ENXIO instead.
- Fix nilfs_getattr() to mask the mode with ALLPERMS.
- Destroy sync_cv before free.

(hannken)

2014-10-15 08:14:44 UTC MAIN commitmail json YAML

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 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: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: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: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 19:04:17 UTC MAIN commitmail json YAML

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

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 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 17:53:08 UTC MAIN commitmail json YAML

Normalize wscons devices (except leaving one strange definition).

(uebayasi)

2014-10-10 17:49:55 UTC MAIN commitmail json YAML

correct a typo in sd clk reg offsets for mmc>0 and dont bother with pll6_enable

(jmcneill)

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

add AWIN_GPIO_IGNORE_FW, remove no motg0

(jmcneill)

2014-10-10 17:48:30 UTC MAIN commitmail json YAML

add an option for awin_gpio to ignore firmware pin reservations

(jmcneill)

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

Normalize: acpicpu depends on acpi.

(uebayasi)

2014-10-10 17:41:05 UTC MAIN commitmail json YAML

2014-10-10 17:38:44 UTC MAIN commitmail json YAML

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

Make usb_dma & usbverbose independent attributes.

(uebayasi)

2014-10-10 17:21:20 UTC MAIN commitmail json YAML

Normalize audio related definitions.

(uebayasi)

2014-10-10 17:09:18 UTC MAIN commitmail json YAML

Sanitize athhal definitions.  Depend on ath.

(uebayasi)

2014-10-10 16:29:56 UTC MAIN commitmail json YAML

I'm not sure reading from an unsanitized userland pointer is a good idea.
Some users might be tempted to give 0x01, in which case the kernel will
crash.

(maxv)

2014-10-10 16:17:27 UTC MAIN commitmail json YAML

Remove an unsed var.

(uebayasi)

2014-10-10 15:35:08 UTC MAIN commitmail json YAML

Revert a mistakenly added, superflous attribute match test that caused some
valid options to get lost.

(uebayasi)

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

PR/49270: Hauke Fath: Samsung NC10 Marvell Yukon ethernet not supported

(christos)

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

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

Define net attribute.  Always select it for now.

(uebayasi)

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

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

2014-10-10 12:39:53 UTC MAIN commitmail json YAML

2014-10-10 12:29:28 UTC MAIN commitmail json YAML

Move audio related definitions.

(uebayasi)

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

To make sure that I'm not doing wrong, try to define ffs/ufs/vfs dependencies
a little more strictly.

(uebayasi)

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

Bump config(1) version.

config(1) still keeps backward-compatibility; it is more permissive than
before.  The tree, however, needs the updated config(1), mainly to strictly
define attribute ("module") ownership and dependencies.

(uebayasi)

2014-10-10 11:58:59 UTC MAIN commitmail json YAML

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

2014-10-10 11:38:42 UTC MAIN commitmail json YAML

Put TODO ideas (to keep your fun).

(uebayasi)