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