Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Sun Jan  4 22:27:43 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv26331

Modified Files:
        queue.h 
Log Message:
Implement access methods:

lists: LIST_FIRST(), LIST_NEXT()

simple queues: SIMPLEQ_FIRST(), SIMPLEQ_NEXT()

tail queues: TAILQ_FIRST(), TAILQ_NEXT()

circular queues: CIRCLEQ_FIRST(), CIRCLEQ_LAST(), CIRCLEQ_NEXT(),
CIRCLEQ_PREV()


thorpej
Sun Jan  4 22:28:05 PST 1998
Update of /cvsroot/src/share/man/man3
In directory netbsd1:/var/slash-tmp/cvs-serv26410

Modified Files:
        queue.3 
Log Message:
Document new queue access methods.


perry
Sun Jan  4 22:28:45 PST 1998
Update of /cvsroot/src/sys/arch/alpha/conf
In directory netbsd1:/var/slash-tmp/cvs-serv26427/alpha/conf

Modified Files:
        MSS3 
Log Message:
RCSID Police.

perry
Sun Jan  4 22:28:50 PST 1998
Update of /cvsroot/src/sys/arch/arm32/conf
In directory netbsd1:/var/slash-tmp/cvs-serv26427/arm32/conf

Modified Files:
        A7000 A7INST GENERIC RC7500 RISCPC RPCINST VOYAGER 
Log Message:
RCSID Police.

perry
Sun Jan  4 22:28:52 PST 1998
Update of /cvsroot/src/sys/arch/hp300/conf
In directory netbsd1:/var/slash-tmp/cvs-serv26427/hp300/conf

Modified Files:
        HAYDON KARLA 
Log Message:
RCSID Police.

perry
Sun Jan  4 22:28:53 PST 1998
Update of /cvsroot/src/sys/arch/mac68k/conf
In directory netbsd1:/var/slash-tmp/cvs-serv26427/mac68k/conf

Modified Files:
        PUMA 
Log Message:
RCSID Police.



Home | Main Index | Thread Index | Old Index