Commit Graph

226045 Commits

Author SHA1 Message Date
christos
93a4cd252f return something 2014-03-26 17:31:13 +00:00
christos
e3635ac12f use humanize_number per gimpy. 2014-03-26 17:29:21 +00:00
christos
d20a9d9af8 fix fraction part of printing (from apb) 2014-03-26 17:17:22 +00:00
skrll
ba5d403f7e KNF 2014-03-26 16:44:41 +00:00
isaki
d1dbe4b861 Implement the software power-off (correctly) when RB_POWERDOWN is
specified.  Before this, the kernel doesn't turn off the power in fact,
and thus the power off had happened in IPLROM after software reset.

Many thanks to tsutsui@ on port-x68k.
2014-03-26 16:21:39 +00:00
christos
5c95c9b7a3 kill sprintf. 2014-03-26 16:16:06 +00:00
christos
b50b466a22 fix sprintf 2014-03-26 16:10:20 +00:00
christos
983354312c kill sprintf 2014-03-26 16:08:45 +00:00
skrll
a31d4c323b Correct some bus_dma operations. 2014-03-26 16:07:15 +00:00
christos
8d7b7627fa kill sprintf 2014-03-26 15:55:43 +00:00
christos
8c5f9077a9 simplify snprintf. 2014-03-26 15:55:31 +00:00
christos
99e481a272 kill sprintf 2014-03-26 15:47:00 +00:00
ozaki-r
66b3054ebd Add missing 2nd argument to snprintf 2014-03-26 11:59:05 +00:00
christos
d02e70fa98 kill sprintf 2014-03-26 08:51:59 +00:00
christos
111294d48e kill sprintf 2014-03-26 08:40:58 +00:00
christos
4674a5d7ed fix sprintf 2014-03-26 08:29:41 +00:00
christos
647f8430d7 use sprintf. 2014-03-26 08:20:29 +00:00
christos
19ccf3b881 mark unused 2014-03-26 08:19:44 +00:00
christos
4c3cdcf099 kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
christos
16754bf12b fix unused, missing splx. 2014-03-26 08:17:32 +00:00
christos
db89e006d6 kill sprintf 2014-03-26 08:04:19 +00:00
christos
dc14a65969 use snprintf 2014-03-26 08:02:38 +00:00
christos
e929f0f23e fix printf issues 2014-03-26 08:01:21 +00:00
matt
0351322277 Allow SRAB to be optional. 2014-03-26 03:19:11 +00:00
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