1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/sortix
Jonas 'Sortie' Termansen 95a088fec5 Added a dummy implementation rfork(2) equal to fork(2).
Note that in my implementation, you share per default, unless you ask.
2012-04-02 16:30:13 +02:00
..
fs Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
include/sortix Added a dummy implementation rfork(2) equal to fork(2). 2012-04-02 16:30:13 +02:00
kb Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
x64 Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
x86 Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
x86-family Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
.gitignore
ata.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
ata.h
calltrace.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
calltrace.h
com.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
com.h Added a new COM Port driver. 2012-03-17 15:48:42 +01:00
cpu.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
descriptors.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
descriptors.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
device.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
device.h
directory.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
directory.h
elf.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
elf.h
end.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
event.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
event.h
filesystem.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
filesystem.h
initrd.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
initrd.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
interrupt.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
interrupt.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
io.cpp Added stubs for pread(2) and pwrite(2). 2012-03-24 15:23:07 +01:00
io.h
kernel.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
kernelinfo.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
kernelinfo.h
keyboard.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
keyboard.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
linebuffer.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
linebuffer.h
log.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
logterminal.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
logterminal.h
Makefile Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
mount.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
mount.h
multiboot.h
panic.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
pci.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
pci.h
pipe.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
pipe.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
process.cpp Added a dummy implementation rfork(2) equal to fork(2). 2012-04-02 16:30:13 +02:00
process.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
refcount.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
refcount.h Added a way for discover refcount of Refcounted classes. 2012-03-21 16:20:41 +01:00
scheduler.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
scheduler.h
serialterminal.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
serialterminal.h
signal.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
signal.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
sound.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
sound.h
stream.h
syscall.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
syscall.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
terminal.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
terminal.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
thread.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
thread.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
time.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
time.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
uart.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
uart.h
utf8.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
utf8.h
vga.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
vga.h
vgaterminal.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
vgaterminal.h