Tobias Platen d849f0e1a6 unix signal handling 3 years ago
..
act.c 5e9f6f5245 Stack the slab allocator directly on top of the physical allocator 8 years ago
act.h 306d763d87 Rewrite old-style #endif FOO directives 10 years ago
assert.h f025f685e9 kern: Improve assertions and panics. 7 years ago
ast.c a934560eb5 Fix warning 6 years ago
ast.h b3c5e41bc0 kern: import `macros.h' from x15 9 years ago
atomic.h 25f22702f1 Implement basic sleeping locks for gnumach 7 years ago
boot_script.c a7f248bf76 Fix gcc-6 warnings 8 years ago
boot_script.h 94c96554e0 Cleanup of the prototypes 10 years ago
bootstrap.c 10ebf9565f kern: Fix crash. 6 years ago
bootstrap.h 352e6c9862 kern/startup.c: remove forward declarations 10 years ago
counters.c 862b733dcb kern: disable stack allocation counters by default 9 years ago
counters.h 862b733dcb kern: disable stack allocation counters by default 9 years ago
cpu_number.h 3c95650156 gnumach glued to linux-libre (GNUs NeXT Unified Kernel) 6 years ago
debug.c f025f685e9 kern: Improve assertions and panics. 7 years ago
debug.h c8e2b6b3ab mach_port_allocate now working 5 years ago
elf-load.c 520743674a kern: fix the error handling in exec_load 10 years ago
eventcount.c f533e173fc kern: avoid the casts in enqueue_head() and enqueue_tail() 10 years ago
eventcount.h 94c96554e0 Cleanup of the prototypes 10 years ago
exc.defs e7e91cc329 Include the exception protocol in 'gnumach.msgids' 8 years ago
exception.c 7bbfa39f59 Use uint32_t instead of unsigned32_t. 8 years ago
exception.h bf2393db5d ipc/mach_msg.c: remove forward declarations 10 years ago
gnumach.srv 19ad2bd5f2 Add missing file for page statistics 11 years ago
gsync.c 26b8abc06e Rewrite gsync so that it works with remote tasks v2 7 years ago
gsync.h c8e687cb8a gsync: fix licence 7 years ago
host.c 0d94b02b5e kern: Fix reporting the minimum quantum used for scheduling. 6 years ago
host.h b42bd0d675 2001-04-04 Roland McGrath <roland@frob.com> 23 years ago
ipc_host.c c8e2b6b3ab mach_port_allocate now working 5 years ago
ipc_host.h b42bd0d675 2001-04-04 Roland McGrath <roland@frob.com> 23 years ago
ipc_kobject.c c8e2b6b3ab mach_port_allocate now working 5 years ago
ipc_kobject.h 4c427f351a kern/task.c: remove forward declarations 10 years ago
ipc_mig.c b0379a701a implement mach_port_allocate 5 years ago
ipc_mig.h 827c01fadb kern: qualify pointers whose dereferenced values are constant with const 10 years ago
ipc_sched.c d849f0e1a6 unix signal handling 3 years ago
ipc_sched.h f07a4c844d Initial source 27 years ago
ipc_tt.c 7eff67667f mach_msg_send 5 years ago
ipc_tt.h 1fac2f5107 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org> 15 years ago
kalloc.h 2d2da4aad5 Merge kalloc_map into kmem_map 11 years ago
kern_types.h f07a4c844d Initial source 27 years ago
kmutex.c 25f22702f1 Implement basic sleeping locks for gnumach 7 years ago
kmutex.h 25f22702f1 Implement basic sleeping locks for gnumach 7 years ago
list.h b0379a701a implement mach_port_allocate 5 years ago
lock.c 08811e805a Add missing memory barriers in simple lock debugging 7 years ago
lock.h e6c6e15b03 kern: keep track of the writer when debugging locks 8 years ago
lock_mon.c fe0231ba14 Convert from K&R to ANSI 10 years ago
log2.h b0379a701a implement mach_port_allocate 5 years ago
mach.srv dd48e23f43 Remove long obsolete RPC routines 12 years ago
mach4.srv 494ca8c646 2006-10-15 Thomas Schwinge <tschwinge@gnu.org> 15 years ago
mach_clock.c a7f248bf76 Fix gcc-6 warnings 8 years ago
mach_clock.h 675fd4eecd Add kernel profiling through sampling 8 years ago
mach_debug.srv f07a4c844d Initial source 27 years ago
mach_factor.c fb7b8f3f7d kern: remove register qualifiers 10 years ago
mach_factor.h bc85b8639e 2007-04-30 Thomas Schwinge <tschwinge@gnu.org> 15 years ago
mach_host.srv dd48e23f43 Remove long obsolete RPC routines 12 years ago
machine.c eec39c5f50 Add a thread_no_continuation definition 8 years ago
machine.h 13a3d24729 Mark functions that don't return with attribute noreturn 10 years ago
macros.h d9cdc4bfef Fix some license headers. 8 years ago
pc_sample.c 675fd4eecd Add kernel profiling through sampling 8 years ago
pc_sample.h 675fd4eecd Add kernel profiling through sampling 8 years ago
printf.c c9e0877482 kern/printf: do not serialize printf and co 8 years ago
printf.h 406007f0fa fix mach trap interface 3 years ago
priority.c fe0231ba14 Convert from K&R to ANSI 10 years ago
priority.h 16fda8b0bf kern/mach_clock.c: remove forward declaration 10 years ago
processor.c a7f248bf76 Fix gcc-6 warnings 8 years ago
processor.h f7a65556ad kern/processor.c: remove forward declarations 10 years ago
profile.c 8088591b6e Drop the register qualifier. 6 years ago
queue.c ae271dd63c kern: remove register qualifiers 10 years ago
queue.h 2ba043d044 kern: make sure the queue macros are only used on queues 8 years ago
rbtree.c eaf536856d Update comments. 12 years ago
rbtree.h 7cd47bc6da rbtree: minor change 7 years ago
rbtree_i.h d518d34ce0 Fix copyright assignment 12 years ago
rdxtree.c c8e2b6b3ab mach_port_allocate now working 5 years ago
rdxtree.h b028365c6b Fix bootstraping issues with stdint.h. 8 years ago
rdxtree_i.h d9cdc4bfef Fix some license headers. 8 years ago
refcount.h b3c5e41bc0 kern: import `macros.h' from x15 9 years ago
sched.h b3c5e41bc0 kern: import `macros.h' from x15 9 years ago
sched_prim.c 797c5e495a Fix warning 6 years ago
sched_prim.h 0b9fbd8886 more work on ipc 3 years ago
shuttle.h 306d763d87 Rewrite old-style #endif FOO directives 10 years ago
slab.c 5d1258459a Rework pageout to handle multiple segments 7 years ago
slab.h c8e2b6b3ab mach_port_allocate now working 5 years ago
startup.c 2d3a07c558 glue tasks and threads 5 years ago
startup.h 352e6c9862 kern/startup.c: remove forward declarations 10 years ago
strings.c 05045bd8a8 Replace libc string functions with internal implementations 7 years ago
syscall_emulation.c fe0231ba14 Convert from K&R to ANSI 10 years ago
syscall_emulation.h 4c427f351a kern/task.c: remove forward declarations 10 years ago
syscall_subr.c 3a4f2e95e9 kern: avoid hardcoding the lowest priority 9 years ago
syscall_subr.h 4360c7b7b5 kern/syscall_subr.c: remove forward declaration 10 years ago
syscall_sw.c be78a5c793 Declare void argument lists 10 years ago
syscall_sw.h 625801e5ad i386: improve syscall tracing 8 years ago
task.c 2d3a07c558 glue tasks and threads 5 years ago
task.h 0b9fbd8886 more work on ipc 3 years ago
task_notify.cli 8c4d15d5b8 kern: provide notifications about new tasks 9 years ago
thread.c 0b9fbd8886 more work on ipc 3 years ago
thread.h d849f0e1a6 unix signal handling 3 years ago
thread_swap.c 6eb79f812e kern: gracefully handle resource shortage 9 years ago
thread_swap.h 6eb79f812e kern: gracefully handle resource shortage 9 years ago
time_stamp.c fe0231ba14 Convert from K&R to ANSI 10 years ago
time_stamp.h f1b261205a 2008-07-15 Barry deFreese <bddebian@comcast.net> 15 years ago
timer.c b3c5e41bc0 kern: import `macros.h' from x15 9 years ago
timer.h 3c95650156 gnumach glued to linux-libre (GNUs NeXT Unified Kernel) 6 years ago
xpr.c fe0231ba14 Convert from K&R to ANSI 10 years ago
xpr.h b5365a3c2c kern: Fix typos in comments (found by codespell) 9 years ago