~sircmpwn/hare-linux

b747ad423adbd9c554f0cc6ecc97b47f697344dd — Drew DeVault 2 years ago 547815e
all: add copyright headers

Signed-off-by: Drew DeVault <sir@cmpwn.com>
M env.ha => env.ha +2 -0
@@ 1,3 1,5 @@
// License: MPL-2.0
// (c) 2021 Mykyta Holubakha <hilobakho@gmail.com>
use format::elf;

// System V auxillary vector for the current process

M io_uring/cqe.ha => io_uring/cqe.ha +4 -0
@@ 1,3 1,7 @@
// License: MPL-2.0
// (c) 2021 Alexey Yerin <yyp@disroot.org>
// (c) 2021 Drew DeVault <sir@cmpwn.com>
// (c) 2021 Eyal Sawady <ecs@d2evs.net>
use errors;
use rt;


M io_uring/queue.ha => io_uring/queue.ha +4 -0
@@ 1,3 1,7 @@
// License: MPL-2.0
// (c) 2021 Alexey Yerin <yyp@disroot.org>
// (c) 2021 Drew DeVault <sir@cmpwn.com>
// (c) 2021 Eyal Sawady <ecs@d2evs.net>
use errors;
use rt;


M io_uring/register.ha => io_uring/register.ha +3 -0
@@ 1,3 1,6 @@
// License: MPL-2.0
// (c) 2021 Drew DeVault <sir@cmpwn.com>
// (c) 2021 Eyal Sawady <ecs@d2evs.net>
use errors;
use rt;
use types;

M io_uring/setup.ha => io_uring/setup.ha +3 -0
@@ 1,3 1,6 @@
// License: MPL-2.0
// (c) 2021 Drew DeVault <sir@cmpwn.com>
// (c) 2021 Eyal Sawady <ecs@d2evs.net>
use errors;
use rt;


M io_uring/sqe.ha => io_uring/sqe.ha +4 -0
@@ 1,3 1,7 @@
// License: MPL-2.0
// (c) 2021 Alexey Yerin <yyp@disroot.org>
// (c) 2021 Drew DeVault <sir@cmpwn.com>
// (c) 2022 Eyal Sawady <ecs@d2evs.net>
use endian;
use rt;
use types;

M io_uring/uring.ha => io_uring/uring.ha +4 -0
@@ 1,3 1,7 @@
// License: MPL-2.0
// (c) 2021 Alexey Yerin <yyp@disroot.org>
// (c) 2021 Drew DeVault <sir@cmpwn.com>
// (c) 2021-2022 Eyal Sawady <ecs@d2evs.net>
use errors;

// Returned when buffer pool use was configured for an [[sqe]], but there are no

M signalfd/signalfd.ha => signalfd/signalfd.ha +4 -0
@@ 1,3 1,7 @@
// License: MPL-2.0
// (c) 2021 Drew DeVault <sir@cmpwn.com>
// (c) 2021 Eyal Sawady <ecs@d2evs.net>

// TODO: Incorporate this model into a top-level 'signal' module and generalize
// it a bit.
use errors;

M start+libc.ha => start+libc.ha +2 -0
@@ 1,3 1,5 @@
// License: MPL-2.0
// (c) 2022 Alexey Yerin <yyp@disroot.org>
use rt;
use format::elf;


M start.ha => start.ha +2 -0
@@ 1,3 1,5 @@
// License: MPL-2.0
// (c) 2021 Mykyta Holubakha <hilobakho@gmail.com>
use rt;
use format::elf;


M vdso/vdso.ha => vdso/vdso.ha +4 -0
@@ 1,3 1,7 @@
// License: MPL-2.0
// (c) 2021 Drew DeVault <sir@cmpwn.com>
// (c) 2021 Eyal Sawady <ecs@d2evs.net>
// (c) 2021 Mykyta Holubakha <hilobakho@gmail.com>
use strings;
use format::elf;
use linux;