Commit Graph

212646 Commits

Author SHA1 Message Date
tnozaki
277ab1b54d fix PR lib/46781 statically compiled bash makes locale loading fail.
analyzed and  patch provided by enami@ nonaka@ obache@ soda@, thanks.
patch modified by me.
2012-08-08 18:37:26 +00:00
matt
e4c3811f58 Fix copyright. 2012-08-08 16:58:28 +00:00
matt
c79f17b998 Add a long double version of trunc. 2012-08-08 16:57:24 +00:00
matt
63aca31d6b Add sngu_* and dblu_* access macros.
XXX sng* and ext* should be renamed to flt* and ldbl*
2012-08-08 16:56:53 +00:00
drochner
991b8a1b80 build fix for gcc -fno-common, from Radoslaw Kujawa 2012-08-08 16:29:50 +00:00
christos
b0af1b5c0d fix pasto 2012-08-08 16:23:31 +00:00
skrll
b076419f5e Update comment. 2012-08-08 16:09:42 +00:00
christos
9bf244464d adjust for MKRUMP = no 2012-08-08 14:15:03 +00:00
christos
2be2cb6bfb exclude programs for MKRUMP = no 2012-08-08 14:13:46 +00:00
christos
54abeff8fd don't define RUMP_ACTION if MKRUMP = no 2012-08-08 14:10:38 +00:00
christos
aa24bb3ca4 let the standard rules deal with librumpclient 2012-08-08 14:09:14 +00:00
christos
933950e175 adjust for MKRUMP = no 2012-08-08 14:08:01 +00:00
christos
1e5d8920de remove useless rump headers. 2012-08-08 14:04:26 +00:00
christos
b559c1ff19 exclude rump libraries if MKRUMP = no 2012-08-08 14:01:16 +00:00
christos
bf89823a75 exclude rump targets if MKRUMP = no 2012-08-08 14:00:31 +00:00
christos
6f2c8e3ee8 don't install includes if MKRUMP = no 2012-08-08 13:58:56 +00:00
christos
cb461c6808 Exclude tests that use rump 2012-08-08 13:57:05 +00:00
christos
eda981fc36 add MKRUMP by popular demand. 2012-08-08 13:56:13 +00:00
martin
f23e8f7d1e Remove unneeded cn_tab definition (and NULL initialization) 2012-08-08 09:02:49 +00:00
msaitoh
ef486fed67 Fix a bug that incorrect RA packet is sent if rtadvd.conf exists.
Fixes PR#46580 reported by Takahiro HAYASHI.
2012-08-08 04:05:26 +00:00
nisimura
0a837560ec let MINI2440 kernel to have bpf(4) for DHCP. 2012-08-08 02:18:36 +00:00
msaitoh
aad31ba78e Add some Intel's KT (Serial over LAN) devices. 2012-08-07 19:38:28 +00:00
jakllsch
da6f244356 The free space value in the FSInfo block is merely unitialized when it is
0xffffffff.  Fixes first part of bin/46743
2012-08-07 19:30:41 +00:00
msaitoh
bab9b33652 regen. 2012-08-07 19:27:19 +00:00
msaitoh
6c41d7f0ee Add some Intel's KT (Serial over LAN) devices. 2012-08-07 19:26:36 +00:00
matt
2be9f4a69d Add aeabi.h 2012-08-07 18:48:13 +00:00
haad
7cfd277977 Fix problem reported by jym on current-user@ patch was provided by mhitch@. 2012-08-07 16:11:11 +00:00
jnemeth
942121f54c Add -A, -a, and -e options to modstat(8) along with kernel
changes required to support these options.  The -e option was
requested by martin@ in private chat in order to make writing tests
easier (i.e. don't bother testing MODULAR functionaility if it
doesn't exist).  While there, I added -A and -a since those were
quite similar.

     -A      Tells you whether or not modules can be autoloaded at the moment.
             This option does take into consideration the sysctl
             kern.module.autoload.

     -a      Tells you whether or not modules can be autoloaded at the moment.
             This option does not take into consideration the sysctl
             kern.module.autoload.

     -e      Tells you whether or not you may load a module at the moment.
2012-08-07 01:19:05 +00:00
matt
a4ae934e29 Remove code that should be have excised a long time ago. 2012-08-07 01:09:13 +00:00
msaitoh
ecb5621595 regen. 2012-08-06 18:53:08 +00:00
msaitoh
ef023183e2 Add 82GM45_KT for puc(4) 2012-08-06 18:52:40 +00:00
martin
84b19dd006 The hdaudio and hdafg modules are not MI (they at least require PCI) 2012-08-06 10:44:08 +00:00
martin
2b64d8ed07 Move hdaudio and hdafg modules into x86 only section for now, untill
somebody creates a "all archs with PCI" ifdef.
2012-08-06 10:31:41 +00:00
skrll
3677c27bea Ensure correct alignment for stack buffers when long != 64-bit, e.g.
arm.
2012-08-06 08:27:49 +00:00
matt
b0f6e1d791 earm* need __lshldi3 2012-08-06 08:17:58 +00:00
matt
83802169c5 Use the generic fixuns ieee754 instead of the ones from softfloat. 2012-08-06 07:55:21 +00:00
matt
127e888ae2 Add earm/earmeb changes 2012-08-06 07:51:13 +00:00
matt
cb8c048ec5 on earm, don't include EH code. 2012-08-06 02:34:28 +00:00
matt
e2b9512b7a Add ARM EABI aliases to a few functions. 2012-08-06 02:31:54 +00:00
matt
e525b93aa7 Change include to <arm/aeabi.h> 2012-08-06 02:15:51 +00:00
matt
9c2af1c9cc If earm*, compile new aeabi runtime routines. 2012-08-06 02:14:57 +00:00
matt
14a27ff97b Fix to allow EABI compilation.
Make sure to DISCARD new .ARM.attributes and .ARM.ebxidx sections.
2012-08-06 02:14:15 +00:00
matt
e6e9862af2 Add aeabi.h header which descibes the C portion of the EABI run time API. 2012-08-06 01:55:13 +00:00
matt
6efc7d7a82 Don't need -I${.CURDIR}/arch/arm anymore 2012-08-06 01:54:21 +00:00
matt
d60b6e14bc Moving this to <arm/aeabi.h> in sys 2012-08-06 01:53:08 +00:00
matt
08b1727f06 Add long long / unsigned long long comparision routines. These differ
from cmpdi2 in they return strcmp like values (-1, 0, 1).
2012-08-06 01:50:30 +00:00
matt
ab019a8e67 Mostly for reference, this header defines the "C" portion of the ARM
run time API for AAPCS (EABI).
2012-08-06 01:49:27 +00:00
matt
e19c6b7318 Add LIB2_EHASM to SRCS 2012-08-06 01:38:29 +00:00
matt
267745d7dd More regened configury (mostly exception related). 2012-08-06 00:49:52 +00:00
matt
c73e5095cc a few more fixes (make unwinding correct for EABI)
improve link spec to with fix-v4bx and emulations
Add bpabi-netbsd.c to resolve problem with bpabi.c conflicting with bpabi.S
2012-08-06 00:24:13 +00:00