Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/bebox/stand/boot/vga.c
RevisionDateAuthorComments
 1.10  18-Mar-2009  cegger Ansify function definitions w/o arguments. Generated with sed.
 1.9  14-Mar-2009  dsl 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.)
 1.8  26-May-2008  kiyohara branches: 1.8.6; 1.8.12;
Split boot/boot_com0/boot_vga.
boot supports framebuffer.
boot_com0 supports com0.
boot_vga supports vga, not frambuffer.
 1.7  11-Dec-2005  christos branches: 1.7.74; 1.7.76; 1.7.78; 1.7.80;
merge ktrace-lwp.
 1.6  28-Jun-2005  junyoung #include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
 1.5  28-Jun-2005  junyoung Remove trailing spaces.
 1.4  22-Jul-2001  wiz branches: 1.4.6; 1.4.22;
bcopy -> memmove
 1.3  28-Jun-1999  sakamoto branches: 1.3.16;
Use loadfile.
KNF
b* -> mem*
 1.2  15-Feb-1999  sakamoto branches: 1.2.4;
RCS ID police
 1.1  26-Oct-1998  sakamoto Support frame buffer console initialized by the BootRom of the BeBox.
But, NetBSD/bebox kernel doesn't support yet.
 1.2.4.1  01-Jul-1999  thorpej Sync w/ -current.
 1.3.16.1  03-Aug-2001  lukem update to -current
 1.4.22.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.6.2  22-Jul-2001  wiz bcopy -> memmove
 1.4.6.1  22-Jul-2001  wiz file vga.c was added on branch nathanw_sa on 2001-07-22 14:32:18 +0000
 1.7.80.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.7.78.1  04-May-2009  yamt sync with head.
 1.7.76.1  04-Jun-2008  yamt sync with head
 1.7.74.1  02-Jun-2008  mjf Sync with HEAD.
 1.8.12.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.6.1  28-Apr-2009  skrll Sync with HEAD.

RSS XML Feed