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
Commits
2a55cc55
Commit
2a55cc55
authored
18 years ago
by
rsc
Browse files
Options
Downloads
Patches
Plain Diff
runoff tweaks
parent
e9d2250e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
runoff
+3
-2
3 additions, 2 deletions
runoff
runoff.list
+6
-4
6 additions, 4 deletions
runoff.list
setjmp.S
+0
-1
0 additions, 1 deletion
setjmp.S
with
11 additions
and
9 deletions
Makefile
+
2
−
2
View file @
2a55cc55
...
...
@@ -65,8 +65,8 @@ PRINT = \
types.h param.h defs.h x86.h asm.h elf.h mmu.h spinlock.h
\
bootasm.S bootother.S main.c init.c spinlock.c
\
proc.h proc.c setjmp.S kalloc.c
\
syscall.h trapasm.S traps.h trap.c vectors.pl syscall.c
\
buf.h dev.h fcntl.h stat.h file.h fs.h fsvar.h fd.c fs.c bio.c ide.c
\
syscall.h trapasm.S traps.h trap.c vectors.pl syscall.c
sysproc.c
\
buf.h dev.h fcntl.h stat.h file.h fs.h fsvar.h fd.c fs.c bio.c ide.c
sysfile.c
\
pipe.c
\
mp.h ioapic.h mp.c lapic.c ioapic.c picirq.c
\
console.c
\
...
...
This diff is collapsed.
Click to expand it.
runoff
+
3
−
2
View file @
2a55cc55
...
...
@@ -82,7 +82,8 @@ awk '
print $1, $3;
}
'
$files
>
defs
9
sed
-n
's/^([0-9]+ [a-zA-Z0-9_]+)(.*)$/\1/p'
$files
|
perl
-n
-e
'print if s/^([0-9]+ [a-zA-Z0-9_]+)\(.*$/\1/;'
$files
|
egrep
-v
' (usage|main|if|for)$'
>>
defs
(
>
s.defs
...
...
@@ -118,7 +119,7 @@ awk '
grep
Pages: all.ps
# if we have the nice font, use it
nicefont
=
/home/am8/
rsc/plan9/sys/lib/postscript/font/LucidaSans-Typewriter83
nicefont
=
~
rsc/plan9/sys/lib/postscript/font/LucidaSans-Typewriter83
if
[
-f
$nicefont
]
then
(
sed
1q all.ps
;
cat
$nicefont
;
sed
'1d; s/Courier/LucidaSans-Typewriter83/'
all.ps
)
>
allf.ps
...
...
This diff is collapsed.
Click to expand it.
runoff.list
+
6
−
4
View file @
2a55cc55
...
...
@@ -32,19 +32,21 @@ traps.h
trap.c
vectors.pl
syscall.c
sysproc.c
# file system
buf.h
dev.h
fcntl.h
stat.h
f
d
.h
f
ile
.h
fs.h
fsvar.h
fd.c
fs.c
bio.c
ide.c
bio.c
fs.c
file.c
sysfile.c
# pipes
pipe.c
...
...
This diff is collapsed.
Click to expand it.
setjmp.S
+
0
−
1
View file @
2a55cc55
...
...
@@ -32,4 +32,3 @@ longjmp:
movl
$
1
,
%
eax
/*
return
value
(
appears
to
come
from
setjmp
!)
*/
ret
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment