summaryrefslogtreecommitdiff
path: root/defs.h
AgeCommit message (Expand)Author
2009-08-30assorted fixes:Russ Cox
2009-08-08shuffle and tweak for formatting.Russ Cox
2009-07-11initproc, usegment, swtch tweaksRuss Cox
2009-05-31move fork into proc.crsc
2009-05-31Some proc cleanup, moving some of copyproc into allocproc.rsc
2009-03-08be consistent: no underscores in function namesrsc
2008-10-15cleaner swtch.Skolya
2007-09-27cleanerrsc
2007-09-27rename splhi/spllo to pushcli/popclirsc
2007-09-27kernel SMP interruptibility fixes.rsc
2007-09-26Apparently the initial interrupt count lapic[TICR]rsc
2007-08-28nitsrsc
2007-08-28delete proc_ on proc_exit, proc_wait, proc_killrsc
2007-08-28comments; rename irq_ to pic_rsc
2007-08-28replace setjmp/longjmp with swtchrsc
2007-08-28rename 8253pit.c to timer.crsc
2007-08-28remove _ from pipe; be like filersc
2007-08-28Move keyboard code into kbd.c; add backspace handling.rsc
2007-08-27Rename main0 to main.rsc
2007-08-27Clean up lapic code.rsc
2007-08-27fileincref -> filedup (consistent with idup)rsc
2007-08-27Replace yield system call with sleep.rsc
2007-08-27nitsrsc
2007-08-24first ever correct use of strncpyrsc
2007-08-24Remove struct uinode.rsc
2007-08-24simplify ide queuingrtm
2007-08-23align, sortrsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
2007-08-21remove namelen parameterrsc
2007-08-21Various cleanup:rsc
2007-08-20checkpoint - simpler namei interfacersc
2007-08-20shuffle fs.c in bottom-up orderrsc
2007-08-08help gccrsc
2007-08-08unusedrsc
2007-08-08convert syscall dispatch to tablersc
2007-08-08iincref returns new refrsc
2007-08-08add safestrcpyrsc
2006-09-08unnecessary struct jmpbufrsc
2006-09-08fix file namesrsc
2006-09-07missing defrsc
2006-09-07debugging printsrsc
2006-09-07fix ide, pit interfacesrsc
2006-09-07refactor syscall codersc
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
2006-09-06fd.c -> file.crsc
2006-09-06fd_* => file_*rsc
2006-09-06struct fd -> struct filersc
2006-09-06split syscall.c into sysfile.c and sysproc.crsc
2006-09-06standardize various * conventionsrsc
2006-09-06standardize on unnamed args in prototypesrsc