Home | History | Annotate | Download | only in libtos
History log of /src/sys/arch/atari/stand/tostools/libtos/cread.c
RevisionDateAuthorComments
 1.10  31-Mar-2009  tsutsui Remove extra whitespace added by a dumb tool.
 1.9  18-Mar-2009  cegger bcopy -> memcpy
 1.8  18-Mar-2009  cegger bzero -> memset
 1.7  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.6  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.5  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.4  11-Dec-2005  christos branches: 1.4.78; 1.4.86; 1.4.92;
merge ktrace-lwp.
 1.3  24-Mar-2004  drochner remove license clauses 3 and 4 from my cpoyright notices
 1.2  24-Feb-2002  leo branches: 1.2.16;
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  11-Oct-2001  leo branches: 1.1.4; 1.1.6;
Second pass of the bootloader reworking. Everything works from the
TOS/MiNT side now.
 1.1.6.3  16-Mar-2002  jdolecek Catch up with -current.
 1.1.6.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.6.1  11-Oct-2001  thorpej file cread.c was added on branch kqueue on 2002-01-10 19:40:24 +0000
 1.1.4.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.4.1  11-Oct-2001  nathanw file cread.c was added on branch nathanw_sa on 2002-02-28 04:08:32 +0000
 1.2.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.16.1  03-Aug-2004  skrll Sync with HEAD
 1.4.92.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.4.86.1  28-Apr-2009  skrll Sync with HEAD.
 1.4.78.1  04-May-2009  yamt sync with head.

RSS XML Feed