sortix-mirror/kernel/include/sortix/kernel
Jonas 'Sortie' Termansen 05282c86d7 Fix fchownat(2) system call ABI on x86.
This system call has five arguments, of which one is a 64-bit uid_t, and
another is a 64-bit gid_t, which means that 7 registers are needed. However,
x86 only has 5 registers available for system calls. Wrap the system call
with a structure like with mmap(2).
2016-03-26 23:28:36 +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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01: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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
refcount.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
registers.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01: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 Fix fchownat(2) system call ABI on x86. 2016-03-26 23:28:36 +01:00
textbuffer.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
thread.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
time.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
timer.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01: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 Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +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