Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/bebox/stand/boot/wd.c
RevisionDateAuthorComments
 1.4  08-Jan-2019  jdolecek no need to include <machine/param.h> if <sys/param.h> already included
 1.3  02-Jan-2015  christos branches: 1.3.16; 1.3.18;
We have three sets of DTYPE_ constants in the kernel:
altq Drop Type
disklabel Disk Type
file Descriptor Type
(not to mention constants that contain the string DTYPE).
Let's make them two, by changing the disklabel one to be DisK TYPE since the
other disklabel constants seem to do that. Not many userland programs use
these constants (and the ones that they do are mostly in ifdefs). They will
be fixed shortly.
 1.2  17-Jul-2011  joerg branches: 1.2.12; 1.2.30;
Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.1  14-Oct-2010  kiyohara branches: 1.1.2; 1.1.8;
Support kernel load from IDE HDD with onboard wdc. like cobalt, sandpoint.
 1.1.8.2  05-Mar-2011  rmind sync with head
 1.1.8.1  14-Oct-2010  rmind file wd.c was added on branch rmind-uvmplock on 2011-03-05 20:49:46 +0000
 1.1.2.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.1.2.1  14-Oct-2010  uebayasi file wd.c was added on branch uebayasi-xip on 2010-10-22 07:21:09 +0000
 1.2.30.1  06-Apr-2015  skrll Sync with HEAD
 1.2.12.1  03-Dec-2017  jdolecek update from HEAD
 1.3.18.1  10-Jun-2019  christos Sync with HEAD
 1.3.16.1  18-Jan-2019  pgoyette Synch with HEAD

RSS XML Feed