Commit Graph

220376 Commits

Author SHA1 Message Date
matt
7f5fa457dc Convert to unified syntax 2013-08-12 17:41:51 +00:00
matt
029a1f3b59 Update to unified syntax 2013-08-12 17:32:03 +00:00
joerg
a6c6eb019c Some architectures can't create unwind tables without the frame pointer,
so don't use -fomit-frame-pointer on those.
2013-08-12 17:15:46 +00:00
joerg
6e79a9892e Do as the last commit message said and not as the change did, only use
GCC's crt code on ia64.
2013-08-12 16:51:14 +00:00
joerg
05789f4038 Only ia64 defaults to USE_COMPILERCRTSTUFF=no now, so simplify
conditional.
2013-08-12 16:39:28 +00:00
joerg
58c5751e1a Don't copy .eh_frame section when trying to create a.out binaries. 2013-08-12 16:38:47 +00:00
joerg
c5837ca27d Build boot loaders without unwind tables. 2013-08-12 16:34:05 +00:00
joerg
1073c3ed63 Discard ELF unwind sections for the boot loader. 2013-08-12 16:32:39 +00:00
joerg
820c9d565a Explicitly build space constrained ramdisk images without unwind tables. 2013-08-12 16:31:28 +00:00
matt
c067c0ec0e Fix MACHINE_CPU for armeb 2013-08-12 16:17:07 +00:00
matt
bc7f522d59 Convert to unified syntax 2013-08-12 16:02:50 +00:00
yamt
43137dd04c fix validness check of sensor value
this change is intended to mirror what ipmitool does.
(their macros for these bits are IS_READING_UNAVAILABLE and
IS_SCANNING_DISABLED.)

see also:
    second-gen-interface-spec-v2-rev1-4
    Table 35-15, Get Sensor Reading Command

might fix PR/46833 from Francois Tigeot

reviewed by Masanobu SAITOH and Tom Ivar Helbekkmo
tested by Tom Ivar Helbekkmo
2013-08-12 15:40:34 +00:00
riz
0ce61fb028 Fix up some missed unified syntax. 2013-08-12 15:08:13 +00:00
joerg
2c7fa37363 Add more __dead. 2013-08-12 14:03:18 +00:00
joerg
fabae2a4ad Use __dead. 2013-08-12 13:54:33 +00:00
pooka
99779005d5 This file has been obsoleted by "./buildrump.sh checkout{cvs,git}" 2013-08-12 10:30:35 +00:00
pooka
6bf92a7490 building ARM rump kernels now requires sys/arch/arm/arm32 2013-08-12 10:25:05 +00:00
matt
8ac587c908 Fix a bad mov pc,lr -> RET 2013-08-12 05:54:51 +00:00
matt
83b2ab469f Match arm*-*-netbsdelf*-* 2013-08-12 05:14:24 +00:00
joerg
3a93fc01e6 Add small helper script to keep lists sorted. 2013-08-11 22:33:09 +00:00
joerg
1896cba8c4 Sort entries in strcmp order. 2013-08-11 22:29:02 +00:00
joerg
3c62b14a4b Remove commented entries. 2013-08-11 22:27:44 +00:00
joerg
491bae4a02 Add forgotten conversions of ja_JP for the COMPOUND_TEXT encoding. 2013-08-11 22:13:56 +00:00
joerg
d1c1419eb8 Provide UTF-8 variants for all existing locales. The data is derived
from the Unicode Common Locale Data Repository.

Convert non-UTF-8 versions from the UTF-8 version using iconv and some
ad-hoc transliterations using sed.

Use EUR as currency_symbol in ISO8859-1.

Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter
is used e.g. in CLDR.

Provide the Serbian locales in both Cyrilic and Latin script versions.
The alias is choosen based on the character set for the non-UTF-8 case
and Cyrillic is the default for UTF-8.
2013-08-11 22:09:40 +00:00
pooka
2ad17e87e5 regen 2013-08-11 18:35:19 +00:00
pooka
a8850c1ec8 Linux treats the data parameter as a pointer/long too. The comments
in the sys/ptrace.h on Linux say it should be an int, but the code
glibc/musl/kernel disagrees.
2013-08-11 18:34:43 +00:00
riz
50c956e37e Bump symtab space. 2013-08-11 17:18:56 +00:00
riz
3f6bcfbe97 RPI has an ARMv6 processor, so handle RPI_INSTALL properly when
building for the earmv6* MACHINE_ARCHes.
2013-08-11 17:18:11 +00:00
riz
eab0544017 A number of new earm MACHINE_ARCH have shown up recently; make sure
we can deduce their endianness.
2013-08-11 17:15:15 +00:00
dholland
6a9155ad5a Don't try to estrdup() NULL; thanks martin@ 2013-08-11 16:36:30 +00:00
rkujawa
d017059bc0 Add the new xsh(4) driver to GENERIC.in template. 2013-08-11 16:15:52 +00:00
tsutsui
0e4d43cb3e List all required libraries by libgssapi and libkrb5 for NOPIC builds. 2013-08-11 14:42:04 +00:00
rkujawa
12106d4c89 Note X-Surf 100 support. 2013-08-11 13:21:25 +00:00
rkujawa
e9b9d13fdd s/xsurfbus/xshbus/ 2013-08-11 13:18:24 +00:00
rkujawa
081ad628f0 Use the proper NE2000_TYPE for AX88796. 2013-08-11 12:35:18 +00:00
rkujawa
0b170012f7 Add support for AX88796(B) variant. 2013-08-11 12:34:16 +00:00
pooka
aa1a50a32f regen 2013-08-11 12:23:46 +00:00
pooka
4f2d6acaba Use long instead of int for ptrace addr. This makes things compile
better on powerpc64 with a compiler which warns about int-to-pointer
casts.
XXX: sys/ptrace.h on Linux says that the addr parameter is a "void *".
2013-08-11 12:23:02 +00:00
pooka
26b4d3d169 ioconf/pseudo-root have been in here unchanged for 3+ years and their use
has spread from rump kernels into dozens of kernel modules.  Let's pretend
we don't want to see config yell about them being experimental every time.
2013-08-11 10:37:08 +00:00
apb
480a3064b0 Use Va markup to show that the "suffix" part of ".PATH.suffix"
is a placeholder, not a literal string.
Also bump date.
2013-08-11 09:53:49 +00:00
martin
00b8abd4f7 Fix another automatic variable that is life both pre- and post the siglongjmp
(which gcc calls "might be clobbered") by marking it volatile: on some
machines, this value might end up in a register loaded before the sigsetjmp,
but not preserved by the siglongjmp later.
Fixes the VAX build.
2013-08-11 09:16:42 +00:00
pooka
19cb1115a0 Include powerpc+evbpcc. Allows the buildrump.sh checkout to work on
powerpc machines.  Tested on Linux/ppc64 by Justin Cormack.
2013-08-11 09:10:47 +00:00
pooka
220050f663 Allow to build in envs without USRSTACK (namely, rump kernels on powerpc).
TODO: all of the m*() calls are by definition incompatible with rump
kernels; including them is no great damage, but they're not useful either.
2013-08-11 09:07:15 +00:00
dholland
e9067f113d WARNS=5 2013-08-11 08:03:10 +00:00
dholland
99934b2d0c Passes WARNS=5, so don't set WARNS=4. 2013-08-11 06:48:46 +00:00
dholland
65910359bc Passes WARNS=5, so don't set WARNS=3. 2013-08-11 06:47:38 +00:00
dholland
06eef6894d add more static 2013-08-11 06:45:23 +00:00
dholland
043c758bea add more const 2013-08-11 06:43:10 +00:00
dholland
beced5ea78 WARNS=5 2013-08-11 06:39:47 +00:00
dholland
7899f1dc15 Remove redundant WARNS=5. 2013-08-11 06:32:13 +00:00