tteras
|
0849876e12
|
From Ian West <ian@niw.com.au>: Fix double free of the radius info on
config reload.
|
2013-02-05 06:22:29 +00:00 |
|
matt
|
6ef84a1155
|
Make sure these are always compiled with -mabi=atpcs -mfloat-abi=soft
-Wa,-meabi=gnu so they use the old compilation methods.
|
2013-02-05 03:17:50 +00:00 |
|
matt
|
cae58222cc
|
Don't include t-arm-elf since it just provides stuff which netbsd already has.
|
2013-02-05 03:02:10 +00:00 |
|
matt
|
912dc5c278
|
updated mknative gcc bits for earmhf
|
2013-02-05 02:57:54 +00:00 |
|
matt
|
4f3ff322ae
|
Use NETBSDSRCDIR. Use ?= when setting target so you can override from cmdline.
|
2013-02-05 02:54:01 +00:00 |
|
matt
|
cb9822ba41
|
mknative for earmhf
|
2013-02-05 02:51:14 +00:00 |
|
christos
|
c4e4c061b3
|
fill up the directory hierarchy so that leaf files are not ignored if
specified by themselves.
|
2013-02-05 00:59:03 +00:00 |
|
christos
|
8da956dc0e
|
assign nsegs before allocation
|
2013-02-05 00:41:51 +00:00 |
|
christos
|
63e2172bde
|
segs is now used.
|
2013-02-05 00:39:58 +00:00 |
|
matt
|
db87bbedd6
|
Rerun mknative for earm and earmhf for gas changes.
|
2013-02-04 22:50:12 +00:00 |
|
matt
|
13994434d1
|
Move arm-*-netbsdelf-*eabi* to before arm-*-eabi* so it matches properly.
Add arm-*-netbsdelf-*eabihf* which has a VFP V2 by default.
Rename armnetbsdeabi*.h to armnbsdeabi*.h to be consistent with other nbsd
files.
|
2013-02-04 22:38:07 +00:00 |
|
macallan
|
fdec22e96e
|
add a sysctl.vis node that indicated which version of the VIS instruction set
is supported. Currently this will be 1 for UltraSPARC I and II, 2 for
UltraSPARC-III and up
|
2013-02-04 22:19:43 +00:00 |
|
skrll
|
78cb3e713c
|
Oops, put back the initialisation of cpu_cc_freq
|
2013-02-04 21:46:14 +00:00 |
|
skrll
|
1edacd7eae
|
Fix some VERBOSE_INIT_ARM output
|
2013-02-04 21:43:17 +00:00 |
|
skrll
|
c184310d9c
|
Remove something that shouldn't have been committed.
|
2013-02-04 21:37:05 +00:00 |
|
macallan
|
b04f0dbdf3
|
put BUS_DMA_PREFETCHABLE back now that the missing pieces are in place
|
2013-02-04 21:35:44 +00:00 |
|
skrll
|
73e73e0d22
|
Whitespace.
|
2013-02-04 21:29:14 +00:00 |
|
skrll
|
75f79341bb
|
Fix transfer aborts and bump the workqueue to IPL_BIO.
|
2013-02-04 21:24:07 +00:00 |
|
kefren
|
bed325c414
|
move code around a little bit in order to call get_ldp_peer correctly
check also for transport_address in get_ldp_peer
|
2013-02-04 20:28:24 +00:00 |
|
wiz
|
49573e6ea1
|
Bump date for previous.
|
2013-02-04 20:03:11 +00:00 |
|
njoly
|
c6bbf9b2f9
|
According to the opengroup document [1], we should include fcntl.h (not
sys/fcntl.h) for posix_fadvise().
[1] http://pubs.opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html
|
2013-02-04 19:29:38 +00:00 |
|
matt
|
5b98504a16
|
Add a match for arm*--netbsdelf-eabi* and default that EABI with a VFP FPU
and ARCH_ARM_V5TEJ cpu.
|
2013-02-04 18:42:30 +00:00 |
|
matt
|
a34eb5c25e
|
Default to EABI5. Don't supply -meabi= to as. switch back unwind-arm.h
nuke unwind-netbsd.h
|
2013-02-04 18:41:18 +00:00 |
|
jdc
|
9930182d2b
|
Halt the RX watchdog callout when stopping.
|
2013-02-04 18:29:55 +00:00 |
|
phx
|
dece44e138
|
24h-mode is indicated by bit 2 of control register F.
|
2013-02-04 17:19:17 +00:00 |
|
kefren
|
0c72a2ff7e
|
* Don't assume INET in connection path
* Lookup in hello list in order to get the correct LDP ID, instead of
transport address
* Improve an error message
|
2013-02-04 17:14:31 +00:00 |
|
christos
|
ef99903991
|
don't print the interface name 2ice.
|
2013-02-04 15:44:45 +00:00 |
|
joerg
|
96fc3e30a7
|
Update to LLVM/Clang snapshot r174288. This brings in the new AArch64
backend as well as an import bug fix for pointer compare optimisations.
|
2013-02-04 15:00:31 +00:00 |
|
macallan
|
8964277431
|
support ARM32_MMAP_WRITECOMBINE for managed pages as well
|
2013-02-04 13:37:30 +00:00 |
|
macallan
|
800b1f8725
|
support BUS_DMA_PREFETCHABLE in bus_dmamem_mmap()
|
2013-02-04 13:26:19 +00:00 |
|
macallan
|
1a51a963cb
|
add BUS_DMA_PREFETCHABLE flag for bus_dmamem_map(), analog to
BUS_SPACE_MAP_PREFETCHABLE
|
2013-02-04 13:18:35 +00:00 |
|
wiz
|
c3af88d3bf
|
Grammar. Sort sections.
|
2013-02-04 11:02:32 +00:00 |
|
kefren
|
f3a2005146
|
Mention IPv6, operation mode and re-section a bit
|
2013-02-04 10:53:14 +00:00 |
|
kefren
|
c28e590b2c
|
correct the sockaddr compare
modify a couple of debug messages
|
2013-02-04 09:52:43 +00:00 |
|
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 |
|