History log of /freebsd-current/contrib/ncurses/ncurses/tinfo/lib_baudrate.c
Revision Date Author Comments
# 8ebfbdbe 27-Aug-2016 Dimitry Andric <dim@FreeBSD.org>

In ncurses baudrate definitions, avoid warnings about implicit
conversions from int to short changing the values. This applies to
B38400 and higher, since their values do not fit into a short.

However, since the wrapped values are still unique, and they only serve
as keys, there is no problem in adding a cast to silence the warnings.
This also avoids changing the ABI, which would happen if we changed
NCURSES_OSPEED to int.

Discussed with: Thomas Dickey
MFC after: 1 week


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 4454585c 30-Dec-2007 Rong-En Fan <rafan@FreeBSD.org>

- Resolve conflicts
- Our changes in lib_termcap.c is now merged in upstream


# 5ca44d1c 30-Dec-2007 Rong-En Fan <rafan@FreeBSD.org>

Import ncurses 5.6-20071222 snapshot onto the vender branch


# 879e5da3 15-Jul-2005 Poul-Henning Kamp <phk@FreeBSD.org>

Switch to contemporary TTY interface.


# 39f2269f 20-May-2002 Peter Wemm <peter@FreeBSD.org>

Import ncurses-5.2-20020518 onto the vendor branch.

Obtained from: ftp://dickey.his.com/ncurses/


# 7e6a6340 14-Jan-2002 Andrey A. Chernov <ache@FreeBSD.org>

Import official baudrate fix into the vendor branch


# 7a69bbfb 17-May-2001 Peter Wemm <peter@FreeBSD.org>

Import ncurses-5.2-20010512 onto the vendor branch

Obtained from: ftp://dickey.his.com/ncurses/


# 18259542 11-Oct-2000 Peter Wemm <peter@FreeBSD.org>

Import ncurses-5.1-20001009 onto the vendor branch


# 0e3d5408 23-Aug-1999 Peter Wemm <peter@FreeBSD.org>

Import unmodified (but trimmed) ncurses 5.0 prerelease 990821.
This contains the full eti (panel, form, menu) extensions.
bmake glue to follow.

Obtained from: ftp://ftp.clark.net/pub/dickey/ncurses