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