Date: Sun, 1 Nov 2009 10:30:30 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc rc.subr src/sys/dev/syscons scterm-teken.c src/sys/kern tty.c src/sys/sys ttyqueue.h src/usr.sbin/jail jail.8 Message-ID: <200911011035.nA1AZDIB033756@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-11-01 10:30:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) etc rc.subr sys/dev/syscons scterm-teken.c sys/kern tty.c sys/sys ttyqueue.h usr.sbin/jail jail.8 Log: SVN rev 198745 on 2009-11-01 10:30:30Z by ed MFC various commits back to stable/8: SVN r197174: Make sure we never place the cursor outside the screen. For some vague reason, it may be possible that scp->cursor_pos exceeds scp->ysize * scp->xsize. This means that teken_set_cursor() may get called with an invalid position. Just ignore the old cursor position in this case. Reported by: Paul B. Mahol <onemda gmail com> SVN r198213: Make lock devices work properly. It turned out I did add the code to use the init state devices to set the termios structure when opening the device, but it seems I totally forgot to add the bits required to force the actual locking of flags through the lock state devices. Reported by: ru SVN r198215, r198217: Fix a typo in the jail(8) manpage. Submitted by: Jille Timmermans <jille quis cx> SVN r198216: Fix qouting in a comment, to make it look more consistent Submitted by: Jille Timmermans <jille quis cx> SVN r198223: Properly set the low watermarks when reducing the baud rate. Now that buffers are deallocated lazily, we should not use tty*q_getsize() to obtain the buffer size to calculate the low watermarks. Doing this may cause the watermark to be placed outside the typical buffer size. This caused some regressions after my previous commit to the TTY code, which allows pseudo-devices to resize the buffers as well. Reported by: yongari, dougb Revision Changes Path 1.88.2.4 +1 -1 src/etc/rc.subr 1.8.2.2 +6 -3 src/sys/dev/syscons/scterm-teken.c 1.328.2.2 +30 -2 src/sys/kern/tty.c 1.4.2.2 +14 -0 src/sys/sys/ttyqueue.h 1.97.2.2 +2 -2 src/usr.sbin/jail/jail.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911011035.nA1AZDIB033756>