christos
bd9fdbecf0
buy ancient code
2013-06-20 18:39:14 +00:00
msaitoh
7af86a8aeb
Fix compile error.
2013-06-20 17:53:01 +00:00
christos
d5b265f4fb
Enable wildcard matching in psk files. We are big kids and if we put a *
...
in the psk file, we mean it.
2013-06-20 15:42:58 +00:00
christos
c59ba37534
Add an option --enable-wildcard-match to enable wildcard matching and explain
...
why we might want it and why it is a bad idea in general that's why it is
not enabled by default. ok tteras@, manu@
2013-06-20 15:41:18 +00:00
kiyohara
b7205e502d
Fix fault when 0 byte copy.
2013-06-20 15:30:00 +00:00
christos
cdd3d6fc0e
file descriptor neatness.
2013-06-20 15:14:03 +00:00
roy
3643d6b4fe
Move the detaching and making tentative addresses out if in6_if_up
...
and into in6_if_link_up.
This fixes a possible panic where link is up but not the interface.
Note that a better solution would be to listen to the routing socket
in the kernel, but I don't know how to do that.
Reachable Router tests for IFF_UP as well.
2013-06-20 13:56:29 +00:00
kiyohara
350be3ed9f
Add DE and FR keymap.
2013-06-20 13:42:02 +00:00
kiyohara
5ce0e79251
Support boothowto.
2013-06-20 13:40:09 +00:00
kiyohara
1cdab4cbb8
Support boot argument for kernel.
2013-06-20 13:36:48 +00:00
christos
76bb5036c5
add finish_daemon();
2013-06-20 12:26:34 +00:00
christos
28e086be17
1. don't try to open the pid file if the path is NULL
...
2. daemonize in two stages: always fork() first and wait for the child to tell
us when the interface is ready, so that we don't lose track of the file
descriptors since we are threaded.
3. Add an option (-m) not to match the hardware address of the responding
dhcp server.
2013-06-20 12:24:08 +00:00
christos
1778f662e3
document -m flag
2013-06-20 12:15:38 +00:00
martin
a4110c4cbe
Not all pointers are 64bit - use uintptr_t instead of uint64_t.
2013-06-20 10:43:18 +00:00
matt
7213984b98
modsi3/umodsi3 are only needed !EABI arm
2013-06-20 07:29:50 +00:00
matt
57df06aa6b
modsi3/umodsi3 is not needed for earm since __aeabi_*divmod takes care of it.
2013-06-20 07:18:40 +00:00
matt
d4c5b4f6c6
Add support for __ARM_ARCH_EXT_IDIV__ which is set for those cores
...
with hardware divide instructions. Note that gcc 4.5.x doesn't support
this so this is just latent. gcc 4.7.x does.
2013-06-20 07:16:23 +00:00
matt
404129e876
more OMAP5 workarounds.
...
u-boot doesn't initialize the generic timer on the omap5430 evm properly.
so check to see if it's OK, and if not, initialize omap5 registers properly.
Pass the timer freq via properties to the armgtmr since we can't write the
cnt_frq cp15 register (which can be written in secure mode).
2013-06-20 05:39:19 +00:00
matt
8264309027
Pass the offset from CBAR/PERIPHBASE in mpcore_attach_args.
...
Modify the list of devices to include the offset(s) from PERIPHBASE.
2013-06-20 05:30:21 +00:00
matt
9f36a71d04
Set caching bits on the TTBR for ARMv7
...
Make sure TTCR is 0
2013-06-20 05:29:01 +00:00
matt
3f23a94515
More defintions for the OMAP5.
2013-06-20 05:27:31 +00:00
matt
222a05d71f
Add support for the Cortex-A15 Neon/VFP unit
2013-06-20 05:24:46 +00:00
christos
08c3d981c5
Don't use -P as a kmem printer, verify that the address points to a pcb first!
2013-06-19 21:12:03 +00:00
dholland
64912b9b11
blkoff() -> mfs_blkoff()
...
XXX: this shouldn't be using "mfs" for its symbols as we also have
XXX: sys/ufs/mfs.
2013-06-19 18:18:12 +00:00
dholland
dab2b35444
blkoff() -> cd9660_blkoff()
...
blksize() -> cd9660_blksize()
2013-06-19 18:16:53 +00:00
dholland
4671554398
blkoff() -> filecore_blkoff()
...
blksize() -> filecore_blksize()
2013-06-19 18:16:10 +00:00
dholland
bc706cd48f
blkoff -> chfs_blkoff
...
blksize -> chfs_blksize
2013-06-19 18:15:35 +00:00
dholland
de893df3a9
blkoff() -> ffs_blkoff() stragglers
2013-06-19 18:02:21 +00:00
dholland
f1333577b5
Rename ambiguous macros:
...
MAXDIRSIZE -> UFS_MAXDIRSIZE or LFS_MAXDIRSIZE
NINDIR -> FFS_NINDIR, EXT2_NINDIR, LFS_NINDIR, or MFS_NINDIR
INOPB -> FFS_INOPB, LFS_INOPB
INOPF -> FFS_INOPF, LFS_INOPF
blksize -> ffs_blksize, ext2_blksize, or lfs_blksize
sblksize -> ffs_blksize
These are not the only ambiguously defined filesystem macros, of
course, there's a pile more. I may not have found all the ambiguous
definitions of blksize(), too, as there are a lot of other things
called 'blksize' in the system.
2013-06-19 17:51:25 +00:00
msaitoh
6e84bd64a6
Use ihphy(4) for I21[78].
2013-06-19 15:30:25 +00:00
macallan
21de529e92
mention CG14 acceleration support
2013-06-19 13:31:33 +00:00
macallan
2204c30d12
build acceleration support
2013-06-19 13:27:07 +00:00
msaitoh
9d67fb768e
Fix a bug that wrong semaphore is used in wm_gmii_hv_{read,write}reg.
2013-06-19 10:53:24 +00:00
msaitoh
fce172c5e6
Add ECC support for the packet buffer. Only 82571 and I21[78] support ECC.
2013-06-19 10:38:51 +00:00
msaitoh
f96c92e089
Fix some bugs on I21[78] to make those devices stable.
2013-06-19 10:27:08 +00:00
dholland
8c01dce56b
Make this build again. hi christos
2013-06-19 06:15:54 +00:00
christos
d418f0d0f1
make this compile again
2013-06-19 01:07:55 +00:00
macallan
94cfee8919
add store-with-clamp instructions
2013-06-19 00:41:16 +00:00
matt
deac5f4fa6
Add OMAP5 reset code.
2013-06-18 23:40:38 +00:00
matt
cfb22ade04
Add OMAP5_PRM_RSTCTRL definition
2013-06-18 23:39:44 +00:00
matt
76e7e7475e
Add AHCI OMAP5 address
2013-06-18 22:41:03 +00:00
christos
cfb6f1d55b
xorg's pixman-arm-neon-asm-bilinear.S wants to include this file, so make
...
it safe for the assembler, by eliding the only c declaration in it.
2013-06-18 20:17:19 +00:00
sjg
8ae5585417
Use a #define for the variable name we put in environment to pass .MAKE.LEVEL
...
in case we don't want to use gmake's MAKELEVEL in a different way.
2013-06-18 20:06:09 +00:00
sjg
339d4acb06
Fix use after free bug.
...
Parse_SetInput:
curFile->fname was using the buffer passed to it - which ReadMakefile frees.
This change makes the comment in ParseEOF about leaking curFile->fname true.
2013-06-18 19:31:27 +00:00
christos
855bb66ef7
Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.
...
This was done so that boot blocks that want to compile both FFS and LFS in
the same file work.
2013-06-18 18:18:57 +00:00
matt
e6d3356bdb
Turn off direct mapped phys
2013-06-18 15:42:54 +00:00
matt
7e5729beb7
Fix gpio addresses
...
Add sdhc
2013-06-18 15:40:26 +00:00
matt
e2bfc15fb0
Use OMAP_[345]XXX
2013-06-18 15:39:19 +00:00
matt
45a1f6b0f0
Add PL310 L2CC init for OMAP4.
...
Use OMAP_[345]XXX
Add OMAP4 hooks in beagle_device_register
2013-06-18 15:37:16 +00:00
matt
60e0977728
Unforce VERBOSE_INIT_ARM
...
Add a crlf after the final 'Z'
2013-06-18 15:28:36 +00:00