Commit Graph

239629 Commits

Author SHA1 Message Date
pgoyette
b15885c320 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.
2015-12-20 05:04:23 +00:00
pgoyette
2a9d726544 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.
2015-12-20 04:21:03 +00:00
christos
7065e20960 give the kernel pax invocating the MKREPRO_TIMESTAMP treatment. 2015-12-20 02:35:34 +00:00
christos
90923db0b9 PR/50573: Andreas Gustafsson: puffs can crash kernel for lack of argument
checking
2015-12-20 01:34:00 +00:00
christos
39a7f51dbb dd intel_old man page 2015-12-20 01:11:22 +00:00
christos
b961e0da5d name the man page intel_old, so that we don't install it over the new
one depending on the build order.
2015-12-20 01:07:58 +00:00
christos
8ef345bff8 sort properly. 2015-12-20 00:48:36 +00:00
christos
ff6e2ff2e8 Sort the subsections too... Hi Matt, you were right. 2015-12-20 00:40:44 +00:00
christos
572dbd7b73 Freeze the BUILDER and the BUILD_DATE for repeatable builds 2015-12-19 23:37:43 +00:00
christos
ad8d11c3eb Obey MKREPRO_TIMESTAMP when creating sets (create all the files in the
sets with that date).
2015-12-19 22:29:23 +00:00
marty
bb53f16923 XU4 GPIO FDT missing file. 2015-12-19 21:43:36 +00:00
marty
645518d8d4 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)
2015-12-19 21:42:31 +00:00
jdc
600542b190 Add adm1026hm (MI). 2015-12-19 20:01:35 +00:00
jdc
42d2915f47 Remove references to drivers (adt7463c, adt7467c, adm1030c) that were
superceded by dbcool.
2015-12-19 19:59:52 +00:00
joerg
8b6856307a strsep must be undefined first, certain glibc magic breaks a prototype
otherwise.
2015-12-19 19:28:06 +00:00
wiz
c78bed405e Remove trailing whitespace. 2015-12-19 18:48:41 +00:00
wiz
2c25669eb0 Use An in AUTHORS section. 2015-12-19 18:48:33 +00:00
christos
015658bfe0 Add the timestamp option to the pax front end. 2015-12-19 18:45:52 +00:00
christos
9158fb657d PR/50119: Thomas Klausner: Add --timestamp option to tar. 2015-12-19 18:28:54 +00:00
joerg
d8a9f2abfc Fix tools build. 2015-12-19 17:30:00 +00:00
skrll
8a25fadb3b 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.
2015-12-19 14:57:49 +00:00
skrll
7a6a862a20 Tweak CPUFLAGS to cover all CPUs 2015-12-19 13:28:22 +00:00
skrll
4f0e9fe0bc Deal with kernel builds where virtualisation isn't available 2015-12-19 13:27:29 +00:00
maxv
13c6662258 Missing field (was here before my change). 2015-12-19 13:15:21 +00:00
skrll
5df4dfd09b Update RPI firmware to version after the following commit
commit 224c75602b8bae1a9e942b4f1c7ed3aa8e0f0ec8
Author: popcornmix <popcornmix@gmail.com>
Date:   Tue Dec 8 14:48:57 2015 +0000
2015-12-19 12:34:06 +00:00
skrll
e114eb506e Fix up bus_space_map for latest RPI firmware which now passes the FB
address in the mailbox properties as a bus address.
2015-12-19 08:27:01 +00:00
dholland
4caea7fde8 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.
2015-12-19 03:16:09 +00:00
christos
e26a1063f5 add missing , 2015-12-19 01:51:42 +00:00
christos
a9b291295f Forgot to commit this 2015-12-19 01:19:45 +00:00
christos
014d2807e0 PR/50571: David Binderman: src/sys/fs/udf/udf_subr.c:6465: obvious
performance tidyup
2015-12-19 01:18:00 +00:00
christos
927b4a5792 move sortinfo after pax 2015-12-19 01:10:31 +00:00
wiz
2279c2dafc Fix pasto. 2015-12-19 00:25:50 +00:00
wiz
c4edf3f3df Fix xrefs. 2015-12-19 00:25:16 +00:00
christos
df0a0855b0 mention sortinfo 2015-12-18 19:01:21 +00:00
christos
91a337e899 add sortinfo 2015-12-18 19:00:45 +00:00
christos
72e3b03409 Sort texinfo dir file for MKREPRO 2015-12-18 18:57:56 +00:00
christos
088e556329 add sortinfo 2015-12-18 18:56:47 +00:00
christos
14e50442f2 Add sortinfo 2015-12-18 18:56:33 +00:00
christos
75d08e5911 chars is part of the library now. 2015-12-18 14:33:54 +00:00
christos
755c0a523c make buffers for parsing functions const. 2015-12-18 14:30:41 +00:00
christos
0f635f7225 Adjust to the new mdocml 2015-12-18 14:30:16 +00:00
christos
96da8af05f more sources for compat. 2015-12-18 11:12:33 +00:00
knakahara
619f0cc282 set Tx/Rx interrupts affinity to other than CPU#0 as much as possible 2015-12-18 09:57:57 +00:00
ozaki-r
9c1d124220 Add missing LLE_WUNLOCK to nd6_free 2015-12-18 09:04:33 +00:00
marty
44e186a475 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.
2015-12-17 22:40:49 +00:00
marty
2260f977c3 EXYNOS FDT sscom 2015-12-17 22:39:37 +00:00
christos
cc31744fc2 I am having the last_word: Print the full hostname. 2015-12-17 22:36:48 +00:00
christos
69949f29e0 new mdocml 2015-12-17 22:32:41 +00:00
christos
d8b72b3b93 kill -x, files that don't exist anymore 2015-12-17 22:31:49 +00:00
christos
5c413d0ce9 merge conflicts. 2015-12-17 22:31:01 +00:00