git: kernel - Macro additional builtin's
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Sep 25 09:29:19 PDT 2018
commit 407e8612848345f00b20b8df666cd76e1554f2a7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Sep 24 10:33:25 2018 -0700
kernel - Macro additional builtin's
* Macro memcpy, memset, and memmove. Move from libkern to
systm.h.
* Adjust prototypes, add _xxx versions, adjust a few bits of
code that need the related function pointers.
* Scrap hacks in zlib.c that converted memset and memmove.
Summary of changes:
sys/emulation/ndis/subr_ntoskrnl.c | 6 +++---
sys/net/zlib.c | 2 --
sys/platform/pc64/x86_64/support.s | 3 +++
sys/sys/libkern.h | 4 ++--
sys/sys/systm.h | 27 ++++++++++++++++++++-------
5 files changed, 28 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/407e8612848345f00b20b8df666cd76e1554f2a7
--
DragonFly BSD source repository
More information about the Commits
mailing list