matt
|
442c893d77
|
mknative gdb for earmhf
|
2013-02-04 03:29:45 +00:00 |
matt
|
9e4a740eba
|
Understand netbsd*-*eabi* for an os
|
2013-02-04 02:45:28 +00:00 |
manu
|
00e5ebee00
|
Pull multiple free bua fix from upstream:
http://git.openssl.org/gitweb/?p=openssl.git;a=patch;h=d21bf10dea6588b632a65b4fe594e04f288aad83;hp=d47c01a31a67ff4370b1883a58cabd0279752bb4
Multiple copies of the ENGINE will cause problems when it is cleaned up as
the methods are stored in static structures which will be overwritten and
freed up more than once.
Set static methods to NULL when the ENGINE is freed so it can be reloaded.
|
2013-02-04 01:44:47 +00:00 |
matt
|
f07f4bab6c
|
gcc mknative for earmhf
|
2013-02-04 01:22:14 +00:00 |
skrll
|
2c0f30de4f
|
Use "Static" for dwc_otg_init_fifo
|
2013-02-03 22:25:39 +00:00 |
skrll
|
d4ab8e9d8f
|
RCSId police
|
2013-02-03 22:23:48 +00:00 |
jakllsch
|
4637996056
|
Add argument to wdccommandext() to allow the entire contents of the
device/head register to be specified. Needed for upcoming port multipler
support in mvsata(4).
|
2013-02-03 20:13:27 +00:00 |
kefren
|
898c6f9ff4
|
Don't try to connect to peers before sending hellos
|
2013-02-03 19:41:59 +00:00 |
christos
|
8c4c80c2ef
|
fix man page.
|
2013-02-03 19:16:06 +00:00 |
christos
|
6a0fd2f03e
|
add the ability to only output paths included in a spec file when creating
from a directory (-c)
|
2013-02-03 19:15:16 +00:00 |
jdc
|
2621eee72e
|
Output "iic mux present" if this device has multiple IIC buses (0 and 1).
The device has multiple buses if the second (bus select) register is present.
|
2013-02-03 17:46:28 +00:00 |
jdc
|
6be9cf002d
|
The i2c bus number (0 or 1) is encoded in bit 33 of the register for a node,
but we encode it in bit 8 of i2c_addr_t. If bit 33 is set, unset it and
set bit 9 instead (we later shift by one bit).
|
2013-02-03 17:41:02 +00:00 |
jdc
|
5fc8d04ede
|
Also set ia.ia_size from size when doing direct config.
|
2013-02-03 16:28:51 +00:00 |
matt
|
023f325fbf
|
Add a machdep.cpu_arch sysctl
|
2013-02-03 15:57:09 +00:00 |
christos
|
4410660200
|
makefs enhancements
|
2013-02-03 15:32:32 +00:00 |
christos
|
6c8acf010b
|
PR/47528: Izumi Tsutsui: eeprom(8) dumps core after 64 bit time_t changes
|
2013-02-03 15:30:04 +00:00 |
jdc
|
897e710fa7
|
Add tda.4 to the build and to the set lists.
|
2013-02-03 14:51:57 +00:00 |
jmcneill
|
ad483c54da
|
enable simd, neon, and iwmmxt for earmhf
|
2013-02-03 12:41:40 +00:00 |
skrll
|
c8094406b7
|
Fix typo in option name
|
2013-02-03 11:36:55 +00:00 |
jdc
|
dd24a5a7cc
|
Add a detach function and use this when shutting down:
halt the fan speed callout
set the speed of both fans to maximum
Also avoids occasional panics in shutdown because the callout is not stopped.
|
2013-02-03 10:58:28 +00:00 |
christos
|
bb4ac1abd6
|
switch to makefs
|
2013-02-03 09:16:24 +00:00 |
jdc
|
1219014e46
|
We adjust the fan speeds every 60 seconds (20 seconds is for the initial
adjustment only).
|
2013-02-03 08:22:21 +00:00 |
jdc
|
1d5000c919
|
Note that a callout should be stopped before being destroyed.
|
2013-02-03 08:19:58 +00:00 |
matt
|
f3e2916319
|
Add hardfloat version of fabs using the vabs.f64 instruction
|
2013-02-03 07:14:41 +00:00 |
matt
|
c31c561dde
|
Add support for the ARM hardfloat instructions vsqrt and vabs.
|
2013-02-03 07:13:07 +00:00 |
christos
|
c06c93b2d6
|
add a replace flag so we can overlay exiting files when we merge directories.
|
2013-02-03 06:16:53 +00:00 |
matt
|
29bcadd648
|
Add
MACHINE=evbarm MACHINE_ARCH=earmhf ALIAS=evbearmhf-el
MACHINE=evbarm MACHINE_ARCH=earmhfeb ALIAS=evbearmhf-eb
|
2013-02-03 05:37:43 +00:00 |
matt
|
467e80acbc
|
Add support for MACHINE_ARCH earmhf and earmhfeb
|
2013-02-03 05:36:36 +00:00 |
matt
|
2b29920df6
|
add earmhf
|
2013-02-03 05:35:25 +00:00 |
matt
|
15d372dbba
|
mknative for earmhf
|
2013-02-03 05:34:50 +00:00 |
christos
|
2d1d9d47bc
|
don't truncate the file if an offset is given.
|
2013-02-03 03:21:42 +00:00 |
christos
|
c5e9014781
|
- more changes to make -O work
- fix err* calls.
|
2013-02-03 03:21:21 +00:00 |
matt
|
c5775ada06
|
earmhf mknative for libgcc
|
2013-02-03 02:01:19 +00:00 |
matt
|
eeb9da25fc
|
Use MACHINE_CPU for arm instead of MACHINE_ARCH
|
2013-02-03 01:59:55 +00:00 |
matt
|
2e93500115
|
binutils mknative for earmhf
|
2013-02-03 01:58:13 +00:00 |
matt
|
c2bb80258f
|
Add support for earmhf and earmhfeb and add SRCS.hardfloat.
|
2013-02-03 01:55:19 +00:00 |
matt
|
5e9ff8d257
|
include <arm/vfpreg.h>
|
2013-02-03 01:50:54 +00:00 |
matt
|
90408fa94f
|
Adapt to earm hard float by including softfloat-for-gcc.h even if __ARM_EABI__
so we can get the __aeabi aliases.
|
2013-02-03 01:48:53 +00:00 |
matt
|
c2a1fa0d6c
|
Always compile the kernel with -mfloat=soft
|
2013-02-03 00:43:14 +00:00 |
jdc
|
c31e73c82c
|
Add a manual page for tda.
|
2013-02-02 21:55:28 +00:00 |
jdc
|
674d0e262c
|
Add sysmon support to display the fan-speed related values for the CPU and
system fans.
Fix a bug where the system fan was always set to full speed (63), which was
noticed when viewing the values reported by `envstat`.
|
2013-02-02 21:54:51 +00:00 |
christos
|
9305dd3557
|
fix compilation
|
2013-02-02 21:38:24 +00:00 |
christos
|
8874000015
|
fix compilation
|
2013-02-02 21:02:06 +00:00 |
christos
|
2d692a9557
|
add and document offset.
|
2013-02-02 20:42:02 +00:00 |
christos
|
8ab3772af5
|
static inline so that the kernel links.
|
2013-02-02 20:06:48 +00:00 |
christos
|
3075d9e35c
|
someone forgot the debuglibs
|
2013-02-02 18:19:38 +00:00 |
matt
|
494e7cff16
|
Use const void *
|
2013-02-02 17:58:11 +00:00 |
christos
|
0b10d223d4
|
tools build is non-c-99
|
2013-02-02 15:24:08 +00:00 |
christos
|
74d93a2aa9
|
avoid the long shadow of i
|
2013-02-02 15:12:25 +00:00 |
christos
|
4b11b0a47f
|
Don't wait forever for output from a child job.
|
2013-02-02 15:11:48 +00:00 |