summaryrefslogtreecommitdiff
path: root/swtch.S
AgeCommit message (Expand)AuthorFilesLines
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-42/+0
2019-05-31fork/wait/exit workRobert Morris1-26/+33
2018-10-03xFrans Kaashoek1-4/+4
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek1-15/+21
2018-08-30thanks wxdaoFrans Kaashoek1-2/+2
2017-10-08improve swtch commentRobert Morris1-2/+3
2010-08-05move jkstack to main.cRobert Morris1-8/+0
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek1-0/+8
2009-07-11initproc, usegment, swtch tweaksRuss Cox1-3/+5
2008-10-15cleaner swtch.Skolya1-21/+15
2007-09-27yank out stack overflow checking uglinessrsc1-4/+0
2007-09-27overkill: use segments to catch stack overflow (delete before next year)rsc1-0/+4
2007-08-28replace setjmp/longjmp with swtchrsc1-0/+32
2006-07-16rename swtch.S to setjmp.Srsc1-37/+0
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-0/+37