summaryrefslogtreecommitdiff
path: root/defs.h
AgeCommit message (Expand)Author
2010-09-02Consistent style in defs.hAustin Clements
2010-09-02Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This m...Austin Clements
2010-09-02Simplify inituvm and userinit by assuming initcode fits on a pageAustin Clements
2010-09-02Oops. Broke the build when I rearranged proc.cAustin Clements
2010-08-31no more pminit, or ELF header at 0x10000Robert Morris
2010-08-31kalloc/kfree now only a page at a timeRobert Morris
2010-08-30xxRobert Morris
2010-08-11uptime() sys call for benchmarkingRobert Morris
2010-08-10allow sbrk(-x) to de-allocate user memoryRobert Morris
2010-08-06fix corner cases in exec of ELFRobert Morris
2010-08-05remove some unused vm #definesRobert Morris
2010-08-05move jkstack to main.cRobert Morris
2010-08-05fix allocuvm() to handle sbrk() with non-page-granularity argumentRobert Morris
2010-07-28kill TLB shoot down codeFrans Kaashoek
2010-07-25some cleanupFrans Kaashoek
2010-07-23Checkpoint page-table version for SMPFrans Kaashoek
2010-07-02nitsFrans Kaashoek
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek
2009-10-07Remove memcpy prototypes at Russ' request to prevent code from callingAustin Clements
2009-10-07Provide memcpy for compatibility with older versions of gccAustin Clements
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