Agustina Arzille 3972355d76 Improve checking of userspace iovecs 10 місяців тому
..
Kconfig e2dfe4df23 Use automatic cleanup for resource management 2 роки тому
Makefile 8a57841548 Add support for adjustable priority queues 1 рік тому
adaptive_lock.c ae85189376 Implement futexes 1 рік тому
adaptive_lock.h e4b4e5ff83 Revert typing in guards cleanup (clang doesn't like them) 2 роки тому
arg.c b52d87059b More style fixes 2 роки тому
arg.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
atomic.h b5cf126033 Style fixes in atomic implementation 1 рік тому
bitmap.c a93eacaeb2 Fix copy-on-write (COW) pages 10 місяців тому
bitmap.h a93eacaeb2 Fix copy-on-write (COW) pages 10 місяців тому
bulletin.c 4498106044 Separate spinlock guards 2 роки тому
bulletin.h e17c6a9372 Add thread/task dead notification 1 рік тому
capability.c 2aa334c918 Fix receiving of alerts when allocating 10 місяців тому
capability.h 2aa334c918 Fix receiving of alerts when allocating 10 місяців тому
cbuf.c 0c889730a0 More code style fixes 2 роки тому
cbuf.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
clock.c b52d87059b More style fixes 2 роки тому
clock.h 8432b9cd35 Clarify comment 10 місяців тому
condition.c ae85189376 Implement futexes 1 рік тому
condition.h e2dfe4df23 Use automatic cleanup for resource management 2 роки тому
condition_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
config.h eb21efaacc Rework the build system 12 роки тому
console.c 21f5fc5549 Small fix in console waiters 1 рік тому
console.h 5460d43c9a Add the cpu_flags_t and standardize typing 2 роки тому
cpumap.c 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
cpumap.h 89c7d1eeec Implement copy-on-write pages 1 рік тому
cspace.h ed9841d19e Fix error in cap duplication 10 місяців тому
cspace_types.h 9152769f27 Implement capabilities 1 рік тому
error.c 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
error.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
fmt.c 33e3e99d70 Style fixes 1 рік тому
fmt.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
futex.c 80705575da Re-instate the DWARF unwinder for fixups 1 рік тому
futex.h ae85189376 Implement futexes 1 рік тому
hash.h 0d63d30321 Improve futex robust handling 1 рік тому
hlist.h a93eacaeb2 Fix copy-on-write (COW) pages 10 місяців тому
hlist_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
init.c 5bf4197855 Reimplement the test framework 2 роки тому
init.h 55838094af Use 'structof' instead of raw casting 2 роки тому
intr.c 711d6e5ec3 Redesign alert delivery in capabilities 1 рік тому
intr.h c826463b0d Implement the interrupt interface for capabilities 1 рік тому
ipc.c e07041d5e2 Make allocations sleepable during page/cap transfer 10 місяців тому
ipc.h 79b54ccb83 Shorten the interrupt-disable window in page faults 11 місяців тому
kernel.c d77c0658c3 Use a per-thread futex data structure 1 рік тому
kernel.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
kmem.c a93eacaeb2 Fix copy-on-write (COW) pages 10 місяців тому
kmem.h c25527c7e0 Remove pointless check 1 рік тому
kuid.c ae85189376 Implement futexes 1 рік тому
kuid.h d542ca50f2 Use separate pools for KUID allocations 2 роки тому
list.h c826463b0d Implement the interrupt interface for capabilities 1 рік тому
list_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
log.c a17f842a18 Redesign IPC 2 роки тому
log.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
log2.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
macros.h 8a57841548 Add support for adjustable priority queues 1 рік тому
mbuf.c 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
mbuf.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
mutex.c ae85189376 Implement futexes 1 рік тому
mutex.h d324d64d87 Numerous style and bug fixes 1 рік тому
mutex_types.h be5b9d6ab9 Don't use reserved identifiers 6 роки тому
panic.c febf8a7190 Make the unwind backtrace interface more generic 1 рік тому
panic.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
percpu.c 254eeed035 Rework sleepable page allocations 1 рік тому
percpu.h 20e74ef344 Rework capabilities 1 рік тому
perfmon.c 5460d43c9a Add the cpu_flags_t and standardize typing 2 роки тому
perfmon.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
perfmon_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
plist.c 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
plist.h 711d6e5ec3 Redesign alert delivery in capabilities 1 рік тому
plist_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
pqueue.c 8a57841548 Add support for adjustable priority queues 1 рік тому
pqueue.h 8a57841548 Add support for adjustable priority queues 1 рік тому
printf.c 59b66630a7 Initial steps for page fault handling 2 роки тому
printf.h 59b66630a7 Initial steps for page fault handling 2 роки тому
rbtree.c 3181e6ab2d Basic task destruction 2 роки тому
rbtree.h a17f842a18 Redesign IPC 2 роки тому
rcu.c afc45ba196 Implement 'cap_intr_eoi' 1 рік тому
rcu.h e2dfe4df23 Use automatic cleanup for resource management 2 роки тому
rcu_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
rdxtree.c bd89349c26 More cleanly separate sleepable allocations 1 рік тому
rdxtree.h d77c0658c3 Use a per-thread futex data structure 1 рік тому
rtmutex.c ae85189376 Implement futexes 1 рік тому
rtmutex.h ae85189376 Implement futexes 1 рік тому
rtmutex_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
semaphore.c ae85189376 Implement futexes 1 рік тому
semaphore.h 54bd72dded Remove implementation files 2 роки тому
shell.c ff72efa5c7 Rename IPC page message and simplify VM bits 1 рік тому
shell.h 9b0979a488 Style fixes in shell 1 рік тому
shutdown.c 5bf4197855 Reimplement the test framework 2 роки тому
shutdown.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
sleepq.c 838acd03b0 Simplify assertion 10 місяців тому
sleepq.h ae85189376 Implement futexes 1 рік тому
slist.h 711d6e5ec3 Redesign alert delivery in capabilities 1 рік тому
slist_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
spinlock.c a95146a758 Add the 'get_id' IPC messages for threads and tasks 1 рік тому
spinlock.h 3972355d76 Improve checking of userspace iovecs 10 місяців тому
spinlock_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
sref.c 4498106044 Separate spinlock guards 2 роки тому
sref.h 0c889730a0 More code style fixes 2 роки тому
stream.c a95146a758 Add the 'get_id' IPC messages for threads and tasks 1 рік тому
stream.h b9aa57235d Simplify string streams 1 рік тому
string.c d324d64d87 Numerous style and bug fixes 1 рік тому
string.h e38b3e28aa Implement generic 'memchr' 2 роки тому
sxlock.c 6b8a8a8bf7 Simplisy sxlock waits 1 рік тому
sxlock.h 0f62594b82 Improve shared/exclusive locks so that waiters acquire the lock in order 1 рік тому
symbol.c cd8c1a2180 Simplify symbol lookups 1 рік тому
symbol.h d324d64d87 Numerous style and bug fixes 1 рік тому
sync.h 477b92b1cb Fix compile-time assertion message 1 рік тому
syscnt.c d324d64d87 Numerous style and bug fixes 1 рік тому
syscnt.h 5460d43c9a Add the cpu_flags_t and standardize typing 2 роки тому
syscnt_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
task.c a93eacaeb2 Fix copy-on-write (COW) pages 10 місяців тому
task.h a93eacaeb2 Fix copy-on-write (COW) pages 10 місяців тому
thread.c b939c58bb6 Add per-thread IPC PTE data 10 місяців тому
thread.h b939c58bb6 Add per-thread IPC PTE data 10 місяців тому
timer.c a95146a758 Add the 'get_id' IPC messages for threads and tasks 1 рік тому
timer.h 54bd72dded Remove implementation files 2 роки тому
turnstile.c 838acd03b0 Simplify assertion 10 місяців тому
turnstile.h ae85189376 Implement futexes 1 рік тому
turnstile_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 роки тому
types.h 5460d43c9a Add the cpu_flags_t and standardize typing 2 роки тому
unwind.c 6bc394b648 Small style change 1 рік тому
unwind.h 74bc78be99 Make the unwind mechanism more robust 1 рік тому
user.c 3972355d76 Improve checking of userspace iovecs 10 місяців тому
user.h 2186e36aea Use iterators in task/thread capability messaging 1 рік тому
work.c d324d64d87 Numerous style and bug fixes 1 рік тому
work.h 54bd72dded Remove implementation files 2 роки тому
xcall.c d324d64d87 Numerous style and bug fixes 1 рік тому
xcall.h e4374cdc9c Add several comments; style fixes 2 роки тому