Commit Graph

222863 Commits

Author SHA1 Message Date
christos
b605a13ba6 - centralize opening of regular and temp files to avoid code duplication
- don't cast malloc
- use malloc sizeof(*var) instead of sizeof(type)
2013-12-01 00:22:48 +00:00
christos
3bd4fc7233 These don't need count anymore. 2013-12-01 00:17:14 +00:00
wiz
43d5f031a4 Disable parentheses checks since libgmp doesn't pass them. 2013-11-30 23:45:05 +00:00
joerg
828e70428b fabsl alias. 2013-11-30 22:39:04 +00:00
joerg
5ce8d6df3c Use explicit form of register pair operations by specifying both. 2013-11-30 21:09:11 +00:00
joerg
2506d9eed7 Like asm.h r1.25, don't use (PLT) anymore. 2013-11-30 21:07:59 +00:00
joerg
526051f644 Use PLT_SYM. 2013-11-30 20:54:14 +00:00
joerg
96195b9815 Explicitly name the register pairs. 2013-11-30 20:43:53 +00:00
martin
8bbc6acbfe Avoid warning on sparc64 2013-11-30 20:30:22 +00:00
joerg
d0dcd65c88 Use PLT_SYM. 2013-11-30 20:20:42 +00:00
matt
5623148b98 arm doesn't need to use (PLT) anymore. 2013-11-30 20:11:11 +00:00
jnemeth
925666ef9b Add two new options:
-g which shows the GUID for a partition
-i which shows all the gory details for a particular option

XXX the output format of -i is subject to change
2013-11-30 19:43:53 +00:00
jnemeth
bd07cf4a8f PR/48419 - Henning Petersen -- unbalanced parenthesis 2013-11-30 19:05:25 +00:00
christos
0481af84d9 Fix recovery mode, there were multiple issues:
1. the btree filename was not set so that we always used a transient
   in-memory db for the data
2. we did not call sync after creation with R_RECNOSYNC so that the header
   of the btree was never written
3. we did not call the right flavor of sync before copying the tree to the
   preserved files
2013-11-30 14:54:29 +00:00
christos
0c38cb8432 Don't rebuild the header files all the time if they did not change 2013-11-30 14:52:40 +00:00
skrll
b3ef5c8ff0 unwind-arm-common.h is EABI specific. Mark it as such. 2013-11-30 13:23:57 +00:00
skrll
0d5c716ed8 Simplify 2013-11-30 12:16:14 +00:00
nakayama
605add88bb nvi has moved. 2013-11-30 08:27:17 +00:00
nakayama
1042b8dfbe pppd has moved. 2013-11-30 08:19:30 +00:00
wiz
4a591a0994 Wording improvements from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com> 2013-11-29 23:58:23 +00:00
joerg
cfd496506e Shut up a bunch of (valid) warnings from Clang. 2013-11-29 23:02:49 +00:00
joerg
616728154a Fix format string use. 2013-11-29 23:02:26 +00:00
joerg
e4c0f6ad28 Allow gnueabi to be matched for the relevant cases as well. 2013-11-29 23:01:54 +00:00
joerg
ed478d1345 Mark usage as dead. 2013-11-29 23:01:05 +00:00
joerg
cd32ef253c Include crtbegin.h first to make it possible to build with the stricter
attribute consistency checks in clang.
2013-11-29 23:00:48 +00:00
christos
81e29e1a78 Bring back the compatibility db3->db1 code from the old vi.
This is selected with -DUSE_DB1 in the Makefile. By default
use use the db1 specific code from the current nvi which is
enabled using -DUSE_BUNDLED_DB. Unfortunately recovery seems
to be broken for both.
2013-11-29 22:56:19 +00:00
joerg
07d3f56792 Use normal style for checking for long double support. Add missing
aliases for fminl and fmaxl, fabsl is here just for symmetry.
2013-11-29 22:16:10 +00:00
joerg
6a37a8bcd1 Add fabsl alias if necessary. 2013-11-29 22:15:26 +00:00
christos
c24e3e9954 make the debugging code work again. 2013-11-29 21:57:31 +00:00
wiz
ed502edab3 rcs-5.9.2 is out. 2013-11-29 18:20:40 +00:00
christos
9e92fc9e98 fix tracing. 2013-11-29 16:37:35 +00:00
christos
fabe6cc1b9 fix compilation of log debugging 2013-11-29 16:36:11 +00:00
christos
770857d9f8 remove unused variable 2013-11-29 15:24:08 +00:00
hannken
51a028aeda Change vrelel() to mark the vnode as changing after it has aquired
the vnode lock but before it calls VOP_INACTIVE().

Should fix the race between layer_node_find() trying to vget(, LK_NOWAIT)
a locked vnode when vrelel() marked it as changing and wants its lock.

PR kern/48411 (repeatable SMP crashes in amd64-current)
2013-11-29 14:58:55 +00:00
martin
9e26225e44 Make warnings non-fatal on sparc64.
Warings reported upstream.
2013-11-29 14:51:36 +00:00
mrg
c8016f96cd fix definition of __GMP_CC. 2013-11-29 13:48:15 +00:00
joerg
8eb446fde8 Long double related changes. 2013-11-29 13:36:42 +00:00
joerg
1285f7eb96 Add entry for LLVM, including note about CVS ACL. 2013-11-29 13:33:00 +00:00
mrg
3fd6c8d025 clean up __GMP_CC, GMP_MPARAM_H_SUGGEST and CONFIG_TOP_SRCDIR. 2013-11-29 13:26:16 +00:00
aymeric
5df1dba944 Update nvi status:
. add Sven as upstream maintainer
. remove myself as responsible
. update Location
2013-11-29 09:17:38 +00:00
mrg
0aff01013b GMP 5.1.3 updates for armeb and earm. 2013-11-29 08:54:48 +00:00
mrg
caa9eeb4a5 note GMP 5.1.3 is in tree. 2013-11-29 08:53:14 +00:00
mrg
1a394330ad note MPC, MPFR, and GMP updates. 2013-11-29 08:49:26 +00:00
mrg
e19c02daef GMP 5.1.3 files for earmeb and mips64el. 2013-11-29 08:10:04 +00:00
mrg
65705a8482 updates for GMP 5.1.3, and new build files for most platforms. 2013-11-29 08:03:41 +00:00
mrg
41ff5b3ae1 port forward our changes:
- allow working on thumb-missing platforms
- fix some minor issues
2013-11-29 08:02:28 +00:00
mrg
3f2a32320a merge GMP 5.1.3 (part 1.) 2013-11-29 07:57:10 +00:00
mrg
dab47db46b initial import GMP 5.1.3 sources. changes include:
fixes for:
- mpn_sbpi1_div_qr_sec and mpn_sbpi1_div_r_sec
- mpz_powm_ui
- AMD family 11h
- mpz_powm_sec and mpn_powm_sec
- ASSERT() fixes
- gcd, gcdext, and invert function fixes
- some PPC division operations
2013-11-29 07:49:47 +00:00
mrg
c02c057f9a add a note about MPC and MPFR potentially upsetting the update build. 2013-11-29 02:05:59 +00:00
christos
08f7289b81 reflect reality 2013-11-29 01:52:58 +00:00