Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   joerg
Date:           Thu Jan 14 02:09:46 UTC 2010

Modified Files:
        src/lib/libc/arch/x86_64/gen: Makefile.inc
        src/sys/lib/libkern/arch/x86_64: Makefile.inc
Added Files:
        src/common/lib/libc/arch/x86_64/gen: byte_swap_8.S
Removed Files:
        src/lib/libc/arch/x86_64/gen: bswap64.S

Log Message:
Move AMD64's bswap64 implementation from libc to src/common and share it
with the kernel.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/arch/x86_64/gen/byte_swap_8.S
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/arch/x86_64/gen/Makefile.inc
cvs rdiff -u -r1.1 -r0 src/lib/libc/arch/x86_64/gen/bswap64.S
cvs rdiff -u -r1.5 -r1.6 src/sys/lib/libkern/arch/x86_64/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index