libk  Check-in [37b0cfaa06]

Overview
Comment:revamp arch/ makefile, add generic syscall fn on posix, rewrite kiosend() to use k_platform_syscall instead of k_platform_write
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 37b0cfaa06fd213a266dd24f1a6b482accb59f1be3ec0c99d7ba430c7a70afe4
User & Date: lexi on 2019-08-18 17:56:41
Other Links: manifest | tags
Context
2019-08-18
18:29
add error reporting to kiosend() check-in: b2f129d7b9 user: lexi tags: trunk
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
Changes

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

Modified arch/posix.h from [7d3483dee1] to [b77089e7ab].    [diff]

Modified arch/syscall.awk from [5422b4d7e5] to [23075063af].    [diff]

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

Modified arch/x86.fbsd.64.s from [ef3e7f83e4] to [8f1b903740].    [diff]

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

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

Modified arch/x86.syscall.64.s from [43eb022a86] to [b26026b9a4].    [diff]

Modified kcore/exit.fn.x86.lin.64.s from [4c49f79d26] to [c7202f2e83].    [diff]

Added kcore/platform.syscall.fn.c version [4315e80d93].

Added kcore/syscall.fn.x86.lin.64.s version [f9a360108d].

Modified kio/send.fn.c from [5cc5cc2649] to [0bd4793a38].    [diff]

Modified makefile from [47b194b965] to [5163613e5d].    [diff]

Modified modmake from [5ed7cc8a39] to [0390aebc43].    [diff]