Home | History | Annotate | Download | only in bootst
History log of /src/sys/arch/mvme68k/stand/bootst/rawfs.c
RevisionDateAuthorComments
 1.11  21-Oct-2009  snj Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
 1.10  12-Jan-2008  tsutsui branches: 1.10.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.9  20-May-2006  mrg branches: 1.9.36; 1.9.42; 1.9.50;
change some variable types from int to size_t, since that's what libsa
dv_strategy() wants for the 6th argument.
 1.8  25-Jan-2006  christos branches: 1.8.2; 1.8.4; 1.8.6; 1.8.10; 1.8.12;
free -> dealloc
unsigned -> size_t for alloc/dealloc
 1.7  11-Dec-2005  christos branches: 1.7.2;
merge ktrace-lwp.
 1.6  28-Jun-2005  junyoung branches: 1.6.2;
#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
 1.5  24-Aug-2003  he Adapt to const-ification of the first arg of the open function of fs_ops.
 1.4  09-Nov-2001  scw branches: 1.4.16;
G/C some debug printfs inadvertently left in the last commit.
 1.3  09-Nov-2001  scw Implement just enough of an lseek() to keep loadfile_elf32() happy.
While I'm here, bump RAWFS_BSIZE up to 8192 since the installation
instructions use "bs=8k oconv=sync". My Archive Viper now streams
nicely while booting.
 1.2  07-Jul-2001  scw branches: 1.2.2; 1.2.6; 1.2.8;
bcopy -> memcpy
bzero -> memset
bcmp -> memcmp (note that the MI libsa's memcmp() still calls bcmp()...)
 1.1  28-May-1996  chuck branches: 1.1.2;
fix bootst (sync with sun3 tapeboot)
 1.1.2.2  28-May-1996  chuck fix bootst (sync with sun3 tapeboot)
 1.1.2.1  28-May-1996  chuck file rawfs.c was added on branch netbsd-1-2 on 1996-05-28 15:23:57 +0000
 1.2.8.2  08-Jan-2002  nathanw Catch up to -current.
 1.2.8.1  07-Jul-2001  nathanw file rawfs.c was added on branch nathanw_sa on 2002-01-08 00:26:36 +0000
 1.2.6.1  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.2.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.16.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.16.1  03-Aug-2004  skrll Sync with HEAD
 1.6.2.2  21-Jan-2008  yamt sync with head
 1.6.2.1  21-Jun-2006  yamt sync with head.
 1.7.2.1  01-Feb-2006  yamt sync with head.
 1.8.12.1  19-Jun-2006  chap Sync with head.
 1.8.10.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.8.6.1  24-May-2006  yamt sync with head.
 1.8.4.1  01-Jun-2006  kardel Sync with head.
 1.8.2.1  09-Sep-2006  rpaulo sync with head
 1.9.50.1  19-Jan-2008  bouyer Sync with HEAD
 1.9.42.1  18-Feb-2008  mjf Sync with HEAD.
 1.9.36.1  23-Mar-2008  matt sync with HEAD
 1.10.10.1  11-Mar-2010  yamt sync with head

RSS XML Feed