simokawa2007-10-25 06:09:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/syscons syscons.c syscons.h
Log:
MFC: syscons.c rev. 1.453 and syscons.h rev. 1.88
Serialize output routine of terminal emulator (te_puts()) by a lock.
Revision
simokawa2007-09-20 04:05:59 UTC
FreeBSD src repository
Modified files:
sys/dev/syscons syscons.c syscons.h
Log:
Serialize output routine of terminal emulator (te_puts()) by a lock.
- The output routine of low level console is not protected by any lock
by default.
- Inc