1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/kernel
2016-01-26 17:51:25 +01:00
..
fs Add termios(2). 2016-01-25 15:47:40 +01:00
gpu/bga
include/sortix Add termios(2). 2016-01-25 15:47:40 +01:00
kb Add PS/2 controller driver. 2016-01-23 00:50:53 +01:00
mouse Add PS/2 mouse driver. 2016-01-23 00:50:53 +01:00
net
x64 Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
x86 Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
x86-family Refactor boot page availability testing. 2016-01-26 17:51:25 +01:00
.gitignore Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
addralloc.cpp
alarm.cpp
ata.cpp
ata.h
clock.cpp Fix firing of absolute clocks. 2016-01-22 21:17:05 +01:00
com.cpp
com.h
copy.cpp Fix kernel string copy from user-space. 2015-10-09 16:17:52 +02:00
crc32.cpp
debugger.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
descriptor.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
dtable.cpp Fix closefrom(2) infinite loop. 2016-01-22 20:01:32 +01:00
elf.cpp Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
initrd.h
inode.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
interlock.cpp
interrupt.cpp Silence static analysis warnings. 2016-01-08 00:48:01 +01:00
io.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
ioctx.cpp
kernel.cpp Remove poorly implemented kernel symbol loading. 2016-01-26 17:45:06 +01:00
kernelinfo.cpp Add kernelinfo firmware string. 2016-01-26 17:45:06 +01:00
kthread.cpp
lfbtextbuffer.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
lfbtextbuffer.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
linebuffer.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
linebuffer.h Add termios(2). 2016-01-25 15:47:40 +01:00
log.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
logterminal.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
logterminal.h Add termios(2). 2016-01-25 15:47:40 +01:00
Makefile Add PS/2 mouse driver. 2016-01-23 00:50:53 +01:00
memorymanagement.cpp Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp Center ascii cat on boot. 2016-01-08 19:56:11 +01:00
partition.cpp Fix partition reads and writes at end. 2015-09-25 14:59:04 +02:00
partition.h
pci-mmio.cpp Fix MapPCIBAR potential overflow. 2016-01-08 00:39:13 +01:00
pci.cpp
pipe.cpp Fix pipe destruction race condition. 2015-10-09 16:17:52 +02:00
poll.cpp Implement ppoll(2) timeouts. 2015-12-12 19:28:08 +01:00
process.cpp Execute only programs with an executable bit set. 2016-01-25 17:39:57 +01:00
psctl.cpp Add psctl(2). 2015-12-12 19:28:07 +01:00
ptable.cpp Add psctl(2). 2015-12-12 19:28:07 +01:00
random.cpp
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
segment.cpp
signal.cpp Fix untimely delivery of signals during userfs reference count messages. 2016-01-07 19:08:43 +01:00
sockopt.cpp
string.cpp
symbol.cpp
syscall.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
textbuffer.cpp
textterminal.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
textterminal.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
thread.cpp Implement CLOCK_THREAD_CPUTIME_ID and CLOCK_THREAD_SYSTIME_ID. 2016-01-09 02:28:44 +01:00
time.cpp Implement CLOCK_THREAD_CPUTIME_ID and CLOCK_THREAD_SYSTIME_ID. 2016-01-09 02:28:44 +01:00
timer.cpp
uart.cpp
uart.h
user-timer.cpp
vga.cpp Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
vga.h
vgafont.f16 Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
vgatextbuffer.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
vgatextbuffer.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
video.cpp Schedule full console redraw after user-space framebuffer write. 2016-01-08 19:56:11 +01:00
vnode.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
worker.cpp