Commit Graph

216578 Commits

Author SHA1 Message Date
christos
60296e9005 CID/980002: missing va_end() 2013-02-09 01:16:39 +00:00
christos
752baf2503 why didn't gcc find the formatting error? 2013-02-09 00:32:12 +00:00
christos
a67c3c8971 printflike maintenance. 2013-02-09 00:31:21 +00:00
matt
e773de8072 Properly deal with the non-coherent dma tag too. 2013-02-08 23:24:02 +00:00
matt
3cc6d3e59a If _ARM32_NEED_BUS_DMA_BOUNCE is defined, only define one dma_range
for the coherent dma tag.
2013-02-08 23:21:35 +00:00
christos
fdbbeac71e remove obsolete file 2013-02-08 22:37:14 +00:00
christos
abb21374ec change to take the full kernel path 2013-02-08 19:16:53 +00:00
christos
9173721edf fix options 2013-02-08 19:14:14 +00:00
skrll
09cb8836d7 aprint_verbose -> aprint_debug 2013-02-08 16:35:10 +00:00
christos
6b8892b719 fix generation 2013-02-08 15:22:03 +00:00
jdc
e602a4297b Add seeprom(4). Tested on Blade 2000 and Fire 280R. 2013-02-08 15:20:17 +00:00
jdc
029dae7672 Update the bugs, now that seeprom has a major assigned. 2013-02-08 15:18:44 +00:00
jdc
29f4985ff4 Set the size for EEPROM's that we know about ("i2c-at24c64" is set to 8192).
Allows seeprom(4) to attach correctly, when combined with the direct
configuration support there.
2013-02-08 15:17:00 +00:00
jdc
4e17786137 Handle direct configuration if ia->ia_name is set, using iic_compat_match().
If ia->ia_name is set, display the name on attach.
Display the size (if known) on attach.
Move the iic_acquire_bus() and iic_release_bus() calls inside the read and
write loops, to avoid holding the bus for the full duration of the read or
write.
2013-02-08 15:14:11 +00:00
christos
debf5d1394 add obsolete entries for yesterday's changes, sort 2013-02-08 15:13:04 +00:00
jdc
c3ca80ef0c Add an MI major number for seeprom (char 206). 2013-02-08 15:00:26 +00:00
wiz
6ba5c58891 Add serial commas.
From Bug Hunting.
2013-02-08 12:50:51 +00:00
skrll
8668323de3 Fix release of vmem_btag_lock (don't release twice in error path) 2013-02-08 09:30:01 +00:00
matt
785313335c Add pre-name changed debug libraries as obsolete. 2013-02-08 04:36:35 +00:00
matt
4609daf1bc Add missing } 2013-02-08 04:06:25 +00:00
jakllsch
8c9dbb49b1 Decode 6Gbps signaling SATA capability in IDENTIFY DEVICE data. 2013-02-08 03:58:36 +00:00
matt
e67266a84f Change bclr 14,2 to beqlr 2013-02-08 03:05:43 +00:00
christos
4c05299285 - fix the debug sets which were broken because of _LIB_PREFIX lossage.
- add missing tpm files.
2013-02-08 02:32:32 +00:00
christos
738b87c983 - factor out variables so that the code is more readable, make them conistent
- use _LIB_PREFIX correctly.
2013-02-08 02:30:53 +00:00
matt
545df5cbb8 Fix corner cases when searching for NUL. 2013-02-08 02:19:35 +00:00
christos
1e387e93ca descend! 2013-02-08 01:54:20 +00:00
matt
a317dd6322 Fix typo. 2013-02-08 01:41:35 +00:00
rmind
8ba0fc0dab - pserialize_switchpoint: check for passing twice, not more than needed.
- pserialize_perform: avoid a possible race with softint handler.
Reported by hannken@.
2013-02-07 23:37:58 +00:00
jkunz
f9de65ba47 Contribution from Petri Laakso:
Enable debug UART input
Fixes issue with some OLinuXino boards which were not able to
accept input from the user.
2013-02-07 21:56:36 +00:00
christos
af9a2d00d7 yes, but include the right file 2013-02-07 20:31:52 +00:00
christos
fb6d072e45 add shaX and rmd160 headers, same as mdX 2013-02-07 20:30:29 +00:00
christos
53fcf0e8fd Don't provide 2 versions of __compat_regerror() (the other one comes
from 4.3/regex.c via symbol renaming). Anyway this one did nada, so
no great loss :-)
2013-02-07 20:15:07 +00:00
christos
df473aee24 PR/47540: Felix Deichmann: DSA keys can only be 1024 bits. 2013-02-07 19:32:19 +00:00
gdt
6f1fda1efd Remove spurious \ from last line of __link_set_decl macro.
The next line is blank, so this was not actually causing a problem.
But, removing that blank line would lead to odd lossage.

(From Richard Hansen of BBN.)
2013-02-07 18:53:34 +00:00
christos
a6b0cd16cd commit the new man page. 2013-02-07 17:30:08 +00:00
christos
29d394bb59 new man page 2013-02-07 16:54:53 +00:00
christos
0e9a2dbd88 one more page 2013-02-07 16:48:28 +00:00
christos
984789e59f We always have a valid mtree file, so always specify -M 2013-02-07 16:27:41 +00:00
macallan
d7b324ecea mention hardware acceleration for cgfourteen/sx 2013-02-07 16:22:16 +00:00
macallan
4a96c3ec6f add sx at mainbus 2013-02-07 16:19:15 +00:00
macallan
f4a02ceff0 - implement buttom-up copies in cg14_bitblt() so scrolling down works now
- use more registers when copying
- use hardware to draw the cursor
- use putchar() for horizontal scrolling since byte-wise overlapping copy
  ops wouldn't be any faster anyway
2013-02-07 16:14:30 +00:00
msaitoh
cb7db13c1c Fix RAL_TABSIZE for ICH8, 82576, 82580 and I350. 2013-02-07 15:38:42 +00:00
tron
b981f2c3d3 Don't crash if "flock" is used to lock a file descriptor e.g. via
"flock --nb 8".
2013-02-07 13:57:40 +00:00
macallan
aa178e99e1 build altivec support on powerpc 2013-02-07 13:33:50 +00:00
apb
819da78f2e Abort on error from prop_dictionary_augment. 2013-02-07 13:21:34 +00:00
apb
acc2342d2c Avoid dereferencing NULL. Coverity CID 275201.
Also fix a typo in previous: !== should be !=
2013-02-07 13:20:51 +00:00
apb
2f2c48e223 Don't pass NULL to prop_dictionary_set.
Coverity CID 275196.
2013-02-07 12:04:01 +00:00
apb
beb9ef8fe5 Don't call prop_distionary_make_immutable on a NULL pointer.
Coverity CID 275179.
2013-02-07 11:24:15 +00:00
apb
bf5fabe51d free(bbp) in error paths. Coverity CID 274748. 2013-02-07 11:00:59 +00:00
apb
392ef41021 getrawpartition(3) may fail, so call it only once and test for failure.
Coverity CID 274527.
2013-02-07 10:44:45 +00:00