dholland
406388c702
SEE ALSO re_format(7).
2015-08-11 18:15:41 +00:00
apb
12054cebf1
zoneinfo: Import tzdata2015f. [apb 20150811]
2015-08-11 18:12:21 +00:00
apb
bac1668902
Update for tzdata2015f
2015-08-11 18:11:11 +00:00
apb
f15c02ef49
Update for tzdata2015f:
...
* Fix numbering in a comment;
* Update version numbers;
* Adjust a regex to recognise "Changes affecting.*data" without
the word "format".
2015-08-11 18:10:13 +00:00
apb
fd53cdca36
Import tzdata2015f from ftp://ftp.iana.org/tz/releases/tzdata2015f.tar.gz
...
Summary of changes in tzdata2015f (2015-08-10 18:06:56 -0700):
* North Korea switches to +0830 on 2015-08-15.
* Uruguay no longer observes DST.
* Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC.
* The two characters '%z' in a zone format now stand for the UTC
offset, e.g., '-07' for seven hours behind UTC and '+0530' for
five hours and thirty minutes ahead.
* Comments for America/Halifax and America/Glace_Bay have been improved.
* Data entries have been simplified for Atlantic/Canary, Europe/Simferopol,
Europe/Sofia, and Europe/Tallinn.
* Changes affecting documentation.
2015-08-11 18:07:00 +00:00
prlw1
c71e0745a5
fix typos
2015-08-11 16:06:52 +00:00
nonaka
c9e00d7df0
armfpe is gone.
2015-08-11 13:12:25 +00:00
ozaki-r
aade6ffbb3
Fix double rtfree
2015-08-11 09:30:32 +00:00
ozaki-r
aa2414a0f0
Free rtentry when we successfully obtain it but return NULL
2015-08-11 08:27:08 +00:00
msaitoh
56d05a2e25
- Add X540.
...
- Remove HARDWARE list because it's difficult to maintain.
2015-08-11 04:25:13 +00:00
msaitoh
945184b59d
Add missing opt_intrdebug.h.
2015-08-11 04:04:36 +00:00
msaitoh
9321d76417
Add ixg(4).
2015-08-11 03:59:37 +00:00
macallan
b676c18bcd
build EXA support
2015-08-11 03:58:18 +00:00
riz
d3c5fe8471
Use GENERIC.common
2015-08-11 00:19:37 +00:00
mlelstv
755909d2b5
XFree86 has been removed
2015-08-10 19:23:32 +00:00
jakllsch
23d6404318
Correct temporary directory preference order in libiberty's choose_tmpdir().
...
Because it is intended to be persistent, /var/tmp is about the worst possible
choice for temporary files for most users of libiberty. /tmp works better,
because the the defined semantics of /tmp allow for a non-persistent tmpfs
to be used. This should improve performance when /tmp is a tmpfs and it is
difficult or impossible to have an environment variable or command line -pipe
flag passed to every piece of the toolchain.
2015-08-10 15:45:40 +00:00
ozaki-r
3e44abc850
Fix head and cleanup definitions for cache_expiration tests
2015-08-10 09:32:01 +00:00
ozaki-r
94e6f63fa9
Fix cleanup
2015-08-10 09:31:13 +00:00
shm
c766c3d3c2
Use explicit_memset(3) instead of memset(3) to clear password
2015-08-10 07:45:50 +00:00
shm
92a992f213
Fix directory stream leaks
2015-08-10 07:32:49 +00:00
mrg
991faf5762
revert the previous; it wasn't wrong, just a little unusual
2015-08-10 06:09:30 +00:00
mrg
c37b36dc10
add some tomatillo specific information to schizo_pbm_regs.
2015-08-10 04:52:19 +00:00
mrg
957afe8e15
move some header-specific pointer-typedefs into a header-specific area.
2015-08-10 04:48:53 +00:00
mrg
1012ea6dfa
fix some merge errors in the previous
2015-08-10 04:13:18 +00:00
mrg
d0bfe71006
now that we only support gcc 4.8, make all the gcc tags just "gcc".
...
this should help with next-gcc, when we can add back gcc=48 and
gcc=5x tags, as necessary.
2015-08-10 03:21:44 +00:00
mrg
70401d7281
obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.
2015-08-10 02:44:36 +00:00
shm
c09e755be0
Removed unnecessary memset(3) call
2015-08-09 20:34:24 +00:00
mlelstv
9866aa05e8
Add small command queue to reduce latency between ld driver and
...
sdmmc I/O thread.
2015-08-09 13:49:18 +00:00
mlelstv
814eb59767
Ignore data inhibit for commands that do not use the DAT line.
...
Do a soft reset when the inhibit condition persists for better
error recovery.
Simplify interrupt handling and print errors reported by the controller.
Add more specific debug messages for timeout errors.
2015-08-09 13:46:50 +00:00
mlelstv
0684edc847
Protect the whole tuning operation including the register setup.
2015-08-09 13:39:18 +00:00
mlelstv
d4497d896e
Replace the LOWER_FREQ quirk with the SLOW_SDR50 quirk for the
...
Ricoh 5U823 controller. This stabilizes SD cards at standard speed
and high speed and also UHS-I SDR50.
2015-08-09 13:27:48 +00:00
mlelstv
b33e86824b
Add a quirk for Ricoh 5U823 controller. Operation with a 100MHz
...
bus clock for SDR50 seems to be unstable, reduce frequency one notch
(effectively down to 66MHz with divisor = 3).
2015-08-09 13:24:39 +00:00
mlelstv
0051183d01
Send an explicit CMD12 (stop transmission) when there was an error
...
in multi-sector I/O.
The SDHC spec has a complex flowchart describing when an explicit
CMD12 is necessary, so we probably use it too often.
2015-08-09 13:18:46 +00:00
mlelstv
4fbe659aa8
protect card detection with mutex.
2015-08-09 13:14:11 +00:00
mlelstv
bd37f49d49
Make the DMA halt procedure follow better the documentation.
2015-08-09 13:07:47 +00:00
mlelstv
acc85cbf5c
Invoke callback routine for all DMA interrupts.
...
Pass status and error bits to callback instead of filtering them early.
Adjust the current only callback routine in the EMMC driver.
2015-08-09 13:06:44 +00:00
mlelstv
edf52cf86f
Handle error when setting DMA transfer.
2015-08-09 13:03:10 +00:00
jmcneill
51a3b68a00
wait for command done status before doing pio transfer
2015-08-09 13:01:21 +00:00
shm
0c7f5afe2e
Clear utmpx struct before writing it to wtmpx files
2015-08-09 12:17:30 +00:00
aymeric
4fcf45b3fb
use ${TOOL_AWK} instead of host dependant awk. From mrg@.
2015-08-09 10:09:07 +00:00
shm
675ae4bd49
Remove unnecessary fclose(3) call
2015-08-09 09:49:25 +00:00
shm
7a0fcb9b1d
Do not use pamh after pam_end. It's cosmetic change since pam_strerror
...
ignores that parameter.
2015-08-09 09:39:21 +00:00
mlelstv
5661eb436a
Refactor disk address calculation from physical block numbers in
...
the journal into a function. Make that function work correctly with
sector sizes != DEV_BSIZE when compiled outside the kernel (i.e.
fsck_ffs).
Fixes PR bin/45933
2015-08-09 07:40:59 +00:00
szptvlfn
7e84c95f09
typo
2015-08-09 05:45:42 +00:00
tnn
7d1a028693
add commented out entries for com ports that are physically routed
2015-08-08 23:32:22 +00:00
tnn
87da04b938
fix attachment of non-console UARTs and ensure the UART clock is running
2015-08-08 23:30:16 +00:00
aymeric
26784e621d
Move dashes to the front of bracket expressions. Suggested by dholland@.
2015-08-08 23:06:36 +00:00
aymeric
dea07fe2a9
Fix bracket expressions by moving '-' to the end of them. GNU awk choked.
2015-08-08 22:26:59 +00:00
jmcneill
a0cb6738c4
don't need a full reset to recover from errors, only DMA and FIFO resets
2015-08-08 17:21:19 +00:00
jmcneill
b7e942f101
note UHS-I and MMC HS200 support
2015-08-08 16:11:15 +00:00