summaryrefslogtreecommitdiff
path: root/swtch.S
AgeCommit message (Expand)AuthorFilesLines
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