cvs commit: src/sys/kern subr_clist.c src/sys/sys clist.h
param.h
Sam Leffler
sam at freebsd.org
Sun Sep 21 21:32:00 UTC 2008
Ed Schouten wrote:
> ed 2008-09-21 18:12:18 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern subr_clist.c
> sys/sys clist.h param.h
> Log:
> SVN rev 183238 on 2008-09-21 18:12:18Z by ed
>
> Now that the number of clist consumers have dropped massively, trim down
> the code to prevent useless waste of space.
>
> - Remove support for quote bits. There is not a single driver that needs
> these bits anymore. This means putc() now accepts a char instead of an
> int.
>
> - Remove the unneeded catq() and nextc() routines. They were only used
> by the old TTY layer.
>
> - Convert the clist code to use ANSI C prototypes.
>
>
While there are no drivers in the tree that need these facilities
perhaps there are drivers out of tree? Might consider just #ifdef'ing them.
Sam
More information about the cvs-src
mailing list