Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krishna Vinnakota
CSEP551
Graph
7b644318dd3b17fe5ec0229db956119986082738
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Oct
23
Sep
12
8
29
Aug
28
27
4
31
Jul
4
Mar
24
Oct
10
Sep
7
28
Aug
24
23
22
17
Feb
14
Oct
11
30
Sep
27
14
13
12
7
5
4
3
2
1
31
Aug
30
29
26
25
24
22
21
19
17
16
15
12
11
9
8
7
31
Jul
29
27
24
Jun
28
Apr
28
Feb
19
11
Jan
10
2
29
Sep
27
20
19
15
13
3
2
1
31
Aug
30
26
11
10
6
5
28
Jul
26
25
23
2
6
Feb
1
Dec
23
Nov
24
Oct
7
5
30
Sep
20
15
3
2
30
Aug
8
13
Jul
12
11
31
May
26
8
Mar
20
Oct
17
16
15
12
8
28
Sep
24
11
9
3
28
Aug
22
21
20
20
Dec
28
Nov
20
Oct
12
1
30
Sep
27
26
25
19
18
15
5
31
Aug
30
29
28
27
24
23
22
21
20
14
10
9
8
29
Jun
19
Oct
18
13
17
Sep
8
Increase VM memory when running qemu-memfs
Make kernelmemfs depend on kernel.ld
Fix kernelmemfs linking
ggdb -> gdwarf-2 for gcc4.8
whoops. forgot date.h
cmosgetdate() for system-call homework
Oops (thanks David Lawrence)
no need to generate postscript version
Nice layout for a printout of the code
Ack all bug reports and patches. Is this all of them?
update for 2014
xx
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
write log blocks from cache only at end of transaction
nits
i think this is a working concurrent logging scheme
a start at concurrent FS system calls
comments
every iput() and namei() must be inside a transaction
use acquire/release to force order for pid=np->pid;np->state=RUNNING
newer versions of qemu have different binary names (per Joel Nider <joel@nider.org>)
Correct a security bug in copyuvm()
Prevent extra rebuild of fs.img by keeping intermediate object files.
Use static assert instead of _LP64 (thanks Eddie!)
Remove -m32 flag from native gcc compiler
make the book happy
nits
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
junk
Various fixes and improvements to printpcs
For the convenience of students
Use addr2line (or i386-jos-elf-addr2line, if you cross compile)
Runoff still complaints these lines are too long, but it is now ok on printout
chmod +x
Decode getcallerpcs() (thanks to Peter Froehlich)
Remove left-over from some logging plan making complete syscalls atomic
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Remove unused argument to setupkvm (thanks to Peter Froehlich)
Remove unused argument from lapicinit (thanks to Peter Froehlich)
Fix from Peter Froehlich
Loading