Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(891)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Unified Diff: src/pkg/runtime/pchw/signals.h
Issue
186144
:
code review 186144: runtime: add demo running Go on raw (emulated) hw (Closed)
Patch Set: code review 186144: runtime: add demo running Go on raw (emulated) hw
Created 15 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
src/cmd/8l/asm.c
src/cmd/8l/obj.c
src/cmd/ld/elf.h
src/cmd/ld/elf.c
src/pkg/runtime/Makefile
src/pkg/runtime/pchw/386/defs.h
src/pkg/runtime/pchw/386/rt0.s
src/pkg/runtime/pchw/386/signal.c
src/pkg/runtime/pchw/386/sys.s
src/pkg/runtime/pchw/README
src/pkg/runtime/pchw/bootblock
src/pkg/runtime/pchw/dot-bochsrc
src/pkg/runtime/pchw/io.go
src/pkg/runtime/pchw/mem.c
src/pkg/runtime/pchw/os.h
src/pkg/runtime/pchw/signals.h
src/pkg/runtime/pchw/thread.c
src/pkg/runtime/symtab.c
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« src/pkg/runtime/pchw/os.h
('k') |
src/pkg/runtime/pchw/thread.c »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: src/pkg/runtime/pchw/signals.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/pkg/runtime/pchw/signals.h
@@ -0,0 +1,1 @@
+// nothing to see here
« no previous file with comments
|
« src/pkg/runtime/pchw/os.h
('k') |
src/pkg/runtime/pchw/thread.c »
('j') |
no next file with comments »
Issue 186144: code review 186144: runtime: add demo running Go on raw (emulated) hw (Closed)
Created 15 years, 2 months ago by rsc
Modified 15 years, 2 months ago
Reviewers:
Base URL:
Comments: 0
Recent Issues
|
This issue
This is Rietveld
f62528b