libk  Check-in [a8d93823f1]

Overview
Comment:add functions, generate C syscall table
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a8d93823f15bad6e3941fad7053b8e0d5e078b563f9ee1c15ea8c1063e9ee027
User & Date: lexi on 2019-08-18 13:42:35
Other Links: manifest | tags
Context
2019-08-18
17:56
revamp arch/ makefile, add generic syscall fn on posix, rewrite kiosend() to use k_platform_syscall instead of k_platform_write check-in: 37b0cfaa06 user: lexi tags: trunk
13:42
add functions, generate C syscall table check-in: a8d93823f1 user: lexi tags: trunk
11:34
add memory functions check-in: 5393623a84 user: lexi tags: trunk
Changes

Modified arch/makefile from [3adea95421] to [21471ec514].    [diff]

Added arch/posix.h version [7d3483dee1].

Added arch/syscall.awk version [5422b4d7e5].

Modified arch/typesize.c from [71add081ad] to [e15b370325].    [diff]

Modified arch/x86.fbsd.32.s from [a34cfac886] to [c5f65471b5].    [diff]

Modified arch/x86.lin.32.s from [fed93e863f] to [cef64f4a20].    [diff]

Modified arch/x86.lin.64.s from [f2e5b4d4ec] to [2072c8d435].    [diff]

Added kbuild/kbuild.md version [a7d1456a88].

Added kbuild/makefile version [f0df06fe05].

Added kcore/old/def.h.m version [9c53671363].

Added kcore/old/type.h.m version [def2d33e25].

Modified kcore/testbin.exe.c from [a4a4905883] to [c4d82c1a4a].    [diff]

Modified kcore/type.h.m from [6926347ff4] to [ebd330ccf3].    [diff]

Added kdbg/dbg.h version [8bdd73759a].

Added kdbg/kdbg.md version [7320047f34].

Added kdbg/makefile version [f0df06fe05].

Added kmem/free.fn.c version [cc32756862].

Added kmem/heapao.fn.c version [930b5d7379].

Added kmem/heapf.fn.c version [6a14dc9781].

Added kmem/platform.munmap.fn.x86.lin.64.s version [6d9c3d5edf].

Added kmem/zero.fn.c version [73ad1fc159].

Added kstr/ks_to_int.c version [4a1030ebc9].

Modified kstr/str.h from [a45d7fa32d] to [a9e92726f6].    [diff]

Modified makefile from [d3e7936df2] to [47b194b965].    [diff]