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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krishna Vinnakota
CSEP551
Commits
Commits · ee9c7f3bfc45563e4caebcb7995e75bf39a8e0f3
ee9c7f3bfc45563e4caebcb7995e75bf39a8e0f3
Select Git revision
Selected
ee9c7f3bfc45563e4caebcb7995e75bf39a8e0f3
Branches
1
master
default
protected
2 results
CSEP551
Author
Search by author
Any Author
authors
Krishna Vinnakota
vinnak
1 author
Browse files
Jul 16, 2006
goodbye PushRegs
· ee9c7f3b
rsc
authored
Jul 17, 2006
ee9c7f3b
cleaner
· f15a3ae2
rsc
authored
Jul 17, 2006
f15a3ae2
nitpicks
· c54c7926
rsc
authored
Jul 17, 2006
c54c7926
· 564f787e
rsc
authored
Jul 16, 2006
564f787e
various little fixes that should have been in earlier checkins
· 6e6a1dd7
rsc
authored
Jul 16, 2006
6e6a1dd7
more idiomatic c
· 84d79573
rsc
authored
Jul 16, 2006
84d79573
no memlayout.h
· 96e16b96
rsc
authored
Jul 16, 2006
96e16b96
was empty; gone
· 9692d5ad
rsc
authored
Jul 16, 2006
9692d5ad
fix main return type
· 8a7eb80e
rsc
authored
Jul 16, 2006
8a7eb80e
add %s to cprintf for cons_puts
· b75c11b2
rsc
authored
Jul 16, 2006
b75c11b2
Keep interrupts disabled during startup.
· b74f4b57
rsc
authored
Jul 16, 2006
b74f4b57
standardize on not using foo_ prefix in struct foo
· ef2bd07a
rsc
authored
Jul 16, 2006
ef2bd07a
rename swtch.S to setjmp.S
· 6b765c48
rsc
authored
Jul 16, 2006
6b765c48
standardize on #include "foo" not <foo>
· b53f99d0
rsc
authored
Jul 16, 2006
b53f99d0
add minimal comments to generator vector table
· 4763a042
rsc
authored
Jul 16, 2006
4763a042
remove acquire1 and release1
· 679a977c
rsc
authored
Jul 16, 2006
679a977c
add cons_puts for atomic (readable) output
· f3d29022
rsc
authored
Jul 16, 2006
f3d29022
· 9b37d1bf
rsc
authored
Jul 16, 2006
9b37d1bf
tidy up
· b903b693
rsc
authored
Jul 16, 2006
b903b693
Jul 15, 2006
Don't kill process when inside kernel.
· 72fef4f8
rsc
authored
Jul 16, 2006
72fef4f8
more name cleanup
· 4ed974f5
rsc
authored
Jul 16, 2006
4ed974f5
remove non-idiomatic increment/decrement
· 6f2b626d
rsc
authored
Jul 16, 2006
6f2b626d
· 51716a86
rsc
authored
Jul 16, 2006
51716a86
· 856e1fc1
rsc
authored
Jul 16, 2006
856e1fc1
· 65bd8e13
rsc
authored
Jul 16, 2006
65bd8e13
· 40a2a083
rsc
authored
Jul 16, 2006
40a2a083
move everything having to do with proc_table_lock into proc.c
· 643b122b
rsc
authored
Jul 15, 2006
643b122b
silence load_icode signedness warning
· 34976701
rsc
authored
Jul 15, 2006
34976701
Add void for ANSI C
· 67a9314a
rsc
authored
Jul 15, 2006
67a9314a
· 7f419a0d
rsc
authored
Jul 15, 2006
7f419a0d
no more recursive locks
· 46bbd72f
rtm
authored
Jul 15, 2006
46bbd72f
Jul 12, 2006
and the file
· d9872ffa
kaashoek
authored
Jul 12, 2006
d9872ffa
extract lapic code from mp.c
· f27a68a2
kaashoek
authored
Jul 12, 2006
f27a68a2
passes both usertests
· 6eb6f10c
rtm
authored
Jul 12, 2006
6eb6f10c
i think my cmpxchg use was wrong in acquire
· 8148b6ee
rtm
authored
Jul 12, 2006
8148b6ee
cvs add spinlock.h
· 66432474
rtm
authored
Jul 12, 2006
66432474
Jul 11, 2006
no more big kernel lock
· 4e8f237b
rtm
authored
Jul 12, 2006
4e8f237b
give each cpu its own clock, so that preemption works on cpu 1
· b41b38d0
rtm
authored
Jul 11, 2006
b41b38d0
pre-empt both user and kernel, in clock interrupt
· b548df15
rtm
authored
Jul 11, 2006
b548df15
Jul 10, 2006
Changes to allow use of native x86 ELF compilers, which on my
· 5ce9751c
rsc
authored
Jul 11, 2006
5ce9751c
Loading