sortix-mirror/kernel/include/sortix/kernel
Jonas 'Sortie' Termansen db7182ddc3 Add support for sessions.
This change refactors the process group implementation and adds support
for sessions. The setsid(2) and getsid(2) system calls were added.

psctl(2) now has PSCTL_TTYNAME, which lets you get the name of a process's
terminal, and ps(1) now uses it.

The initial terminal is now called /dev/tty1.

/dev/tty is now a factory for the current terminal.

A global lock now protects the process hierarchy which makes it safe to
access other processes. This refactor removes potential vulnerabilities
and increases system robustness.

A number of terminal ioctls have been added.

This is a compatible ABI change.
2016-11-23 22:30:47 +01:00
..
addralloc.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
clock.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
copy.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
cpu.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
cpuid.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
decl.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
descriptor.h Add support for sessions. 2016-11-23 22:30:47 +01:00
dtable.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
elf.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fcache.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fsfunc.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
harddisk.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
inode.h Add support for sessions. 2016-11-23 22:30:47 +01:00
interlock.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
interrupt.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ioctx.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ioport.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
kernel.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
keyboard.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
kthread.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
log.h Add ONLCR and OCRNL. 2016-11-05 23:38:40 +01:00
memorymanagement.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
mtable.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
panic.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
pat.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
pci-mmio.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
pci.h Fix drivers not detecting PCI devices without an interrupt line. 2016-08-21 00:03:58 +02:00
pipe.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
poll.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
process.h Add support for sessions. 2016-11-23 22:30:47 +01:00
ps2.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ptable.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
random.h Seed kernel entropy with randomness from the previous boot. 2016-10-04 00:34:50 +02:00
refcount.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
registers.h Remove not_rsp and not_esp. 2016-10-30 12:03:47 +00:00
scheduler.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
segment.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
signal.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
sockopt.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
sortedlist.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
string.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
syscall.h Add support for sessions. 2016-11-23 22:30:47 +01:00
textbuffer.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
thread.h Add protection against sigreturn oriented programming (SROP). 2016-05-15 22:43:29 +02:00
time.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
timer.h Fix linked list and shadowing bugs in kernel clock and timer code. 2016-08-21 00:04:27 +02:00
user-timer.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
video.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
vnode.h Add support for sessions. 2016-11-23 22:30:47 +01:00
worker.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
yielder.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00