man(9): remove accidentally commited indices

front
cinap_lenrek 2020-05-24 00:26:11 +02:00
parent 81918373d2
commit e06f8e061a
2 changed files with 0 additions and 128 deletions

View File

@ -1,67 +0,0 @@
0intro 0intro
intro 0intro
BALLOC allocb
BLEN allocb
adjustblock allocb
allocb allocb
blockalloclen allocb
blocklen allocb
checkb allocb
concatblock allocb
copyblock allocb
freeb allocb
freeblist allocb
iallocb allocb
packblock allocb
padblock allocb
pullblock allocb
pullupblock allocb
readblist allocb
trimblock allocb
addclock0link delay
delay delay
microdelay delay
error error
nexterror error
poperror error
waserror error
eve eve
iseve eve
intrdisable intrenable
intrenable intrenable
kproc kproc
pexit kproc
postnote kproc
free malloc
getmalloctag malloc
getrealloctag malloc
malloc malloc
mallocz malloc
msize malloc
realloc malloc
secalloc malloc
secfree malloc
setmalloctag malloc
setrealloctag malloc
smalloc malloc
panic panic
canqlock qlock
qlock qlock
qunlock qlock
rlock qlock
runlock qlock
wlock qlock
wunlock qlock
return0 sleep
sleep sleep
tsleep sleep
wakeup sleep
islo splhi
splhi splhi
spllo splhi
splx splhi
xalloc xalloc
xallocz xalloc
xfree xalloc
xspanalloc xalloc
xsummary xalloc

View File

@ -1,61 +0,0 @@
<HEAD>
<TITLE>plan 9 man section 9</TITLE>
</HEAD>
<BODY>
<B>[<A HREF="/sys/man/index.html">manual index</A>]</B>
<H2>Plan 9 from Bell Labs - Section 9 - </H2>
<HR>
<DL>
<DT><A HREF="/magic/man2html/9/0intro">0intro</A>
- introduction to kernel functions
<DD><TT> intro</TT>
</DT>
<DT><A HREF="/magic/man2html/9/allocb">allocb</A>
- data block management
<DD><TT> allocb, iallocb, freeb, freeblist, BLEN, BALLOC, blocklen, blockalloclen, readblist, concatblock, copyblock, trimblock, packblock, padblock, pullblock, pullupblock, adjustblock, checkb</TT>
</DT>
<DT><A HREF="/magic/man2html/9/delay">delay</A>
- small delays, clock interrupts
<DD><TT> delay, microdelay, addclock0link</TT>
</DT>
<DT><A HREF="/magic/man2html/9/error">error</A>
- error handling functions
<DD><TT> error, nexterror, poperror, waserror</TT>
</DT>
<DT><A HREF="/magic/man2html/9/eve">eve</A>
- privileged user
<DD><TT> eve, iseve</TT>
</DT>
<DT><A HREF="/magic/man2html/9/intrenable">intrenable</A>
- enable (disable) an interrupt handler
<DD><TT> intrenable, intrdisable</TT>
</DT>
<DT><A HREF="/magic/man2html/9/kproc">kproc</A>
- kernel process creation, termination and interruption
<DD><TT> kproc, pexit, postnote</TT>
</DT>
<DT><A HREF="/magic/man2html/9/malloc">malloc</A>
- kernel memory allocator
<DD><TT> malloc, mallocz, smalloc, realloc, free, msize, secalloc, secfree, setmalloctag, setrealloctag, getmalloctag, getrealloctag</TT>
</DT>
<DT><A HREF="/magic/man2html/9/panic">panic</A>
- abandon hope, all ye who enter here
<DD><TT> panic</TT>
</DT>
<DT><A HREF="/magic/man2html/9/qlock">qlock</A>
- serial synchronisation
<DD><TT> qlock, qunlock, canqlock, rlock, runlock, wlock, wunlock</TT>
</DT>
<DT><A HREF="/magic/man2html/9/sleep">sleep</A>
- process synchronisation
<DD><TT> sleep, wakeup, tsleep, return0</TT>
</DT>
<DT><A HREF="/magic/man2html/9/splhi">splhi</A>
- enable and disable interrupts
<DD><TT> splhi, spllo, splx, islo</TT>
</DT>
<DT><A HREF="/magic/man2html/9/xalloc">xalloc</A>
- basic memory management
<DD><TT> xalloc, xallocz, xspanalloc, xfree, xsummary</TT>
</DT>
</DL>