1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/kernel
Jonas 'Sortie' Termansen 01b59c1947 Convert libc to C.
2016-03-03 23:02:23 +01:00
..
disk Add AHCI driver. 2016-02-02 22:47:49 +01:00
fs Add UTIME_NOW and UTIME_OMIT. 2016-02-24 17:32:05 +01:00
gpu/bga
include/sortix Convert libc to C. 2016-03-03 23:02:23 +01:00
kb Remove kernel debugger, old kernel US layout and kernel symbol code. 2016-02-22 00:12:26 +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 Remove dead MTRR code from the kernel. 2016-02-29 01:37:31 +01:00
.gitignore Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
addralloc.cpp
alarm.cpp
clock.cpp Fix firing of absolute clocks. 2016-01-22 21:17:05 +01:00
com.cpp
com.h
copy.cpp
descriptor.cpp Add UTIME_NOW and UTIME_OMIT. 2016-02-24 17:32:05 +01:00
dtable.cpp Fix closefrom(2) infinite loop. 2016-01-22 20:01:32 +01:00
elf.cpp Remove kernel debugger, old kernel US layout and kernel symbol code. 2016-02-22 00:12:26 +01:00
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp Add UTIME_NOW and UTIME_OMIT. 2016-02-24 17:32:05 +01:00
initrd.h Add support for multiple initrds. 2016-02-07 14:48:27 +01:00
inode.cpp Add UTIME_NOW and UTIME_OMIT. 2016-02-24 17:32:05 +01:00
interlock.cpp
interrupt.cpp Remove kernel debugger, old kernel US layout and kernel symbol code. 2016-02-22 00:12:26 +01:00
io.cpp Add UTIME_NOW and UTIME_OMIT. 2016-02-24 17:32:05 +01:00
ioctx.cpp
kernel.cpp Remove kernel debugger, old kernel US layout and kernel symbol code. 2016-02-22 00:12:26 +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
libk.cpp Convert libc to C. 2016-03-03 23:02:23 +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 Convert libc to C. 2016-03-03 23:02:23 +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
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp
poll.cpp
process.cpp Convert libc to C. 2016-03-03 23:02:23 +01:00
psctl.cpp
ptable.cpp
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
sockopt.cpp
string.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 UTIME_NOW and UTIME_OMIT. 2016-02-24 17:32:05 +01:00
worker.cpp