coderain d0a03df8a3 Improve the language used vor 3 Jahren
..
boot 876bb4f27f Implement module loading. Move drivers into modules. Fix bugs. vor 6 Jahren
exec b3e9524c23 Implement serial logging. Finish modularizing power management. vor 6 Jahren
memory 93a356d7da Fix pin_memory. vor 5 Jahren
cache.c c9cce3d583 Switch to the new locking API. vor 6 Jahren
clock.c a16949de96 Rewrite the system clock to use timestamps instead of calendar time vor 5 Jahren
cpu.c fad7052d1e Move some of the architecture-specific code into a separate unit. vor 5 Jahren
crash.c fad7052d1e Move some of the architecture-specific code into a separate unit. vor 5 Jahren
device.c 95d13d26be Make sure the IOCTL buffers are optional. vor 5 Jahren
exception.c fce977c0d1 Get rid of exception_return vor 5 Jahren
filesystem.c c9cce3d583 Switch to the new locking API. vor 6 Jahren
heap.c c25156ad46 Make sizeof(long) the default heap alignment. vor 5 Jahren
helpers.asm fce977c0d1 Get rid of exception_return vor 5 Jahren
interrupt.c 260aea5e3f Fix a stack leak. Prevent the kernel stack from overflowing. vor 5 Jahren
irq.c fad7052d1e Move some of the architecture-specific code into a separate unit. vor 5 Jahren
isa_dma.c fad7052d1e Move some of the architecture-specific code into a separate unit. vor 5 Jahren
lock.c fad7052d1e Move some of the architecture-specific code into a separate unit. vor 5 Jahren
log.c c9cce3d583 Switch to the new locking API. vor 6 Jahren
module.c b3e9524c23 Implement serial logging. Finish modularizing power management. vor 6 Jahren
object.c 59661c59c7 Fix a bug in wait_for_objects. vor 5 Jahren
pci.c fad7052d1e Move some of the architecture-specific code into a separate unit. vor 5 Jahren
pipe.c d0a03df8a3 Improve the language used vor 3 Jahren
power.c fad7052d1e Move some of the architecture-specific code into a separate unit. vor 5 Jahren
process.c 52c5ee0487 Improve process/thread termination. vor 5 Jahren
segments.c 15e9e2ad2a Remove trailing whitespaces. vor 7 Jahren
semaphore.c 7992a3f0b5 Make waiting for objects generic. Implement access granting/revoking. vor 6 Jahren
start.c fad7052d1e Move some of the architecture-specific code into a separate unit. vor 5 Jahren
syscalls.c 738cdf14f4 Change the timer syscalls so that sysret_t can be 32-bit vor 5 Jahren
thread.c 738cdf14f4 Change the timer syscalls so that sysret_t can be 32-bit vor 5 Jahren
timer.c 738cdf14f4 Change the timer syscalls so that sysret_t can be 32-bit vor 5 Jahren
user.c 738cdf14f4 Change the timer syscalls so that sysret_t can be 32-bit vor 5 Jahren
video.c af25f21d70 Fix the security check for framebuffer mapping. vor 5 Jahren
vm86.c 82ffccf3e4 Switch to the context of the kernel process in vm86_interrupt. vor 5 Jahren