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
christos
fec65c9897
import mdocml 1.13.3
2015-12-17 21:58:47 +00:00
christos
1f7a09da7b
mark function as only needed with ssl.
2015-12-17 20:36:36 +00:00
christos
01e355354c
Split the position/size parsing into a separate function.
2015-12-17 17:26:45 +00:00
christos
33fd699b86
Simplify and factor out connect message
2015-12-17 17:08:45 +00:00
mlelstv
30470de52f
make DDB print ipv6 addresses too
2015-12-17 12:17:13 +00:00
mlelstv
378c085bac
handle delayed cksums also for ipv6
2015-12-17 12:16:21 +00:00
martin
ec94885645
Unbump libdes (apparently accidentialy included in the previous bind bump)
2015-12-17 08:55:10 +00:00
skrll
c528b03989
Provide all the BCM2836_INT_CNT*_CPUN helper macros
...
No functional change.
2015-12-17 08:31:50 +00:00
skrll
4bade1fd54
Remove hypervisor code now it's done in cortex_init
2015-12-17 08:03:06 +00:00
skrll
e3dac3b98c
Check for hypervisor mode in cortex_init and exit if the cpu started
...
there.
Needed by latest RPI firmware.
2015-12-17 08:02:42 +00:00
nonaka
ac27abcc55
- Fix to connect https via proxy.
...
- Fix ttyout message.
2015-12-17 04:36:56 +00:00
christos
975da4a027
fix merge botches
2015-12-17 04:10:03 +00:00
christos
e63b12e88f
new bind
2015-12-17 04:04:39 +00:00
christos
2c8f31a064
bump bind libraries.
2015-12-17 04:03:42 +00:00