Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
e695b849af8d88a5e7b719d396c1035d37126b36
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
7
Oct
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
7
6
5
4
3
30
Aug
29
28
26
25
24
23
20
19
16
15
14
13
12
11
10
9
8
7
6
4
29
Jul
28
27
26
21
20
18
17
16
15
12
11
10
6
5
1
28
Jun
27
26
24
22
21
16
15
13
12
fine-tune comment
fine tune comment
Remove memcpy prototypes at Russ' request to prevent code from calling
Provide memcpy for compatibility with older versions of gcc
Record debug info for assmebly code
Handle backspace on serial input and output better. Better solutions are welcome.
Be consistent with JOS make targets
Hack to make newlines on the serial port work
Use the symbol file
xv6 runs the console on the serial port, not the parallel port
nit in comment
add .gdbinit.tmpl to dist
add uart.c
rev3
ignore .gitignore
qemu-gdb target and script
new pdf
formatting tweaks
can set just %gs now.
another attempt at cpu-local variables.
lapic: disable microdelay because it makes Bochs slow
fix TLS again;
Fix TLS for PIC systems
fix bootblock build with gcc 4.4
assorted fixes:
shuffle and tweak for formatting.
exec tweaks
remove //DOC in the right place
strip //DOC comments during printing
merge
more doc tweaks
undo
test commit email
initproc, usegment, swtch tweaks
spinlock: rename parameter lock -> lk
mmu.h: unused SEG_NULL
rearrangements and cleanup for text
trap cleanup
bootasm cleanup
s/IRQ_OFFSET/T_IRQ0/: it's a trap number, not an irq number.
Loading