matt
c59d3d7a2c
Don't force MACHINE_ARCH to be arm
2013-06-27 01:01:08 +00:00
christos
b7b444d5e5
back out previous, fix is in tsc.c
2013-06-27 00:38:18 +00:00
christos
babd098e06
detect a bad msr tsc and don't use it.
2013-06-27 00:37:34 +00:00
christos
e6c0613c4b
add example for l2tp gateway.
2013-06-26 21:38:10 +00:00
christos
38d57d6181
rename to follow suit.
2013-06-26 21:36:39 +00:00
christos
c02281a083
add an L2TP Gateway example.
2013-06-26 21:33:56 +00:00
christos
e7d3ff1397
PR/47967: Jeff Rizzo: Add a probe for QEMU to disable it from claiming it
...
has MSR_TSC. Fixes DTRACE crashing because it returned a frequency of 0.
2013-06-26 20:52:28 +00:00
agc
6a34c4426f
fix a typo
2013-06-26 20:20:36 +00:00
reinoud
591c440aa2
Add UDF as one of the filesytems to test. Might help understand why rump is
...
misbehaving on it.
2013-06-26 19:29:24 +00:00
matt
1b47c955dd
If the MBR is a protective MBR, don't bother looking at it.
2013-06-26 18:47:26 +00:00
riz
78ae231e57
Display the load address of modules. PR bin/47951.
2013-06-26 17:55:38 +00:00
matt
b1e43fe49f
Use sy_invoke
2013-06-26 17:18:52 +00:00
pooka
fdd3db309d
Remove the route_info weak alias. It's unnecessary since 2011
...
and confused Linux ld.so, thus preventing dlopen() of librumpnet.
Reported in private email by Justin Cormack.
Also, g/c a few other stubs which are no longer necessary.
2013-06-26 17:10:23 +00:00
matt
0eda4bdef1
Use sy_invoke.
...
Collapse syscall_fancy and syscall_plain into syscall.
Use p_trace_enabled.
2013-06-26 16:53:34 +00:00
christos
074b003f13
regen
2013-06-26 16:29:50 +00:00
christos
edba8af487
remove dups document more. From FreeBSD. Still there is disagreement as
...
to where sigreturn is.
2013-06-26 16:29:41 +00:00
matt
d67f4a234d
Collapse syscall_fancy/syscall_plain to syscall and p_trace_enabled.
...
Use sy_invoke
2013-06-26 16:28:51 +00:00
christos
6a8549c699
comment out a few more to make things fit again
2013-06-26 15:53:48 +00:00
matt
95e5ad1b41
Use sy_invoke
2013-06-26 15:09:59 +00:00
njoly
128d44c66d
Fix catpage (consttime_memcmp.0 -> consttime_memequal.0)
2013-06-26 12:07:21 +00:00
matt
cd85a4cc3f
Use t1 instead of v1
2013-06-26 08:38:34 +00:00
matt
0d1919ebcb
Use sy_invoke
2013-06-26 08:38:03 +00:00
matt
7d02803e99
Add a comment for a kludge keeping sbrk working on mips.
2013-06-26 08:30:40 +00:00
matt
8b42139220
Use sy_invoke
2013-06-26 06:31:53 +00:00
dsl
7b9edbe958
Improve the dodgy code that writes the FP regs into core dumps of 32bit apps.
...
(I'm not pretending it is correct yet!)
The 'struct fpreg32' (written to coredumps) is shorter than 'struct save87'
so netbsd32_process_read_fpregs() hadn't better write to the extra items.
Doing so overwrites stack in coredump_note() in core_elf32.c - I'm amazed
it doesn't cause a panic!
Also correct (I think) the code and data addresses associated with the FP
unit.
This probably wants pulling up.
2013-06-25 21:08:07 +00:00
stacktic
ba30649b7d
regen
2013-06-25 21:07:22 +00:00
stacktic
16b971f199
grab ioctl-related macros
2013-06-25 21:06:39 +00:00
joerg
920908ed83
PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't
...
accidently try the installed system.
2013-06-25 19:38:54 +00:00
msaitoh
185c4122e6
Sync the wm_enable_mng_pass_thru() function with FreeBSD. Don't check
...
MANC_EN_MAC_ADDR_FILTER bit. Add 82574 and 82583 specific check. This
modification may change the setting of WM_F_HAS_MANAGE flag on some machines.
Sync the wm_release_manageablilty() fucntion with FreeBSD. Set MANC_ARP_EN.
This change enables HW ARP function when entering suspend.
When the chip is 82580(ER) or I350, set WM_F_ASF_FIRMWARE_PRES flag and
check for the WM_F_ARC_SUBSYS_VALID flag. Same as FreeBSD.
2013-06-25 17:38:38 +00:00
matt
502077579d
Add a sy_invoke inline to do trace_enter/trace_exit dance.
2013-06-25 17:38:06 +00:00
matt
47068b9c70
Deal with O32 callling sequences.
2013-06-25 16:51:14 +00:00
matt
83cc2631c1
Initialize $gp
2013-06-25 16:47:47 +00:00
jakllsch
777d27f690
Spell "Windows 98" not-incorrectly in comment.
2013-06-25 15:37:17 +00:00
jakllsch
0ae58794e2
Change "translater" to "translator" in comment.
2013-06-25 15:32:23 +00:00
joerg
9547cd8b38
Fix header guards.
2013-06-25 15:08:43 +00:00
wiz
0ff6b78547
Add -Wno-error=tautological-constant-out-of-range-compare for clang, to avoid
...
../external/mit/fontconfig/dist/src/fcname.c:89:18: error: comparison of constant
4294967295 with expression of type 'const FcType' (aka 'const enum _FcType') is
always false [-Werror,-Wtautological-constant-out-of-range-compare]
if (t->type == (unsigned int) -1 || type == t->type)
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
1 error generated.
and a few others of the same type.
2013-06-25 14:05:04 +00:00
kiyohara
2f965a934d
Configuration of external devices move to GENERIC. External bus does't know
...
attaching devices.
2013-06-25 13:56:59 +00:00
roy
e3bb11dade
Add a hack to fix the dhcpcd rc.d script to work with a single
...
interface specified in dhcpcd_flags in rc.conf(5).
Fixes PR bin/43490
2013-06-25 13:02:53 +00:00
macallan
b06b1ca6c0
add cg14_render.c
2013-06-25 12:27:41 +00:00
matt
a4bddaaec2
Reorder to avoid !exists
...
Add a crtbegin.h dependency
2013-06-25 07:18:02 +00:00
wiz
46ad464f12
Remove trailing whitespace.
2013-06-25 07:08:10 +00:00
riz
d68d012c39
UNIMP->UNIMPL
2013-06-25 04:10:17 +00:00
msaitoh
23c1ffaec8
Fix "MDIC write error" bug for 82574 and 82583. For those chips, the semaphore
...
must be released after chip reset. Found and tested by Mark Davies.
2013-06-25 02:34:00 +00:00
matt
138c29fa6c
MIPS now uses USE_COMPILERCRTSUTFF=no
2013-06-25 01:17:29 +00:00
matt
4e11eec173
For VAX, enable USE_COMPILERCRTSTUFF = no
...
Sort the arm ELF2AOUT sections to be removed.
2013-06-25 00:33:09 +00:00
matt
86ffe64b94
Use .long not .word
...
Use _ENTRY
[with these changes, the crtstuff passes its ATF tests.]
2013-06-25 00:30:07 +00:00
uebayasi
1d446b7ac1
Split these to improve diffability.
2013-06-25 00:27:22 +00:00
sjg
adfd644b2f
Add .MAKE.META.IGNORE_PATHS to facilitate local additions to the paths
...
which should be ignored by meta_oodate().
2013-06-25 00:20:54 +00:00
sjg
8d830c54ea
Ignore any files in /proc/
2013-06-24 21:16:02 +00:00
christos
b75be32450
skip text that is in the cvs log (joerg)
2013-06-24 20:57:47 +00:00