summaryrefslogtreecommitdiff
path: root/swtch.S
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2019-05-31fork/wait/exit workRobert Morris
2018-10-03xFrans Kaashoek
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek
2018-08-30thanks wxdaoFrans Kaashoek
2017-10-08improve swtch commentRobert Morris
2010-08-05move jkstack to main.cRobert Morris
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek
2009-07-11initproc, usegment, swtch tweaksRuss Cox
2008-10-15cleaner swtch.Skolya
2007-09-27yank out stack overflow checking uglinessrsc
2007-09-27overkill: use segments to catch stack overflow (delete before next year)rsc
2007-08-28replace setjmp/longjmp with swtchrsc
2006-07-16rename swtch.S to setjmp.Srsc
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc