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

2024-05-10 13:22:55 UTC Now

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)

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

add m68k, default types.

(christos)

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

2015-12-24 14:12:39 UTC MAIN commitmail json YAML

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

2015-12-24 12:47:38 UTC MAIN commitmail json YAML

use "watchdog" clock if not defined in fdt

(jmcneill)

2015-12-24 04:16:01 UTC MAIN commitmail json YAML

2015-12-24 03:41:04 UTC MAIN commitmail json YAML

fix amd64/conf/ALL build failure

(knakahara)

2015-12-24 02:27:14 UTC MAIN commitmail json YAML

fix the following softint parallel operation problem.

(0) softint handler "handler A" is established
(1) CPU#X does softint_schedule() for "handler A"
    - the softhand_t is set SOFTINT_PENDING flag
    - the softhand_t is NOT set SOFTINT_ACTIVE flag yet
(2) CPU#X begins other H/W interrupt processing
(3) CPU#Y does softint_disestablish() for "handler A"
    - waits until softhand_t's SOFTINT_ACTIVE of all CPUs is clear
    - the softhand_t is set not SOFTINT_ACTIVE but SOFTINT_PENDING,
      so CPU#Y does not wait
    - unset the function of "handler A"
(4) CPU#X does softint_execute()
    - the function of "handler A" is already clear, so panic

(knakahara)

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

2015-12-24 01:41:19 UTC MAIN commitmail json YAML

fix comment, from kre

(christos)

2015-12-24 01:10:51 UTC MAIN commitmail json YAML

2015-12-24 00:36:44 UTC MAIN commitmail json YAML

Mark as using c++ using LIBISCXX instead of manual workaround.

The workaround was confused when MKLLVM was set, but HAVE_LLVM was not.

Solution suggested by joerg.

(wiz)

2015-12-23 23:31:28 UTC MAIN commitmail json YAML

We need to check if the inode is initialized for ffsv2 when we translate a
filehandle to a vnode. This can come from nfs and it could be out of range.
In that case we read garbage from the disk, end up trying to free bogus data
when we put the vnode back and we crash.
XXX: pullup-7

(christos)

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

2015-12-23 18:41:54 UTC MAIN commitmail json YAML

2015-12-23 18:10:39 UTC MAIN commitmail json YAML

ggr, make debug static. I hate that the copy of this and the original
source has diverged so much!

(christos)

2015-12-23 18:10:10 UTC MAIN commitmail json YAML

2015-12-23 16:19:49 UTC MAIN commitmail json YAML

Split out get_net function so that it is easily testable. Restore
functionality where 1.2.3/24 -> 1.2.3.0/24 not 1.2.0.3/24 now that
getaddrinfo(3) parses old-style incomplete dotted quads as old
style addresses.

(christos)

2015-12-23 16:02:42 UTC nick-nhusb commitmail json YAML

sc_mtx is only ever taken in a usb task, i.e. thread context so IPL_NONE
is fine.

(skrll)

2015-12-23 13:42:24 UTC MAIN commitmail json YAML

Implement OF_finddevice, now ofctl -p <path to node> works

(jmcneill)

2015-12-23 12:45:06 UTC MAIN commitmail json YAML

get rid of HDAUDIO_FLAG_NO_STREAM_RESET hack

(jmcneill)

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

HDAUDIO_FLAG_NO_STREAM_RESET hack no longer required

(jmcneill)

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

fix divider calculations for hdmi, and treat clock ID 211 as pll_p_out0 instead of directly pll_p

(jmcneill)

2015-12-23 11:58:10 UTC MAIN commitmail json YAML

explicitly set high cursor/winbuf address bits when setting modes

(jmcneill)

2015-12-23 11:31:45 UTC MAIN commitmail json YAML

fdtbus depends on clk

(jmcneill)

2015-12-23 10:56:29 UTC MAIN commitmail json YAML

David Binderman in PR 50578: fix resource leak in an error branch.

(martin)

2015-12-23 10:43:35 UTC MAIN commitmail json YAML

Hardcode some dates to make this more MKREPRO safe.

(wiz)

2015-12-23 09:52:41 UTC nick-nhusb commitmail json YAML

Group flags together.  No functional change.

(skrll)

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

New files, in preparation for modularized version of raidframe driver.

(Driver changes to be committed on the weekend.)

(pgoyette)

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

2015-12-23 07:59:19 UTC nick-nhusb commitmail json YAML

Transfer are only ever allocated from thread context now.  Change IPL_USB
to IPL_NONE in pool_cache_init for the xfer struct pool.

(skrll)

2015-12-23 04:38:00 UTC MAIN commitmail json YAML

remove some stuff we don't have; rename rc command variable.

(christos)

2015-12-23 00:13:57 UTC MAIN commitmail json YAML

2015-12-22 23:54:37 UTC MAIN commitmail json YAML

If we attempt to autoload a driver module, make sure we return an error
if it fails.  Otherwise we might end up calling a builtin-but-disabled
driver module and that can generate all sorts of issues...

(pgoyette)

2015-12-22 23:35:21 UTC MAIN commitmail json YAML

print the tag symbolically if we don't support it.

(christos)

2015-12-22 22:34:42 UTC MAIN commitmail json YAML

OF_getprop -> of_getprop_bool

(jmcneill)

2015-12-22 22:32:54 UTC MAIN commitmail json YAML

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

In usbd_transfer deal with errors from the HCD transfer (and start)
methods properly by removing the failed xfer from the pipe queue.

For example, an Apple keyboard and FS hub with attached ums(4) on
dwctwo(4) (rpo0/rpi model a) needs this fix otherwise probing
usbd_new_device will never complete after first failed attempt to get
the initial device descriptor.

(skrll)

2015-12-22 22:19:07 UTC MAIN commitmail json YAML

Add fdtbus_gpio_{read,write}_raw, which tells the controller not to take
polarity into account. Tegra GPIO pin data includes pin polarity, but so
does a regulator-fixed node, so the end result was that the enable value
was being swapped twice. Change fregulator to use the raw APIs, and adapt
Tegra and Exynos GPIO drivers to support this flag.

(jmcneill)

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

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

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

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

For reproducible builds, allow the source of the map to be set from the
environment, so that DW_at_producer is the same no matter what the actual
underlying source and destination directories are. See:
    https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01168.html

(christos)

2015-12-22 16:48:44 UTC MAIN commitmail json YAML

For reproducible builds, allow the source of the map to be set from the
environment, so that DW_at_producer is the same no matter what the actual
underlying source and destination directories are. See:
    https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01168.html

(christos)

2015-12-22 16:46:56 UTC MAIN commitmail json YAML

Add a prefix translation map for debugging symbols. Note the use of variable
indirection so that DW_at_producer that contains the compilation command
remains the same: readelf --debug-dump foo.debug

(christos)

2015-12-22 15:12:39 UTC MAIN commitmail json YAML

Improve debug/comments (mostly from nhusb)

(skrll)

2015-12-22 14:31:36 UTC MAIN commitmail json YAML

Stop the callout if the transfer didn't get enqueued

(skrll)

2015-12-22 14:29:28 UTC MAIN commitmail json YAML

Report an error when return -ENODEV for the unsupported setup.

(skrll)

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

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

2015-12-22 14:25:58 UTC MAIN commitmail json YAML

2015-12-22 14:24:56 UTC MAIN commitmail json YAML

Add __HAVE_FENV

(christos)

2015-12-22 14:20:59 UTC MAIN commitmail json YAML

2015-12-22 14:19:25 UTC MAIN commitmail json YAML

2015-12-22 14:18:35 UTC MAIN commitmail json YAML

Put have fenv elsewhere.

(christos)

2015-12-22 13:37:01 UTC MAIN commitmail json YAML

Can't use usbd_errstr in USBHIST_LOG as vmstat(1) doesn't like it

(skrll)

2015-12-22 11:40:07 UTC MAIN commitmail json YAML

there is no longer a reason to have a separate hci_send function now
that the hci_usrreq function is disassembled, so merge hci_send_pcb
back into hci_send()

(plunky)

2015-12-22 09:56:06 UTC MAIN commitmail json YAML

Be graceful about command timeouts when probing.

(mlelstv)

2015-12-22 09:55:38 UTC MAIN commitmail json YAML

ignore timeouts for APP_CMD prefix as for the application command itself.

(mlelstv)

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

Sync list of fenv enabled architectures again (PR 48633), this time for mips
addition.

(martin)

2015-12-22 05:28:47 UTC MAIN commitmail json YAML

remove dup definitions from fenv.h

(christos)

2015-12-22 03:36:01 UTC MAIN commitmail json YAML

XU4 GPIO Driver

This is a moderately tested working gpio driver for the Exynos based ODROID
XU4.  To use this you have to edit the dtd file exynos54422-pinctrl.dtsi
and change the two occurances of 'gpz' to 'gpz0'.  Otherewise it will crash
on a lookup failure.

It certainly could use a code review.

(marty)

2015-12-22 02:17:21 UTC MAIN commitmail json YAML

fix potentially bug

(knakahara)

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

fix incorrect KASSERT

(knakahara)

2015-12-22 01:59:21 UTC MAIN commitmail json YAML

Tweak return value handling

rtrequest1 ensures to return an rtentry on success.

(ozaki-r)

2015-12-21 20:44:54 UTC MAIN commitmail json YAML

fix label and variable name.

(christos)

2015-12-21 19:54:35 UTC MAIN commitmail json YAML

2015-12-21 17:17:02 UTC MAIN commitmail json YAML

From FreeBSD:
- Whitespace cleanup
- Pass a filename rather than fd to libarchive (should work with 2.8+)
- Accept zipfiles from stdin
- Extract common code from extract()/extract_stdout() to extract2fd() (pending)

(christos)

2015-12-21 17:02:34 UTC MAIN commitmail json YAML

2015-12-21 17:02:02 UTC MAIN commitmail json YAML

2015-12-21 16:49:53 UTC MAIN commitmail json YAML

Add fenv.h for mips

(christos)

2015-12-21 16:49:37 UTC MAIN commitmail json YAML

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

2015-12-21 15:26:40 UTC nick-nhusb commitmail json YAML

Need to usbd_destroy_xfer the interrupt xfer that is automatically
provided using usbd_create_xfer

(skrll)

2015-12-21 15:18:41 UTC nick-nhusb commitmail json YAML

usbd_close_pipe should never be called with NULL for pipe.  Remove some
dead DIAGNOSTIC code when pipe == NULL

(skrll)

2015-12-21 13:28:39 UTC MAIN commitmail json YAML

Our time.h defines clock_gettime with assembler name after including
sys/time.h. The Solaris compat code in sys/time.h wants to use it in an
inline function, but misses a prototype (and the relabeling). As stopgap
for getting consistent defines of clock_gettime duplicate the prototype
here.

(joerg)

2015-12-21 13:15:04 UTC MAIN commitmail json YAML

Add .Pp for easy distinction between examples.

(ryoon)

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

Support for separate I/O thread adds new functions to dk_subr module.

Bump to 7.99.25

(mlelstv)

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

support deferral of diskstart to a separate thread.

(mlelstv)

2015-12-21 12:30:29 UTC MAIN commitmail json YAML

more sanity checks

(mlelstv)

2015-12-21 12:26:38 UTC nick-nhusb commitmail json YAML

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

While PR 48633 is not properly fixed, keep the additional lists of
fenv-enabled architectures in sync.

(martin)

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

XU4 FDT final checkpoint

step N of N: get rid of baggage by removing whole files.  What's left is in
approximately the same shape as when the FDT update started, that is mostly
broken. What's missing is most of the 76 devices recognized in the dtd. In
other words, This is barely the start of a port.

Next up, gpio then i2c, followed either by straightening out usb or getting
the sdhc driver to work -- both probably require getting the interrupt
combiner to work first. A large chunk of work is left to do on the clocks.
I barely got them attaching to fdt and didn't do anything to take advantage
of the information in the dtd.

None of the other existing drivers, such as they are, properly request gpios,
i2c or clocks, and, of course power domains are off the table.

(marty)

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

2015-12-21 03:34:34 UTC MAIN commitmail json YAML

XU4 FDT Last drivers converted

There is a minimum conversion on the clock driver.

The USB driver needs reordering and is broken, but it was broken before.

Next up: tactical nuclear weapons

(marty)

2015-12-21 03:19:17 UTC MAIN commitmail json YAML

Fix some more MKREPRO issues in cdrom creation. Now amd64 passes MKREPRO.

(christos)

2015-12-21 00:58:08 UTC MAIN commitmail json YAML

2015-12-21 00:54:35 UTC MAIN commitmail json YAML

2015-12-21 00:52:51 UTC MAIN commitmail json YAML

XU4 FDT checkpoint

It is rather amazing that XU4 gets as far as it does, given how much of this
code simply doesn't work.  Focusing now on getting everything converted to
FDT. Next up USB and clocks.  After that nuke everything that's not needed
and start the port in earnest.

(marty)

2015-12-20 22:54:44 UTC MAIN commitmail json YAML

Add timestamp support to the ffs image creation; needed for in kernel memory
images MKREPRO.

(christos)

2015-12-20 22:48:00 UTC MAIN commitmail json YAML

Add MKREPRO_TIMESTAMP support to the makefs invocation.

(christos)

2015-12-20 22:44:10 UTC MAIN commitmail json YAML

Suff_ClearSuffixes() needs to re-initialize suffNull,
otherwise its children retain old suffixes.
Have Suff_Init() call Suff_ClearSuffixes() for consistency.

(sjg)

2015-12-20 22:42:04 UTC MAIN commitmail json YAML

2015-12-20 19:45:29 UTC MAIN commitmail json YAML

if we only asked for stopwords, use the original query.

(christos)

2015-12-20 16:24:45 UTC MAIN commitmail json YAML

Powerpc now has fenv.h

(christos)

2015-12-20 16:24:25 UTC MAIN commitmail json YAML

2015-12-20 16:23:39 UTC MAIN commitmail json YAML

2015-12-20 16:23:14 UTC MAIN commitmail json YAML

Add fenv.h for powerpc (from FreeBSD)

(christos)

2015-12-20 16:22:39 UTC MAIN commitmail json YAML

2015-12-20 05:25:01 UTC MAIN commitmail json YAML

XU4 debug cleanup

get rid of some unneeded debug chatter in machdep

(marty)

2015-12-20 05:04:23 UTC MAIN commitmail json YAML

Remove this initial pass, since nothing further has been done with it for
six years.  It will soon be replaced with a working raid module.

(pgoyette)

2015-12-20 04:21:03 UTC MAIN commitmail json YAML

If we process the callback immediately, don't bother adding it to the
list of future callbacks.  We've already processed the list (and removed
all the entries), and there's nothing in the future that will process
the list again.

This avoids the possibility of leaving an entry in the list that points
to an unloaded module's former address space.

(pgoyette)

2015-12-20 02:35:34 UTC MAIN commitmail json YAML

give the kernel pax invocating the MKREPRO_TIMESTAMP treatment.

(christos)

2015-12-20 01:34:00 UTC MAIN commitmail json YAML

PR/50573: Andreas Gustafsson: puffs can crash kernel for lack of argument
checking

(christos)

2015-12-20 01:11:22 UTC MAIN commitmail json YAML

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

name the man page intel_old, so that we don't install it over the new
one depending on the build order.

(christos)

2015-12-20 00:48:36 UTC MAIN commitmail json YAML

2015-12-20 00:40:44 UTC MAIN commitmail json YAML

Sort the subsections too... Hi Matt, you were right.

(christos)

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

Freeze the BUILDER and the BUILD_DATE for repeatable builds

(christos)

2015-12-19 22:29:24 UTC MAIN commitmail json YAML

Obey MKREPRO_TIMESTAMP when creating sets (create all the files in the
sets with that date).

(christos)

2015-12-19 21:43:36 UTC MAIN commitmail json YAML

XU4 GPIO FDT  missing file.

(marty)

2015-12-19 21:42:31 UTC MAIN commitmail json YAML

XU4 GPIO FDT broken snapshot

This is broken. exynos_gpio_bank_config and the call to it are wrong, and
the acquire function doesn't work.

But I'm in over my head and I need to discuss this:

There is a problem with the dtd: it doesn't have addresses for the individual
gpios.  Do I add the addresses to it, or go back to the old version where I
have them hard coded in the driver.

There is a problem with creating the gpio device entries:  I suspect I really
need to treat the pinctrl devices as busses and create the gpios as attached
to those busses, but I'm not familiar with how to do that in NetBSD. At the
minimum, a pointer to a similar situation would give me code to follow.
This is different than the usual bus attachment in that the gpios aren't
devices in the dtd (they don't have "compatible" properties) so they don't
get an attach routine called.  An alternative to generating the bus
attachments might be to add "compatible" properties to the GPIO entries
in the dtd. so that they do get attached in the normal way.

If I'm going to modify the DTD, then it should be checked in, so a decision
on where to check them in would be nice, even if it does mean spreading them
all over because of license issues.  (This DTD is GPL v2)

(marty)

2015-12-19 20:01:35 UTC MAIN commitmail json YAML

Add adm1026hm (MI).

(jdc)

2015-12-19 19:59:53 UTC MAIN commitmail json YAML

Remove references to drivers (adt7463c, adt7467c, adm1030c) that were
superceded by dbcool.

(jdc)

2015-12-19 19:28:06 UTC MAIN commitmail json YAML

strsep must be undefined first, certain glibc magic breaks a prototype
otherwise.

(joerg)

2015-12-19 18:48:41 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2015-12-19 18:48:33 UTC MAIN commitmail json YAML

Use An in AUTHORS section.

(wiz)

2015-12-19 18:45:53 UTC MAIN commitmail json YAML

Add the timestamp option to the pax front end.

(christos)

2015-12-19 18:28:54 UTC MAIN commitmail json YAML

PR/50119: Thomas Klausner: Add --timestamp option to tar.

(christos)

2015-12-19 17:30:00 UTC MAIN commitmail json YAML

2015-12-19 14:57:49 UTC MAIN commitmail json YAML

C&P of change in rpi.conf (maybe factor out)

By default, RPI firmware sets the max CPU frequency to 600MHz. This can be
overridden by setting arm_freq in config.txt, but the default freq at boot
is still 600MHz.

Add logic to rc.local to compare the current vs. max CPU frequency; if they
differ, set the target frequency to the maximum.

(skrll)

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

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

Deal with kernel builds where virtualisation isn't available

(skrll)

2015-12-19 13:15:21 UTC MAIN commitmail json YAML

Missing field (was here before my change).

(maxv)

2015-12-19 12:34:06 UTC MAIN commitmail json YAML

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

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

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

2015-12-19 09:59:03 UTC nick-nhusb commitmail json YAML

Use KASSERT* instead of panic wrapped in #ifdef DIAGNOSTIC / #endif

(skrll)

2015-12-19 09:56:41 UTC nick-nhusb commitmail json YAML

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

Provide and use a MOTG_PIPE2MPIPE helper macro

(skrll)

2015-12-19 09:47:57 UTC nick-nhusb commitmail json YAML

2015-12-19 09:20:35 UTC nick-nhusb commitmail json YAML

2015-12-19 09:18:58 UTC nick-nhusb commitmail json YAML

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

Fix up bus_space_map for latest RPI firmware which now passes the FB
address in the mailbox properties as a bus address.

(skrll)

2015-12-19 03:16:09 UTC MAIN commitmail json YAML

Improve misleading variable name. Related to PR 50571.

XXX: also there should be real bounds-check logic in here.
XXX: if the on-disk data structure contains rubbish this code will
XXX: leak or trample arbitrary kernel memory.

(dholland)

2015-12-19 01:51:42 UTC MAIN commitmail json YAML

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

2015-12-19 01:18:00 UTC MAIN commitmail json YAML

PR/50571: David Binderman: src/sys/fs/udf/udf_subr.c:6465: obvious
performance tidyup

(christos)

2015-12-19 01:10:31 UTC MAIN commitmail json YAML

move sortinfo after pax

(christos)

2015-12-19 00:25:50 UTC MAIN commitmail json YAML

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

2015-12-18 19:01:21 UTC MAIN commitmail json YAML

mention sortinfo

(christos)

2015-12-18 19:00:45 UTC MAIN commitmail json YAML

2015-12-18 18:57:56 UTC MAIN commitmail json YAML

2015-12-18 18:56:47 UTC MAIN commitmail json YAML

2015-12-18 18:56:33 UTC MAIN commitmail json YAML

2015-12-18 14:33:54 UTC MAIN commitmail json YAML

chars is part of the library now.

(christos)

2015-12-18 14:30:41 UTC MAIN commitmail json YAML

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

Adjust to the new mdocml

(christos)

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

2015-12-18 09:57:57 UTC MAIN commitmail json YAML

set Tx/Rx interrupts affinity to other than CPU#0 as much as possible

(knakahara)

2015-12-18 09:04:33 UTC MAIN commitmail json YAML

Add missing LLE_WUNLOCK to nd6_free

(ozaki-r)

2015-12-17 22:40:49 UTC MAIN commitmail json YAML

XU4 FDT sscon

This is a mess and I don't understand why part of it works, but it passes
the basic test.

There has to be some better way to get the info that I'm grabbing from the
exynos_uarts[] array.

I'm not sure how to deal with VA != PA when the DTB contains physical rather
than virtual addresses. This is going to be an issue for all of the drivers.

(marty)

2015-12-17 22:39:38 UTC MAIN commitmail json YAML

2015-12-17 22:36:48 UTC MAIN commitmail json YAML

2015-12-17 22:32:41 UTC MAIN commitmail json YAML

2015-12-17 22:31:50 UTC MAIN commitmail json YAML

kill -x, files that don't exist anymore

(christos)

2015-12-17 22:31:12 UTC MAIN commitmail json YAML

2015-12-17 22:31:01 UTC MAIN commitmail json YAML

2015-12-17 20:36:36 UTC MAIN commitmail json YAML

mark function as only needed with ssl.

(christos)

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

Split the position/size parsing into a separate function.

(christos)

2015-12-17 17:08:45 UTC MAIN commitmail json YAML

Simplify and factor out connect message

(christos)

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

make DDB print ipv6 addresses too

(mlelstv)

2015-12-17 12:16:21 UTC MAIN commitmail json YAML

handle delayed cksums also for ipv6

(mlelstv)

2015-12-17 08:55:10 UTC MAIN commitmail json YAML

Unbump libdes (apparently accidentialy included in the previous bind bump)

(martin)

2015-12-17 08:31:50 UTC MAIN commitmail json YAML

Provide all the BCM2836_INT_CNT*_CPUN helper macros

No functional change.

(skrll)

2015-12-17 08:03:06 UTC MAIN commitmail json YAML

Remove hypervisor code now it's done in cortex_init

(skrll)

2015-12-17 08:02:42 UTC MAIN commitmail json YAML

Check for hypervisor mode in cortex_init and exit if the cpu started
there.

Needed by latest RPI firmware.

(skrll)

2015-12-17 04:36:56 UTC MAIN commitmail json YAML

- Fix to connect https via proxy.
- Fix ttyout message.

(nonaka)

2015-12-17 04:10:03 UTC MAIN commitmail json YAML

2015-12-17 04:04:39 UTC MAIN commitmail json YAML

2015-12-17 04:03:42 UTC MAIN commitmail json YAML

2015-12-17 04:00:46 UTC MAIN commitmail json YAML

2015-12-17 04:00:22 UTC MAIN commitmail json YAML

2015-12-17 02:38:33 UTC MAIN commitmail json YAML

Fix memory leak of llentry#la_opaque

llentry#la_opaque which is for token ring is allocated in arp.c
and freed in arp.c when freeing llentry. However, llentry can be
freed from other places, e.g., lltable_free. In such cases,
la_opaque is never freed.

To fix that, add a new callback (lle_ll_free) to llentry and
register a destruction function of la_opque to it. On freeing a
llentry, we can surely free la_opque via the callback.

(ozaki-r)

2015-12-16 23:14:42 UTC MAIN commitmail json YAML

don't free mbuf twice.
XXX: pullup 7.

(christos)

2015-12-16 23:00:39 UTC MAIN commitmail json YAML

make DPRINTF/DWARN always statements.

(christos)

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

PR/50438: NONAKA Kimihiro: ftp(1): CONNECT method support
Please test!

(christos)

2015-12-16 19:46:56 UTC MAIN commitmail json YAML

2015-12-16 19:33:55 UTC MAIN commitmail json YAML

2015-12-16 19:33:39 UTC MAIN commitmail json YAML

add of_getprop_bool and of_getprop_uint32 helpers

(jmcneill)

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

sometimes status is "ok" instead of "okay", allow both

(jmcneill)

2015-12-16 19:17:16 UTC MAIN commitmail json YAML

more refactoring:
- introduce authinfo and urlinfo structures
- split negotiation code out.

(christos)

2015-12-16 18:54:03 UTC MAIN commitmail json YAML

Extend SMEP support to i386 (does not require PAE).

(maxv)

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

PR/50564: Rin Okuyama: sftp: filename completion is broken

(christos)

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

2015-12-16 12:22:48 UTC MAIN commitmail json YAML

fix FDT build without openfirm pseudo-device

(jmcneill)

2015-12-16 12:18:34 UTC MAIN commitmail json YAML

fdt_openfirm_set_data -> fdtbus_set_data

(jmcneill)

2015-12-16 12:18:02 UTC MAIN commitmail json YAML

fdt_openfirm_set_data -> fdtbus_set_data

(jmcneill)

2015-12-16 12:17:45 UTC MAIN commitmail json YAML

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

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

Correct the name of the manual page (pointed out by wiz).

(jdc)