Commit Graph

226071 Commits

Author SHA1 Message Date
matt
ec35114598 Correct BCM563XX values. 2014-03-26 03:18:56 +00:00
matt
834d065d4d Be consistent and use #define<space> 2014-03-26 02:39:57 +00:00
matt
9fe65634c3 Add NSACR 2014-03-26 01:14:52 +00:00
joerg
778b2846d2 Don't modify format string, use asprintf to format the original msg and
syslog the result.
2014-03-25 21:07:59 +00:00
christos
572523bb08 kill sprintf 2014-03-25 19:43:48 +00:00
christos
6d134c6c66 fix sprintf debugging mess. 2014-03-25 19:41:32 +00:00
christos
5271a45d78 kill sprintf 2014-03-25 18:35:32 +00:00
joerg
76e79da680 Consistently use long double. 2014-03-25 17:30:14 +00:00
joerg
f18d1e6774 Use __printflike. 2014-03-25 17:23:37 +00:00
joerg
005b3ff4b3 Don't cast to time_t just to implicitly cast to uint32_t next. 2014-03-25 17:17:44 +00:00
matt
06a44c13d2 sprintf -> snprintf 2014-03-25 16:39:27 +00:00
christos
66873a203c kill sprintf. 2014-03-25 16:30:28 +00:00
christos
d22061e092 fix sprintf. 2014-03-25 16:28:15 +00:00
christos
268d7559ce kill sprintf 2014-03-25 16:19:13 +00:00
matt
1a3430eb55 Bias the cfi pc expr by nbytes since vax pcrel are relative to end of the
relocation, not the beginning.  By adding the size of relocation, it will
become relative to the start of the relocation.
2014-03-25 16:17:33 +00:00
christos
682399b77f fix unused 2014-03-25 15:52:16 +00:00
christos
74d943f346 fix unused/uninitialized 2014-03-25 15:51:58 +00:00
christos
aa2f824875 kill sprintf 2014-03-25 15:33:22 +00:00
joerg
9aad7ddd6d Use C version of umul_ppmm for Clang on MIPS. 2014-03-25 15:28:15 +00:00
christos
309d456b4c add missing include 2014-03-25 13:38:25 +00:00
macallan
00c16ffd7f snprintf -> vsnprintf in cpu_setmodel()
now this can actually work
hi christos
2014-03-25 12:50:53 +00:00
martin
9ca193706d Typo 2014-03-25 10:44:12 +00:00
wiz
bdcef05215 Bump date for previous. 2014-03-25 10:23:26 +00:00
joerg
9fe3724ad4 Cast to _Unwind_Ptr here as well. 2014-03-25 10:03:51 +00:00
ozaki-r
1339b2cc13 Add MKCTF
This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.
2014-03-25 09:52:55 +00:00
ozaki-r
9a1cd017d1 Cast ptr to the correct return type (_Unwind_Ptr) 2014-03-25 00:50:45 +00:00
joerg
dd0e21086c Save & restore FP registers. 2014-03-25 00:00:55 +00:00
tron
067da39e03 Document makeinfo(1) hack. 2014-03-24 23:03:21 +00:00
tron
6ff95a26c5 Don't compile with fortification. It breaks makeinfo(1) for certain
input files (e.g. "cl.texi" shipped with Emacs 23.4) if it is compiled
with GCC 4.8.3 and "USE_SSP" set to "yes".
2014-03-24 23:03:01 +00:00
joerg
3b142775a7 Cast context->ldsa to the correct return type. 2014-03-24 22:39:06 +00:00
joerg
47a96e3a4d _Unwind_GetLanguageSpecificData is supposed to return a _Unwind_Ptr.
This makes a difference on M68K as it uses a different register for
integer vs pointer values.
2014-03-24 21:26:01 +00:00
joerg
0378fc4757 Add m68k support to our unwinder. 2014-03-24 21:25:03 +00:00
christos
fc1afab118 use cpu_getmodel() 2014-03-24 20:21:02 +00:00
christos
dbe9c08e6d use cpu_getmodel() to get the model name 2014-03-24 20:08:08 +00:00
christos
2788907516 - create cpu_{g,s}etmodel() and hide cpu_model from direct access. 2014-03-24 20:07:40 +00:00
christos
b2543b9136 use cpu_{g,s}etmodel 2014-03-24 20:06:31 +00:00
christos
8a4fad581f - fix unused
- use cpu_{g,s}etmodel
2014-03-24 20:05:20 +00:00
christos
7cf5bed944 - use cpu_{g,s}etmodel
- fix unused
2014-03-24 20:01:03 +00:00
christos
8fb0260207 fix typo. 2014-03-24 19:58:04 +00:00
christos
0e2084a15a fix memset bugs 2014-03-24 19:57:47 +00:00
christos
7bde9f2c98 - use cpu_{g,s}etmodel
- fix unused
2014-03-24 19:54:28 +00:00
christos
fb105d926e use cpu_{g,s}etmodel
fix unused
2014-03-24 19:52:27 +00:00
christos
f8a9f61f7b - use cpu_{g,s}etmodel
- fix unused
2014-03-24 19:46:24 +00:00
christos
bde065f0b1 - remove unused
- use cpu_{g,s}etmodel
2014-03-24 19:42:58 +00:00
christos
e691d98f97 use cpu_{g,s}etmodel 2014-03-24 19:29:59 +00:00
christos
4a19197e17 remove dup cpu_model sysctl; use the mi version in hw. 2014-03-24 19:14:31 +00:00
christos
e8d161d17b - fix unused
- use cpu_{g,s}etmodel
2014-03-24 19:13:48 +00:00
christos
21af650c78 - use cpu_{g,s}etmodel
- fix unused
2014-03-24 19:10:34 +00:00
christos
dbbbf3bb40 - use cpu_{g,s}etmodel
- remove unused
2014-03-24 18:56:43 +00:00
christos
1626775820 - remove unused
- use cpu_{g,s}etmodel
2014-03-24 18:50:31 +00:00