Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/hpcmips/conf/NULLCONF
RevisionDateAuthorComments
 1.24  30-Aug-2015  uebayasi A makeoptions `DEFWARNINGS', forcibly disabling all ${CC} warnings, is only
used by hpcmips's NULLCONF, which doesn't even build for other causes.

If some source doen't build and needs a workaround, that should be deal with
by modifying per-file ${CC} options (e.g. COPTS.foo.c+=-fno-xxx). Let's not
use DEFWARNINGS any longer.
 1.23  21-Aug-2015  uebayasi Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file xxx.c a|b')
is a bad idea.)
 1.22  07-Dec-2005  tsutsui branches: 1.22.122; 1.22.142;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.21  18-Feb-2005  dsl branches: 1.21.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.20  10-Nov-2004  christos branches: 1.20.4; 1.20.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.19  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.18  15-Apr-2004  tv Move -mips2 to CPUFLAGS in each kernel config file as suggested by mrg.
This matches the way other ports specify default CPU codegen options.
 1.17  27-Nov-2002  shin branches: 1.17.6; 1.17.8;
comment 'makeoptions DEFGP="-G nn"' to resolve gp-size overflow.
even NULLCONF requires "-G 0".
fix PR kern/19184.
 1.16  22-Jun-2002  ross a "no" token was added recently, so we must now quote any "no" symbols
no => "no"
 1.15  17-Jun-2002  lukem Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.14  25-Apr-2002  atatat branches: 1.14.2; 1.14.4;
Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.
 1.13  26-Jan-2002  takemura Adjusted GP size.
 1.12  02-Jan-2002  uch VR41XX/TX3922 common kernel.
 1.11  11-Dec-2001  shin compilation fix.
 1.10  20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.9  11-Apr-2001  sato branches: 1.9.2; 1.9.8;
opt_vr41x1.h -> opt_vr41xx.h.
add 'options VR41XX' and kill 'options VR41X1'.

add 'options VR4101' (not yet supported)
add 'options VR4102'
add 'options VR4111'
add 'options VR4121'
add 'options VR4122' (not yet supported)
add 'options VR4181' (not yet supported)
these are for config level size optimization.
currenty, no optimization codes are exist.
NOTE: there are some incompatibility in VR4181 & VR4101 &
VR4102,4111,4121 group & VR4122.

GENERIC (for VR41XX series) has options VR4102, VR4111, VR4121.
 1.8  27-Sep-2000  shin branches: 1.8.2;
apply 'hpckbd' change.
 1.7  16-Mar-2000  shin add 'makeoptions CWARNFLAGS=""' to override CWARNFLAGS?= -Werror.
 1.6  14-Mar-2000  uch sync with fb->hpcfb, btnmgr changes.
 1.5  12-Feb-2000  shin delete NKMEMCLUSTERS from configuration files.
 1.4  09-Jan-2000  shin add options for sysinst (memory disk size etc.)
 1.3  21-Nov-1999  shin add wscons to compile
 1.2  25-Sep-1999  shin branches: 1.2.2; 1.2.8;
[new options]

options MIPS3_4100 /* VR4100 core */
options MIPS_16K_PAGE /* enable kernel support for 16k pages */
options SOFTFLOAT /* No FPU; avoid touching FPU registers */
 1.1  16-Sep-1999  takemura branches: 1.1.1;
Initial revision
 1.1.1.1  16-Sep-1999  takemura Import NetBSD/hpcmips source files from hpcmips repository.
file list:
sys/arch/hpcmips/
distrib/hpcmips/
etc/etc.hpcmips/
lib/libc/arch/mips/fplib/
lib/libc/arch/mips/fplib/Makefile.inc
lib/libc/arch/mips/fplib/environment.h
lib/libc/arch/mips/fplib/fplib_glue.c
lib/libc/arch/mips/fplib/fplib_libc.c
lib/libc/arch/mips/fplib/hpcmips-gcc.h
lib/libc/arch/mips/fplib/softfloat-macros.h
lib/libc/arch/mips/fplib/softfloat-specialize.h
lib/libc/arch/mips/fplib/softfloat.c
lib/libc/arch/mips/fplib/softfloat.h
lib/libc/arch/mips/gen/ieee.h
lib/libc/arch/mips/gen/sf_fabs.c
lib/libc/arch/mips/gen/sf_flt_rounds.c
lib/libc/arch/mips/gen/sf_fpgetmask.c
lib/libc/arch/mips/gen/sf_fpgetround.c
lib/libc/arch/mips/gen/sf_fpgetsticky.c
lib/libc/arch/mips/gen/sf_fpsetmask.c
lib/libc/arch/mips/gen/sf_fpsetround.c
lib/libc/arch/mips/gen/sf_fpsetsticky.c
lib/libc/arch/mips/gen/sf_isinf.c
lib/libc/arch/mips/gen/sf_ldexp.c
lib/libc/arch/mips/gen/sf_modf.c
 1.2.8.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.2.2.2  21-Apr-2001  bouyer Sync with HEAD
 1.2.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.8.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.9.8.7  11-Dec-2002  thorpej Sync with HEAD.
 1.9.8.6  01-Aug-2002  nathanw Catch up to -current.
 1.9.8.5  20-Jun-2002  nathanw Catch up to -current.
 1.9.8.4  28-Feb-2002  nathanw Catch up to -current.
 1.9.8.3  11-Jan-2002  nathanw More catchup.
 1.9.8.2  08-Jan-2002  nathanw Catch up to -current.
 1.9.8.1  11-Apr-2001  nathanw file NULLCONF was added on branch nathanw_sa on 2002-01-08 00:24:57 +0000
 1.9.2.4  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.9.2.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.9.2.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.9.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.14.4.1  01-Aug-2002  lukem Pull up revision 1.15 (requested by lukem in ticket #312):
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.14.2.2  16-Jul-2002  gehenna catch up with -current.
 1.14.2.1  14-Jul-2002  gehenna catch up with -current.
 1.17.8.2  15-Jul-2004  he Pull up revision 1.19 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.17.8.1  18-Apr-2004  jmc Pullup rev 1.18 (requested by tv in ticket #147)

Move -mips2 to CPUFLAGS in each kernel config file.
 1.17.6.6  11-Dec-2005  christos Sync with head.
 1.17.6.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.17.6.4  14-Nov-2004  skrll Sync with HEAD.
 1.17.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.17.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.17.6.1  03-Aug-2004  skrll Sync with HEAD
 1.20.6.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.20.4.1  29-Apr-2005  kent sync with -current
 1.21.6.1  21-Jun-2006  yamt sync with head.
 1.22.142.1  22-Sep-2015  skrll Sync with HEAD
 1.22.122.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed