History log of /xv6-public/syscall.h (Results 26 – 30 of 30)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8b4e2a08 01-Jul-2006 rtm <rtm>

swtch saves callee-saved registers
swtch idles on per-CPU stack, not on calling process's stack
fix pipe bugs
usertest.c tests pipes, fork, exit, close


# c41f1de5 27-Jun-2006 rtm <rtm>

file descriptors
pipes


# bf390361 26-Jun-2006 rtm <rtm>

system call arguments


# be0a7eac 15-Jun-2006 rtm <rtm>

sleep, wakeup, wait, exit


# a4c03dea 15-Jun-2006 rtm <rtm>

primitive fork and exit system calls


12