Home | History | Annotate | Download | only in wrtvid
History log of /src/sys/arch/mvme68k/stand/wrtvid/wrtvid.c
RevisionDateAuthorComments
 1.10  06-May-2021  rin PR port-mvme68k/56146

Build wrtvid as tools.
 1.9  08-Jan-2019  rin branches: 1.9.16;
Include unistd.h for write(2) and close(2).
 1.8  28-Apr-2008  martin branches: 1.8.86; 1.8.88;
Remove clause 3 and 4 from TNF licenses
 1.7  12-Jan-2008  tsutsui branches: 1.7.6; 1.7.8; 1.7.10;
Misc cleanup:
- KNF, ANSIfy, remove __P()
- use __func__ to print function names
- use __arraycount()
- include "ioconf.h" for struct cfdriver
- u_intNN_t -> uintNN_t
- wrap long lines
etc.
 1.6  24-Mar-2002  scw branches: 1.6.26; 1.6.88; 1.6.94; 1.6.102;
Round VID_OSL to be a multiple of 32 * 256byte blocks.
 1.5  23-Jan-2002  scw Completely re-write wrtvid.c to make it usable during a cross-build.
Instead of parsing the 1st stage booter in wrtvid, use objcopy to
generate a binary image, leaving wrtvid to create the VID/CFG block.
 1.4  19-Oct-2001  scw branches: 1.4.4;
Use the entry-point returned from the first call to loadfile()
instead of the one from the second call (which has a non-zero
offset included in it).

Fixes port-mvme68k/14292 from Ken Seefried.
 1.3  07-Jul-2001  scw branches: 1.3.2;
bcopy -> memcpy
bzero -> memset
bcmp -> memcmp (note that the MI libsa's memcmp() still calls bcmp()...)
 1.2  04-Dec-2000  scw Make this work with the ELF tape bootloader.
 1.1  17-May-1996  chuck branches: 1.1.32;
wrtvid by Dale Rahn.
 1.1.32.1  08-Dec-2000  bouyer Sync with HEAD.
 1.3.2.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.2.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.3.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.4.3  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.4.4.2  28-Feb-2002  nathanw Catch up to -current.
 1.4.4.1  19-Oct-2001  nathanw file wrtvid.c was added on branch nathanw_sa on 2002-02-28 04:10:55 +0000
 1.6.102.1  19-Jan-2008  bouyer Sync with HEAD
 1.6.94.1  18-Feb-2008  mjf Sync with HEAD.
 1.6.88.1  23-Mar-2008  matt sync with HEAD
 1.6.26.1  21-Jan-2008  yamt sync with head
 1.7.10.1  16-May-2008  yamt sync with head.
 1.7.8.1  18-May-2008  yamt sync with head.
 1.7.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.8.88.1  10-Jun-2019  christos Sync with HEAD
 1.8.86.1  18-Jan-2019  pgoyette Synch with HEAD
 1.9.16.1  13-May-2021  thorpej Sync with HEAD.

RSS XML Feed