History log of /netbsd/sys/arch/atari/dev/grfabs.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 60e2ec70 06-Jan-2023 tsutsui <tsutsui@NetBSD.org>

TAB/spaces/indents cleanup.


# 41ba3596 12-Feb-2012 matt <matt@NetBSD.org>

Change old-style function defintions to C89 prototypes.

Approved by releng.


# 49883887 20-Oct-2009 snj <snj@NetBSD.org>

Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.


# c363a9cb 18-Mar-2009 cegger <cegger@NetBSD.org>

bzero -> memset


# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

show more ...


# 02cdf4d2 14-Mar-2009 dsl <dsl@NetBSD.org>

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# e803bea7 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 634dabec 04-Mar-2002 wiz <wiz@NetBSD.org>

possible has two s.


# 3b5c181c 04-Oct-1996 leo <leo@NetBSD.org>

Checkpointing my et4000 work. Note that the et-console will not be
functional until the minimal pci-support is checked in.


# 0e805391 16-Sep-1996 leo <leo@NetBSD.org>

Prepare for (soon to come) et4000 PCI console


# a91a46bc 08-Mar-1996 leo <leo@NetBSD.org>

When having a perfect match on the resolution, try to match the screen
depth as best we can.


# 7af927b5 23-Sep-1995 leo <leo@NetBSD.org>

Make sure the prototypes and inline definitions are included.


# eb9d1db5 04-Sep-1995 leo <leo@NetBSD.org>

Right align color values in the bytes.


# 9c9abeb6 20-Aug-1995 leo <leo@NetBSD.org>

Add Falcon video support. Thanks to Thomas Gerner.


# 02dd55ab 21-May-1995 leo <leo@NetBSD.org>

- Add grf_get_best_mode()
- Only update 'real' colormap when actually displaying
- Fix TT-HIGH video mode


# cd29a7f2 28-Apr-1995 leo <leo@NetBSD.org>

Better way to select a display mode?


# 36592a50 28-Mar-1995 leo <leo@NetBSD.org>

Make ite ioctl work and fixup the colormap stuff.


# 8b0113cf 26-Mar-1995 leo <leo@NetBSD.org>

NetBSD/Atari, port by Leo Weppelman.