Commit Graph

222852 Commits

Author SHA1 Message Date
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
christos
c19c99c207 nvi has moved 2013-11-29 01:12:47 +00:00
christos
80e7303ab0 Make sure that the next pointers are NULL when we insert screens in the list.
This avoids the problem when screens are re-used that have stale pointers in
them. This was not an issue with circleq's because all the pointers used to
be updated.
2013-11-28 23:19:43 +00:00
christos
f95f074778 we have moved. 2013-11-28 22:39:29 +00:00
christos
1d7c1fad3f Remove pppd 2013-11-28 22:38:59 +00:00
christos
c57aa3348f These have moved to external 2013-11-28 22:37:58 +00:00
christos
1e634c3f99 pppd moved 2013-11-28 22:36:52 +00:00
christos
09c7a4bf31 Unhook pppd 2013-11-28 22:34:44 +00:00
christos
323e76e190 hook ppp 2013-11-28 22:34:17 +00:00
christos
84b263706c Merge local changes, add build glue. 2013-11-28 22:33:42 +00:00
bouyer
95d1a8853c update for new binutils code our local patch to avoid warnings when macro are
used for loongson2f workarounds. Should fix mips64el kernel builds.
2013-11-28 22:28:30 +00:00
christos
a619718e42 Import ppp-2.4.5 from git://ozlabs.org/~paulus/ppp.git 2013-11-28 21:53:40 +00:00