coderain c25156ad46 Make sizeof(long) the default heap alignment. 5 anos atrás
..
boot 876bb4f27f Implement module loading. Move drivers into modules. Fix bugs. 6 anos atrás
exec b3e9524c23 Implement serial logging. Finish modularizing power management. 6 anos atrás
memory 46c61c61ea Fix a bug in free_page. 5 anos atrás
cache.c c9cce3d583 Switch to the new locking API. 6 anos atrás
clock.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
cpu.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
crash.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
device.c 95d13d26be Make sure the IOCTL buffers are optional. 5 anos atrás
exception.c fce977c0d1 Get rid of exception_return 5 anos atrás
filesystem.c c9cce3d583 Switch to the new locking API. 6 anos atrás
heap.c c25156ad46 Make sizeof(long) the default heap alignment. 5 anos atrás
helpers.asm fce977c0d1 Get rid of exception_return 5 anos atrás
interrupt.c 52c5ee0487 Improve process/thread termination. 5 anos atrás
irq.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
isa_dma.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
lock.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
log.c c9cce3d583 Switch to the new locking API. 6 anos atrás
module.c b3e9524c23 Implement serial logging. Finish modularizing power management. 6 anos atrás
object.c 59661c59c7 Fix a bug in wait_for_objects. 5 anos atrás
pci.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
pipe.c c9cce3d583 Switch to the new locking API. 6 anos atrás
power.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
process.c 52c5ee0487 Improve process/thread termination. 5 anos atrás
segments.c 15e9e2ad2a Remove trailing whitespaces. 7 anos atrás
semaphore.c 7992a3f0b5 Make waiting for objects generic. Implement access granting/revoking. 6 anos atrás
start.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
syscalls.c c9cce3d583 Switch to the new locking API. 6 anos atrás
thread.c 52c5ee0487 Improve process/thread termination. 5 anos atrás
timer.c fad7052d1e Move some of the architecture-specific code into a separate unit. 6 anos atrás
user.c e5133aaacf Introduce a uid_t type for user IDs. 6 anos atrás
video.c af25f21d70 Fix the security check for framebuffer mapping. 5 anos atrás
vm86.c 82ffccf3e4 Switch to the context of the kernel process in vm86_interrupt. 5 anos atrás