usched: Allow process to change self cpu affinity
[dragonfly.git] / contrib / ncurses / README.DRAGONFLY
blob766c56736b00ef9fd689e1cd6e0e867cbf993797
1 GNU NCURSES 5.9
2 ===============
4 Original source can be downloaded from:
5 http://ftp.gnu.org/pub/gnu/ncurses
7 file = ncurses-6.0-20160305.tgz
8 date = 6 March 2016
9 size = 3153972
10 sha1 = dbbaff96c4e447148243a9b5a8babb014f5b4bdc
12 A list of files and directories removed is in README.DELETED
14 The .h files copied into base where created using configure opts:
15         --enable-widec
16         --enable-const
17         --with-sysmouse
18         --enable-termcap
19         --enable-bsdpad
20         --enable-getcap
21         --with-default-terminfo-dir=/usr/share/terminfo
22         --with-terminfo-dirs=/usr/share/terminfo
24 The following files have been modified:
25         ncurses/base/Mklib_gen.sh
26         ncurses/tinfo/comp_scan.c
27         misc/terminfo.src [1]
28         progs/dump_entry.c [2]
29         progs/tic.c [2]
31 [1] smcup and rmcup were removed from xterm-basic to disable the
32     restoration of the console after less, more, man, and other
33     utilities are executed.  It was rendering them useless.
35 [2] tic can't be built with ncurses 5.9 headers.  Since it is a
36     bootstrap tool, it had to be modified so that it can be, but
37     only during the bootstrap tool building phase.