summaryrefslogtreecommitdiff
path: root/usys.S
AgeCommit message (Expand)Author
2019-05-31-initrd fs.img, ramdisk.c, file systemRobert Morris
2018-10-09not muchFrans Kaashoek
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek
2010-08-11uptime() sys call for benchmarkingRobert Morris
2009-05-31usys.S: put before init.c, STUB -> SYSCALLrsc
2007-08-27Replace yield system call with sleep.rsc
2007-08-24Add yield system call, for zombie test program (bad idea?).rsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-08-23i/o redirection in shkaashoek
2006-08-20removed block system callkaashoek
2006-08-19chdirkaashoek
2006-08-14start on mkdirkaashoek
2006-08-13link()rtm
2006-08-12fix getblk to actually lock the blockrtm
2006-08-12fstatkaashoek
2006-08-10printfkaashoek
2006-08-08mknod,ialloc,iupdatekaashoek
2006-07-29open()rtm
2006-07-27primitive execrtm
2006-07-16Add user.h for prototypes.rsc
2006-07-15no more recursive locksrtm
2006-07-11pre-empt both user and kernel, in clock interruptrtm
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc