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

2024-05-10 08:55:16 UTC Now

2016-01-03 22:05:18 UTC MAIN commitmail json YAML

be a bit smarter about fcntl

(christos)

2016-01-03 21:58:17 UTC MAIN commitmail json YAML

Correct email address (pointed out by wiz@).

(jdc)

2016-01-03 20:59:47 UTC MAIN commitmail json YAML

change 60 to 70 which is the current release. Noticed by Rares Aioanei.

(christos)

2016-01-03 17:32:17 UTC MAIN commitmail json YAML

Remove duplicate register definitions and merge them all into pcf8584reg.h.
No functional change.

(jdc)

2016-01-03 17:29:25 UTC MAIN commitmail json YAML

Mention admtemp(4) and lmtemp(4) temperature limits changes.

(jdc)

2016-01-03 17:28:46 UTC MAIN commitmail json YAML

Mention supported chips and their differences.
Mention display and setting of chip temperature limits.

(jdc)

2016-01-03 17:28:33 UTC MAIN commitmail json YAML

Add LM75A ID register (for completeness).

(jdc)

2016-01-03 17:27:57 UTC MAIN commitmail json YAML

Add display and setting of chip temperature limit(s) for envsys(4).

(jdc)

2016-01-03 17:27:39 UTC MAIN commitmail json YAML

Mention supported chips and their differences.
Mention display and setting of chip temperature limits.

(jdc)

2016-01-03 17:27:26 UTC MAIN commitmail json YAML

Add display and setting of chip temperature limits for envsys(4).
Different chips are recognised where possible, and the appropriate limits
are displayed/settable.

(jdc)

2016-01-03 15:38:29 UTC MAIN commitmail json YAML

2016-01-03 15:26:39 UTC MAIN commitmail json YAML

reorganize constant test data

(jakllsch)

2016-01-03 15:25:31 UTC MAIN commitmail json YAML

add tehran airport

(mbalmer)

2016-01-03 15:16:10 UTC MAIN commitmail json YAML

Move MY*_ATF_CHECK_EQ debugging helper macros to before all functions.

(jakllsch)

2016-01-03 08:44:59 UTC MAIN commitmail json YAML

From Jim Bernard in PR install/50615: install_checksum expects a path
relative to ${DESTDIR}, and most callers did pass it that way - fix the
one place where it eroneously was called with a ${DESTDIR} path.

(martin)

2016-01-03 08:30:37 UTC nick-nhusb commitmail json YAML

In ehci_idone check for timed out or aborted transfer earlier and before
twiddling ex_isdone to avoid KASSERT firing.

(skrll)

2016-01-03 08:17:24 UTC MAIN commitmail json YAML

2016-01-03 06:23:25 UTC MAIN commitmail json YAML

2016-01-03 04:10:58 UTC MAIN commitmail json YAML

XU4 interrupt combiner / fake sysmmu

Add sysmmu to have something that calls through to the combiner's establish
routine.  Debug the combiner with it.

At this point the combiner is mostly done, but the interrupt handler has not
been tested.  This may never happen as we may never support any of the
devices that use the combiner for interrupts.  (Or maybe mct)

(marty)

2016-01-02 21:58:11 UTC MAIN commitmail json YAML

2016-01-02 20:57:10 UTC MAIN commitmail json YAML

Fix dval signdedness confusion, as was recently done in libusbhid.

(jakllsch)

2016-01-02 20:49:39 UTC MAIN commitmail json YAML

Do what libusbhid() does for Usage value of non-Variable Main items,
instead of something marked XXX that actually causes problems for hid_locate().

(jakllsch)

2016-01-02 20:45:07 UTC MAIN commitmail json YAML

Fix hid_get_data() and hid_get_udata() for 32-bit quantities on LP64.

Previously it would always return 0.

(jakllsch)

2016-01-02 20:35:59 UTC MAIN commitmail json YAML

Fix bug in cleanup of reply headers.

(elric)

2016-01-02 18:40:13 UTC MAIN commitmail json YAML

Add the concept of ``reply headers'', that is a SIMPLEQ of headers that
will be included in the HTTP reply.  We define this as we are about to
add an authentication method that may need to have a conversation with
the client.

(elric)

2016-01-02 17:44:33 UTC MAIN commitmail json YAML

Handle function symbol renames.

(christos)

2016-01-02 17:44:21 UTC MAIN commitmail json YAML

print the length on error.

(christos)

2016-01-02 16:55:46 UTC MAIN commitmail json YAML

enable ehci, now that it works properly

(macallan)

2016-01-02 16:50:52 UTC MAIN commitmail json YAML

properly initialize the EHCI
from Alexander Kabaev ( kan at freebsd.org )

(macallan)

2016-01-02 16:20:50 UTC MAIN commitmail json YAML

No longer detach opened device directly in RAIDFRAME_SHUTDOWN ioctl,
instead just mark the device for shutdown and detach on last close.

Also don't manually print the detached message but leave this to
config_detach(). This avoids a duplicate message when shutting down.

(mlelstv)

2016-01-02 16:14:46 UTC nick-nhusb commitmail json YAML

Destroy the mutex on detach

(skrll)

2016-01-02 16:10:06 UTC MAIN commitmail json YAML

RAIDF_INITED state also includes disk attachments, don't undo operations
that haven't been committed.

(mlelstv)

2016-01-02 16:06:25 UTC MAIN commitmail json YAML

Unlock and free in raid_detach to handle error paths.

(mlelstv)

2016-01-02 16:00:01 UTC MAIN commitmail json YAML

use bdev_strategy wrapper to properly use KERNEL_LOCK.

(mlelstv)

2016-01-02 14:46:09 UTC netbsd-7 commitmail json YAML

2016-01-02 14:43:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1054):
sys/dev/usb/ohci.c: revision 1.257
Fix 10year old bug of mine affecting interrupt IN transfers.

(riz)

2016-01-02 14:40:39 UTC netbsd-7 commitmail json YAML

Fix changelog entry for ticket 1038 per kre.

(riz)

2016-01-02 14:39:25 UTC netbsd-7-0 commitmail json YAML

2016-01-02 14:38:45 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1038):
sys/dev/vnd.c: revision 1.252
sys/dev/vnd.c: revision 1.253
sys/dev/vnd.c: revision 1.254
sys/dev/vnd.c: revision 1.249
sys/sys/disk.h: revision 1.66
sys/dev/vnd.c: revision 1.250
sys/dev/vnd.c: revision 1.251
- Add DK_DEV_BSIZE_OK()
- Simplify ioctl handling a little.
- disable debugging
- Return ENXIO if the get ioctl exceeds the number of configured devices.
  XXX: pullup-7
- explain why the int cast works (suggested by kre)
- fix incorrect memset.
- Use the new DK_DEV_BSIZE_OK() macro.

(riz)

2016-01-02 14:14:45 UTC nick-nhusb commitmail json YAML

Add a missing curly from previous

(skrll)

2016-01-02 14:04:41 UTC nick-nhusb commitmail json YAML

Generalise the hub status change notification and registering of
pending changes while exploring.

Notifications could be lost before

(skrll)

2016-01-02 13:54:38 UTC nick-nhusb commitmail json YAML

Make debug output consistent

(skrll)

2016-01-02 12:11:31 UTC MAIN commitmail json YAML

create_many:
  * add xfails for ext2 and udf
  * don't try to create a subdirectory for sysvbfs

(pooka)

2016-01-02 01:24:45 UTC MAIN commitmail json YAML

Teach hid_parse_usage_in_page() how to understand hex literals, in
addition to the usual table lookup.

(jakllsch)

2016-01-02 01:04:15 UTC MAIN commitmail json YAML

Fix round-trip of hid_usage_in_page(hid_parse_usage_in_page()) when
the usage is a catch-all format string.

This should allow usbhidctl(1) to understand an item argument of
"Button:Button_65535".

(jakllsch)

2016-01-01 23:46:04 UTC MAIN commitmail json YAML

Rework unsigned range test cases.

If the USB HID 1.11 spec is interperted to the letter, there's no such
thing as a unsigned Logical/Physical Minimum/Maximum.  When the (signed)
Minimum is greater than the (signed) Maximum, it's a possibility that
the device is attempting to present unsigned report data.

(jakllsch)

2016-01-01 22:59:12 UTC MAIN commitmail json YAML

Fix hid_get_data() for negative or 32-bit report data.

(jakllsch)

2016-01-01 22:47:35 UTC MAIN commitmail json YAML

value debugging for the Logical/Physical range checks

(jakllsch)

2016-01-01 22:37:07 UTC MAIN commitmail json YAML

XU4 FDT pinctrl

Rewrite the use of pinctrl to reflect the new model from Jared.

(marty)

2016-01-01 22:35:44 UTC MAIN commitmail json YAML

FDT pinctl - review from Jared

These changes reflect a redesign based on a preliminary review by Jared.
Instead of the acquire/release/set/get approach of the original, this uses
a much simpler, and cleaner register/set approach.

(marty)

2016-01-01 21:38:54 UTC MAIN commitmail json YAML

2016-01-01 20:48:15 UTC MAIN commitmail json YAML

zero out struct i2cbus_attach_args and i2c_controller before messing with
them

(macallan)

2016-01-01 20:13:50 UTC MAIN commitmail json YAML

Read the Tos limit from the chip, instead of assuming 80'C, in case
firmware has altered it.  Make the *decode functions return temperatures
in either uK or C for envsys and sysctl, respectively.

(jdc)

2016-01-01 19:46:48 UTC MAIN commitmail json YAML

Enable second noise source on newer VIA CPUs

(tls)

2016-01-01 19:14:45 UTC MAIN commitmail json YAML

Alphanumeric is spelled Alphanumeric

(jakllsch)

2016-01-01 18:58:58 UTC MAIN commitmail json YAML

KASSERT->KASSERTMSG to allow debugging a double-free'd buffer in ddb.

(martin)

2016-01-01 17:06:21 UTC MAIN commitmail json YAML

Add the pthread libraries, documented already in bsd.README; sort

(christos)

2016-01-01 16:09:00 UTC MAIN commitmail json YAML

Fix callout-skew source so it runs only when needed (remove second callout,
eliminate race).

(tls)

2016-01-01 15:18:39 UTC MAIN commitmail json YAML

use a shorter filename template in previous (for v7fs)

(pooka)

2016-01-01 15:13:57 UTC MAIN commitmail json YAML

Add a test which creates many directory entries.

(pooka)

2015-12-31 20:35:21 UTC MAIN commitmail json YAML

compare pointer against NULL instead of 0

(jakllsch)

2015-12-31 20:11:32 UTC MAIN commitmail json YAML

Move blacklistd later now that it depends on libpthread (From Rin Okuyama)

(christos)

2015-12-31 15:23:07 UTC MAIN commitmail json YAML

WELCOME 2016!

(mrg)

2015-12-31 12:14:01 UTC MAIN commitmail json YAML

2015-12-31 11:53:19 UTC MAIN commitmail json YAML

2015-12-31 10:56:13 UTC MAIN commitmail json YAML

Fix REL_CHECK error output; it had "expected" and "obtained" swapped.
While here, improve the general legibility of the printout. Not
actually relevant to PR 50574, but anyone looking at that should be
aware of this change.

(dholland)

2015-12-31 10:52:06 UTC MAIN commitmail json YAML

When computing relative months, use mktime() directly and don't call
our Convert(). And check it for failure. This fixes three sets of
problems:

  (1) depending on the passed-in value of Timezone it might
      disassemble the time in one timezone and reassemble it in
      another, causing mysterious offsets of a few hours;

  (2) with the previous set of changes to this file, Convert() fails
      if it ends up normalizing a date, so e.g. going three months
      forward from March 31 would fail;

  (3) previously if Convert() failed we passed -1 on to DSTcorrect(),
      which made a mess.

PR 50574.

(dholland)

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

Always use localtime_r; I don't think any of this code is tripping
itself up, but it's still good practice for library functions to not
trash static libc state. Might be relevant to PR 50574.

(dholland)

2015-12-31 10:21:02 UTC MAIN commitmail json YAML

tmux 2.1 is out.

(wiz)

2015-12-31 10:18:00 UTC MAIN commitmail json YAML

When evaluated on a Sunday, "next Sunday" means 7 days in the future,
not 14. When evaluated on a Monday, it apparently means 13 days in the
future. There's not exactly a spec for parsedate.y, so conform to the
implementation.

PR 50574.

XXX: to me at least this is an odd notion of "next Sunday", but whatever...

(dholland)

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

Fix the "Tuesday midnight" test to match what parsedate.y does; in
particular it doesn't add a week if evaluating that on Wednesday.

Whether that's right is an open question, but there's not exactly a
spec for parsedate.y and there's no point having the test fail one
day in seven.

PR 50574.

(dholland)

2015-12-31 09:12:58 UTC MAIN commitmail json YAML

Reformat grammar part according to my standards for yacc grammars.

(dholland)

2015-12-31 04:58:43 UTC MAIN commitmail json YAML

bump the version; we have real fixes now.

(mrg)

2015-12-31 04:39:16 UTC MAIN commitmail json YAML

redo the fix for rev 1.26 - instead of getting a new string wrong,
just delay the free until the parent has finished using them.
also, free query as well.

fixes PR#50374.

(mrg)

2015-12-31 03:50:34 UTC MAIN commitmail json YAML

XU4 gpio - get rid of annoying printf

(marty)

2015-12-31 01:16:47 UTC MAIN commitmail json YAML

Avoid leaking a file handle on error opening the next file. From
David Binderman in PR 50577.

(dholland)

2015-12-30 22:26:26 UTC MAIN commitmail json YAML

We don't have RLIMIT_SWAP

(christos)

2015-12-30 22:24:44 UTC MAIN commitmail json YAML

more robust ulimit test that works with most variants of bourne shells.

(christos)

2015-12-30 22:23:38 UTC MAIN commitmail json YAML

2015-12-30 22:23:02 UTC MAIN commitmail json YAML

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

2015-12-30 17:57:20 UTC MAIN commitmail json YAML

2015-12-30 16:51:31 UTC MAIN commitmail json YAML

2015-12-30 16:47:24 UTC MAIN commitmail json YAML

point to more information about clock_id

(plunky)

2015-12-30 16:42:48 UTC MAIN commitmail json YAML

Add a mutex to prevent races during initialization code from multiple threads.
Found in named.

(christos)

2015-12-30 09:16:17 UTC MAIN commitmail json YAML

Restrict the check for fully specified interrupts to machines with psycho
controllers only, and adjust comments to note this.

See also the mail thread starting at:
  http://mail-index.NetBSD.org/port-sparc64/2015/12/03/msg002488.html

(jdc)

2015-12-30 04:30:27 UTC MAIN commitmail json YAML

XU4 i2c, gpio & pinctrl changes

modify exynos_gpio.c to support the new pinctrl model.
set up the new pinctrl model in exynos_pinctrl.c

Flesh out exynos_i2c.c and set it up to use the new pinctrl model.  NOTE:
exynos_i2c.c is still incomplete.  I need to figure out what to set the
prescaler and scaler to.

(marty)

2015-12-30 04:23:39 UTC MAIN commitmail json YAML

FDT pinctrl

Add a pinctrl bus to FDT.  This works against exynos, but someone(tm) needs
to think about whether it is general enough or too specific to exynos.

(marty)

2015-12-29 21:49:58 UTC MAIN commitmail json YAML

Replace the nsaveds() function with #define NSAVEDS 3. No functional change.

Patch from Michael McConville.

(alnsn)

2015-12-29 17:54:43 UTC MAIN commitmail json YAML

Add printf_l/scanf_l man pages, sort

(christos)

2015-12-29 16:57:35 UTC MAIN commitmail json YAML

2015-12-29 16:02:37 UTC MAIN commitmail json YAML

disable code that does not work for sun2/coldfire

(christos)

2015-12-29 14:51:38 UTC MAIN commitmail json YAML

Holiday food satiation.

(christos)

2015-12-29 10:22:06 UTC MAIN commitmail json YAML

Now that the table of auto-loadable syscalls is per-emulation, make sure
that the rump-kernel has its own list.  Otherwise, missing syscalls won't
trigger a module auto-load.

This commit finishes the work to get tests/lib/librumphijack/t_tcpip
nfs_autoload test case working again after 16 months of failures!  (see
PR bin/49153).

(pgoyette)

2015-12-29 07:17:19 UTC MAIN commitmail json YAML

Since we're expecting to autoload modules here, make sure that the
kernel (or rump-server) has autoload enabled.

This should finish fixing PR bin/49153

XXX The test still does not run successfully, due to another bug that
XXX was recently introduced.  This second bug is being worked on.

(pgoyette)

2015-12-29 04:30:43 UTC MAIN commitmail json YAML

Add missing $NetBSD$ tag, and copy License/Copyright from mountd.c

OK christos@

(pgoyette)

2015-12-29 04:30:33 UTC MAIN commitmail json YAML

rewrite the redirection url generation code to use bozoasprintf().

(mrg)

2015-12-29 04:21:46 UTC MAIN commitmail json YAML

- convert most asprintf() calls to bozoasprintf().
- don't call getpwuid(0) if we don't need to, or fail it it fails,
  and remove the 'username' member of bozohttpd_t since it is not
  used outside of bozo_setup().

(mrg)

2015-12-29 01:58:27 UTC MAIN commitmail json YAML

fix inverted condition...

(christos)

2015-12-28 22:35:19 UTC nick-nhusb commitmail json YAML

In roothub_ctrl_start always return USBD_NORMAL_COMPLETION as any error
for the (synchronous) transfer is in ux_status

(skrll)

2015-12-28 22:25:43 UTC nick-nhusb commitmail json YAML

2015-12-28 19:32:22 UTC MAIN commitmail json YAML

Correct the example for the port range syntax

(khorben)

2015-12-28 16:47:11 UTC MAIN commitmail json YAML

fix typo. use pmask for SDHC_PRESENT_STATE.

(ryo)

2015-12-28 15:46:28 UTC nick-nhusb commitmail json YAML

ohci_reset_std_chain doesn't sleep so remove the stray ASSERT_SLEEPABLE

(skrll)

2015-12-28 11:03:36 UTC MAIN commitmail json YAML

Add missing eol-escape

(martin)

2015-12-28 10:15:09 UTC nick-nhusb commitmail json YAML

2015-12-28 10:13:45 UTC nick-nhusb commitmail json YAML

Drop/re-acquire the pipe lock when destroying up_intrxfer.  The fini
methods expect to be called unlocked.

(skrll)

2015-12-28 09:26:33 UTC nick-nhusb commitmail json YAML

2015-12-28 09:20:24 UTC nick-nhusb commitmail json YAML

Complete the adaptation to the branch

(skrll)

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

2015-12-28 07:37:59 UTC MAIN commitmail json YAML

2015-12-27 22:26:19 UTC MAIN commitmail json YAML

- Don't look for tests in the local directory, we might be running this from
  somewhere else.
- Clear MAKEFLAGS so that make(1) behaves as it is supposed to.

(christos)

2015-12-27 21:42:09 UTC MAIN commitmail json YAML

We don't need to declare clock_gettime if we don't have it and we don't need
to __RENAME if we are not NetBSD.

(christos)

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

2015-12-27 21:39:34 UTC MAIN commitmail json YAML

don't re-define __assert.

(christos)

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

2015-12-27 21:38:46 UTC MAIN commitmail json YAML

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

libelf has moved.

(christos)

2015-12-27 20:52:25 UTC MAIN commitmail json YAML

KSYMS_MAX_ID is too small for i386 kernels built with MKDEBUG=yes,
causing a number of ATF tests to fail.  Increase it by 50%, from 65536
to 98304.

(gson)

2015-12-27 20:49:01 UTC MAIN commitmail json YAML

get fifo depth from fdt, use default clock parent for biu

(jmcneill)

2015-12-27 19:50:31 UTC MAIN commitmail json YAML

We need at least 68010 or coldfire for fenv.

(christos)

2015-12-27 19:33:40 UTC MAIN commitmail json YAML

2015-12-27 18:35:29 UTC MAIN commitmail json YAML

remove DWC_MMC_DEBUG

(jmcneill)

2015-12-27 18:35:12 UTC MAIN commitmail json YAML

reduce timeouts, fix clk div calculation

(jmcneill)

2015-12-27 18:35:01 UTC MAIN commitmail json YAML

add some extra regs

(jmcneill)

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

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

Mark mandoc_asprintf as printf-like

(joerg)

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

make exynos_gpio_fdt_acquire actually work, now dwcmmc properly does card detect for micro SD slot

(jmcneill)

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

wildcard attachments to fdtbus

(jmcneill)

2015-12-27 12:22:28 UTC MAIN commitmail json YAML

handle active low flag, simplify bank / pin name parsing, no need to panic if bank lookup fails

(jmcneill)

2015-12-27 12:21:37 UTC MAIN commitmail json YAML

update compatible string to match exynos5422-odroidxu3.dts

(jmcneill)

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

update exynosfdt_init to match the devices in exynos5422-odroidxu3.dts

(jmcneill)

2015-12-27 12:10:19 UTC nick-nhusb commitmail json YAML

2015-12-27 10:21:36 UTC MAIN commitmail json YAML

several clean ups:

- bozostrdup() gains a request parameter, and uses it to determine
  what sort of error handling is required
- bozo_strdup() dies
- size_arrays() reduced slightly, pushing error handling into the caller
- convert to size_t for some array indices
- bozo_set_pref() and bozo_init_prefs() gain httpd parameters
- apply a bunch of manual CSE to vastly reduce the number of times the
  string "request->hr_httpd" appears.
- CGI parse_header() takes a request not httpd now

XXX: lua glue updated to call bozo_init_prefs() with htttpd parameter,
    but i'm only guessing here.

(mrg)

2015-12-27 08:43:51 UTC MAIN commitmail json YAML

Fix typo. Remove trailing whitespace.

(wiz)

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

Remove a left-over debugging variable.  Fix the build.

(pgoyette)

2015-12-27 07:43:39 UTC MAIN commitmail json YAML

2015-12-27 06:53:48 UTC MAIN commitmail json YAML

I was right - the output from gpt(8) did grow an extra space character!

Fix the test to expect it.  Test now passes on my local test bed.

(pgoyette)

2015-12-27 06:36:36 UTC MAIN commitmail json YAML

When MODULAR kernels grew a MODULAR_DEFAULT_AUTOLOAD option, (in rev 1.98
of src/sys/kern/kern_module.c), the default was "off" for all kernels
including rump kernels.  While many (most?) kernel config files were
updated to include the new option, rump kernels weren't so lucky.  Thus,
rump kernels still had autoload disabled.

This commit uses rump_sysctl to change the module_autoload_on value to
true (ie, enabled) before trying to test if autoloading actually works.

For now, I am _not_ changing the default for all rump kernels.  I'll
leave that for another day, after all appropriate discussion has occurred.

(pgoyette)

2015-12-27 06:24:25 UTC MAIN commitmail json YAML

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

2015-12-27 02:43:42 UTC MAIN commitmail json YAML

XU4 gpio clean up acquire code

properly locate the bank in the acquire code.  This may even work.

(marty)

2015-12-27 02:42:33 UTC MAIN commitmail json YAML

describe the ip6addrctl variables.

(christos)

2015-12-27 01:50:39 UTC MAIN commitmail json YAML

Revert - tested using wrong test case.  :(

(pgoyette)

2015-12-27 01:46:24 UTC MAIN commitmail json YAML

Update test - the attributes listed by the show command now have a space
in the comma-separated list.

This allows the test to once again pass.

(pgoyette)

2015-12-27 00:47:47 UTC MAIN commitmail json YAML

Return error in dkopen when dk_open_parent fails. Also change dk_open_parent
to pass error code to caller.
XXX: Pullups

(mlelstv)

2015-12-26 23:14:08 UTC MAIN commitmail json YAML

2015-12-26 23:13:50 UTC MAIN commitmail json YAML

2015-12-26 23:13:10 UTC MAIN commitmail json YAML

Dump registers on timeout and allow bus glue to override card detect func

(jmcneill)

2015-12-26 22:57:09 UTC MAIN commitmail json YAML

hook exynos5422 clock support into fdtbus

(jmcneill)

2015-12-26 22:53:52 UTC MAIN commitmail json YAML

tag kernel as type linux so we get the fdt address in r2

(jmcneill)

2015-12-26 22:26:58 UTC netbsd-7-0 commitmail json YAML

2015-12-26 22:26:28 UTC netbsd-7 commitmail json YAML

2015-12-26 22:23:43 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #1053):
sys/dev/ic/dwc_gmac_reg.h: revision 1.15
Fix an off by one in the bit definition for RX store and forward mode.
Pointed out by ganbold.
While there add a few other bits of the same register.

(snj)

2015-12-26 22:23:20 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #1053):
sys/dev/ic/dwc_gmac_reg.h: revision 1.15
Fix an off by one in the bit definition for RX store and forward mode.
Pointed out by ganbold.
While there add a few other bits of the same register.

(snj)

2015-12-26 22:20:03 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1052):
external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.17
Disable UIThrStubs.c, which is unnecessary on NetBSD.
This fixes xterm startup failure on NetBSD/m68k 7.0.
See PR/50386 for details.
Should be pulled up to netbsd-7 and netbsd-7-0.

(snj)

2015-12-26 22:18:57 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1052):
external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.17
Disable UIThrStubs.c, which is unnecessary on NetBSD.
This fixes xterm startup failure on NetBSD/m68k 7.0.
See PR/50386 for details.

(snj)

2015-12-26 22:15:34 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1051):
sys/arch/sh3/sh3/sh3_machdep.c: revision 1.103
sys/arch/landisk/landisk/machdep.c: revision 1.18
Remove \n from set_cpumodel(), and explicitly print \n during boot instead.
Fixes dmesg on NetBSD/dreamcast 7.0 (and probably NetBSD/hpcsh 7.0):
---
NetBSD 7.0 (GENERIC.201509250726Z)
SEGA Dreamcasttotal memory = 16384 KB
avail memory = 13668 KB
---
which was mangled when cpu_getmode() and cpu_setmodel() were introduced:
http://mail-index.netbsd.org/source-changes/2014/03/24/msg053273.html

(snj)

2015-12-26 22:14:41 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1051):
sys/arch/landisk/landisk/machdep.c: revision 1.18
sys/arch/sh3/sh3/sh3_machdep.c: revision 1.103
Remove \n from set_cpumodel(), and explicitly print \n during boot instead.
Fixes dmesg on NetBSD/dreamcast 7.0 (and probably NetBSD/hpcsh 7.0):
---
NetBSD 7.0 (GENERIC.201509250726Z)
SEGA Dreamcasttotal memory = 16384 KB
avail memory = 13668 KB
---
which was mangled when cpu_getmode() and cpu_setmodel() were introduced:
http://mail-index.netbsd.org/source-changes/2014/03/24/msg053273.html

(snj)

2015-12-26 22:13:06 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1050):
sys/arch/sparc64/dev/zs.c: revision 1.75
Add a missing newline in zs at sbus attach message.

(snj)

2015-12-26 22:11:38 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1050):
sys/arch/sparc64/dev/zs.c: revision 1.75
Add a missing newline in zs at sbus attach message.

(snj)

2015-12-26 21:54:24 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #1044):
distrib/sets/lists/xdebug/shl.mi: revision 1.22
Fix libxcb-xkb version number

(snj)

2015-12-26 21:53:58 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #1044):
distrib/sets/lists/xdebug/shl.mi: revision 1.22
Fix libxcb-xkb version number

(snj)

2015-12-26 21:50:43 UTC MAIN commitmail json YAML

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

"ip6addrctl_enable" is now "ip6addrctl", set the default appropriately

(plunky)

2015-12-26 16:56:41 UTC MAIN commitmail json YAML

driver for cubietruck's VGA port. Not quite finished but enough to be useful

(macallan)

2015-12-26 16:54:41 UTC MAIN commitmail json YAML

add access function to get the i2c_controller, awiniic2 is the VGA output's
DDC2 port on cubietruck

(macallan)

2015-12-26 16:48:54 UTC MAIN commitmail json YAML

add registers for TV encoder / VGA output

(macallan)

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

pretty up attribute display a bit

(jnemeth)

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

Improve "show -a" display: split human readable Type: field from the Type-GUID
to avoid wrapping in the common case; add a human readable Size: display.

(martin)

2015-12-26 12:59:01 UTC MAIN commitmail json YAML

If the "finalizer" should fail to register for any reason, just report
the situation (as a WARNING) and continue.  Don't return the error code
to the caller.  Failure to register should not really happen - if it
does, all we really lose is auto-configuration of raid-sets.

(pgoyette)

2015-12-26 12:25:26 UTC MAIN commitmail json YAML

Resolve a use-after-free reference to the softc.  From mlelstv@

(pgoyette)

2015-12-26 10:34:36 UTC MAIN commitmail json YAML

Fix typo, from FreeBSD.

(wiz)

2015-12-26 10:22:09 UTC MAIN commitmail json YAML

Detach the {b,c}devsw after obtaining the device major numbers.  We'll
re-attach during module initialization.

This enables the atf tests to once again succeed.

(pgoyette)

2015-12-26 08:01:58 UTC MAIN commitmail json YAML

Remove the "expected failure" from test n12, and change it not to use
the "-v" command line option to ipf_test.  The -v option causes it to
display additional information, some of which is not fixed (looks like
an internal data structure address).

One fewer on the expected-failures list.  :)

(pgoyette)

2015-12-26 07:10:03 UTC MAIN commitmail json YAML

For the skipped ARC4 test, don't bother trying to run the test clean-up
code.  It runs rump.halt which returns an error status (since rump was
never started in the first place), and this causes atf to complain about
the cleanup routine's return status, logging the test as a failure!

(pgoyette)

2015-12-26 01:18:25 UTC MAIN commitmail json YAML

Mention modularization of raidframe driver

(pgoyette)

2015-12-26 01:01:30 UTC MAIN commitmail json YAML

Remove local CF_DRIVER_DECL - it is now defined in the raidframe driver's
module initialization code

(pgoyette)

2015-12-26 01:00:05 UTC MAIN commitmail json YAML

2015-12-26 01:00:01 UTC MAIN commitmail json YAML

Descend into new raid module, and update sets lists.

(pgoyette)

2015-12-26 00:58:45 UTC MAIN commitmail json YAML

Modularize the raidframe driver, including rework of the unit attach
code to permit detaching (and possible module unloading).  Also,
convert tsleep()/wakeup() locking to use cv_wait_sig()/cv_broadcast().

Tested in non-modular, modular-builtin, and modular-loaded-at-runtime
environments.

(pgoyette)

2015-12-25 18:50:48 UTC MAIN commitmail json YAML

PR/50593: dieter roelants: fix unexpanded definitions in xterm(1)

(christos)

2015-12-25 16:19:38 UTC MAIN commitmail json YAML

make this compile for c++

(christos)

2015-12-25 12:16:03 UTC MAIN commitmail json YAML

Simplify usage for gpt show.

(wiz)

2015-12-25 10:59:56 UTC MAIN commitmail json YAML

Add a -a flag to the show command, so we can display the full GPT with
all information in one go.

(martin)

2015-12-25 08:22:28 UTC MAIN commitmail json YAML

Add some tests for sysctl net.inet.ip.*

- net.inet.ip.redirect
- net.inet.ip.directed-broadcast (and net.inet.icmp.bmcastecho)
- net.inet.ip.ttl

From suzu-ken@IIJ (with tweaks by me)

(ozaki-r)

2015-12-25 06:47:57 UTC MAIN commitmail json YAML

use satosin{,6} macros instead of casts.

(knakahara)

2015-12-25 06:03:06 UTC MAIN commitmail json YAML

2015-12-25 06:02:10 UTC MAIN commitmail json YAML

2015-12-25 06:01:38 UTC MAIN commitmail json YAML

2015-12-25 05:45:40 UTC MAIN commitmail json YAML

Modify comment for 82544 Errata 9 "Certain register cannot be written with
particular alignments in PCI-X bus operation".

(msaitoh)

2015-12-25 04:50:21 UTC MAIN commitmail json YAML

We stuck the generation number eons ago before the inode, so we broke
inode printing in nfs file handles.

(christos)

2015-12-25 04:50:16 UTC MAIN commitmail json YAML

- Fix RAL table's size of PCH2 and PCH_LPT.
- PCH_LPT (and newer device) is required to check FWSM_WLOCK_MAC bit to
  determine the range of the RAL.
- Fix typo in comment and modify comment by tnn@.
- Rename wm_check_reset_block() to wm_phy_resetisblocked() and make it returns
  bool. No functional change.

(msaitoh)

2015-12-24 21:30:05 UTC MAIN commitmail json YAML

XU4 I2C snapshot

This is a complete, but untested, driver; except that it needs to be able
to configure gpios and, afaict, we don't yet have an fdtbus_gpio_* function
that will do that.

(marty)

2015-12-24 21:20:17 UTC MAIN commitmail json YAML

XU4 interrupt combiner

Written but untested.  I'm still confused about how to handle two things:

1) at interrupt disestablishment, where do I get an interrupt number so
  that I can disable the interrupt on the combiner?

2) How is interrupt multiplexing handled?  I don't seem to have any sort of
  interrupt dispatch routine that takes the 1 interrupt that reaches the
  gic and turn it into one of eight combined interrupts to call the
  established interrupt for the original uncombined interrupt source.

(marty)

2015-12-24 17:35:57 UTC MAIN commitmail json YAML

Fix output in an error case

(martin)

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

explicit casts to time_t, since we are going from unsigned -> signed.

(christos)

2015-12-24 15:52:37 UTC MAIN commitmail json YAML

2015-12-24 14:16:46 UTC MAIN commitmail json YAML

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

- Add DDR4E, LPDDR3 and LPDDR4.
- Check NVDIMM hybrid.
- add DDR4's tWR and tWTR.
- Print cycle time with aprint_verbose on DDR4 as DDR[23].

(msaitoh)