Home | History | Annotate | only in /src/sys/arch/atari/stand/keymaps
History log of /src/sys/arch/atari/stand/keymaps
RevisionDateAuthorComments
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2;
Atari keyboard maps
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file Makefile was added on branch netbsd-1-2 on 1996-06-22 20:14:10 +0000
 1.8 29-May-2021  tsutsui Appease compiler warnings derived from ancient HOST files. PR/56187

Also fix misc styles and formats per KNF.
 1.7 04-May-2002  bjh21 branches: 1.7.218; 1.7.220;
<bsd.hostprog.mk> and <bsd.prog.mk> don't play nicely together. Since
<bsd.hostprog.mk> includes <bsd.files.mk> anyway, drop <bsd.prog.mk>.
 1.6 24-Apr-2002  lukem - in <bsd.files.mk>, don't clear FILES after using it, as that prevents
make -V FILES
from being useful (and given that every other variable can be
extracted using make -V, the behaviour was unusually inconsistent
given that the original reason for clearing it doesn't seem to be
relevant anymore)
- use <bsd.prog.mk> instead of directly including <bsd.files.mk>
(and possibly <bsd.man.mk> or <bsd.own.mk>)
- remove obsolete NOPROG
 1.5 15-Apr-2002  bjh21 Build the keymap-generating programs as hostprogs, since they're only run
on the host system and never installed.

Install the generated keymaps using <bsd.files.mk> rather than by hand, so
that all the UNPRIVED magic can work.
 1.4 15-Jul-1997  leo branches: 1.4.34; 1.4.38;
Install key-maps only and forget about the program generating them.
 1.3 15-Jul-1996  leo keymap -> keymaps
 1.2 22-Jun-1996  leo branches: 1.2.2;
s/keymaps/keymap/
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo Atari keyboard maps
 1.2.2.2 16-Jul-1996  jtc Pulled up from rev 1.3 by request from Leo Weppelman
 1.2.2.1 22-Jun-1996  jtc file Makefile.inc was added on branch netbsd-1-2 on 1996-07-16 01:02:18 +0000
 1.4.38.2 20-Jun-2002  nathanw Catch up to -current.
 1.4.38.1 17-Apr-2002  nathanw Catch up to -current.
 1.4.34.1 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.7.220.1 31-May-2021  cjep sync with head
 1.7.218.1 17-Jun-2021  thorpej Sync w/ HEAD.
 1.4 04-May-2018  christos remove bsd.hostinit.mk
 1.3 01-May-2018  christos Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
 1.2 15-Apr-2002  bjh21 branches: 1.2.200;
Build the keymap-generating programs as hostprogs, since they're only run
on the host system and never installed.

Install the generated keymaps using <bsd.files.mk> rather than by hand, so
that all the UNPRIVED magic can work.
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2; 1.1.1.1.44; 1.1.1.1.48;
Atari keyboard maps
 1.1.1.1.48.1 17-Apr-2002  nathanw Catch up to -current.
 1.1.1.1.44.1 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file Makefile was added on branch netbsd-1-2 on 1996-06-22 20:14:13 +0000
 1.2.200.2 21-May-2018  pgoyette Sync with HEAD
 1.2.200.1 02-May-2018  pgoyette Synch with HEAD
 1.4 29-May-2021  tsutsui Appease compiler warnings derived from ancient HOST files. PR/56187

Also fix misc styles and formats per KNF.
 1.3 18-Mar-2009  cegger branches: 1.3.80; 1.3.82;
Ansify function definitions w/o arguments. Generated with sed.
 1.2 07-Sep-2001  thomas branches: 1.2.4; 1.2.126; 1.2.134; 1.2.140;
Return a useful exit status.
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2; 1.1.1.1.42; 1.1.1.1.44;
Atari keyboard maps
 1.1.1.1.44.1 13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.1.1.1.42.1 01-Oct-2001  fvdl Catch up with -current.
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file de-kbdmap.c was added on branch netbsd-1-2 on 1996-06-22 20:14:13 +0000
 1.2.140.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.134.1 28-Apr-2009  skrll Sync with HEAD.
 1.2.126.1 04-May-2009  yamt sync with head.
 1.2.4.2 07-Sep-2001  thomas Return a useful exit status.
 1.2.4.1 07-Sep-2001  thomas file de-kbdmap.c was added on branch nathanw_sa on 2001-09-07 23:09:37 +0000
 1.3.82.1 31-May-2021  cjep sync with head
 1.3.80.1 17-Jun-2021  thorpej Sync w/ HEAD.
 1.4 04-May-2018  christos remove bsd.hostinit.mk
 1.3 01-May-2018  christos Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
 1.2 15-Apr-2002  bjh21 branches: 1.2.200;
Build the keymap-generating programs as hostprogs, since they're only run
on the host system and never installed.

Install the generated keymaps using <bsd.files.mk> rather than by hand, so
that all the UNPRIVED magic can work.
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2; 1.1.1.1.44; 1.1.1.1.48;
Atari keyboard maps
 1.1.1.1.48.1 17-Apr-2002  nathanw Catch up to -current.
 1.1.1.1.44.1 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file Makefile was added on branch netbsd-1-2 on 1996-06-22 20:14:12 +0000
 1.2.200.2 21-May-2018  pgoyette Sync with HEAD
 1.2.200.1 02-May-2018  pgoyette Synch with HEAD
 1.4 29-May-2021  tsutsui Appease compiler warnings derived from ancient HOST files. PR/56187

Also fix misc styles and formats per KNF.
 1.3 18-Mar-2009  cegger branches: 1.3.80; 1.3.82;
Ansify function definitions w/o arguments. Generated with sed.
 1.2 07-Sep-2001  thomas branches: 1.2.4; 1.2.126; 1.2.134; 1.2.140;
Return a useful exit status.
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2; 1.1.1.1.42; 1.1.1.1.44;
Atari keyboard maps
 1.1.1.1.44.1 13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.1.1.1.42.1 01-Oct-2001  fvdl Catch up with -current.
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file fr-kbdmap.c was added on branch netbsd-1-2 on 1996-06-22 20:14:12 +0000
 1.2.140.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.134.1 28-Apr-2009  skrll Sync with HEAD.
 1.2.126.1 04-May-2009  yamt sync with head.
 1.2.4.2 07-Sep-2001  thomas Return a useful exit status.
 1.2.4.1 07-Sep-2001  thomas file fr-kbdmap.c was added on branch nathanw_sa on 2001-09-07 23:09:38 +0000
 1.3.82.1 31-May-2021  cjep sync with head
 1.3.80.1 17-Jun-2021  thorpej Sync w/ HEAD.
 1.4 04-May-2018  christos remove bsd.hostinit.mk
 1.3 01-May-2018  christos Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
 1.2 15-Apr-2002  bjh21 branches: 1.2.200;
Build the keymap-generating programs as hostprogs, since they're only run
on the host system and never installed.

Install the generated keymaps using <bsd.files.mk> rather than by hand, so
that all the UNPRIVED magic can work.
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2; 1.1.1.1.44; 1.1.1.1.48;
Atari keyboard maps
 1.1.1.1.48.1 17-Apr-2002  nathanw Catch up to -current.
 1.1.1.1.44.1 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file Makefile was added on branch netbsd-1-2 on 1996-06-22 20:14:11 +0000
 1.2.200.2 21-May-2018  pgoyette Sync with HEAD
 1.2.200.1 02-May-2018  pgoyette Synch with HEAD
 1.4 29-May-2021  tsutsui Appease compiler warnings derived from ancient HOST files. PR/56187

Also fix misc styles and formats per KNF.
 1.3 18-Mar-2009  cegger branches: 1.3.80; 1.3.82;
Ansify function definitions w/o arguments. Generated with sed.
 1.2 07-Sep-2001  thomas branches: 1.2.4; 1.2.126; 1.2.134; 1.2.140;
Return a useful exit status.
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2; 1.1.1.1.42; 1.1.1.1.44;
Atari keyboard maps
 1.1.1.1.44.1 13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.1.1.1.42.1 01-Oct-2001  fvdl Catch up with -current.
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file uk-kbdmap.c was added on branch netbsd-1-2 on 1996-06-22 20:14:11 +0000
 1.2.140.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.134.1 28-Apr-2009  skrll Sync with HEAD.
 1.2.126.1 04-May-2009  yamt sync with head.
 1.2.4.2 07-Sep-2001  thomas Return a useful exit status.
 1.2.4.1 07-Sep-2001  thomas file uk-kbdmap.c was added on branch nathanw_sa on 2001-09-07 23:09:38 +0000
 1.3.82.1 31-May-2021  cjep sync with head
 1.3.80.1 17-Jun-2021  thorpej Sync w/ HEAD.
 1.4 04-May-2018  christos remove bsd.hostinit.mk
 1.3 01-May-2018  christos Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
 1.2 15-Apr-2002  bjh21 branches: 1.2.200;
Build the keymap-generating programs as hostprogs, since they're only run
on the host system and never installed.

Install the generated keymaps using <bsd.files.mk> rather than by hand, so
that all the UNPRIVED magic can work.
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2; 1.1.1.1.44; 1.1.1.1.48;
Atari keyboard maps
 1.1.1.1.48.1 17-Apr-2002  nathanw Catch up to -current.
 1.1.1.1.44.1 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file Makefile was added on branch netbsd-1-2 on 1996-06-22 20:14:12 +0000
 1.2.200.2 21-May-2018  pgoyette Sync with HEAD
 1.2.200.1 02-May-2018  pgoyette Synch with HEAD
 1.4 29-May-2021  tsutsui Appease compiler warnings derived from ancient HOST files. PR/56187

Also fix misc styles and formats per KNF.
 1.3 18-Mar-2009  cegger branches: 1.3.80; 1.3.82;
Ansify function definitions w/o arguments. Generated with sed.
 1.2 07-Sep-2001  thomas branches: 1.2.4; 1.2.126; 1.2.134; 1.2.140;
Return a useful exit status.
 1.1 22-Jun-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 22-Jun-1996  leo branches: 1.1.1.1.2; 1.1.1.1.42; 1.1.1.1.44;
Atari keyboard maps
 1.1.1.1.44.1 13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.1.1.1.42.1 01-Oct-2001  fvdl Catch up with -current.
 1.1.1.1.2.2 22-Jun-1996  leo Atari keyboard maps
 1.1.1.1.2.1 22-Jun-1996  leo file us-kbdmap.c was added on branch netbsd-1-2 on 1996-06-22 20:14:12 +0000
 1.2.140.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.134.1 28-Apr-2009  skrll Sync with HEAD.
 1.2.126.1 04-May-2009  yamt sync with head.
 1.2.4.2 07-Sep-2001  thomas Return a useful exit status.
 1.2.4.1 07-Sep-2001  thomas file us-kbdmap.c was added on branch nathanw_sa on 2001-09-07 23:09:38 +0000
 1.3.82.1 31-May-2021  cjep sync with head
 1.3.80.1 17-Jun-2021  thorpej Sync w/ HEAD.

RSS XML Feed