freebsd-nq/sys/mips/mips
Warner Losh 49ab568eff Make memmove an alias for memcpy
memcpy was an alias for bcopy with arg swap. This code handles
overlapping copies, so making memmove an alias is safe. We can
eliminate the call from libkern's memmove to this bcopy as a result.

Differential Revision: https://reviews.freebsd.org/D15374
2018-05-24 21:11:24 +00:00
..
autoconf.c
bcopy.S Make memmove an alias for memcpy 2018-05-24 21:11:24 +00:00
bus_space_generic.c
busdma_machdep.c
cache_mipsNN.c
cache.c
cpu.c
db_disasm.c
db_interface.c
db_trace.c
dump_machdep.c
elf_machdep.c
elf_trampoline.c
exception.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
fp.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
freebsd32_machdep.c Move most of the contents of opt_compat.h to opt_global.h. 2018-04-06 17:35:35 +00:00
gdb_machdep.c
genassym.c
in_cksum.c
inckern.S
intr_machdep.c
libkern_machdep.c
locore.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
machdep.c
mem.c
minidump_machdep.c Print the dump progress indicator after calling dump_start(). 2018-05-01 17:32:43 +00:00
mips_pic.c
mp_machdep.c Add SMP support for BERI CPU. 2018-04-12 17:43:19 +00:00
mpboot.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
nexus.c
octeon_cop2_swtch.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
octeon_cop2.c
ofw_machdep.c
pm_machdep.c Use %p to print uintptr_t values rather than %z in MIPS single-step code. 2018-04-27 21:22:32 +00:00
pmap.c
ptrace_machdep.c
sc_machdep.c
stack_machdep.c
stdatomic.c In __sync_bool_compare_and_swap(), return true if the returned value is the 2018-03-23 17:25:19 +00:00
support.S Remove the unused fuwintr() and suiwintr() functions. 2018-04-17 18:04:28 +00:00
swtch.S Move most of the contents of opt_compat.h to opt_global.h. 2018-04-06 17:35:35 +00:00
sys_machdep.c
tick.c
tlb.c
trap.c followup to r332730/r332752: set kdb_why to "trap" for fatal traps 2018-05-16 06:52:08 +00:00
uio_machdep.c
uma_machdep.c
vm_machdep.c Move most of the contents of opt_compat.h to opt_global.h. 2018-04-06 17:35:35 +00:00