Home | History | Annotate | Download | only in libsa
History log of /src/sys/arch/mvme68k/stand/libsa/bugdev.c
RevisionDateAuthorComments
 1.12  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.11  12-Jan-2008  tsutsui branches: 1.11.6; 1.11.8; 1.11.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.10  11-Dec-2005  christos branches: 1.10.50; 1.10.56; 1.10.64;
merge ktrace-lwp.
 1.9  03-Jul-2005  he branches: 1.9.2;
Make the bugscopen() function match it's prototype.
 1.8  28-Jun-2005  junyoung #include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
 1.7  28-Jun-2005  junyoung ANSI, KNF, etc.
 1.6  07-Jul-2001  scw branches: 1.6.8; 1.6.24;
bcopy -> memcpy
bzero -> memset
bcmp -> memcmp (note that the MI libsa's memcmp() still calls bcmp()...)
 1.5  05-Sep-1998  pk Assign my copyrights to TNF.
 1.4  01-Aug-1998  scw Changes to keep lint happy.
In particular, fix some Makefiles so the include
paths are passed to lint.
 1.3  11-Jun-1998  scw Use DEV_BSIZE in place of MAXBSIZE for the static 'iobuf' in devopen().
Use of the latter caused the 1st and 2nd stage boot loaders to occupy
over 64k of memory. This caused them to fail on a 4Mb mvme147 since
they are loaded at 0x3f0000.
Reported by Kristen A. McIntyre and Maxime Kurkdjian.
 1.2  17-Dec-1997  scw Grok boot partition argument delimited by a colon. Force RB_ASKNAME
when partition argument is present.
 1.1  17-May-1996  chuck branches: 1.1.16;
bugdev.c: from Dale Rahn (bug device access)
exec_mvme.c: from sun3 port, adapted by me. I also fixed a bug that
prevented ZMAGIC kernels from running.
libsa.h: new file by me
parse_args.c: by Theo de Raadt from OpenBSD with slight revisions from by me
to make it fit the new format.
 1.1.16.1  18-Jul-1998  mellon Pull up 1.2 and 1.3 (scw)
 1.6.24.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.6.8.2  07-Jul-2001  scw bcopy -> memcpy
bzero -> memset
bcmp -> memcmp (note that the MI libsa's memcmp() still calls bcmp()...)
 1.6.8.1  07-Jul-2001  scw file bugdev.c was added on branch nathanw_sa on 2001-07-07 09:06:45 +0000
 1.9.2.1  21-Jan-2008  yamt sync with head
 1.10.64.1  19-Jan-2008  bouyer Sync with HEAD
 1.10.56.1  18-Feb-2008  mjf Sync with HEAD.
 1.10.50.1  23-Mar-2008  matt sync with HEAD
 1.11.10.1  16-May-2008  yamt sync with head.
 1.11.8.1  18-May-2008  yamt sync with head.
 1.11.6.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed