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