index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
defs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-11
Move retry loop/sleep/wakeup in bio.c into sleeping locks
Frans Kaashoek
1
-1
/
+1
2016-09-11
Straight replacement of B_BUSY with a sleeping lock.
Frans Kaashoek
1
-0
/
+7
2016-08-18
Removed useless function and prototypes.
Peter H. Froehlich
1
-4
/
+0
2015-06-27
Pick up where i left off in april:
Frans Kaashoek
1
-2
/
+2
2014-09-12
cmosgetdate() for system-call homework
Cody Cutler
1
-0
/
+2
2014-08-27
a start at concurrent FS system calls
Robert Morris
1
-2
/
+2
2012-08-22
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Frans Kaashoek
1
-2
/
+2
2012-08-22
Remove unused argument to setupkvm (thanks to Peter Froehlich)
Frans Kaashoek
1
-1
/
+1
2012-08-22
Remove unused argument from lapicinit (thanks to Peter Froehlich)
Frans Kaashoek
1
-1
/
+1
2012-02-17
Make fetchint and fetchstr use proc instead of taking a struct proc
Austin Clements
1
-2
/
+2
2011-09-13
eliminate enter_alloc -- use kalloc for everything
Robert Morris
1
-4
/
+3
2011-09-02
clear_pte_u -> clearpteu
Austin Clements
1
-1
/
+1
2011-09-01
inaccessible page under the user stack page, to help exec deal w/ too-large args
Robert Morris
1
-0
/
+1
2011-08-29
Revert "Introduce and use sleeplocks instead of BUSY flags"
Frans Kaashoek
1
-5
/
+0
2011-08-29
Style nits; indentation and tabs
Austin Clements
1
-1
/
+1
2011-08-26
Introduce and use sleeplocks instead of BUSY flags
Frans Kaashoek
1
-0
/
+5
2011-08-16
Clean up memlayout.h
Frans Kaashoek
1
-0
/
+1
2011-08-15
Avoid "boot" in xv6
Frans Kaashoek
1
-1
/
+1
2011-08-09
Use static page table for boot, mapping first 4Mbyte; no more segment trick
Frans Kaashoek
1
-3
/
+2
2011-07-29
Map kernel high
Frans Kaashoek
1
-0
/
+2
2011-07-27
Dirt simple logging
Frans Kaashoek
1
-0
/
+8
2011-01-11
more trivial cleanup
Russ Cox
1
-3
/
+3
2011-01-11
make new code like old code
Russ Cox
1
-4
/
+4
2010-09-27
copyout() copies data to a va in a pagetable, for exec() &c
Robert Morris
1
-0
/
+1
2010-09-13
change some comments, maybe more informative
Robert Morris
1
-1
/
+1
2010-09-02
Consistent style in defs.h
Austin Clements
1
-1
/
+1
2010-09-02
Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This m...
Austin Clements
1
-2
/
+2
2010-09-02
Simplify inituvm and userinit by assuming initcode fits on a page
Austin Clements
1
-1
/
+1
2010-09-02
Oops. Broke the build when I rearranged proc.c
Austin Clements
1
-0
/
+1
2010-08-31
no more pminit, or ELF header at 0x10000
Robert Morris
1
-2
/
+1
2010-08-31
kalloc/kfree now only a page at a time
Robert Morris
1
-3
/
+2
2010-08-30
xx
Robert Morris
1
-1
/
+1
2010-08-11
uptime() sys call for benchmarking
Robert Morris
1
-1
/
+1
2010-08-10
allow sbrk(-x) to de-allocate user memory
Robert Morris
1
-0
/
+1
2010-08-06
fix corner cases in exec of ELF
Robert Morris
1
-1
/
+2
2010-08-05
remove some unused vm #defines
Robert Morris
1
-2
/
+0
2010-08-05
move jkstack to main.c
Robert Morris
1
-2
/
+0
2010-08-05
fix allocuvm() to handle sbrk() with non-page-granularity argument
Robert Morris
1
-2
/
+0
2010-07-28
kill TLB shoot down code
Frans Kaashoek
1
-1
/
+0
2010-07-25
some cleanup
Frans Kaashoek
1
-10
/
+9
2010-07-23
Checkpoint page-table version for SMP
Frans Kaashoek
1
-0
/
+3
2010-07-02
nits
Frans Kaashoek
1
-2
/
+3
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
1
-3
/
+19
2009-10-07
Remove memcpy prototypes at Russ' request to prevent code from calling
Austin Clements
1
-1
/
+0
2009-10-07
Provide memcpy for compatibility with older versions of gcc
Austin Clements
1
-0
/
+1
2009-08-30
assorted fixes:
Russ Cox
1
-1
/
+1
2009-08-08
shuffle and tweak for formatting.
Russ Cox
1
-0
/
+1
2009-07-11
initproc, usegment, swtch tweaks
Russ Cox
1
-3
/
+2
2009-05-31
move fork into proc.c
rsc
1
-3
/
+4
2009-05-31
Some proc cleanup, moving some of copyproc into allocproc.
rsc
1
-2
/
+9
[next]