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
christos
bd0a753639
avoid local redefinitions
2014-03-24 18:50:08 +00:00
christos
a87e1c010b
avoid dup defs, use global macros
2014-03-24 18:42:56 +00:00
christos
4d24ead901
- remove unused
...
- use cpu_{g,s}etmodel() (not committed yet)
2014-03-24 18:39:57 +00:00
szptvlfn
a66bf66641
fix manual section numbering of sysctl.
...
thanks wiz@
2014-03-24 14:15:37 +00:00
hannken
f3cf481632
- Make VI_XLOCK, VI_CLEAN and VI_LOCKSHARE private to kern/vfs_*.c.
...
- Make vwait() static.
- Add vdead_check() to check a vnode for being or becoming dead.
Discussed on tech-kern.
Welcome to 6.99.38
2014-03-24 13:42:40 +00:00
martin
40cac1aea1
PR port-luna68k/48677: fix some typos.
...
From shinnashi takeshi.
2014-03-24 10:46:58 +00:00
pettai
15aa966ec0
fix date timestamp
2014-03-24 06:27:56 +00:00
matt
eec17c6e06
Use sizeof(__int128_t) for aarch64 and sizeof(long long) for ARM EABI
2014-03-24 04:45:08 +00:00
dholland
37ec3a866f
Tidy up locking in cd9660_mount; thrash the lock less, and make it
...
clear that the lock is only dropped when calling iso_mountfs().
While here, don't use the vnode pointer's value after vrele().
2014-03-24 04:03:25 +00:00