cvs commit: src/sys/conf files src/sys/kern subr_clist.c tty_subr.c

Kris Kennaway kris at FreeBSD.org
Tue May 27 09:50:48 UTC 2008


Attilio Rao wrote:
> 2008/5/27, Ed Schouten <ed at freebsd.org>:
>> ed          2008-05-27 06:41:50 UTC
>>
>>   FreeBSD src repository
>>
>>   Modified files:
>>     sys/conf             files
>>     sys/kern             subr_clist.c
>>   Removed files:
>>     sys/kern             tty_subr.c
>>   Log:
>>   Rename `tty_subr.c' to `subr_clist.c'.
>>
>>   Because clists are also used outside the TTY layer, rename the file
>>   containing the clist routines to something more accurate.
>>
>>   The mpsafetty TTY layer doesn't use clists. It uses its own buffers,
>>   which also implement the unbuffered copying to userspace. We cannot
>>   simply remove the clist routines then, because this would break various
>>   drivers that are present within the kernel.
> 
> Maybe I'm wrong, but it wouldn't have worth to repo-copy it?

Looks like it was:

   Revision  Changes    Path
   1.1306    +1 -1      src/sys/conf/files
->1.46      +0 -0      src/sys/kern/subr_clist.c
   1.46      +0 -699    src/sys/kern/tty_subr.c (dead)

Kris


More information about the cvs-src mailing list