The NetBSD Project

CVS log for src/sys/dev/wsfont/wsfont.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / wsfont

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.80 / (download) - annotate - [select for diffs], Sun Feb 19 05:35:35 2023 UTC (13 months, 1 week ago) by mlelstv
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored) to selected 1.7.4.3 (colored)

Add missing "latin small letter sharp s" (U+00DF) to ibm437 map.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Oct 31 13:24:58 2022 UTC (16 months, 4 weeks ago) by macallan
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.78: +10 -2 lines
Diff to previous 1.78 (colored) to selected 1.7.4.3 (colored)

This is X11's 75dpi/term14.bdf, use if you want your console to look like an
xterm. Unlike QVSS this font contains accented characters, umlauts etc.

Revision 1.78 / (download) - annotate - [select for diffs], Wed Jun 8 19:47:10 2022 UTC (21 months, 3 weeks ago) by uwe
Branch: MAIN
CVS Tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.77: +3 -4 lines
Diff to previous 1.77 (colored) to selected 1.7.4.3 (colored)

wsfont.c: use __arraycount instead of defining it locally

Revision 1.77 / (download) - annotate - [select for diffs], Fri Dec 24 18:12:58 2021 UTC (2 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.76: +12 -5 lines
Diff to previous 1.76 (colored) to selected 1.7.4.3 (colored)

wsfb: Prefer wide fonts when EDID data is available.

To give us a better chance of picking a readable font, prefer fonts that
will render at least 3mm wide instead of picking the font that will be
closest to that size.

Revision 1.76 / (download) - annotate - [select for diffs], Sat Nov 20 08:16:30 2021 UTC (2 years, 4 months ago) by rin
Branch: MAIN
Changes since 1.75: +8 -5 lines
Diff to previous 1.75 (colored) to selected 1.7.4.3 (colored)

Oops, forgot to commit builtin_fonts[] parts for Droid_Sans_Mono_10x20.

Noticed by RVP, thanks!

Revision 1.75 / (download) - annotate - [select for diffs], Sat Nov 20 00:08:23 2021 UTC (2 years, 4 months ago) by rin
Branch: MAIN
Changes since 1.74: +7 -2 lines
Diff to previous 1.74 (colored) to selected 1.7.4.3 (colored)

Add Droid_Sans_Mono_10x20, generated by ttf2wsfont(1).

Having 10x20 in addition to 9x18 and 12x22 may seem redundant, but
this font enables nice 80x24 and 80x30 terminals on WVGA (800x480)
and SVGA (800x600) displays, respectively :)

Revision 1.74 / (download) - annotate - [select for diffs], Sat Nov 20 00:00:19 2021 UTC (2 years, 4 months ago) by rin
Branch: MAIN
Changes since 1.73: +6 -6 lines
Diff to previous 1.73 (colored) to selected 1.7.4.3 (colored)

Sort Droid Sans Mono family fonts by size.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Nov 19 23:55:16 2021 UTC (2 years, 4 months ago) by rin
Branch: MAIN
Changes since 1.72: +52 -102 lines
Diff to previous 1.72 (colored) to selected 1.7.4.3 (colored)

Add support to rotate anti-aliased fonts.

wsfont_rotate_{cw,ccw}_internal() have been cleaned up and unified into
new static function wsfont_rotate_internal().

Revision 1.72 / (download) - annotate - [select for diffs], Fri Nov 19 23:50:39 2021 UTC (2 years, 4 months ago) by rin
Branch: MAIN
Changes since 1.71: +5 -2 lines
Diff to previous 1.71 (colored) to selected 1.7.4.3 (colored)

wsfont_rotate(): Add missing NULL check for wsfont_find0().

Revision 1.68.2.1 / (download) - annotate - [select for diffs], Mon Dec 14 14:38:10 2020 UTC (3 years, 3 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.68: +30 -22 lines
Diff to previous 1.68 (colored) next main 1.69 (colored) to selected 1.7.4.3 (colored)

Sync w/ HEAD.

Revision 1.71 / (download) - annotate - [select for diffs], Mon Nov 23 12:15:39 2020 UTC (3 years, 4 months ago) by rin
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.70: +11 -11 lines
Diff to previous 1.70 (colored) to selected 1.7.4.3 (colored)

Sort spleen also in builtin_fonts[].
No functional changes.

Revision 1.70 / (download) - annotate - [select for diffs], Sat Nov 21 22:59:18 2020 UTC (3 years, 4 months ago) by rin
Branch: MAIN
Changes since 1.69: +14 -14 lines
Diff to previous 1.69 (colored) to selected 1.7.4.3 (colored)

Sort spleen by size, instead of character code.
No functional changes.

Revision 1.69 / (download) - annotate - [select for diffs], Fri Nov 13 01:03:39 2020 UTC (3 years, 4 months ago) by macallan
Branch: MAIN
Changes since 1.68: +10 -2 lines
Diff to previous 1.68 (colored) to selected 1.7.4.3 (colored)

add a rendering of the Liberation Mono font for console use

Revision 1.68 / (download) - annotate - [select for diffs], Wed Jul 8 12:14:19 2020 UTC (3 years, 8 months ago) by fcambus
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.67: +10 -2 lines
Diff to previous 1.67 (colored) to selected 1.7.4.3 (colored)

Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.

It contains all printable ASCII characters (96 glyphes).

The font is 2-Clause BSD licensed and is my original creation.

Revision 1.62.4.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:08:14 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.62.4.1: +2 -8 lines
Diff to previous 1.62.4.1 (colored) to branchpoint 1.62 (colored) next main 1.63 (colored) to selected 1.7.4.3 (colored)

Merge changes from current as of 20200406

Revision 1.67 / (download) - annotate - [select for diffs], Thu Mar 5 18:20:38 2020 UTC (4 years ago) by fcambus
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh
Changes since 1.66: +2 -8 lines
Diff to previous 1.66 (colored) to selected 1.7.4.3 (colored)

Remove references to non-existing fonts.

Include files with font data (courier11x18.h and iso8x16.h) were removed
in 1999 due to licensing concerns.

Revision 1.62.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:37 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.62: +57 -4 lines
Diff to previous 1.62 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD

Revision 1.66 / (download) - annotate - [select for diffs], Sun Apr 7 13:48:27 2019 UTC (4 years, 11 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.65: +10 -2 lines
Diff to previous 1.65 (colored) to selected 1.7.4.3 (colored)

Add "bold16x32", a pixel doubled version of the "bold8x16" font.

Revision 1.65 / (download) - annotate - [select for diffs], Sun Mar 17 09:54:06 2019 UTC (5 years ago) by rin
Branch: MAIN
Changes since 1.64: +12 -2 lines
Diff to previous 1.64 (colored) to selected 1.7.4.3 (colored)

Define missing HAVE_FONT for newcomers.

Revision 1.64 / (download) - annotate - [select for diffs], Sun Mar 17 06:09:35 2019 UTC (5 years ago) by tnn
Branch: MAIN
Changes since 1.63: +37 -2 lines
Diff to previous 1.63 (colored) to selected 1.7.4.3 (colored)

import the Spleen wscons fonts from OpenBSD

Spleen is a 2-clause BSD licensed font set designed by Frederic Cambus.
The 5x8 font is designed for low resolution displays, but the font
comes in a variety of sizes suitable for larger display too.

Revision 1.62.2.1 / (download) - annotate - [select for diffs], Thu Sep 6 06:56:06 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored) next main 1.63 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.63 / (download) - annotate - [select for diffs], Mon Sep 3 16:29:34 2018 UTC (5 years, 6 months ago) by riastradh
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored) to selected 1.7.4.3 (colored)

Rename min/max -> uimin/uimax for better honesty.

These functions are defined on unsigned int.  The generic name
min/max should not silently truncate to 32 bits on 64-bit systems.
This is purely a name change -- no functional change intended.

HOWEVER!  Some subsystems have

	#define min(a, b)	((a) < (b) ? (a) : (b))
	#define max(a, b)	((a) > (b) ? (a) : (b))

even though our standard name for that is MIN/MAX.  Although these
may invite multiple evaluation bugs, these do _not_ cause integer
truncation.

To avoid `fixing' these cases, I first changed the name in libkern,
and then compile-tested every file where min/max occurred in order to
confirm that it failed -- and thus confirm that nothing shadowed
min/max -- before changing it.

I have left a handful of bootloaders that are too annoying to
compile-test, and some dead code:

cobalt ews4800mips hp300 hppa ia64 luna68k vax
acorn32/if_ie.c (not included in any kernels)
macppc/if_gm.c (superseded by gem(4))

It should be easy to fix the fallout once identified -- this way of
doing things fails safe, and the goal here, after all, is to _avoid_
silent integer truncations, not introduce them.

Maybe one day we can reintroduce min/max as type-generic things that
never silently truncate.  But we should avoid doing that for a while,
so that existing code has a chance to be detected by the compiler for
conversion to uimin/uimax without changing the semantics until we can
properly audit it all.  (Who knows, maybe in some cases integer
truncation is actually intended!)

Revision 1.55.2.1 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:37 2017 UTC (6 years, 3 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.55: +58 -20 lines
Diff to previous 1.55 (colored) next main 1.56 (colored) to selected 1.7.4.3 (colored)

update from HEAD

Revision 1.62 / (download) - annotate - [select for diffs], Sat Nov 4 08:33:28 2017 UTC (6 years, 4 months ago) by maya
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, jdolecek-ncqfixes-base, jdolecek-ncqfixes
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.61: +2 -14 lines
Diff to previous 1.61 (colored) to selected 1.7.4.3 (colored)

Don't test for failure of malloc(...,M_WAITOK), it cannot fail

Revision 1.59.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:43 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.59: +11 -2 lines
Diff to previous 1.59 (colored) next main 1.60 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.56.2.3 / (download) - annotate - [select for diffs], Mon Dec 5 10:55:20 2016 UTC (7 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.56.2.2: +11 -2 lines
Diff to previous 1.56.2.2 (colored) to branchpoint 1.56 (colored) next main 1.57 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD

Revision 1.61 / (download) - annotate - [select for diffs], Sun Nov 20 15:55:31 2016 UTC (7 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Changes since 1.60: +9 -2 lines
Diff to previous 1.60 (colored) to selected 1.7.4.3 (colored)

shiny new console font, use FONT_GO_MONO12x23

Revision 1.60 / (download) - annotate - [select for diffs], Sun Nov 20 15:44:40 2016 UTC (7 years, 4 months ago) by macallan
Branch: MAIN
Changes since 1.59: +4 -2 lines
Diff to previous 1.59 (colored) to selected 1.7.4.3 (colored)

add WSFONT_PREFER_ALPHA - for drivers that would rather render anti-aliased
fonts

Revision 1.56.2.2 / (download) - annotate - [select for diffs], Sat Jun 6 14:40:14 2015 UTC (8 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.56.2.1: +29 -11 lines
Diff to previous 1.56.2.1 (colored) to branchpoint 1.56 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD

Revision 1.59 / (download) - annotate - [select for diffs], Sat May 9 16:40:37 2015 UTC (8 years, 10 months ago) by mlelstv
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.58: +6 -5 lines
Diff to previous 1.58 (colored) to selected 1.7.4.3 (colored)

When searching for a best font also allow fonts too wide for the
desired display columns but penalize these against all narrower ones.

Revision 1.58 / (download) - annotate - [select for diffs], Sat Apr 18 11:23:58 2015 UTC (8 years, 11 months ago) by mlelstv
Branch: MAIN
Changes since 1.57: +25 -8 lines
Diff to previous 1.57 (colored) to selected 1.7.4.3 (colored)

add "best match" algorithm to wsfont and use this instead of a private
function in rasops.

Revision 1.56.2.1 / (download) - annotate - [select for diffs], Mon Apr 6 15:18:14 2015 UTC (8 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.56: +18 -2 lines
Diff to previous 1.56 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD

Revision 1.57 / (download) - annotate - [select for diffs], Sun Jan 25 20:09:42 2015 UTC (9 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20150406
Changes since 1.56: +18 -2 lines
Diff to previous 1.56 (colored) to selected 1.7.4.3 (colored)

add glass tty fonts as described in:
http://mail-index.netbsd.org/netbsd-users/2015/01/19/msg015669.html

Revision 1.56 / (download) - annotate - [select for diffs], Wed Nov 5 17:01:38 2014 UTC (9 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.55: +9 -2 lines
Diff to previous 1.55 (colored) to selected 1.7.4.3 (colored)

add FONT_DROID_SANS_MONO19x36, so we have something readable on
200+dpi displays

Revision 1.50.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:12 2012 UTC (11 years, 11 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.50: +49 -13 lines
Diff to previous 1.50 (colored) next main 1.51 (colored) to selected 1.7.4.3 (colored)

sync with head

Revision 1.54.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 18:03:50 2012 UTC (11 years, 11 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.54: +2 -9 lines
Diff to previous 1.54 (colored) next main 1.55 (colored) to selected 1.7.4.3 (colored)

Pull up following revision(s) (requested by macallan in ticket #169):
	sys/dev/wsfont/FreeMono_12x22.h: file removal
	sys/dev/wsfont/wsfont.c: revision 1.55
	sys/dev/wsfont/files.wsfont: revision 1.19
remove the FreeMono font for licensing reasons

Revision 1.50.12.2 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:34 2012 UTC (11 years, 11 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.50.12.1: +2 -9 lines
Diff to previous 1.50.12.1 (colored) to branchpoint 1.50 (colored) next main 1.51 (colored) to selected 1.7.4.3 (colored)

sync to latest -current.

Revision 1.55 / (download) - annotate - [select for diffs], Thu Apr 5 02:46:21 2012 UTC (11 years, 11 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, khorben-n900, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base10, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Changes since 1.54: +2 -9 lines
Diff to previous 1.54 (colored) to selected 1.7.4.3 (colored)

remove the FreeMono font for licensing reasons

Revision 1.50.12.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:35:17 2012 UTC (12 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.50: +56 -13 lines
Diff to previous 1.50 (colored) to selected 1.7.4.3 (colored)

merge to -current.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Jan 13 16:08:02 2012 UTC (12 years, 2 months ago) by macallan
Branch: MAIN
CVS Tags: netbsd-6-base, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.53: +4 -4 lines
Diff to previous 1.53 (colored) to selected 1.7.4.3 (colored)

make this compile again with rotation enabled

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jan 11 15:52:32 2012 UTC (12 years, 2 months ago) by macallan
Branch: MAIN
Changes since 1.52: +21 -35 lines
Diff to previous 1.52 (colored) to selected 1.7.4.3 (colored)

make rasops_init()'s font selection code a bit less boneheaded by:
- actually trying to pick a font which gets as close as possible to the
  requested terminal size
- accepting 0,0 as 'use system default' which can be changed by
   options RASOPS_DEFAULT_WIDTH=100
   options RASOPS_DEFAULT_HEIGHT=30
  default is 80x25
- putting alpha and bitmap fonts in the same list and making wsfont_find()
  aware of wether we support alpha fonts or not
- if supported, prefer alpha fonts over otherwise equally suitable bitmap
  fonts

Revision 1.52 / (download) - annotate - [select for diffs], Wed Dec 28 18:29:48 2011 UTC (12 years, 3 months ago) by macallan
Branch: MAIN
Changes since 1.51: +9 -2 lines
Diff to previous 1.51 (colored) to selected 1.7.4.3 (colored)

add a somewhat smaller Droid font
this was generated with a newer version of ttf2wsfont so diacritics are no
longer cut off

Revision 1.51 / (download) - annotate - [select for diffs], Thu Dec 22 05:01:15 2011 UTC (12 years, 3 months ago) by macallan
Branch: MAIN
Changes since 1.50: +54 -4 lines
Diff to previous 1.50 (colored) to selected 1.7.4.3 (colored)

add some pre-rendered anti-aliased fonts from pkgsrc:
- DejaVu Sans Mono from fonts/dejavu-ttf
- Droid Sans Mono from fonts/droid-ttf
- Free Mono from fonts/freefonts-ttf

Revision 1.45.22.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:54:20 2011 UTC (13 years ago) by rmind
Branch: rmind-uvmplock
Changes since 1.45.22.1: +26 -6 lines
Diff to previous 1.45.22.1 (colored) to branchpoint 1.45 (colored) next main 1.46 (colored) to selected 1.7.4.3 (colored)

sync with head

Revision 1.45.20.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:46:49 2010 UTC (13 years, 7 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.45.20.1: +84 -10 lines
Diff to previous 1.45.20.1 (colored) to branchpoint 1.45 (colored) next main 1.46 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Revision 1.44.44.2 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:18 2010 UTC (13 years, 7 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.44.44.1: +170 -17 lines
Diff to previous 1.44.44.1 (colored) to branchpoint 1.44 (colored) next main 1.45 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jul 22 13:23:02 2010 UTC (13 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, rmind-uvmplock-nbase, rmind-uvmplock-base, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.49: +18 -6 lines
Diff to previous 1.49 (colored) to selected 1.7.4.3 (colored)

In wsfont_rotate_cw_internal() and wsfont_rotate_ccw_internal(),
give a new name to rotated fonts so that 8x8 (and other X==Y) fonts
can be used properly on CW and CCW screens.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Jul 22 12:52:59 2010 UTC (13 years, 8 months ago) by tsutsui
Branch: MAIN
Changes since 1.48: +4 -10 lines
Diff to previous 1.48 (colored) to selected 1.7.4.3 (colored)

Umm, revert unintended changes.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Jul 22 12:48:00 2010 UTC (13 years, 8 months ago) by tsutsui
Branch: MAIN
Changes since 1.47: +18 -4 lines
Diff to previous 1.47 (colored) to selected 1.7.4.3 (colored)

Add VT220 8x8 font with ISO-8859-1 chars which is converted from
sys/arch/atari/dev/font_8x8.c.

Revision 1.45.22.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:46 2010 UTC (13 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.45: +148 -15 lines
Diff to previous 1.45 (colored) to selected 1.7.4.3 (colored)

sync with head

Revision 1.47 / (download) - annotate - [select for diffs], Tue May 4 04:53:59 2010 UTC (13 years, 10 months ago) by macallan
Branch: MAIN
Changes since 1.46: +62 -8 lines
Diff to previous 1.46 (colored) to selected 1.7.4.3 (colored)

add translation tables for ISO fonts in order to map unicode box drawing
characters to something else than whitespaces

Revision 1.45.20.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:55 2010 UTC (13 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.45: +88 -9 lines
Diff to previous 1.45 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Revision 1.46 / (download) - annotate - [select for diffs], Sat Apr 17 13:36:22 2010 UTC (13 years, 11 months ago) by nonaka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.45: +88 -9 lines
Diff to previous 1.45 (colored) to selected 1.7.4.3 (colored)

Added Sharp W-ZERO3 series support.

Revision 1.44.40.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:58 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.44: +2 -9 lines
Diff to previous 1.44 (colored) next main 1.45 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Revision 1.44.42.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:58 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.44: +2 -9 lines
Diff to previous 1.44 (colored) next main 1.45 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.44.44.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:17 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.44: +2 -9 lines
Diff to previous 1.44 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Apr 28 20:24:02 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, uebayasi-xip-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.44: +2 -9 lines
Diff to previous 1.44 (colored) to selected 1.7.4.3 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.38.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:53 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.38.2.2: +98 -2 lines
Diff to previous 1.38.2.2 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.43.2.1 / (download) - annotate - [select for diffs], Fri Feb 9 21:03:52 2007 UTC (17 years, 1 month ago) by ad
Branch: newlock2
Changes since 1.43: +98 -2 lines
Diff to previous 1.43 (colored) next main 1.44 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Feb 2 02:10:24 2007 UTC (17 years, 1 month ago) by ober
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, yamt-idlelwp, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, post-newlock2-merge, nick-net80211-sync-base, nick-net80211-sync, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, mjf-ufs-trans-base, mjf-ufs-trans, mjf-devfs-base, mjf-devfs, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, jmcneill-pm, jmcneill-base, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-socklock-base1, ad-audiomp-base, ad-audiomp
Branch point for: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Changes since 1.43: +98 -2 lines
Diff to previous 1.43 (colored) to selected 1.7.4.3 (colored)

Updates to allow Zaurus screen to rotate 90 degrees to a usable state with the keyboard. Patch from peter@ copied from OpenBSD. Feedback and OK from matt@

Revision 1.38.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:49:51 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.38.2.1: +20 -20 lines
Diff to previous 1.38.2.1 (colored) to branchpoint 1.38 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.40.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:56:07 2006 UTC (17 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.40: +21 -21 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.7.4.3 (colored)

sync with head

Revision 1.40.8.3 / (download) - annotate - [select for diffs], Sun Sep 3 15:25:13 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.40.8.2: +18 -18 lines
Diff to previous 1.40.8.2 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Aug 28 21:35:12 2006 UTC (17 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, rpaulo-netinet-merge-pcb-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm
Branch point for: newlock2
Changes since 1.42: +18 -18 lines
Diff to previous 1.42 (colored) to selected 1.7.4.3 (colored)

fix incomplete initializers

Revision 1.40.8.2 / (download) - annotate - [select for diffs], Fri Aug 11 15:45:33 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.40.8.1: +4 -4 lines
Diff to previous 1.40.8.1 (colored) to branchpoint 1.40 (colored) to selected 1.7.4.3 (colored)

sync with head

Revision 1.42 / (download) - annotate - [select for diffs], Sun Jul 16 06:32:42 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored) to selected 1.7.4.3 (colored)

Reordered the declaration-specifiers so that "inline" comes before
"int", which fixes a gcc warning.

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:08:23 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.38: +5 -5 lines
Diff to previous 1.38 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.40.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:46 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.7.4.3 (colored)

Sync with head.

Revision 1.40.10.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:26:41 2006 UTC (17 years, 11 months ago) by elad
Branch: elad-kernelauth
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.40.8.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:07:38 2006 UTC (18 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored) to selected 1.7.4.3 (colored)

sync with head.

Revision 1.40.12.1 / (download) - annotate - [select for diffs], Tue Mar 28 09:42:16 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.7.4.3 (colored)

Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Mar 17 03:21:57 2006 UTC (18 years ago) by chris
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, simonb-timecounters-base, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored) to selected 1.7.4.3 (colored)

Fix range to check to avoid a static buffer overrun, when
font->encoding == 4, which would cause access past the end of the encodings
array.

Fixes Coverity CID 1446.

Note that perhaps we should actually have an encoding line for
WSDISPLAY_FONTENC_ISO2 which is encoding 4.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Dec 24 23:41:34 2005 UTC (18 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored) to selected 1.7.4.3 (colored)

__inline__ -> inline

Revision 1.39 / (download) - annotate - [select for diffs], Sun Dec 11 12:24:12 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.7.4.3 (colored)

merge ktrace-lwp.

Revision 1.33.2.5 / (download) - annotate - [select for diffs], Thu Nov 10 14:08:44 2005 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.2.4: +6 -6 lines
Diff to previous 1.33.2.4 (colored) next main 1.34 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD. Here we go again...

Revision 1.38 / (download) - annotate - [select for diffs], Sun May 29 22:18:25 2005 UTC (18 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.37: +6 -6 lines
Diff to previous 1.37 (colored) to selected 1.7.4.3 (colored)

- add const
- avoid variable shadowing.

Revision 1.36.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:20 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.36: +36 -36 lines
Diff to previous 1.36 (colored) next main 1.37 (colored) to selected 1.7.4.3 (colored)

sync with -current

Revision 1.36.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:36:02 2005 UTC (19 years ago) by yamt
Branch: yamt-km
Changes since 1.36: +36 -36 lines
Diff to previous 1.36 (colored) next main 1.37 (colored) to selected 1.7.4.3 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.33.2.4 / (download) - annotate - [select for diffs], Fri Mar 4 16:51:15 2005 UTC (19 years ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.2.3: +36 -36 lines
Diff to previous 1.33.2.3 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.37 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:52 2005 UTC (19 years, 1 month ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, kent-audio2-base
Changes since 1.36: +36 -36 lines
Diff to previous 1.36 (colored) to selected 1.7.4.3 (colored)

nuke trailing whitespace

Revision 1.33.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:34:32 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.2.2: +2 -2 lines
Diff to previous 1.33.2.2 (colored) to selected 1.7.4.3 (colored)

Fix the sync with head I botched.

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:52:25 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.2.1: +0 -0 lines
Diff to previous 1.33.2.1 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:52:13 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33: +26 -7 lines
Diff to previous 1.33 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD

Revision 1.36 / (download) - annotate - [select for diffs], Fri Apr 23 21:29:16 2004 UTC (19 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.7.4.3 (colored)

use bounded string ops

Revision 1.35 / (download) - annotate - [select for diffs], Mon Dec 15 15:13:55 2003 UTC (20 years, 3 months ago) by tsutsui
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.34: +7 -6 lines
Diff to previous 1.34 (colored) to selected 1.7.4.3 (colored)

Use aprint_debug() instead of aprint_normal() for debug info.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jul 14 18:30:41 2003 UTC (20 years, 8 months ago) by uwe
Branch: MAIN
Changes since 1.33: +20 -2 lines
Diff to previous 1.33 (colored) to selected 1.7.4.3 (colored)

Add vt220 8x10 koi8-r/koi8-u fonts so that I can read mail using
Jornada 680 console.

XXX: The fonts are marked WSDISPLAY_FONTENC_ISO, which is wrong, but
at least makes the alphabet available.  Line-drawing is all broken.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 10 14:28:21 2003 UTC (21 years, 1 month ago) by jdolecek
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored) to selected 1.7.4.3 (colored)

undo constification of 'data' for wsdisplay font - unfortunately we need
to be able to adjust the font to display adapter needs very soon (in consinit()),
so it's not possible to do font copy

Revision 1.32 / (download) - annotate - [select for diffs], Sun Feb 9 18:40:31 2003 UTC (21 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.31: +12 -6 lines
Diff to previous 1.31 (colored) to selected 1.7.4.3 (colored)

wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new font
also if the font is static (and thus it's 'data' point to const/text location) -
later call to wsfont_rev{bit,byte}() needs to change the font data in-place
print info about the font copy when it's made

problem pointed out by Matthias Drochner

Revision 1.31 / (download) - annotate - [select for diffs], Sun Feb 9 10:29:38 2003 UTC (21 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.30: +17 -13 lines
Diff to previous 1.30 (colored) to selected 1.7.4.3 (colored)

make 'name' and 'data' of struct wsdisplay_font const, mark data arrays
in font sources const

Revision 1.18.2.8 / (download) - annotate - [select for diffs], Wed Jan 15 18:44:28 2003 UTC (21 years, 2 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.18.2.7: +18 -2 lines
Diff to previous 1.18.2.7 (colored) next main 1.19 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jan 12 13:12:42 2003 UTC (21 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base
Changes since 1.29: +18 -2 lines
Diff to previous 1.29 (colored) to selected 1.7.4.3 (colored)

Add entries for vt220l8x16 and vt220iso8x16.

Revision 1.18.2.7 / (download) - annotate - [select for diffs], Fri Oct 18 02:44:46 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.2.6: +1 -1 lines
Diff to previous 1.18.2.6 (colored) to selected 1.7.4.3 (colored)

Catch up to -current.

Revision 1.20.2.5 / (download) - annotate - [select for diffs], Thu Oct 10 18:42:57 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: kqueue
Changes since 1.20.2.4: +3 -3 lines
Diff to previous 1.20.2.4 (colored) next main 1.21 (colored) to selected 1.7.4.3 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.29 / (download) - annotate - [select for diffs], Fri Sep 27 15:37:41 2002 UTC (21 years, 6 months ago) by provos
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored) to selected 1.7.4.3 (colored)

remove trailing \n in panic().  approved perry.

Revision 1.20.2.4 / (download) - annotate - [select for diffs], Sun Jun 16 19:57:49 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.20.2.3: +6 -4 lines
Diff to previous 1.20.2.3 (colored) to selected 1.7.4.3 (colored)

catch up with -current

Revision 1.18.2.6 / (download) - annotate - [select for diffs], Mon Apr 1 07:47:47 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.2.5: +261 -301 lines
Diff to previous 1.18.2.5 (colored) to selected 1.7.4.3 (colored)

Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 21 03:26:55 2002 UTC (22 years ago) by enami
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) to selected 1.7.4.3 (colored)

- Allocate enough space to hold an object.
- No need to request to zero clear when we overwrite soon.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Mar 20 12:18:56 2002 UTC (22 years ago) by ad
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored) to selected 1.7.4.3 (colored)

Add missing structure member copies in wsfont_add0().

Revision 1.26 / (download) - annotate - [select for diffs], Mon Mar 18 14:35:20 2002 UTC (22 years ago) by uch
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored) to selected 1.7.4.3 (colored)

include sys/queue.h.

Revision 1.20.2.3 / (download) - annotate - [select for diffs], Sat Mar 16 16:01:45 2002 UTC (22 years ago) by jdolecek
Branch: kqueue
Changes since 1.20.2.2: +260 -302 lines
Diff to previous 1.20.2.2 (colored) to selected 1.7.4.3 (colored)

Catch up with -current.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 13 15:05:13 2002 UTC (22 years ago) by ad
Branch: MAIN
Changes since 1.24: +136 -187 lines
Diff to previous 1.24 (colored) to selected 1.7.4.3 (colored)

Reorganise the wsfont stuff slightly so that multiple display adapters
with different bit/byte order requirements can co-exist happily.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 13 10:42:56 2002 UTC (22 years ago) by ad
Branch: MAIN
Changes since 1.23: +140 -131 lines
Diff to previous 1.23 (colored) to selected 1.7.4.3 (colored)

Clean up.

Revision 1.20.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:59:21 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.20.2.1: +19 -37 lines
Diff to previous 1.20.2.1 (colored) to selected 1.7.4.3 (colored)

Sync kqueue branch with -current.

Revision 1.18.2.5 / (download) - annotate - [select for diffs], Tue Jan 8 00:32:27 2002 UTC (22 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.2.4: +2 -3 lines
Diff to previous 1.18.2.4 (colored) to selected 1.7.4.3 (colored)

Catch up to -current.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 15 09:48:19 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored) to selected 1.7.4.3 (colored)

don't need <sys/types.h> when including <sys/param.h>

Revision 1.18.2.4 / (download) - annotate - [select for diffs], Mon Oct 22 20:41:50 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.2.3: +19 -36 lines
Diff to previous 1.18.2.3 (colored) to selected 1.7.4.3 (colored)

Catch up to -current.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Oct 13 16:05:42 2001 UTC (22 years, 5 months ago) by augustss
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache
Changes since 1.21: +19 -36 lines
Diff to previous 1.21 (colored) to selected 1.7.4.3 (colored)

ANSIfy.

Revision 1.18.2.3 / (download) - annotate - [select for diffs], Fri Sep 21 22:36:21 2001 UTC (22 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.2.2: +35 -23 lines
Diff to previous 1.18.2.2 (colored) to selected 1.7.4.3 (colored)

Catch up to -current.

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Thu Sep 13 01:16:15 2001 UTC (22 years, 6 months ago) by thorpej
Branch: kqueue
Changes since 1.20: +35 -23 lines
Diff to previous 1.20 (colored) to selected 1.7.4.3 (colored)

Update the kqueue branch to HEAD.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Sep 3 17:04:11 2001 UTC (22 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Changes since 1.20: +35 -23 lines
Diff to previous 1.20 (colored) to selected 1.7.4.3 (colored)

make dynamic font addition usable,
export font matching function for common use

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Thu Jun 21 20:06:37 2001 UTC (22 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.2.1: +3 -3 lines
Diff to previous 1.18.2.1 (colored) to selected 1.7.4.3 (colored)

Catch up to -current.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jun 12 00:57:10 2001 UTC (22 years, 9 months ago) by uwe
Branch: MAIN
Branch point for: kqueue
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.7.4.3 (colored)

In wsfont_map_unichar: when checking that 'lo' is within 'map2' range,
compare 'lo', not 'hi' (only partially edited cut-n-paste it seems).

Revision 1.7.4.6 / (download) - annotate - [select for diffs], Sat Apr 21 17:50:19 2001 UTC (22 years, 11 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.7.4.5: +3 -55 lines
Diff to previous 1.7.4.5 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 01:57:49 2001 UTC (22 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18: +3 -55 lines
Diff to previous 1.18 (colored) to selected 1.7.4.3 (colored)

Catch up with -current.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 31 00:14:32 2001 UTC (23 years ago) by enami
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.18: +3 -55 lines
Diff to previous 1.18 (colored) to selected 1.7.4.3 (colored)

WSDISPLAY_FONTENC_SONY is gone.

Revision 1.7.4.5 / (download) - annotate - [select for diffs], Mon Mar 12 13:31:34 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.7.4.4: +5 -5 lines
Diff to previous 1.7.4.4 (colored) to branchpoint 1.7 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Feb 24 00:03:12 2001 UTC (23 years, 1 month ago) by cgd
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored) to selected 1.7.4.3 (colored)

Avoid sequence point issues.

Revision 1.7.4.4 / (download) - annotate - [select for diffs], Sun Feb 11 19:16:39 2001 UTC (23 years, 1 month ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.7.4.3: +292 -3 lines
Diff to previous 1.7.4.3 (colored) to branchpoint 1.7 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 7 13:59:24 2001 UTC (23 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored) to selected 1.7.4.3 (colored)

Fix duplicate cookie.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Feb 2 06:00:38 2001 UTC (23 years, 2 months ago) by marcus
Branch: MAIN
Changes since 1.15: +291 -2 lines
Diff to previous 1.15 (colored) to selected 1.7.4.3 (colored)

Added a function to remap Unicode character to font glyph index.

Revision 1.7.4.3 / (download) - annotate - [selected], Fri Dec 8 09:12:49 2000 UTC (23 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.7.4.2: +8 -0 lines
Diff to previous 1.7.4.2 (colored) to branchpoint 1.7 (colored)

Sync with HEAD.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 24 15:47:15 2000 UTC (23 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.14: +10 -2 lines
Diff to previous 1.14 (colored) to selected 1.7.4.3 (colored)

Add another font from 4.4BSD-Lite2/luna68k.

Revision 1.7.4.2 / (download) - annotate - [select for diffs], Wed Nov 22 16:05:13 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.7.4.1: +18 -2 lines
Diff to previous 1.7.4.1 (colored) to branchpoint 1.7 (colored) to selected 1.7.4.3 (colored)

Sync with HEAD.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 21 11:44:45 2000 UTC (23 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.13: +18 -2 lines
Diff to previous 1.13 (colored) to selected 1.7.4.3 (colored)

Add a couple of fonts used on Sony NEWS.
Generated from (recently removed) sys/arch/newsmips/dev/fnt{,24}.c.

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Mon Nov 20 11:43:40 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.7: +62 -64 lines
Diff to previous 1.7 (colored) to selected 1.7.4.3 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 17:08:55 2000 UTC (23 years, 9 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.7.4.3 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 13 13:37:06 2000 UTC (23 years, 9 months ago) by ad
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.7.4.3 (colored)

Use my proper name.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 7 03:25:46 2000 UTC (24 years, 2 months ago) by enami
Branch: MAIN
CVS Tags: minoura-xpg4dl-base, chs-ubc2-newbase
Branch point for: minoura-xpg4dl
Changes since 1.11: +8 -4 lines
Diff to previous 1.11 (colored) to selected 1.7.4.3 (colored)

Restore the system priority level on error return.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 5 18:44:26 2000 UTC (24 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.10: +15 -17 lines
Diff to previous 1.10 (colored) to selected 1.7.4.3 (colored)

Add two new members to 'struct wsdisplay_font': 'bitorder' and 'byteorder'.

Revision 1.7.8.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:35:49 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.7: +44 -48 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.7.4.3 (colored)

Pull up to last week's -current.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 14 22:35:17 1999 UTC (24 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.9: +4 -8 lines
Diff to previous 1.9 (colored) to selected 1.7.4.3 (colored)

- Squash a few stylish nits.
- Move font flags to wsfont.h. There is a point to this. I'll remember soon.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 4 13:35:42 1999 UTC (24 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.8: +26 -42 lines
Diff to previous 1.8 (colored) to selected 1.7.4.3 (colored)

- Stylistic cleanup.
- Make ifndef'ed out bits look less like a statement of intent.

Revision 1.7.6.1 / (download) - annotate - [select for diffs], Mon Nov 15 00:41:46 1999 UTC (24 years, 4 months ago) by fvdl
Branch: fvdl-softdep
Changes since 1.7: +18 -2 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.7.4.3 (colored)

Sync with -current

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 2 10:25:23 1999 UTC (24 years, 5 months ago) by takemura
Branch: MAIN
CVS Tags: fvdl-softdep-base, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.7: +18 -2 lines
Diff to previous 1.7 (colored) to selected 1.7.4.3 (colored)

Add new font sets - VT220 8x8 and 8x10.
I brought them from arch/i386/isa/pcvt/Util/fonts.
You can specify FONT_VT220L8x8 or FONT_VT220L8x10 in a configuration file.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:19:41 1999 UTC (24 years, 9 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.7.4.3 (colored)

Sync w/ -current.

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 18 21:51:58 1999 UTC (24 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: chs-ubc2-base
Branch point for: wrstuden-devbsize, thorpej_scsipi, fvdl-softdep, chs-ubc2
Changes since 1.6: +25 -16 lines
Diff to previous 1.6 (colored) to selected 1.7.4.3 (colored)

Assign ownership & copyright to TNF. There is probably a procedure for this
that I am unaware of. Also some KNF.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 26 23:41:57 1999 UTC (24 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.5: +12 -12 lines
Diff to previous 1.5 (colored) to selected 1.7.4.3 (colored)

Bump WSFONT_L2R/R2L by +1 so 0 can mean no specific order is required.
Change entry for QVSS to match bitorder.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 26 04:24:22 1999 UTC (24 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.4: +5 -6 lines
Diff to previous 1.4 (colored) to selected 1.7.4.3 (colored)

Change WSFONT_LITTLE/WSFONT_BIG to WSFONT_L2R/WSFONT_R2L to reduce possible
confusion.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 14 23:06:26 1999 UTC (24 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.3: +8 -13 lines
Diff to previous 1.3 (colored) to selected 1.7.4.3 (colored)

Replace qvss8x15 with version from NetBSD/vax, which contains the full ISO
character set.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 14 18:25:47 1999 UTC (24 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.2: +2 -7 lines
Diff to previous 1.2 (colored) to selected 1.7.4.3 (colored)

Remove courier11x18 due to licensing concerns. Fixup license on lucida16x29.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 13 00:40:11 1999 UTC (24 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.1: +16 -24 lines
Diff to previous 1.1 (colored) to selected 1.7.4.3 (colored)

Fixed licensing due to a foobar on my behalf.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 13 00:24:14 1999 UTC (24 years, 11 months ago) by ad
Branch: MAIN
Diff to selected 1.7.4.3 (colored)

Initial import of wsfont, an in-kernel font table for wscons/rcons.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>