Home | History | Annotate | only in /src/sys/arch/atari/stand/tostools/aptck
History log of /src/sys/arch/atari/stand/tostools/aptck
RevisionDateAuthorComments
 1.4 19-Oct-2008  apb Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
 1.3 24-Feb-2002  leo branches: 1.3.118; 1.3.122; 1.3.128;
Move some disk I/O and disklabel functions into the library. The code
mostly originated from aptck. Need an extra pass over aptck to cut out all
functionality now moved to the library...
 1.2 16-Jan-1996  leo branches: 1.2.44; 1.2.48;
Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.1 07-Jan-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-1996  leo Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari
partition tables. (Waldi Ravens)
 1.2.48.1 28-Feb-2002  nathanw Catch up to -current.
 1.2.44.1 16-Mar-2002  jdolecek Catch up with -current.
 1.3.128.1 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.3.122.1 04-May-2009  yamt sync with head.
 1.3.118.1 17-Jan-2009  mjf Sync with HEAD.
 1.5 01-Oct-2011  chs fix build errors with gcc 4.5.
 1.4 20-Oct-2009  snj Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.
 1.3 26-Jul-2001  wiz branches: 1.3.6; 1.3.128;
auxilary -> auxiliary
 1.2 09-Feb-1996  leo branches: 1.2.44;
Catchup with the future.
 1.1 16-Jan-1996  leo Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.2.44.1 03-Aug-2001  lukem update to -current
 1.3.128.1 11-Mar-2010  yamt sync with head
 1.3.6.2 26-Jul-2001  wiz auxilary -> auxiliary
 1.3.6.1 26-Jul-2001  wiz file ahdilbl.h was added on branch nathanw_sa on 2001-07-26 23:07:58 +0000
 1.3 24-Feb-2002  leo Move some disk I/O and disklabel functions into the library. The code
mostly originated from aptck. Need an extra pass over aptck to cut out all
functionality now moved to the library...
 1.2 26-Jul-2001  wiz branches: 1.2.6;
auxilary -> auxiliary
 1.1 07-Jan-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-1996  leo branches: 1.1.1.1.44;
Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari
partition tables. (Waldi Ravens)
 1.1.1.1.44.2 16-Mar-2002  jdolecek Catch up with -current.
 1.1.1.1.44.1 03-Aug-2001  lukem update to -current
 1.2.6.2 28-Feb-2002  nathanw Catch up to -current.
 1.2.6.1 26-Jul-2001  nathanw file aptck.h was added on branch nathanw_sa on 2002-02-28 04:08:30 +0000
 1.1 07-Jan-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-1996  leo Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari
partition tables. (Waldi Ravens)
 1.2 24-Feb-2002  leo Move some disk I/O and disklabel functions into the library. The code
mostly originated from aptck. Need an extra pass over aptck to cut out all
functionality now moved to the library...
 1.1 07-Jan-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-1996  leo branches: 1.1.1.1.44; 1.1.1.1.48;
Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari
partition tables. (Waldi Ravens)
 1.1.1.1.48.1 28-Feb-2002  nathanw Catch up to -current.
 1.1.1.1.44.1 16-Mar-2002  jdolecek Catch up with -current.
 1.6 26-Mar-2014  christos kill sprintf
 1.5 18-Mar-2009  cegger branches: 1.5.12; 1.5.22; 1.5.26;
Ansify function definitions w/o arguments. Generated with sed.
 1.4 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.3 09-Feb-1996  leo branches: 1.3.170; 1.3.178; 1.3.184;
Catchup with the future.
 1.2 16-Jan-1996  leo Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.1 07-Jan-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-1996  leo Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari
partition tables. (Waldi Ravens)
 1.3.184.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.3.178.1 28-Apr-2009  skrll Sync with HEAD.
 1.3.170.1 04-May-2009  yamt sync with head.
 1.5.26.1 18-May-2014  rmind sync with head
 1.5.22.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.12.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2 16-Jan-1996  leo Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.1 07-Jan-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-1996  leo Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari
partition tables. (Waldi Ravens)
 1.2 16-Jan-1996  leo Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.1 07-Jan-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-1996  leo Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari
partition tables. (Waldi Ravens)
 1.6 14-Mar-2009  dsl ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.5 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.4 26-Jul-2001  wiz branches: 1.4.6; 1.4.128; 1.4.136; 1.4.142;
auxilary -> auxiliary
 1.3 09-Feb-1996  leo branches: 1.3.44;
Catchup with the future.
 1.2 20-Jan-1996  leo BBSIZE -> BBMINSIZE
 1.1 16-Jan-1996  leo Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.3.44.1 03-Aug-2001  lukem update to -current
 1.4.142.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.4.136.1 28-Apr-2009  skrll Sync with HEAD.
 1.4.128.1 04-May-2009  yamt sync with head.
 1.4.6.2 26-Jul-2001  wiz auxilary -> auxiliary
 1.4.6.1 26-Jul-2001  wiz file disklbl.c was added on branch nathanw_sa on 2001-07-26 23:07:58 +0000
 1.3 11-Dec-2005  christos merge ktrace-lwp.
 1.2 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.1 16-Jan-1996  leo branches: 1.1.64;
Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.1.64.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.64.2 18-Sep-2004  skrll Sync with HEAD.
 1.1.64.1 03-Aug-2004  skrll Sync with HEAD
 1.1 16-Jan-1996  leo Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.2 16-Jan-1996  leo Move things around a bit to make all names fit into the [8.3] namespace
of msdosfs.
 1.1 07-Jan-1996  leo branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-1996  leo Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari
partition tables. (Waldi Ravens)

RSS XML Feed