.. |
Boot
|
Kernel: Pass ELF program header locations from multiboot to kernel.
|
2019-05-18 03:08:29 +02:00 |
Devices
|
FileSystem: VFS should require Badge<Device> for device registration.
|
2019-05-31 15:36:49 +02:00 |
FileSystem
|
FileSystem: Pass mode_t to Inode::add_child().
|
2019-05-31 17:41:33 +02:00 |
Net
|
Kernel: Rename Process::cwd_custody() to Process::current_directory().
|
2019-05-30 22:30:25 +02:00 |
TTY
|
Update Badge<T> instantiations to simply be {}.
|
2019-05-31 15:44:04 +02:00 |
VM
|
Kernel: Make the Process allocate_region* API's understand "int prot".
|
2019-05-30 16:14:37 +02:00 |
.bochsrc
|
|
|
.gitignore
|
|
|
Alarm.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
Assertions.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
CMOS.cpp
|
|
|
CMOS.h
|
|
|
Console.cpp
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
Console.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
DoubleBuffer.cpp
|
|
|
DoubleBuffer.h
|
Kernel: Assign Lock names in class member initializers.
|
2019-05-02 03:28:20 +02:00 |
File.cpp
|
Kernel: Pass 'prot' argument to File::mmap() and act on it.
|
2019-05-30 12:38:35 +02:00 |
File.h
|
Kernel: Add InodeFile, a File subclass for regular files.
|
2019-05-30 13:39:17 +02:00 |
i386.cpp
|
Kernel: Send more specific signals when crashing due to CPU exceptions.
|
2019-05-26 02:35:25 +02:00 |
i386.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
i8253.cpp
|
Kernel: Add a beep() syscall that beeps the PC speaker.
|
2019-05-15 21:40:41 +02:00 |
i8253.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
init.cpp
|
Misc: Add a simple init process
|
2019-05-30 02:57:15 +02:00 |
install.sh
|
Build: Install most headers to Root (and libcore.a/libgui.a)
|
2019-05-17 21:59:48 +02:00 |
IO.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
IRQHandler.cpp
|
|
|
IRQHandler.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
KeyCode.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
kmalloc.cpp
|
Kernel: Simplify dump_backtrace() API for clients.
|
2019-05-16 13:41:16 +02:00 |
kmalloc.h
|
|
|
kprintf.cpp
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
KResult.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
kstdio.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
KSyms.cpp
|
FileSystem: Port most of the code over to using custodies.
|
2019-05-30 18:58:59 +02:00 |
KSyms.h
|
Kernel: Simplify dump_backtrace() API for clients.
|
2019-05-16 13:41:16 +02:00 |
LinearAddress.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
linker.ld
|
|
|
Lock.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
makeall.sh
|
Misc: Add a simple init process
|
2019-05-30 02:57:15 +02:00 |
Makefile
|
FileSystem: Add a Custody class that represents a parent/child guardianship.
|
2019-05-30 17:46:08 +02:00 |
mkmap.sh
|
Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses.
|
2019-04-30 14:47:22 +02:00 |
MousePacket.h
|
Kernel: Add support for the PS/2 mouse wheel if detected.
|
2019-05-13 19:48:14 +02:00 |
PCI.cpp
|
|
|
PCI.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
PhysicalAddress.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
PIC.cpp
|
|
|
PIC.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
Process.cpp
|
Kernel: Discard a process's ELFLoader on finalization.
|
2019-05-31 08:03:58 +02:00 |
Process.h
|
Kernel: Rename Process::cwd_custody() to Process::current_directory().
|
2019-05-30 22:30:25 +02:00 |
ProcessTracer.cpp
|
Kernel: Make Socket inherit from File.
|
2019-05-03 20:42:43 +02:00 |
ProcessTracer.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
RTC.cpp
|
Kernel/RTC: Mark some intentional fallthroughs to suppress compiler warnings
|
2019-05-17 16:06:26 +02:00 |
RTC.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
run
|
WindowServer: Add 2560x1440 resolution option.
|
2019-05-24 14:02:17 +02:00 |
Scheduler.cpp
|
Kernel: Add support for recv() with MSG_DONTWAIT.
|
2019-05-20 03:47:02 +02:00 |
Scheduler.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
SharedMemory.cpp
|
Kernel: Make the Process allocate_region* API's understand "int prot".
|
2019-05-30 16:14:37 +02:00 |
SharedMemory.h
|
Kernel: Add InodeFile, a File subclass for regular files.
|
2019-05-30 13:39:17 +02:00 |
StdLib.cpp
|
|
|
StdLib.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
sync.sh
|
Misc: Add a simple init process
|
2019-05-30 02:57:15 +02:00 |
Syscall.cpp
|
Kernel/LibC: Implement sched_* functionality to set/get process priority
|
2019-05-30 02:57:15 +02:00 |
Syscall.h
|
Kernel/LibC: Implement sched_* functionality to set/get process priority
|
2019-05-30 02:57:15 +02:00 |
Thread.cpp
|
Kernel: If a signal is ignored, make sure we unset BlockedSignal state.
|
2019-05-22 13:23:41 +02:00 |
Thread.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
UnixTypes.h
|
Kernel/LibC: Implement sched_* functionality to set/get process priority
|
2019-05-30 02:57:15 +02:00 |