sortix--sortix/kernel
Jonas 'Sortie' Termansen 4b2cf28bbf Add socket(2).
This removes the /dev/net socket interface.

This is an incompatible ABI change.
2017-02-14 20:43:31 +01:00
..
disk
fs
gpu/bga
include/sortix Add socket(2). 2017-02-14 20:43:31 +01:00
kb
mouse
net Add socket(2). 2017-02-14 20:43:31 +01:00
x64
x86
x86-family
.gitignore
Makefile Add socket(2). 2017-02-14 20:43:31 +01:00
addralloc.cpp
alarm.cpp
clock.cpp Support deallocating kernel timers in timer handlers. 2017-02-14 20:43:30 +01:00
com.cpp
com.h
copy.cpp
descriptor.cpp
dtable.cpp
elf.cpp
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp
io.cpp
ioctx.cpp
kernel.cpp Add socket(2). 2017-02-14 20:43:31 +01:00
kernelinfo.cpp
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
libk.cpp
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
memorymanagement.cpp
mtable.cpp
multiboot.h
op-new.cpp
palette.h
panic.cpp
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp
poll.cpp
process.cpp
psctl.cpp
ptable.cpp
pty.cpp
pty.h
random.cpp
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp
segment.cpp
signal.cpp
sockopt.cpp
string.cpp
syscall.cpp Add socket(2). 2017-02-14 20:43:31 +01:00
textbuffer.cpp
textterminal.cpp
textterminal.h
thread.cpp
time.cpp
timer.cpp Support deallocating kernel timers in timer handlers. 2017-02-14 20:43:30 +01:00
tty.cpp
tty.h
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h
vgafont.f16
vgatextbuffer.cpp
vgatextbuffer.h
video.cpp
vnode.cpp
worker.cpp