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

2024-05-10 12:06:48 UTC Now

2015-12-16 08:05:38 UTC MAIN commitmail json YAML

Add direct configuration support via compatible names.

(jdc)

2015-12-16 08:04:58 UTC MAIN commitmail json YAML

Allow pcfiic to handle i2c writes using cmdbuf for the register, and buf for
the value to be written.  Prior to this, we would send an empty write command
to the correct i2c address, plus an empty write command to the device at the
i2c address of the first byte of buf.

(jdc)

2015-12-16 08:01:19 UTC MAIN commitmail json YAML

Add V210/V240 environmental sensors that are not in the OFW tree.
Add device properties for adm1026hm on V210, V240, and V440.

(jdc)

2015-12-16 08:00:00 UTC MAIN commitmail json YAML

Add adm1026hm* for V210, V240, and V440 environmental monitoring.

(jdc)

2015-12-16 07:59:01 UTC MAIN commitmail json YAML

2015-12-16 07:56:48 UTC MAIN commitmail json YAML

Add a driver for the ADM1026 Thermal System Management Fan Controller
i2c chip.

(jdc)

2015-12-16 05:44:59 UTC MAIN commitmail json YAML

2015-12-16 03:24:29 UTC MAIN commitmail json YAML

Refactor. No functional change.

(knakahara)

2015-12-16 01:20:06 UTC MAIN commitmail json YAML

Fix compile failure without WITH_SSL.

>    /tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c: In function 'fetch_url':
>    /tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c:823:18: error: 'HTTPS_URL_T' undeclared (first use in this function)
>          urltype == HTTPS_URL_T ? &ssl : NULL);

(nonaka)

2015-12-15 23:15:53 UTC MAIN commitmail json YAML

XU4 FDT WDT - convert driver to FDT

The watchdog timer is the most trivial driver in exynos, from the POV of
converting to FDT, so go ahead and do it first.  NOTE: There's a hack in
the driver that needs to eventually be fixed -- the clock frequency is
hardwired when it should be gotten from the clock in the device tree.  I'll
come back and fix this when I'm more comfortable with the api.

(marty)

2015-12-15 23:13:51 UTC MAIN commitmail json YAML

XU4 FDT -- fix bus tags

I got away with not having the generic bus tags for getting minimum fdt to
work; but for real drivers have to actually have them.  Make necessary
corrections.

(marty)

2015-12-15 21:45:21 UTC MAIN commitmail json YAML

Factor the proxy handling code out.

(christos)

2015-12-15 21:01:27 UTC MAIN commitmail json YAML

Separate no_proxy handling.

(christos)

2015-12-15 20:49:50 UTC MAIN commitmail json YAML

Try to factor out some code, this is completely out of control.

(christos)

2015-12-15 15:35:10 UTC MAIN commitmail json YAML

remove some commented out entries for static i2c device instances

(jmcneill)

2015-12-15 15:34:04 UTC MAIN commitmail json YAML

wire down ldN to sdmmcN, so disk numbers dont jump around between boots

(jmcneill)

2015-12-15 15:33:19 UTC MAIN commitmail json YAML

fdtbus_gpio_read handles pin polarity, so fix inverted test in tegra_sdhc_card_detect

(jmcneill)

2015-12-15 12:36:10 UTC MAIN commitmail json YAML

PR/50561: David Binderman: Add missing va_end calls.

(christos)

2015-12-15 12:33:03 UTC MAIN commitmail json YAML

PR/50560: David Binderman: fix memory leaks.

(christos)

2015-12-15 12:30:34 UTC MAIN commitmail json YAML

PR/50559: David Binderman: Add missing free()'s after calls to randomize().

(christos)

2015-12-15 04:53:56 UTC MAIN commitmail json YAML

XU$ genassym.cf

adding previously missed file.

(marty)

2015-12-15 04:38:30 UTC MAIN commitmail json YAML

EXYNOS - change ODROID-XU4 to EXYNOS

EXYNOS will be a generic fdt kernel, so signify that with the name change,
as requested by Nick.

(marty)

2015-12-15 01:33:08 UTC MAIN commitmail json YAML

Add more tests for IPv6 link-local addresses

The tests include a test for PR 50549.

(ozaki-r)

2015-12-14 23:57:30 UTC MAIN commitmail json YAML

Fix TX FIFO on Tegra

(jmcneill)

2015-12-14 23:21:23 UTC MAIN commitmail json YAML

zero out struct i2cbus_attach_args before messing with it

(macallan)

2015-12-14 23:06:21 UTC MAIN commitmail json YAML

Add missing debug libraries; reported by John D. Baker in current-users@

(christos)

2015-12-14 22:51:42 UTC MAIN commitmail json YAML

XU4 FDT Missing file

maybe it'll compile now.

(marty)

2015-12-14 22:07:37 UTC MAIN commitmail json YAML

PR/50552: Kyle Amon: RFC3493 section 6.1 wants us to accept non-dotted-quad
INET4 addresses.
XXX: pullup-7

(christos)

2015-12-14 22:06:57 UTC MAIN commitmail json YAML

XU4 FDT Enable the minimum device tree

This enables the use of FDT on the XU4 but doesn't add any drivers.  However,
with this check in, XU4 becomes useless without a device tree blob from the
Linux tree, which isn't checked in anywhere.

(marty)

2015-12-14 21:41:42 UTC MAIN commitmail json YAML

2015-12-14 20:58:45 UTC MAIN commitmail json YAML

Add driver for device tree "gpio-keys" device. Each GPIO key is mapped to
a sysmon pswitch; code KEY_POWER is a power button, KEY_SLEEP is a sleep
button, and everything else is treated as a hotkey button.

(jmcneill)

2015-12-14 20:57:34 UTC MAIN commitmail json YAML

handle GPIO_ACTIVE_LOW flag

(jmcneill)

2015-12-14 20:01:17 UTC MAIN commitmail json YAML

Switch PCI re(4) attachment from pci_intr_map() to
pci_intr_alloc()/pci_intr_release().

This enables MSI where available.

(jakllsch)

2015-12-14 18:24:06 UTC MAIN commitmail json YAML

Don't forget to set sin_scope. From Ryota Ozaki

(christos)

2015-12-14 15:29:45 UTC MAIN commitmail json YAML

Move mcrr and mrrc up the list so they match ahead of ldc/ldc2

(skrll)

2015-12-14 10:31:38 UTC MAIN commitmail json YAML

use workqueue(9)

(hkenken)

2015-12-14 10:12:45 UTC MAIN commitmail json YAML

2015-12-14 09:48:41 UTC MAIN commitmail json YAML

Delete pmap_pmaps and its only user pmap_dump_all.  The list wasn't
being updated in an MP-safe manner.

(skrll)

2015-12-14 06:17:05 UTC MAIN commitmail json YAML

Add getaddrinfo.c to RUMPSRCS for link-local addresses

(ozaki-r)

2015-12-14 05:13:01 UTC MAIN commitmail json YAML

FDT XU4 fix uboot support

remove some code I thought I'd previously removed which causes data
aborts if uboot is invoked with 'bootm ADDR - ADDR'.

(marty)

2015-12-14 03:49:54 UTC MAIN commitmail json YAML

2015-12-14 03:15:10 UTC MAIN commitmail json YAML

2015-12-14 01:08:47 UTC MAIN commitmail json YAML

sysmon's components need to be MODULE_CLASS_DRIVER so they will get
initialized before we configure/initialize any devices that interact
with them.

Thanks, marty!

(pgoyette)

2015-12-14 00:00:22 UTC MAIN commitmail json YAML

enable the watch dog

This will work only if the patch to sysmon_wdog.c to convert it to
MODULE_CLASS_DRIVER is installed.  Symptom of failure is a crash in
lockdebug because of an uninitialized mutex.

(marty)

2015-12-13 23:32:52 UTC MAIN commitmail json YAML

Add missing verb.

(wiz)

2015-12-13 23:02:56 UTC MAIN commitmail json YAML

2015-12-13 22:55:05 UTC MAIN commitmail json YAML

2015-12-13 22:28:10 UTC MAIN commitmail json YAML

undo 'typo' fix and restore 'frequency' to dictionary

Oops.  The 'typo' was elsewhere and I accidently removed setting
the frequency.  Fix that.

(marty)

2015-12-13 22:05:52 UTC MAIN commitmail json YAML

2015-12-13 21:53:03 UTC MAIN commitmail json YAML

Clarify the meaning of this.  These macros do not operate on bit numbers
as is implied.. the macros are defined as

    #define SET(t, f)      ((t) |= (f))
    #define ISSET(t, f)    ((t) & (f))
    #define CLR(t, f)      ((t) &= ~(f))

When the rationale is to provide clarity in the source code, then it
is good to have manual pages that are correct.

(plunky)

2015-12-13 21:24:06 UTC MAIN commitmail json YAML

2015-12-13 21:13:00 UTC MAIN commitmail json YAML

STRENGHT -> STRENGTH and misc spelling/whitespace. no functional change

(plunky)

2015-12-13 21:09:01 UTC MAIN commitmail json YAML

mount_psshfs and mount_sysctlfs don't depend on rump anymore.

(rjs)

2015-12-13 21:03:31 UTC MAIN commitmail json YAML

one default is better than two

(christos)

2015-12-13 19:53:02 UTC MAIN commitmail json YAML

PR/50514: David Binderman: Add missing break

(christos)

2015-12-13 19:51:53 UTC MAIN commitmail json YAML

better than returning random errors.

(christos)

2015-12-13 19:49:34 UTC MAIN commitmail json YAML

PR/50516: David Binderman: Add missing breaks

(christos)

2015-12-13 19:47:08 UTC MAIN commitmail json YAML

PR/50520: David Binderman: Fix missing breaks.

(christos)

2015-12-13 19:43:27 UTC MAIN commitmail json YAML

PR/50523: David Binderman: Fix incorrect shifts.

(christos)

2015-12-13 19:38:09 UTC MAIN commitmail json YAML

PR/50524: David Binderman: Fix incorrect test

(christos)

2015-12-13 19:36:40 UTC MAIN commitmail json YAML

PR/50525: David Binderman: Fix incorrect test.

(christos)

2015-12-13 19:18:32 UTC MAIN commitmail json YAML

PR/50526: David Binderman: Fix incorrect test

(christos)

2015-12-13 19:06:43 UTC MAIN commitmail json YAML

PR/50527: David Binderman: Fix impossible code. Odd offsets need special
treatment.

(christos)

2015-12-13 18:58:13 UTC MAIN commitmail json YAML

PR/50529: David Binderman: Remove double sizeof

(christos)

2015-12-13 18:53:57 UTC MAIN commitmail json YAML

PR/50528: David Binderman: remove sizeof(sizeof(x))

(christos)

2015-12-13 18:51:14 UTC MAIN commitmail json YAML

PR/50530: David Binderman: Add missing printf args

(christos)

2015-12-13 18:41:09 UTC MAIN commitmail json YAML

PR/50531: David Binderman: Add missing printf args

(christos)

2015-12-13 18:38:23 UTC MAIN commitmail json YAML

PR/50532: David Binderman: Add missing fclose.

(christos)

2015-12-13 18:35:26 UTC MAIN commitmail json YAML

PR/50533: David Binderman: Fix incorrect logic

(christos)

2015-12-13 18:31:09 UTC MAIN commitmail json YAML

PR/50535: David Binderman: Fix nonsense strcmp

(christos)

2015-12-13 18:29:00 UTC MAIN commitmail json YAML

PR/50536: David Binderman: fix incorrect sizeof

(christos)

2015-12-13 18:24:50 UTC MAIN commitmail json YAML

PR/50537: David Binderman: fix bad sizeof

(christos)

2015-12-13 18:14:13 UTC MAIN commitmail json YAML

PR/50547: David Binderman: fix bad sizeof

(christos)

2015-12-13 18:09:00 UTC MAIN commitmail json YAML

PR/50546: David Binderman: Fix bad sizeof

(christos)

2015-12-13 17:45:37 UTC MAIN commitmail json YAML

2015-12-13 17:41:48 UTC MAIN commitmail json YAML

Note the sensor number in the error output.  Useful for drivers adding
multiple sensors.

(jdc)

2015-12-13 17:39:20 UTC MAIN commitmail json YAML

2015-12-13 17:30:40 UTC MAIN commitmail json YAML

2015-12-13 17:15:06 UTC MAIN commitmail json YAML

2015-12-13 17:14:56 UTC MAIN commitmail json YAML

allow child devices to be passed in attach args instead of device dictionary

(jmcneill)

2015-12-13 17:07:13 UTC MAIN commitmail json YAML

2015-12-13 17:06:14 UTC MAIN commitmail json YAML

2015-12-13 16:11:14 UTC MAIN commitmail json YAML

2015-12-13 15:53:06 UTC MAIN commitmail json YAML

Implement amd64 support for SMEP - Supervisor Mode Execution Protection.

Now, on CPUs that support this feature, if the kernel tries to execute
an instruction located in userland, the CPU will trigger a page fault.

Tested on amd64 (Intel Core i5).

(maxv)

2015-12-13 15:22:31 UTC MAIN commitmail json YAML

2015-12-13 15:13:03 UTC MAIN commitmail json YAML

2015-12-13 15:02:20 UTC MAIN commitmail json YAML

2015-12-13 14:54:17 UTC MAIN commitmail json YAML

2015-12-13 14:28:12 UTC MAIN commitmail json YAML

2015-12-13 14:24:48 UTC MAIN commitmail json YAML

2015-12-13 14:08:09 UTC MAIN commitmail json YAML

2015-12-13 14:06:13 UTC MAIN commitmail json YAML

(Hopefully) fix build without IPv6 support

(tron)

2015-12-13 11:51:37 UTC MAIN commitmail json YAML

pass addr_shift 1 to of_enter_i2c_devs

(jmcneill)

2015-12-13 11:51:13 UTC MAIN commitmail json YAML

add an addr_shift parameter to of_enter_i2c_devs

(jmcneill)

2015-12-13 11:00:02 UTC MAIN commitmail json YAML

OF properties are stored in big endian, but the host might not be. Swap
the value of the "reg" property where appropriate.

(jmcneill)

2015-12-13 04:55:12 UTC MAIN commitmail json YAML

mvsdio does not work on OPENRD, disable it.
Tested on OpenRD-Client, causes infinite loop during autoconf when enabled.

(cyber)

2015-12-13 02:27:06 UTC MAIN commitmail json YAML

Add defaults for ip6addrctl

(christos)

2015-12-13 02:26:08 UTC MAIN commitmail json YAML

2015-12-13 02:06:17 UTC MAIN commitmail json YAML

2015-12-13 02:05:16 UTC MAIN commitmail json YAML

2015-12-13 02:02:59 UTC MAIN commitmail json YAML

Implement the address selection policy; from FreeBSD

(christos)

2015-12-12 23:55:42 UTC MAIN commitmail json YAML

Whitespace nit.

(wiz)

2015-12-12 23:43:37 UTC MAIN commitmail json YAML

add ip6addrctl

(christos)

2015-12-12 23:42:44 UTC MAIN commitmail json YAML

2015-12-12 23:35:56 UTC MAIN commitmail json YAML

2015-12-12 23:34:25 UTC MAIN commitmail json YAML

2015-12-12 22:22:51 UTC MAIN commitmail json YAML

Change the meaning of of_compatible return values >= 0. Previously, the
function would return the index of the matching compatibility string in
the "strings" parameter on success. None of the callers in tree use this,
so instead change the function to return a reverse index of the matching
compatibility string in the phandle's "compatible" property. The result is
that the function will return a higher number for earlier "compatible"
matches.

Add a new of_match_compatible() that simply returns of_compatible() + 1,
for use in driver match functions.

(jmcneill)

2015-12-12 21:57:40 UTC MAIN commitmail json YAML

XU4: Fix build

missed a dependency on evbarm/odroid that should have been evbarm/exynos.

(marty)

2015-12-12 21:56:54 UTC MAIN commitmail json YAML

XU4: re-enable gpio

c'n'p error left gpio disabled.  fixed.

(marty)

2015-12-12 19:05:45 UTC MAIN commitmail json YAML

Add manpage to the fma function in libm.
The manpage is taken from the FreeBSD project since the fma implementation is
based on the one in FreeBSD.

(nros)

2015-12-12 18:06:58 UTC MAIN commitmail json YAML

Introduce bozo_strdup and bozo_asprintf to add error checking and reduce
code duplication.

Note that bozo_strdup is different that bozostrdup; the _ routines exit
loging error to syslog or stderr, whereas the non _ routines send error
responses to the http client.

(christos)

2015-12-12 17:48:18 UTC MAIN commitmail json YAML

Redo previous.  zero check before modulo.

(nakayama)

2015-12-12 16:57:53 UTC MAIN commitmail json YAML

- restrict the default list of ciphers to something more secure
- restrict ssl options
From Travis Paul

(christos)

2015-12-12 15:27:42 UTC MAIN commitmail json YAML

Put the code in charge of handling MODCTL_STAT (32bit) into a separate
function. No functional change.

(maxv)

2015-12-12 15:03:56 UTC nick-nhusb commitmail json YAML

2015-12-12 14:57:52 UTC MAIN commitmail json YAML

secmodel_extensions_system_cb() is not mount-specific, even though
KAUTH_SYSTEM_MOUNT happens to be the only option handled here.

Put everything into a swith(action). No functional change.

(maxv)

2015-12-12 14:47:37 UTC MAIN commitmail json YAML

Put the code in charge of handling MODCTL_STAT into a separate function.

No functional change.

(maxv)

2015-12-12 09:52:40 UTC MAIN commitmail json YAML

Clarify that SCCS is a specific thing and not a generic thing.

(dholland)

2015-12-12 09:50:12 UTC MAIN commitmail json YAML

Remove spurious ARGSUSED.

(dholland)

2015-12-12 00:42:42 UTC MAIN commitmail json YAML

Remove ev that's no longer valid

development of the odroid boards has moved to evbarm/exynos and this
directory is now out of date with respect to new development.

(marty)

2015-12-11 21:22:57 UTC MAIN commitmail json YAML

Counting from 0 to n-1 can go wrong badly, if n is unsigned and zero and
the counter variable is not of a type larger than n. Fixes PR 50490.

(joerg)

2015-12-11 21:05:18 UTC MAIN commitmail json YAML

update several profiles, bringing up to date decoding of all the
Bluetooth 1.1->4.2 Service Discovery specifications I could find,
namely:

    Wireless Access Protocol
    Multi-Profile Specification
    Calendar, Tasks & Notes
    Message Access Profile
    Message Notification Service
    Global Navigation Satellite System
    Health Device Profile
    File Transfer Protocol
    3D Display
    General Access Profile
    Generic Attribute Server

all documentation is on bluetooth.org, under

    https://www.bluetooth.org/en-us/specification

(plunky)

2015-12-11 19:47:52 UTC MAIN commitmail json YAML

2015-12-11 15:37:44 UTC MAIN commitmail json YAML

2015-12-11 15:33:47 UTC MAIN commitmail json YAML

Fix some uninitialized variable warnings with clang.

(wiz)

2015-12-11 12:41:10 UTC MAIN commitmail json YAML

Use gcc 4.4 and later operation for nand, i.e.
*ptr = ~(tmp & value) instead of *ptr = ~tmp & value

There was also another bug in sync_fetch_and_nand_8 which I've also fixed.

PR port-arm32/50513: Incorrect logic for atomic_nand_xx.S

(skrll)

2015-12-11 10:05:17 UTC MAIN commitmail json YAML

Whitespace nit.

(wiz)

2015-12-11 08:47:53 UTC MAIN commitmail json YAML

Use the proper format "[IPv6 address]:port" when reporting connection
attempts to IPv6 endpoints.

(tron)

2015-12-11 08:37:32 UTC MAIN commitmail json YAML

Use the proper format "[IPv6 address]:port" when reporting connection
attempts to IPv6 endpoints.

(tron)

2015-12-11 08:19:07 UTC MAIN commitmail json YAML

d_secpercyl is gone and we use the value from disklabel anyway.

(mlelstv)

2015-12-11 08:12:18 UTC MAIN commitmail json YAML

2015-12-11 08:10:43 UTC MAIN commitmail json YAML

2015-12-11 08:10:28 UTC MAIN commitmail json YAML

2015-12-11 08:08:01 UTC MAIN commitmail json YAML

2015-12-11 08:04:20 UTC MAIN commitmail json YAML

PR 50516 bad switch statement.
Adding some comments.

(mlelstv)

2015-12-11 07:59:14 UTC MAIN commitmail json YAML

PR kern/50522: gif(4) ioctl causes panic while someone is using the gif(4) interface.

It is required to wait other CPU's softint completion before disestablishing
the softint handler.

(knakahara)

2015-12-11 07:21:09 UTC MAIN commitmail json YAML

Don't need to nest #ifdef EHCI_DEBUG

(skrll)

2015-12-11 04:29:24 UTC MAIN commitmail json YAML

revert KASSERT. It should use 'if' instead of KASSERT.

see updated(later than r1.18) kmem(9) man.

(knakahara)

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

EXYNOS rewrite step 3 of N: Add aliases for gpio pins

This adds the GPIO aliases that will be used for board-independent driver
lookup until we have FDT.

The idea here is that each pin used by any driver is given a name that
the driver knows that is independent of the gpio bank name.  The mapping
from the alias to the actual gpio bank + pin number is done in this file
and a lookup function is added to exynos_gpio.c that allows a driver to
ask for a gpio pin by the alias name, blisssfully unaware that there is
an underlying GPIO bank name.

Once set up with all the drivers, it should then be possible to move to a
different vendor's board simply by modifying exynos_machdep.c

(marty)

2015-12-11 04:11:23 UTC MAIN commitmail json YAML

Spell out that KM_SLEEP allocations can fail.

(christos)

2015-12-11 04:05:54 UTC MAIN commitmail json YAML

add a dma file to the EXYNOS rewrite

(marty)

2015-12-11 04:03:44 UTC MAIN commitmail json YAML

EXYNOS Rewrite step 2 of N: New exynos_gpio.c

I can't bring  myself to fully nuke from orbit, so there are really two
things in this checkin:

1) A major rewrite of exynos_gpio.c, based mostly on the Nvidia
  tegra_gpio.c file.  This is missing a major function that will be
  added the first time a customer for it is integrated, which is meant to
  select pins based on aliases, rather than pin bank names.

2) A small number of changes to other files that keep the tree compiling
  and progressing as far as ever; except it is now 5422 specific and
  will not boot on the other exynos socs, which I don't have hardware to
  test.

The choice to remove functionality is always controversial, but since
we are doing a significant rewrite and I don't have either
documentation or hardware *and* none of the code really works now
anyway, I'm taking the stance that only tested functionality should be
added, and that we'll layer the other exynos socs on this once it
fully boots.

(marty)

2015-12-11 03:55:18 UTC MAIN commitmail json YAML

2015-12-11 01:15:00 UTC MAIN commitmail json YAML

Introduce arp_settimer

No functional change.

(ozaki-r)

2015-12-10 23:50:06 UTC netbsd-7 commitmail json YAML

2015-12-10 23:48:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1048):
external/gpl3/gcc/dist/gcc/config/i386/cpuid.h: revision 1.2
Fix logic bug where __cpuid gets called when __get_cpuid_max() returns 0.
This happens when __level == 0, from libgcc/config/i386/cpuinfo.c#285.
This breaks early i486 CPUs which don't have cpuid

(snj)

2015-12-10 23:48:32 UTC netbsd-7-0 commitmail json YAML

2015-12-10 23:47:26 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1048):
external/gpl3/gcc/dist/gcc/config/i386/cpuid.h: revision 1.2
Fix logic bug where __cpuid gets called when __get_cpuid_max() returns 0.
This happens when __level == 0, from libgcc/config/i386/cpuinfo.c#285.
This breaks early i486 CPUs which don't have cpuid

(snj)

2015-12-10 23:44:11 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1043):
sys/arch/arm/allwinner/awin_mmc.c: revision 1.23 via patch
Wait 20ms for the PLL to stabilize after enabling it.
Fixes occasional bogus size report for my SD card.

(snj)

2015-12-10 22:04:54 UTC MAIN commitmail json YAML

PR port-arm/50512: Source code condition impossible

Fix condition which broke ARM1136 function selection when ARM1176 support
was added

(skrll)

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

2015-12-10 21:38:59 UTC MAIN commitmail json YAML

Make the us.dvorak.swapctrlcaps keyboard layout work for ukbd(4) too.

(jakllsch)

2015-12-10 21:32:35 UTC MAIN commitmail json YAML

Markup improvements.

(wiz)

2015-12-10 17:07:07 UTC MAIN commitmail json YAML

2015-12-10 16:35:45 UTC MAIN commitmail json YAML

Fix indentation

(skrll)

2015-12-10 15:51:11 UTC MAIN commitmail json YAML

Remove "empty" FreeBSD RCSId

(skrll)

2015-12-10 15:50:17 UTC MAIN commitmail json YAML

Trailing whitespace

(skrll)

2015-12-10 14:31:46 UTC MAIN commitmail json YAML

2015-12-10 14:30:56 UTC MAIN commitmail json YAML

whoops, sort the RTL8188CU_3.

(leot)

2015-12-10 14:28:04 UTC MAIN commitmail json YAML

Add support for Realtek RTL8188CU_3.

(leot)

2015-12-10 14:26:40 UTC MAIN commitmail json YAML

2015-12-10 14:24:25 UTC MAIN commitmail json YAML

+ REALTEK RTL8188CU_3

(leot)

2015-12-10 09:19:42 UTC MAIN commitmail json YAML

Make this actually compile with USB_DEBUG.  oops.

(skrll)

2015-12-10 09:04:08 UTC MAIN commitmail json YAML

Pull across the conversion to usbhist from nick-nhusb.

(skrll)

2015-12-10 08:11:03 UTC MAIN commitmail json YAML

kmem_zalloc(, KM_SLEEP) must not return NULL.

(knakahara)

2015-12-10 05:33:28 UTC MAIN commitmail json YAML

When loaded as a non-built-in module, make sure we attach the cdevsw.
Without this, the i2c bus works but userland programs (such as
i2cscan(8)) cannot open /dev/iic*.

While we're here, add a ref-count to make sure that the device doesn't
get detached while it is open.

(pgoyette)

2015-12-10 05:29:41 UTC MAIN commitmail json YAML

Initialize the mutex before calling xxx_rescan().  Otherwise if we
load/attach an i2cbus at a later time (ie, load the iic module),
we'll end-up re-initializing the mutex.

(Caught with a LOCKDEBUG kernel)

(pgoyette)

2015-12-10 01:20:13 UTC MAIN commitmail json YAML

2015-12-09 18:25:32 UTC MAIN commitmail json YAML

Rename verified_exec.c -> veriexec.c.

The old log is now in Attic/.

(maxv)

2015-12-09 16:55:18 UTC MAIN commitmail json YAML

KNF, and use C-style comments. Also, remove fusword/susword.

(maxv)

2015-12-09 16:26:16 UTC MAIN commitmail json YAML

2015-12-09 08:30:03 UTC MAIN commitmail json YAML

2015-12-09 06:00:51 UTC MAIN commitmail json YAML

ip_encap uses kmem_alloc APIs instead of malloc.

(knakahara)

2015-12-09 05:56:24 UTC MAIN commitmail json YAML

gif(4) uses kmem_alloc APIs instead of malloc.

(knakahara)

2015-12-09 03:33:32 UTC MAIN commitmail json YAML

Refactor gif_set_tunnel(). No functional change.

(knakahara)

2015-12-09 03:31:28 UTC MAIN commitmail json YAML

Improve gif_set_tunnel() rollback code.

(knakahara)

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

Correct mistakes in the sqlite.lua example

Changes:
- The open flag: sqlite.OPEN_CREATE will open the DB for reading and
  writing, adding sqlite.OPEN_READWRITE to sqlite.OPEN_CREATE will cause
  the DB to not be created and prevent the script from continuing
- When using stmt:bind_parameter_index() the parameter needs to be
  prefixed with ':' if that was used in the prepared statement,
  otherwise the incorrect index of 0 is returned.
- The drop table statement has an "x" appended to the table name, looks
  like a typo.

Patch by Travis Paul

Closes PR misc/50493

(kamil)

2015-12-08 22:16:01 UTC MAIN commitmail json YAML

2015-12-08 21:27:50 UTC MAIN commitmail json YAML

2015-12-08 20:56:21 UTC MAIN commitmail json YAML

catch up with DIOCGPART -> DIOCGPARTINFO

(christos)

2015-12-08 20:36:15 UTC MAIN commitmail json YAML

2015-12-08 16:53:28 UTC MAIN commitmail json YAML

unbreak the build

(gson)

2015-12-08 14:52:06 UTC MAIN commitmail json YAML

PR/50506: Tobias Nygren: kqueue(2) lacks EV_DISPATCH/EV_RECEIPT support

(christos)

2015-12-08 14:42:24 UTC MAIN commitmail json YAML

Don't rely on uboot to enable am335x gpio clocks

From jmcneill@

(skrll)

2015-12-08 12:57:16 UTC MAIN commitmail json YAML

If we did not setup the tty, don't reset it.

(christos)

2015-12-08 12:56:55 UTC MAIN commitmail json YAML

Only reset the terminal if we have a tty (Boris Ranto)

(christos)

2015-12-08 12:51:21 UTC MAIN commitmail json YAML

more changes I forgot to commit

(christos)

2015-12-08 12:51:04 UTC MAIN commitmail json YAML

preserve a copy of the tm so we can check later.

(christos)

2015-12-08 12:48:55 UTC nick-nhusb commitmail json YAML

Improve ex->ex_sqtds handling a little.

(skrll)

2015-12-08 12:41:28 UTC MAIN commitmail json YAML

Kill one more REL_DEBUG, from kre

(christos)

2015-12-08 12:40:12 UTC nick-nhusb commitmail json YAML

2015-12-08 05:56:18 UTC MAIN commitmail json YAML

add gif test for set_tunnel/delete_tunnel and recursion calls check

(knakahara)

2015-12-08 02:09:23 UTC MAIN commitmail json YAML

Update calculations for DDR4 devices.  This gets 1066MHz modules to
report as PC4-17000.

XXX Due to insufficient precision in the SPD ROM data, we still report
XXX these modules with a DDR speed of 2132MHz, not 2133.  :(  (The
XXX cycle time is really 937.5ps, but is stored in the ROM as 938.0ps)

(pgoyette)

2015-12-08 01:57:14 UTC MAIN commitmail json YAML

unfortunately it is not that easy to get rid of DIOCGPART. DTRT for the
raw partition and print a warning if we overflowed. I guess the right solution
for this is to create yet another version of disklabel that is 64 bit friendly.

(christos)

2015-12-07 23:20:57 UTC MAIN commitmail json YAML

Update to match reality.  For these functions, we still try the system
call first, and only fall back to /dev/clockctl if the system call
fails.

(pgoyette)

2015-12-07 20:59:44 UTC MAIN commitmail json YAML

Use the destination buffer size when copying strings.
(Didn't matter in practice, because the destination was large enough.)

(jdc)

2015-12-07 20:57:39 UTC MAIN commitmail json YAML

2015-12-07 20:55:49 UTC MAIN commitmail json YAML

- Add support for "midnight" "noon", dawn etc.
- Add validation to date/time strings by checking that mktime did not change
  the fields of struct tm from the ones requested
- Allow the format "year monthname day".
From kre

(christos)

2015-12-07 20:52:46 UTC MAIN commitmail json YAML

2015-12-07 20:01:43 UTC MAIN commitmail json YAML

don't release mutexes you did not enter? Please develop with LOCKDEBUG on!

(christos)