NetBSD/doc
jmmv 2a08d54a9a Implement border color customization in wscons(4), only available for vga(4)
at the moment.

This includes the addition of two new wsdisplay ioctls, WSDISPLAY_{G,S}BORDER,
one to get the actual color and one to set it, respectively.  Possible colors
match those defined by ANSI (and listed in wsdisplayvar.h).

It also adds two accessops to the underlying graphics device, getborder and
setborder, which mach their ioctl counterparts.

Two kernel options are added: WSDISPLAY_CUSTOM_BORDER, which enables the
ioctls described above (to customize the border color from userland after
boot), and WSDISPLAY_BORDER_COLOR, which sets the color at boot time.
The former is enabled by default on the GENERIC kernel, but not on INSTALL
(among others).  The later is always commented out, leaving the usual black
border as a default.

wsconsctl is modified to allow accessing this value easily.  For example,
'wsconsctl -d -w border=blue'.
2004-07-29 22:29:35 +00:00
..
3RDPARTY ACPI-CA 20040715 2004-07-29 04:27:18 +00:00
BRANCHES Add 2.0 branch 2004-03-29 03:10:41 +00:00
BUILDING.mdoc Document -h. From Karsten Kruse in PR 25974. 2004-06-25 15:04:02 +00:00
CHANGES Implement border color customization in wscons(4), only available for vga(4) 2004-07-29 22:29:35 +00:00
CHANGES.prev Move entries for strcasestr(3) and round{,f}(3) to CHANGES.prev since 2004-07-23 11:22:02 +00:00
HACKS Modify latest vax entry to instead point to the commit by mhitch, now 2004-06-06 17:11:33 +00:00
LAST_MINUTE Remove 1.6-specific issues; they're now covered by the LAST_MINUTE on 2002-09-23 07:52:18 +00:00
README.files replace references to specific release ("1.6") with "XXX.XXX" 2002-09-23 08:02:34 +00:00
RESPONSIBLE Add myself to "usb" and "acpi". 2004-06-28 18:38:14 +00:00
TODO Take Unix98 ptys off the To Do list (thanks, Christos!) 2004-05-27 03:46:32 +00:00
TODO.i18n libintl implicit iconv has been implemented. 2004-01-20 12:08:13 +00:00
TODO.kqueue test-compiled evbsh5 CAYMAN and SIMULATOR, and pc532 GENERIC, remove from TODO 2003-12-08 06:43:55 +00:00

#	$NetBSD: README.files,v 1.2 2002/09/23 08:02:34 lukem Exp $

What's in this directory:

CHANGES		Changes between the XXX.XXX-1 and XXX.XXX releases.

CHANGES.prev	Changes in previous NetBSD releases.

LAST_MINUTE	Last minute changes and notes about the release.

README.files	This file.

patches/	Post-release binary code patches.

shared/		Binary sets shared between multiple ports.

source/		Source code.

source/sets/	Source distribution sets; see below.

source/patches/	Post-release source code patches.



In addition to the files and directories listed above, there is one
directory per architecture, for each of the architectures for which
NetBSD XXX.XXX has a binary distribution.  The contents of each
architecture's directory are described in an "INSTALL" file found in
that directory.

The most recent list of mirror sites for NetBSD is viewable at the URL:

	http://www.NetBSD.org/Sites/net.html

If you are receiving this distribution on a CD set, some files and
subdirectories may be on a separate disc; read all README files for more
information.

See http://www.NetBSD.org/Misc/crypto-export.html for the formal status of
the exportability out of the United States of some pieces of the
distribution tree containing cryptographic software.  If you export these
bits and the above document says you should not do so, it's your fault,
not ours.