Commit Graph

226045 Commits

Author SHA1 Message Date
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
pettai
4b26aee1e1 Import mDNSResponder-258.14 2014-03-24 01:04:37 +00:00
pettai
38e493d085 Import mDNSResponder-258.14, merge, fix conflicts 2014-03-24 00:31:13 +00:00
pettai
7f67feba92 Import mDNSResponder-258-14 as per discussion with gdt@ and cristos@ 2014-03-24 00:23:27 +00:00
pettai
e7ba6ce52b Prepare for importing a newer version of mDNSResponder 2014-03-24 00:13:23 +00:00
mrg
c4dae12d14 allow for .pc substitutions to be listed per makefile
(could maybe do per-target, as well.)  fix the remaining
substitutions for xcb-proto, fontconfig and xorg-server.

(XXX: move many per-package-specific parts out of
bsd.x11.mk itself, into the relevant Makefile.)
2014-03-23 20:40:18 +00:00
tron
37e32637e4 Remove auto-generated files in "cleandir" target. 2014-03-23 20:39:40 +00:00
riastradh
7c57d80e48 Simplify synchronization between umcs(4) intr and task.
ok martin@, nick@
2014-03-23 20:20:38 +00:00
tron
cb1db61165 Fix generation of pkg-config(1) files. Patch from Ryo ONODERA via
"current-users" mailing list.
2014-03-23 19:49:52 +00:00
martin
6d0fe06315 Avoid strict aliasing problems 2014-03-23 15:26:47 +00:00
hannken
6d285189fb Change all vfsops to use C99 designated initializers.
No functional changes intended.
2014-03-23 15:21:15 +00:00
tron
68376e5ecb Make this compile. 2014-03-23 14:44:55 +00:00
tron
aaccd35162 Make this compile. 2014-03-23 14:24:34 +00:00
christos
0f18888b15 fix unused 2014-03-23 09:30:59 +00:00
dholland
39aea57337 typos in comments 2014-03-23 06:03:38 +00:00
dholland
9761f1c2dc don't use sprintf 2014-03-23 05:39:32 +00:00
dholland
deef948629 missed one 2014-03-23 05:38:14 +00:00
dholland
4db4c6282f don't use sprintf 2014-03-23 05:36:58 +00:00