| History log of /src/sys/arch/pmax/conf |
| Revision | Date | Author | Comments |
| 1.4 | 01-Mar-1995 |
mycroft | Clean up deleted files.
|
| 1.3 | 14-Jan-1994 |
deraadt | netbsd-ify
|
| 1.2 | 14-Jan-1994 |
deraadt | s/vmunix/netbsd/
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.3 | 30-Jan-1996 |
jonathan | Remove config.old files for pmax. They should have been removed before the NetBSD-1.1 release, as they have not worked or been supported for some time.
|
| 1.2 | 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.1 | 24-Jul-1994 |
glass | make diskless work
|
| 1.13 | 15-Nov-1998 |
jonathan | Remove old model-specific config files.
|
| 1.12 | 26-Jun-1998 |
lukem | branches: 1.12.4; remove options FIFO; it's now the default
|
| 1.11 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.10 | 19-Apr-1998 |
jonathan | Rework pmax kernel config: * ibus (virtual bus for baseboard direct-attach deviecs) * 5100 support, using ibus * rename "clock" to mcclock for future support of Qbus machiens * use sys/dev/dec mcclock_pad32 machinery for pmax mcclock * reworked TC config code.
|
| 1.9 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.8 | 01-Dec-1997 |
kleink | Add COMPAT_13.
|
| 1.7 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.6 | 29-May-1997 |
mhitch | branches: 1.6.4; Use the generic root/swap in the model-specific configuration files.
|
| 1.5 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.4 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.3 | 16-Nov-1996 |
jonathan | branches: 1.3.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.2 | 16-Oct-1996 |
jonathan | Update model-specific pmax kernel config files for post-12 config: add arch/pmax/conf/ to includes, options MIPS1, etc.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.3.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.3.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.6.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.12.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.3 | 06-Jun-2000 |
nisimura | Withdraw this configuration. NetBSD/pmax GENERIC is now switched to MI SCSI.
|
| 1.2 | 28-May-2000 |
gmcgarry | Substitute bba for isdn placeholder.
|
| 1.1 | 19-Feb-2000 |
nisimura | branches: 1.1.2; Introduce MI SCSI codes; for DECstation 5000s only this moment. Disabled by default and needs arrangements in conf file to use it. See DS5000 as a sample.
|
| 1.1.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.11 | 15-Nov-1998 |
jonathan | Remove old model-specific config files.
|
| 1.10 | 26-Jun-1998 |
lukem | branches: 1.10.4; remove options FIFO; it's now the default
|
| 1.9 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.8 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.7 | 01-Dec-1997 |
kleink | Add COMPAT_13.
|
| 1.6 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.5 | 29-May-1997 |
mhitch | branches: 1.5.4; Use the generic root/swap in the model-specific configuration files.
|
| 1.4 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.3 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.2 | 16-Nov-1996 |
jonathan | branches: 1.2.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.1 | 16-Oct-1996 |
jonathan | Clone a 5000/{120,125,133} config file from the 5000/240 config.
|
| 1.2.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.2.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.5.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.10.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.12 | 15-Nov-1998 |
jonathan | Remove old model-specific config files.
|
| 1.11 | 26-Jun-1998 |
lukem | branches: 1.11.4; remove options FIFO; it's now the default
|
| 1.10 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.9 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.8 | 01-Dec-1997 |
kleink | Add COMPAT_13.
|
| 1.7 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.6 | 29-May-1997 |
mhitch | branches: 1.6.4; Use the generic root/swap in the model-specific configuration files.
|
| 1.5 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.4 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.3 | 16-Nov-1996 |
jonathan | branches: 1.3.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.2 | 16-Oct-1996 |
jonathan | Update model-specific pmax kernel config files for post-12 config: add arch/pmax/conf/ to includes, options MIPS1, etc.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.3.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.3.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.6.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.11.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.12 | 15-Nov-1998 |
jonathan | Remove old model-specific config files.
|
| 1.11 | 26-Jun-1998 |
lukem | branches: 1.11.4; remove options FIFO; it's now the default
|
| 1.10 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.9 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.8 | 01-Dec-1997 |
kleink | Add COMPAT_13.
|
| 1.7 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.6 | 29-May-1997 |
mhitch | branches: 1.6.4; Use the generic root/swap in the model-specific configuration files.
|
| 1.5 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.4 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.3 | 16-Nov-1996 |
jonathan | branches: 1.3.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.2 | 16-Oct-1996 |
jonathan | Update model-specific pmax kernel config files for post-12 config: add arch/pmax/conf/ to includes, options MIPS1, etc.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.3.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.3.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.6.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.11.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.12 | 15-Nov-1998 |
jonathan | Remove old model-specific config files.
|
| 1.11 | 26-Jun-1998 |
lukem | branches: 1.11.4; remove options FIFO; it's now the default
|
| 1.10 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.9 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.8 | 01-Dec-1997 |
kleink | Add COMPAT_13.
|
| 1.7 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.6 | 29-May-1997 |
mhitch | branches: 1.6.4; Use the generic root/swap in the model-specific configuration files.
|
| 1.5 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.4 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.3 | 16-Nov-1996 |
jonathan | branches: 1.3.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.2 | 16-Oct-1996 |
jonathan | Update model-specific pmax kernel config files for post-12 config: add arch/pmax/conf/ to includes, options MIPS1, etc.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.3.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.3.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.6.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.11.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.29 | 13-Mar-2002 |
ad | Remove unmaintained / of limited use configs.
|
| 1.28 | 27-Jan-2002 |
jdolecek | add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
| 1.27 | 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.26 | 20-Nov-2001 |
lukem | - pull in opt_kgdb.h where necessary - replace opt_kgdb_machdep.h with opt_kgdb.h - defparam opt_kgdb.h: KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE - move from opt_ddbparam.h to opt_ddb.h: DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE - replace KGDBDEV with KGDB_DEV - replace KGDBADDR with KGDB_DEVADDR - replace KGDBMODE with KGDB_DEVMODE - replace KGDBRATE with KGDB_DEVRATE - use `9600' instead of `0x2580' for 9600 baud rate - use correct quotes for options KGDB_DEVNAME="\"com\"" - use correct quotes for options KGDB_DEV="17*256+0" - remove unnecessary dependancy on Makefile for kgdb_stub.o - minor whitespace cleanup
|
| 1.25 | 08-Jul-2001 |
abs | branches: 1.25.2; 1.25.8; Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
| 1.24 | 24-Sep-2000 |
jdolecek | don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
| 1.23 | 13-Sep-2000 |
nisimura | Have MI SCSI device descriptions in GENERIC, removing 'mi.scsi' file.
|
| 1.22 | 12-Feb-2000 |
thorpej | Nuke NKMEMCLUSTERS.
|
| 1.21 | 09-Jan-2000 |
ad | s/4(..)bsd/4$1BSD/
|
| 1.20 | 25-Nov-1999 |
nisimura | Reorder device descriptions to reflect what kernel shows on screen, mostly in address ascending order.
|
| 1.19 | 15-Nov-1999 |
nisimura | Very large scale change to sweep obstracles to remove 3MAX IOASIC disguise. - Rework ibus device configuration and interrupt handler assignment. - Remove TC device exposure in 'mainbus.c' - Squash 'ibus_{3100,5100}.c' into a file; it can not cope with 3max. - 'struct confargs' -> 'struct mainbus_attach_args' Now about to remove tc_slot_info[] and tc_enable_interrupt inherited from 4.4BSD.
|
| 1.18 | 26-Apr-1999 |
ad | branches: 1.18.2; 1.18.8; Fixed to match rasops config glue.
|
| 1.17 | 13-Apr-1999 |
ad | Add configuration glue needed by rasops, wsfont, rcons and the px driver.
|
| 1.16 | 07-Feb-1999 |
jonathan | branches: 1.16.4; garbage-collect `options MULTICAST'. IP multicast is no longer an option.
|
| 1.15 | 27-Nov-1998 |
simonb | White space and comment formatting police
|
| 1.14 | 26-Jun-1998 |
lukem | branches: 1.14.4; remove options FIFO; it's now the default
|
| 1.13 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.12 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.11 | 17-Nov-1997 |
lukem | * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file * fix up use of 'options<SPACE><TAB>'
|
| 1.10 | 20-Aug-1997 |
jonathan | Turn DDB on by default in GENERIC kernel; turn DDB_ONPANIC off. Remove obsolete comments.
|
| 1.9 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.8 | 12-Jun-1997 |
mrg | branches: 1.8.4; remove now obsolete "swap on..." lines.
|
| 1.7 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.6 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.5 | 16-Nov-1996 |
jonathan | branches: 1.5.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.4 | 13-Oct-1996 |
jonathan | Update pmax config files ``GENERIC'' and ``DSG'' with post-1.2 NetBSD-current changes: * change include paths to be relative to the kernel-source tree (e.g., `/sys') instead of arch/pmax/conf. * add explicit options for exec packages (EXEC_ELF32, EXEC_ECOFF for COMPAT_ULTRIX) * comment out references to still-unsuppoted MI scsi.
|
| 1.3 | 02-Oct-1996 |
jonathan | Add explicit options for elf and script exec packges to std.pmax. Add ECOFF exec option to my own config file; untested.
|
| 1.2 | 30-Sep-1996 |
jonathan | Update all the include directives to use pathnames relative to the root of the kernel source tree, not the port config directory.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.5.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.5.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.8.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.14.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.16.4.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.18.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.18.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.25.8.4 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.25.8.3 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.25.8.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.25.8.1 | 08-Jul-2001 |
nathanw | file DSG was added on branch nathanw_sa on 2002-01-08 00:27:03 +0000
|
| 1.25.2.3 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.25.2.2 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.25.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2 | 15-Jun-1994 |
mycroft | Clean up deleted files.
|
| 1.1 | 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
| 1.4 | 01-Mar-1995 |
mycroft | Clean up deleted files.
|
| 1.3 | 14-Jan-1994 |
deraadt | netbsd-ify
|
| 1.2 | 14-Jan-1994 |
deraadt | s/vmunix/netbsd/
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.207 | 12-Feb-2023 |
abs | Add optoion GENERIC.local include to the end of ~all GENERIC configs
This excludes atari, sgimips, evbmips, evbppc, evbsh3, and hpcarm all of which have somewhat specific kernel config file layouts
|
| 1.206 | 29-Sep-2022 |
riastradh | branches: 1.206.4; swwdog(4): Add to GENERIC kernels.
Plus a handful of others that I'm familiar with. Lots of special- purpose kernels should probably have this too but I'm not going through all the arm, mips, and ppc evaluation board kernels to see which ones are relevant.
Omitted from systems I know to be very small: - sun2/GENERIC - dreamcast/GENERIC Feel free to remove it from others that need to be kept smaller.
Compile-tested a few of these just in case: - alpha/GENERIC - amd64/GENERIC - evbmips/OCTEON - i386/GENERIC - riscv/GENERIC
PR kern/29702
|
| 1.205 | 07-Aug-2022 |
simonb | UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order.
|
| 1.204 | 27-Sep-2020 |
roy | vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
| 1.203 | 30-Aug-2020 |
skrll | Add some debug options to help find why the automated tests are failing.
XXX turn off on release branch
|
| 1.202 | 30-Aug-2020 |
skrll | Trailing whitespace
|
| 1.201 | 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
| 1.200 | 20-Jan-2020 |
thorpej | Remove FDDI support.
|
| 1.199 | 26-Apr-2019 |
sevan | branches: 1.199.2; 1.199.4; Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. On ports without a GENERIC kernel config enable in individul files, e.g evbmips. Omit on: atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k, mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource constraints or port infancy.
|
| 1.198 | 13-Apr-2019 |
isaki | Add drvctl to kernel which has audio device. audiocfg(1) requires drvctl(4).
|
| 1.197 | 01-Aug-2018 |
maxv | Unreference IPF/PF from all the config files, and enable NPF instead when wanted. This also fixes some inconsistencies I saw in several files (eg IPF options while IPF was not compiled, IPF+PF enabled by default, etc).
|
| 1.196 | 23-Jan-2018 |
sevan | branches: 1.196.2; 1.196.4; Alternate buffer queue strategies no longer considered experimental, update description.
Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
|
| 1.195 | 05-Jan-2018 |
flxd | Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG from r1.192 slowing down real machines. OK christos@
|
| 1.194 | 14-Sep-2017 |
mrg | clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options.
removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list.
|
| 1.193 | 13-Sep-2017 |
sevan | Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options. These algorithms are either broken or on their way to being broken.
Discussed on tech-security http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html
ok riastradh
|
| 1.192 | 06-Aug-2017 |
christos | Turn on DIAGNOSTIC and DEBUG.
|
| 1.191 | 28-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 1.
|
| 1.190 | 13-Dec-2016 |
christos | branches: 1.190.8; wildcard speaker attachments, now that we can handle many of them.
|
| 1.189 | 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
| 1.188 | 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
| 1.187 | 26-Nov-2016 |
christos | mention PAX_SEGVGUARD dependency on FILEASSOC
|
| 1.186 | 03-Sep-2016 |
christos | add aslr/mprotect et.al.
|
| 1.185 | 16-Nov-2014 |
manu | branches: 1.185.2; 1.185.4; Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
|
| 1.184 | 12-Nov-2014 |
manu | Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel, extended attributes are not enabled unless three conditions are met: 1) filesystem is UFS1 (newfs -O1) 2) .attribute/system and .attribute/user directories are created at fs root 3) filesystem is mounted with -o extattr
Some GENERIC kernels are obviously memory constrained, the extended attributes options were not enabled for them, but just added commented out. (kernel were considered memory constrained if QUOTA option was disabled)
|
| 1.183 | 23-Aug-2014 |
dholland | Systematize (and in many cases, fix) the comments on options COMPAT_NN.
There are quite a few configs that are missing some COMPAT_NN options in ways that don't make sense; this should probably get cleaned up too, but for the time being I've not added or removed anything.
|
| 1.182 | 16-Aug-2014 |
apb | Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
| 1.181 | 20-Jul-2014 |
alnsn | branches: 1.181.2; Add commented out bpfjit options to mips kernels. While here, add 2 missing RCS ids.
|
| 1.180 | 30-Jun-2013 |
rmind | branches: 1.180.4; G/C PFIL_HOOKS from the kernel configs.
|
| 1.179 | 05-Jun-2013 |
christos | branches: 1.179.2; remove obsolete networking options
|
| 1.178 | 27-Apr-2013 |
christos | the bogus number police
|
| 1.177 | 27-Apr-2013 |
christos | remove confusing numeric locators where they are unused.
|
| 1.176 | 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
| 1.175 | 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
| 1.174 | 17-Oct-2012 |
apb | Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
|
| 1.173 | 17-Aug-2012 |
abs | branches: 1.173.2; Update all kernel configs mentioning WSEMUL_* but not already including WSDISPLAY_COMPAT_USL using the following rules: - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1 and commented out WSDISPLAY_COMPAT_USL - Otherwise add WSDISPLAY_COMPAT_USL
Some of the INSTALL configs for larger memory machines are probably suitable for adding WSDISPLAY_COMPAT_USL.
Now wsconscfg(8) should be able to switch VTs when expected.
Implemented after no objection from tech-kern to the following:
On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote: > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual > terminals. > > Except when in an exceptionally memory or space constrained > environment (INSTALL being the obvious case), is there any reason why > all GENERIC and GENERIC-like kernels which have wscons enabled > shouldn't also have WSDISPLAY_COMPAT_USL?
|
| 1.172 | 10-Mar-2012 |
joerg | P1003_1B_SEMAPHORE is no longer optional.
|
| 1.171 | 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.170 | 22-Nov-2011 |
tls | branches: 1.170.2;
The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be.
This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out.
|
| 1.169 | 30-Jun-2011 |
wiz | branches: 1.169.2; dependant -> dependent
|
| 1.168 | 06-Mar-2011 |
bouyer | merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details.
|
| 1.167 | 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64. New interrupt code. mips64 support for DS5000/260.
|
| 1.166 | 07-Jul-2010 |
chs | branches: 1.166.2; 1.166.4; enable DDB_HISTORY_SIZE in a few more configs where DDB is enabled.
|
| 1.165 | 08-May-2010 |
mrg | enable IPFILTER_COMPAT in all kernels that have ipfilter already. canonicalise several of the ipf option segments in various files (this mostly means adding commented out IPFILTER_DEFAULT_BLOCK, or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP option statements.)
i built about 20 of these kernels to check, but not all of them.
|
| 1.164 | 29-Apr-2010 |
chs | enable TMPFS in all GENERICs that have MFS enabled.
|
| 1.163 | 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.162 | 05-Dec-2009 |
pooka | branches: 1.162.2; 1.162.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
|
| 1.161 | 24-Jan-2009 |
mrg | add COMPAT_50 to all the configs with COMPAT_40.
|
| 1.160 | 24-Nov-2008 |
ad | Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
|
| 1.159 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
| 1.158 | 10-Aug-2008 |
tls | branches: 1.158.2; 1.158.8; Add accept filters to GENERIC kernels where they exist.
|
| 1.157 | 31-Jul-2008 |
simonb | Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
| 1.156 | 04-Apr-2008 |
tsutsui | branches: 1.156.4; 1.156.6; 1.156.10; Add options COMPAT_40.
|
| 1.155 | 31-Dec-2007 |
ad | branches: 1.155.6; Remove systrace. Ok core@.
|
| 1.154 | 04-Nov-2007 |
xtraeme | branches: 1.154.2; 1.154.8; Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.
They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out.
|
| 1.153 | 17-Oct-2007 |
garbled | Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
| 1.152 | 04-Jun-2007 |
martin | branches: 1.152.8; 1.152.10; 1.152.14; Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some).
|
| 1.151 | 11-Nov-2006 |
jmmv | branches: 1.151.2; 1.151.8; 1.151.10; 1.151.16; 1.151.18; Remove tmpfs's experimental status. OK'ed by core@.
|
| 1.150 | 27-Sep-2006 |
manu | - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here.
This address kern/18407
|
| 1.149 | 26-Aug-2006 |
christos | branches: 1.149.2; 1.149.4; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
| 1.148 | 26-Aug-2006 |
tsutsui | Remove obsolete #options VERIFIED_EXEC, found by grep(1).
|
| 1.147 | 12-Aug-2006 |
christos | Disable SYSTRACE by default on all kernels (discussed with core)
|
| 1.146 | 29-Jul-2006 |
ad | branches: 1.146.2; Remove RASTERCONSOLE support from the pmax port.
|
| 1.145 | 28-Jun-2006 |
liamjfoy | Add CARP to GENERIC kernel configs. CARP is not enabled by default.
ok: christos
|
| 1.144 | 28-Mar-2006 |
pavel | branches: 1.144.4; Add stf to all kernel configs which have INET6 and gif, except the INSTALL ones and those for specific machines of developers. PR 32304.
OK'ed by rpaulo.
N.B. stf is a cloning device, so it still must be enabled by "ifconfig stf0 create".
|
| 1.143 | 05-Feb-2006 |
cube | branches: 1.143.2; 1.143.4; 1.143.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
| 1.142 | 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
| 1.141 | 02-Feb-2006 |
reinoud | branches: 1.141.2; Add commented out UDF file-system entry in all GENERIC configurations.
|
| 1.140 | 09-Dec-2005 |
elad | branches: 1.140.2; 1.140.4; Add (commented out) Veriexec options and pseudo-device to GENERIC kernels, and remove the i386 GENERIC_VERIEXEC config.
|
| 1.139 | 07-Dec-2005 |
tsutsui | Remove obsolete options VNODE_OP_NOINLINE.
|
| 1.138 | 07-Dec-2005 |
tsutsui | Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.137 | 07-Oct-2005 |
tsutsui | options<space><tab>
|
| 1.136 | 10-Sep-2005 |
jmmv | Initial addition of tmpfs, an efficient memory file-system. This project was developed as part of Google's Summer of Code 2005 program. This change adds the kernel code, the mount_tmpfs utility, a regression test suite and does all other related changes to integrate these.
The file-system is still *experimental*. Therefore, it is disabled by default in all kernels. However, as typically done, a commented-out entry is added in them to ease its setup.
Note that I haven't commited the required mountd(8) changes to be able to export tmpfs file-systems because NFS support is still very unstable and because, before enabling it, I'd like to do some other changes.
OK'ed by my project mentor, William Studenmund (wrstuden@).
|
| 1.135 | 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
| 1.134 | 19-Aug-2005 |
christos | 64 bit inode changes.
|
| 1.133 | 31-Jul-2005 |
yamt | revert "defflag VMSWAP" changes for now. there seems to be far more people who don't want to edit their kernel config files than i thought.
|
| 1.132 | 30-Jul-2005 |
yamt | add "options VMSWAP" to non INSTALL kernels.
|
| 1.131 | 17-Jul-2005 |
hubertf | Add support for reading cloop2 compressed filesystem image, enable by putting VND_COMPRESSION into kernel config file. Written by Cliff Wright, polished up slightly by me.
|
| 1.130 | 07-Jul-2005 |
tron | Add (commented out) IPSEC_NAT_T option.
|
| 1.129 | 25-Jun-2005 |
rpaulo | branches: 1.129.2; Add file-system PTYFS (commented out) so that people know its existence.
Ok'ed by Christos Zoulas and Hubert Feyrer.
|
| 1.128 | 09-Jun-2005 |
tsutsui | - Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO. (still commented out) - Add (also commented out) options BUFQ_PRIOCSCAN.
Suggested by perry and soda on tech-kern. Please refer options(4) for details for these options.
|
| 1.127 | 25-Feb-2005 |
simonb | branches: 1.127.2; Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files that didn't have those options but had other earlier compat options.
|
| 1.126 | 18-Feb-2005 |
dsl | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| 1.125 | 11-Feb-2005 |
dsl | Add 'option FFS_SNAPSHOT' to most of the config files. Commented out for kernels that appear to hace space constraints.
|
| 1.124 | 31-Jan-2005 |
hannken | Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
|
| 1.123 | 28-Jan-2005 |
rumble | Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently commented out and labeled experimental pending further review and testing.
|
| 1.122 | 10-Nov-2004 |
christos | branches: 1.122.4; 1.122.6; Add COMPAT_BSDPTY to the rest of the config files.
|
| 1.121 | 04-Sep-2004 |
manu | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
|
| 1.120 | 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| 1.119 | 28-Jun-2004 |
bouyer | Add options P1003_1B_SEMAPHORE to all GENERIC-like kernel config files where SYSV* options were already present (commented out if the SYSV* options are commented out). Fix lib/25897 and lib/25898.
|
| 1.118 | 26-Jun-2004 |
abs | Add (commented out) ALTQ options to all GENERIC-like files
|
| 1.117 | 22-Jun-2004 |
itojun | have pf and pflog pseudo-device (commented out). reviewed by matt, perry, christos
|
| 1.116 | 18-Jun-2004 |
christos | ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM
|
| 1.115 | 16-Jun-2004 |
christos | Add pseudo-device ptm on all the generic flavored kernels.
|
| 1.114 | 19-Dec-2003 |
tsutsui | branches: 1.114.2; - Netbsd -> NetBSD - use options<space><tab>
|
| 1.113 | 13-Dec-2003 |
ad | Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to select between rcons or wscons at compile time. Ok'ed by simonb.
|
| 1.112 | 25-Oct-2003 |
simonb | Add COMPAT_16 where missing. Remove the unused COMPAT_15. Comment out/remove COMPAT_* from INSTALL kernels.
|
| 1.111 | 26-Apr-2003 |
ragge | branches: 1.111.2; Add pseudo-device ksyms.
|
| 1.110 | 10-Apr-2003 |
christos | Bye Bye UCONSOLE
|
| 1.109 | 27-Feb-2003 |
perseant | Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC. Let brconfig tell whether the bridge is using the ipfilter hook, or not.
|
| 1.108 | 22-Nov-2002 |
wiz | Fix typo (responsiness -> responsiveness).
|
| 1.107 | 18-Oct-2002 |
junyoung | Add NEW_BUFQ_STRATEGY (disabled by default).
|
| 1.106 | 14-Oct-2002 |
elric | Added commented out cgd(4)s to GENERIC configs.
|
| 1.105 | 06-Oct-2002 |
provos | add SYSTRACE; approved perry.
|
| 1.104 | 25-Sep-2002 |
martti | Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"
|
| 1.103 | 20-Sep-2002 |
martti | Added (commented out) IPFILTER_DEFAULT_BLOCK.
|
| 1.102 | 18-Sep-2002 |
lukem | enable USERCONF by default; it's small and extremely useful to have available.
|
| 1.101 | 08-Aug-2002 |
ad | Replace FONT_LUCIDA with FONT_GALLANT.
|
| 1.100 | 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.99 | 25-Apr-2002 |
atatat | branches: 1.99.2; 1.99.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.98 | 13-Apr-2002 |
simonb | Remove commented out "options EXEC_ELF_CATCHALL", and note that COMPAT_1{1,2} provide this (renamed) functionality.
|
| 1.97 | 12-Apr-2002 |
gmcgarry | Add commented-out USERCONF option. Mainly useful for install media and can be optionally enabled based on miniroot and ramdisk size requirements.
|
| 1.96 | 27-Jan-2002 |
jdolecek | branches: 1.96.6; add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
| 1.95 | 19-Jan-2002 |
oster | Add new RF_* options for RAIDframe bits that are no longer built by default.
While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for architectures that I'm comfortable can deal with it being on by default.
Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to be insufficient in practise.
|
| 1.94 | 28-Dec-2001 |
martin | Add PPPoE to all generic kernels that should be able to use it. XXX TODO: do this for INSTALL kernels too, add sysinst support and make the XXX needed binaries available on the ramdisk root fs.
|
| 1.93 | 14-Dec-2001 |
gmcgarry | Add a blurb to the top of all GENERIC files. This serves three purposes: - to clarify some terminology - to clarify the intention of the GENERIC file - to cross-reference some useful man pages
|
| 1.92 | 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.91 | 20-Nov-2001 |
lukem | - pull in opt_kgdb.h where necessary - replace opt_kgdb_machdep.h with opt_kgdb.h - defparam opt_kgdb.h: KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE - move from opt_ddbparam.h to opt_ddb.h: DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE - replace KGDBDEV with KGDB_DEV - replace KGDBADDR with KGDB_DEVADDR - replace KGDBMODE with KGDB_DEVMODE - replace KGDBRATE with KGDB_DEVRATE - use `9600' instead of `0x2580' for 9600 baud rate - use correct quotes for options KGDB_DEVNAME="\"com\"" - use correct quotes for options KGDB_DEV="17*256+0" - remove unnecessary dependancy on Makefile for kgdb_stub.o - minor whitespace cleanup
|
| 1.90 | 01-Sep-2001 |
atatat | branches: 1.90.6; Add bridge pseudo devices to GENERIC configs
|
| 1.89 | 26-Aug-2001 |
simonb | Switch to MI SCSI and drop old pmax MD SCSI support completely.
|
| 1.88 | 08-Jul-2001 |
abs | branches: 1.88.2; Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
| 1.87 | 30-Jun-2001 |
darcy | Add System V semaphore resource limits to each GENERIC file that has an option for System V semaphores. It appears that there are no overrides in the code and each file has the following added.
options SYSVSEM # System V semaphores +#options SEMMNI=10 # number of semaphore identifiers +#options SEMMNS=60 # number of semaphores in system +#options SEMUME=10 # max number of undo entries per process +#options SEMMNU=30 # number of undo structures in system options SYSVSHM # System V shared memory
If anyone thinks that this is incorrect for any of these files, please correct it.
Note - the i386 port was not forgotten. It was done separately.
|
| 1.86 | 19-Dec-2000 |
bouyer | Add pseudo-device vlan
|
| 1.85 | 24-Sep-2000 |
jdolecek | don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
| 1.84 | 16-Sep-2000 |
simonb | Add a (commented out for now) VNODE_OP_NOINLINE options line, and mention that it makes smaller and possibly slightly faster kernels.
|
| 1.83 | 13-Sep-2000 |
nisimura | Have MI SCSI device descriptions in GENERIC, removing 'mi.scsi' file.
|
| 1.82 | 13-Aug-2000 |
itojun | move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL), as it is no wthe default setting for everyone.
the reason we still use the name "PULLDOWN_TEST" while it is now default: kame code sharing.
|
| 1.81 | 27-Jul-2000 |
mason | Moving to a default of 64 PTYs.
|
| 1.80 | 19-Jul-2000 |
tsutsui | Add (commented out) "options TCVERBOSE".
|
| 1.79 | 30-Jun-2000 |
itojun | add PULLDOWN_TEST for all the platforms. XXX should be moved to somewhere else when stabilized
|
| 1.78 | 22-Jun-2000 |
fvdl | Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.
|
| 1.77 | 14-Jun-2000 |
veego | branches: 1.77.2; Remove the obsolete config fragments for kernel crypto, because the IPsec crypto code is now in the kernel source tree.
|
| 1.76 | 02-Jun-2000 |
mhitch | Add commented out entry for SII driver using MI SCSI. Remove DS500-only comment for MI SCSI configuration include.
|
| 1.75 | 28-May-2000 |
gmcgarry | Substitute bba for isdn placeholder.
|
| 1.74 | 02-May-2000 |
augustss | branches: 1.74.2; Fix typo.
|
| 1.73 | 02-May-2000 |
augustss | Add proper bba attachment. From Gregory McGarry <g.mcgarry@ieee.org>
|
| 1.72 | 02-May-2000 |
augustss | Comment out bba since I don't really know if it's right.
|
| 1.71 | 02-May-2000 |
augustss | Add bba(4) attachment at tc.
|
| 1.70 | 19-Apr-2000 |
itojun | add stf pseudo interface (commented out due to possible security risks)
|
| 1.69 | 29-Feb-2000 |
simonb | Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.
|
| 1.68 | 26-Feb-2000 |
oster | Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on the component auto-detection and auto-configuration of RAID sets. Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.
|
| 1.67 | 21-Feb-2000 |
nisimura | Fix scsi.pmax inclusion mistakenly commented out.
|
| 1.66 | 19-Feb-2000 |
nisimura | Introduce MI SCSI codes; for DECstation 5000s only this moment. Disabled by default and needs arrangements in conf file to use it. See DS5000 as a sample.
|
| 1.65 | 12-Feb-2000 |
thorpej | Nuke NKMEMCLUSTERS.
|
| 1.64 | 23-Jan-2000 |
hubertf | Add commented out "ident"-command
|
| 1.63 | 20-Jan-2000 |
wrstuden | Add overlay to kernel configs.
|
| 1.62 | 09-Jan-2000 |
ad | s/4(..)bsd/4$1BSD/
|
| 1.61 | 31-Dec-1999 |
ad | Comment px0 entry a little more accurately.
|
| 1.60 | 09-Dec-1999 |
simonb | Add a few comments for unsupported systems.
|
| 1.59 | 08-Dec-1999 |
simonb | Oops, back out some test 5500 stuff from previous commit - only RAMDISK was meant to be changed.
|
| 1.58 | 08-Dec-1999 |
simonb | We now need a 3MB miniroot.
|
| 1.57 | 02-Dec-1999 |
simonb | Do the "options<SPACE><TAB>" thing for some recent options.
|
| 1.56 | 27-Nov-1999 |
simonb | Oops, px* won't work right now - go back to px0.
|
| 1.55 | 27-Nov-1999 |
simonb | * all device attachments, after discussion with Jason Thorpe and Toru Nishimura.
|
| 1.54 | 25-Nov-1999 |
nisimura | Reorder device descriptions to reflect what kernel shows on screen, mostly in address ascending order.
|
| 1.53 | 24-Nov-1999 |
simonb | Wildcard 3max {asc,le}0 at tc attachment.
|
| 1.52 | 24-Nov-1999 |
thorpej | Specify all the locators for the various devices.
|
| 1.51 | 24-Nov-1999 |
simonb | Attach asc0 and le0 at tc 5 and 6 respectively - 5000/200 now works again. XXX: Should the turbochannel slot numbers be wildcarded or hardcoded? It's not as if they can appear anywhere else...
|
| 1.50 | 21-Nov-1999 |
itojun | bring in content of GENERIC.v6 into GENERIC. remove GENERIC.v6 file (as it is part of GENERIC now).
"faith" interface is commented out by default as it is not really for general use. IPsec items are commented out as well, though we can enable "options IPSEC" without export-related issue ("options IPSEC" will enable authentication portion only). We may need to think about it again.
if you have problem compiling with INET6 on archs I do not have access to, please contact me.
XXX what to do with arch/arm32/SHARK{,.v6}?
|
| 1.49 | 15-Nov-1999 |
fvdl | Add commented out option SOFTDEP to all GENERIC kernels.
|
| 1.48 | 15-Nov-1999 |
nisimura | Very large scale change to sweep obstracles to remove 3MAX IOASIC disguise. - Rework ibus device configuration and interrupt handler assignment. - Remove TC device exposure in 'mainbus.c' - Squash 'ibus_{3100,5100}.c' into a file; it can not cope with 3max. - 'struct confargs' -> 'struct mainbus_attach_args' Now about to remove tc_slot_info[] and tc_enable_interrupt inherited from 4.4BSD.
|
| 1.47 | 29-Jul-1999 |
augustss | branches: 1.47.2; 1.47.8; It's time to be COMPAT_14.
|
| 1.46 | 20-Jul-1999 |
christos | enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG on the GENERIC kernels that had them commented out. XXX: Please note, that not all the kernels have all the options defined!
|
| 1.45 | 10-May-1999 |
simonb | The comment says we support up to 3 framebuffers, make it so...
|
| 1.44 | 26-Apr-1999 |
ad | Fixed to match rasops config glue.
|
| 1.43 | 26-Apr-1999 |
jonathan | Add common SYSV* options (from i386). Add "options LKM", since with ELF/ECOFF format kernels it should now work.
|
| 1.42 | 21-Apr-1999 |
simonb | Comment out 'config nfsnetbsd'.
|
| 1.41 | 20-Apr-1999 |
simonb | s/NFS_BOOT_BOOTP/NFS_BOOT_DHCP/ DHCP is a superset of BOOTP, and still works with BOOTP servers.
|
| 1.40 | 13-Apr-1999 |
ad | Add configuration glue needed by rasops, wsfont, rcons and the px driver.
|
| 1.39 | 29-Mar-1999 |
nisimura | branches: 1.39.2; - Minor formating knots. No functional change.
|
| 1.38 | 28-Mar-1999 |
simonb | Add enabled options NETATALK and IPFILTER_LOG, and disabled PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER and PFIL_HOOKS
Partial fix for kern/7264 from Greg Woods. Too much variance in all ports GENERIC config files to do across the board right now.
|
| 1.37 | 27-Mar-1999 |
simonb | Remove "md" - we have a specific INSTALL kernel, so we don't need "md" on the GENERIC kernel. Pointed out by Erik Fair.
|
| 1.36 | 27-Mar-1999 |
simonb | Uncomment ipfilter and rnd, add md.
|
| 1.35 | 07-Feb-1999 |
jonathan | garbage-collect `options MULTICAST'. IP multicast is no longer an option.
|
| 1.34 | 27-Nov-1998 |
simonb | White space and comment formatting police
|
| 1.33 | 25-Nov-1998 |
hwr | Add (commented out) 'gre' pseudo device line. Feedback is welcome. Inspired by Klaus Klein.
|
| 1.32 | 16-Nov-1998 |
oster | Added a (commented out) configuration line for the RAIDframe device driver.
|
| 1.31 | 20-Oct-1998 |
simonb | Remove commented out OPTIONS DEC_5100 line - there was already an uncommented line above for the 5100. Mention "kn04" (the 5000/150) on the DEC_3MIN options line.
|
| 1.30 | 03-Jul-1998 |
mhitch | branches: 1.30.4; Add "mainbus0" and "cpu*" entries that used to be in std.pmax. GENERIC should now 'config' without errors.
|
| 1.29 | 26-Jun-1998 |
lukem | remove options FIFO; it's now the default
|
| 1.28 | 08-May-1998 |
simonb | - Allow all valid SCSI id's to work on the SII and first two ASC controllers (including SCSI id 7 on the 2100/3100). - On the pmax (2100,3100) set the host SCSI id to 6. - Move disk and tape config for the second ASC controller from the GENERIC config file to scsi.pmax so all configurations can use the second controller.
|
| 1.27 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.26 | 19-Apr-1998 |
jonathan | Rework pmax kernel config: * ibus (virtual bus for baseboard direct-attach deviecs) * 5100 support, using ibus * rename "clock" to mcclock for future support of Qbus machiens * use sys/dev/dec mcclock_pad32 machinery for pmax mcclock * reworked TC config code.
|
| 1.25 | 26-Mar-1998 |
jonathan | Garbage-collect oldstyle model-select options from GENERIC.
|
| 1.24 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.23 | 18-Mar-1998 |
bouyer | Add commented out "options FFS_EI"
|
| 1.22 | 09-Jan-1998 |
drochner | Compile in BOOTP support for diskless boot.
|
| 1.21 | 01-Dec-1997 |
kleink | Add COMPAT_13.
|
| 1.20 | 20-Nov-1997 |
fair | add pseudo-device rnd, commented out
|
| 1.19 | 17-Nov-1997 |
lukem | * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file * fix up use of 'options<SPACE><TAB>'
|
| 1.18 | 23-Aug-1997 |
mjacob | branches: 1.18.4; add a before tab to SCSIVERBOSE
|
| 1.17 | 20-Aug-1997 |
mjacob | add commented out reference SCSIVERBOSE option
|
| 1.16 | 20-Aug-1997 |
jonathan | Turn DDB on by default in GENERIC kernel; turn DDB_ONPANIC off. Remove obsolete comments.
|
| 1.15 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.14 | 29-Jul-1997 |
mhitch | branches: 1.14.2; Add disk and tape devices for a second ASC SCSI option card.
|
| 1.13 | 22-Jun-1997 |
jonathan | Final changes for configuring MIPS1 and MIPS3 in a single kernel.
* cpuregs.h: rename remaining VMMACH_xxx TLB macros to MIPS_TLB_xxx. Add compile-time MIPS3-only, compile-time MIPS1-only, and runtime (both) definitions for number of TLB ASIDs (tlb pids) and shift count to extract a TLB pid.
* locore.h: Delete unused vector slot for indexed TLB writes. mips1 and mips3 TLBs are different enough that we have to break them out at the caller anyway.
* Add compile-time MIPS3-only andcompile-time MIPS1-only macros to call locore functions directly by name. Use the existing method table only if
* mips/mips_machdep.c, mips/trap.c, mips/pmap.c, pmax/machdep.c: Use MIPS3_ or MIPS1_ specific names for TLB pids in mips3 and mips1 specific code paths (e.g., creating the kernel stack for process 0).
Add `options MIPS3' to pmax/conf/GENERIC.
|
| 1.12 | 01-Jun-1997 |
jonathan | Add CD9660 and PROCFS filesystems. Sort filesystem options. Add tun, and reorder pseudo-devices to match other systems' GENERIC config.
|
| 1.11 | 28-Feb-1997 |
jonathan | Remove obsolete comment. (This config *does* work).
|
| 1.10 | 31-Jan-1997 |
thorpej | branches: 1.10.4; Update for new file system and root spec grammar.
|
| 1.9 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.8 | 16-Nov-1996 |
jonathan | branches: 1.8.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.7 | 16-Oct-1996 |
jonathan | Update model-specific pmax kernel config files for post-12 config: add arch/pmax/conf/ to includes, options MIPS1, etc.
|
| 1.6 | 13-Oct-1996 |
jonathan | Update pmax config files ``GENERIC'' and ``DSG'' with post-1.2 NetBSD-current changes: * change include paths to be relative to the kernel-source tree (e.g., `/sys') instead of arch/pmax/conf. * add explicit options for exec packages (EXEC_ELF32, EXEC_ECOFF for COMPAT_ULTRIX) * comment out references to still-unsuppoted MI scsi.
|
| 1.5 | 02-Oct-1996 |
jonathan | Update pmax GENERIC config to use revamped config files with per-model include files containing model-specific I/O device configuration.
Add more options and devices (ccd, LKM, etc), as appropriate for documentation and as examples in a "template" GENERIC config file, even though not all of these work completely yet.
|
| 1.4 | 28-Aug-1996 |
jonathan | Add mrg's "options COMPAT_12" back into the trunk.
|
| 1.3 | 28-Aug-1996 |
jonathan | * Rename miniroot GENERIC kernel to GENERIC * Add changes needed/used to build 1.2 GENERIC kernel: * Delete obsolete and ambiguous DS5000 option. * Add CPU_R3000 which is now required to compile in mips1 locore support. * Add an explicit declaration of HZ. * back out COMPAT_12 for this revision.
|
| 1.2 | 26-Aug-1996 |
mrg | add COMPAT_12.
|
| 1.1 | 28-Dec-1995 |
jonathan | branches: 1.1.4; Config file used to build pmax kernels in NetBSD/1.1 miniroots, from Arne Juul (arnej@pvv.unit.no). (like NEWCONF, except with options GENERIC)
|
| 1.1.4.1 | 09-Sep-1996 |
thorpej | Pull up diffs between revs 1.2 and 1.3 by request from Jonathan Stone. Log message:
revision 1.3 date: 1996/08/28 05:49:35; author: jonathan; state: Exp; lines: +4 -5 * Rename miniroot GENERIC kernel to GENERIC * Add changes needed/used to build 1.2 GENERIC kernel: * Delete obsolete and ambiguous DS5000 option. * Add CPU_R3000 which is now required to compile in mips1 locore support. * Add an explicit declaration of HZ. * back out COMPAT_12 for this revision.
Note that the COMPAT_12 change was not relevant in this pullup.
|
| 1.8.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.8.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.10.4.1 | 12-Mar-1997 |
is | Merge in changes from Trunk
|
| 1.14.2.2 | 27-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.14.2.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.18.4.2 | 08-May-1998 |
mycroft | Pull up 1.28, per request of simonb.
|
| 1.18.4.1 | 20-Nov-1997 |
mellon | Pull rev 1.20 up from trunk (fair)
|
| 1.30.4.5 | 04-Aug-1999 |
nisimura | - Catch up to recent introduction of wsmux psuedo-device. - Make sure to assign BRG value early in boot. - Make ZELMWU comfortable to build.
|
| 1.30.4.4 | 11-May-1999 |
nisimura | - Catch up to recent main trunk changes. - Make target platform files to have TURBOchannel slot definitions and nuke tc_machdep.c. - MIPS processor needs not to have tc_mb() before ZS register read ops.
|
| 1.30.4.3 | 17-Apr-1999 |
nisimura | - Introduce 'dctty' as a child node of 'dc'. It's a sibling of 'dckbd' and 'dcms'. - Needs rework of how to send any data to keyboard and mouse. attmt.sendchar is evil. It'd be nice to have flexible framework of two way communication channels between wskbd/wsmouse and lower device layer.
|
| 1.30.4.2 | 29-Mar-1999 |
nisimura | - Catch up to recent changes in main trunk. - Reorganize various #include's. - Yield memcpy to Mach derivated one. - pm_cnattach() now checks the existense of framebuffer card.
|
| 1.30.4.1 | 15-Oct-1998 |
nisimura | - Reflect all changes of this branch; NWSCONS, MI SCSI, new spl(9) and others.
|
| 1.39.2.3 | 03-Jun-2000 |
he | Apply patch (requested by he): Disable the UNION file system, to avoid a repeat of the 1.4.1 and 1.4.2 LAST_MINUTE changes. It is reportedly buggy, and can be used by ordinary users to crash the system.
|
| 1.39.2.2 | 26-Apr-1999 |
perry | branches: 1.39.2.2.2; pullup 1.42->1.43 (Jonathan Stone)
|
| 1.39.2.1 | 20-Apr-1999 |
cjs | Pull up HEAD 1.40-1.41 diff (leaving out some earlier ones) per Simon Burge <simonb@netbsd.org>
|
| 1.39.2.2.2.2 | 02-Aug-1999 |
thorpej | Update from trunk.
|
| 1.39.2.2.2.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.47.8.2 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.47.8.1 | 21-Dec-1999 |
wrstuden | Initial commit of recent changes to make DEV_BSIZE go away.
Runs on i386, needs work on other arch's. Main kernel routines should be fine, but a number of the stand programs need help.
cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512 byte block devices. vnd, raidframe, and lfs need work.
Non 2**n block support is automatic for LKM's and conditional for kernels on "options NON_PO2_BLOCKS".
|
| 1.47.2.2 | 05-Jan-2001 |
bouyer | Sync with HEAD
|
| 1.47.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.74.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.77.2.3 | 01-May-2001 |
he | Pull up revision 1.86 (requested by he): Add pseudo-device vlan. Make sure "rnd is EXPERIMENTAL" comment is removed.
|
| 1.77.2.2 | 11-Aug-2000 |
mason | Move to default of 64 PTYs in GENERIC kernel config. Requested by mason, approved by jhawk.
|
| 1.77.2.1 | 23-Jun-2000 |
fvdl | As on the trunk, update these for the move of ffs_softdep.c into the kernel source itself. Remove prefix construction, and add the SOFTDEP option to GENERIC kernels.
|
| 1.88.2.6 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
| 1.88.2.5 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.88.2.4 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.88.2.3 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.88.2.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.88.2.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.90.6.9 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.90.6.8 | 11-Nov-2002 |
nathanw | Catch up to -current
|
| 1.90.6.7 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.90.6.6 | 13-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.90.6.5 | 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.90.6.4 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.90.6.3 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.90.6.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.90.6.1 | 01-Sep-2001 |
nathanw | file GENERIC was added on branch nathanw_sa on 2002-01-08 00:27:03 +0000
|
| 1.96.6.2 | 16-Mar-2002 |
ad | Sanitize.
|
| 1.96.6.1 | 15-Mar-2002 |
ad | Changes necessary for wscons on NetBSD/pmax. All device support is here, just needs further testing.
|
| 1.99.4.3 | 24-Oct-2002 |
lukem | Pull up upgrade to IPfilter 3.4.29 (requested by martti in ticket #905). Affected files & revisions:
dist/ipf/HISTORY 1.14 dist/ipf/fils.c 1.17-1.21 dist/ipf/ipf.c 1.11-1.13 dist/ipf/ipfs.c 1.8-1.10 dist/ipf/ipft_ef.c 1.6-1.7 dist/ipf/ipft_td.c 1.6-1.7 dist/ipf/ipft_tx.c 1.7-1.8 dist/ipf/ipmon.c 1.12-1.17 dist/ipf/ipnat.c 1.11-1.12 dist/ipf/ipsend/ip_var.h 1.2 dist/ipf/ipsend/ipsend.c 1.8 dist/ipf/ipsend/iptests.c 1.5 dist/ipf/ipt.c 1.8-1.10 dist/ipf/kmem.c 1.8-1.10 dist/ipf/man/ipf.4 1.10 dist/ipf/man/ipf.5 1.8 dist/ipf/man/ipftest.1 1.3 dist/ipf/man/ipmon.8 1.10 dist/ipf/man/ipnat.5 1.9-1.10 dist/ipf/man/ipnat.8 1.4 dist/ipf/misc.c 1.7 dist/ipf/natparse.c 1.10 dist/ipf/parse.c 1.13 dist/ipf/printnat.c 1.8-1.10 dist/ipf/relay.c 1.5-1.6 dist/ipf/rules/example.9 1.2 etc/rc.d/ipnat 1.8 regress/sys/kern/ipf/Makefile 1.3-1.4 regress/sys/kern/ipf/dotest6 1.2 regress/sys/kern/ipf/expected/f13 1.1.1.2 regress/sys/kern/ipf/expected/i12 1.1.1.1 regress/sys/kern/ipf/expected/ni3 1.1.1.1 regress/sys/kern/ipf/expected/ni5 1.2 regress/sys/kern/ipf/input/f13 1.1.1.2 regress/sys/kern/ipf/input/ipv6.1 1.1.1.1 regress/sys/kern/ipf/input/ni3 1.1.1.1 regress/sys/kern/ipf/regress/i12 1.1.1.1 regress/sys/kern/ipf/regress/ipv6.1 1.1.1.1 regress/sys/kern/ipf/regress/ni3.ipf 1.1.1.1 regress/sys/kern/ipf/regress/ni3.nat 1.1.1.1 sys/arch/alpha/conf/ALPHA 1.169,1.171 sys/arch/amiga/conf/GENERIC 1.185-1.186 sys/arch/arc/conf/GENERIC 1.71-1.72 sys/arch/atari/conf/GENERIC.in 1.24-1.25 sys/arch/cats/conf/GENERIC 1.31-1.32 sys/arch/cobalt/conf/GENERIC 1.34-1.35 sys/arch/hp300/conf/GENERIC 1.83-1.84 sys/arch/i386/conf/CARDBUS 1.66-1.67 sys/arch/i386/conf/GENERIC 1.510,1.512 sys/arch/i386/conf/GENERIC_LAPTOP 1.58-1.59 sys/arch/i386/conf/GENERIC_PS2TINY 1.19-1.20 sys/arch/i386/conf/GENERIC_TINY 1.47-1.48 sys/arch/luna68k/conf/GENERIC 1.33-1.33 sys/arch/mac68k/conf/GENERIC 1.130-1.131 sys/arch/mac68k/conf/GENERICSBC 1.21-1.22 sys/arch/mac68k/conf/SMALLRAM 1.4-1.5 sys/arch/macppc/conf/GENERIC 1.142-1.143 sys/arch/mipsco/conf/GENERIC 1.21-1.22 sys/arch/mmeye/conf/GENERIC 1.44-1.45 sys/arch/news68k/conf/GENERIC 1.36-1.37 sys/arch/news68k/conf/GENERIC_TINY 1.18-1.19 sys/arch/newsmips/conf/GENERIC 1.50-1.51 sys/arch/ofppc/conf/GENERIC 1.56-1.57 sys/arch/pmax/conf/GENERIC 1.103-1.104 sys/arch/prep/conf/GENERIC 1.55-1.56 sys/arch/sbmips/conf/GENERIC 1.11-1.12 sys/arch/sgimips/conf/GENERIC 1.7-1.8 sys/arch/sparc/conf/GENERIC 1.138-1.139 sys/arch/sparc64/conf/GENERIC32 1.46-1.47 sys/arch/vax/conf/GENERIC 1.102-1.103 sys/arch/x68k/conf/ALL 1.55-1.56 sys/arch/x68k/conf/GENERIC 1.80-1.81 sys/lkm/netinet/if_ipl/mln_ipl.c 1.29 sys/netinet/fil.c 1.57-1.58 sys/netinet/ip_auth.c 1.29-1.30 sys/netinet/ip_compat.h 1.30-1.31 sys/netinet/ip_fil.c 1.81-1.86 sys/netinet/ip_fil.h 1.46-1.49 sys/netinet/ip_frag.c 1.33-1.34 sys/netinet/ip_frag.h 1.18 sys/netinet/ip_ftp_pxy.c 1.25-1.26 sys/netinet/ip_h323_pxy.c 1.5-1.6 sys/netinet/ip_log.c 1.22-1.23 sys/netinet/ip_nat.c 1.51-1.53 sys/netinet/ip_nat.h 1.27 sys/netinet/ip_netbios_pxy.c 1.4 sys/netinet/ip_proxy.c 1.35-1.36 sys/netinet/ip_proxy.h 1.18 sys/netinet/ip_state.c 1.41-1.42 sys/netinet/ip_state.h 1.23 sys/netinet/ipl.h 1.14
|
| 1.99.4.2 | 09-Aug-2002 |
lukem | Pull up revision 1.101 (requested by ad in ticket #644): Replace FONT_LUCIDA with FONT_GALLANT.
|
| 1.99.4.1 | 01-Aug-2002 |
lukem | Pull up revision 1.100 (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.99.2.2 | 31-Aug-2002 |
gehenna | catch up with -current.
|
| 1.99.2.1 | 15-Jul-2002 |
gehenna | catch up with -current.
|
| 1.111.2.9 | 11-Dec-2005 |
christos | Sync with head.
|
| 1.111.2.8 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.111.2.7 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.111.2.6 | 15-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.111.2.5 | 04-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.111.2.4 | 14-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.111.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.111.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.111.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.114.2.3 | 15-Jul-2004 |
he | Pull up revision 1.120 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
| 1.114.2.2 | 02-Jul-2004 |
he | Pull up revision 1.119 (requested by bouyer in ticket #573): Add options P1003_1B_SEMAPHORE to all GENERIC-like kernel config files where SYSV* options were already present (commented out if the SYSV* options are commented out). Fixes PR#25897 and PR#25898.
|
| 1.114.2.1 | 30-Jun-2004 |
jdc | Pull up revision 1.118 (requested by abs in ticket #567).
Add (commented out) ALTQ options to all GENERIC-like files
|
| 1.122.6.2 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.122.6.1 | 12-Feb-2005 |
yamt | sync with head.
|
| 1.122.4.1 | 29-Apr-2005 |
kent | sync with -current
|
| 1.127.2.2 | 14-Aug-2005 |
riz | Pull up revision 1.131 (requested by hubertf in ticket #625): Add support for reading cloop2 compressed filesystem images, enable by putting VND_COMPRESSION into kernel config file. Written by Cliff Wright, polished up slightly by me.
|
| 1.127.2.1 | 18-Jul-2005 |
riz | Pull up revision 1.130 (requested by tron in ticket #566): Add (commented out) IPSEC_NAT_T option.
|
| 1.129.2.5 | 21-Jan-2008 |
yamt | sync with head
|
| 1.129.2.4 | 15-Nov-2007 |
yamt | sync with head.
|
| 1.129.2.3 | 03-Sep-2007 |
yamt | sync with head.
|
| 1.129.2.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.129.2.1 | 21-Jun-2006 |
yamt | sync with head.
|
| 1.140.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.140.2.1 | 18-Feb-2006 |
yamt | sync with head.
|
| 1.141.2.1 | 22-Apr-2006 |
simonb | Sync with head.
|
| 1.143.6.1 | 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
| 1.143.4.1 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
| 1.143.2.3 | 03-Sep-2006 |
yamt | sync with head.
|
| 1.143.2.2 | 11-Aug-2006 |
yamt | sync with head
|
| 1.143.2.1 | 01-Apr-2006 |
yamt | sync with head.
|
| 1.144.4.1 | 13-Jul-2006 |
gdamore | Merge from HEAD.
|
| 1.146.2.2 | 22-Sep-2006 |
riz | Pull up following revision(s) (requested by tsutsui in ticket #170): sys/arch/sparc64/conf/GENERIC: revision 1.63 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.55 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.54 sys/arch/next68k/conf/GENERIC: revision 1.105 sys/arch/ews4800mips/conf/GENERIC: revision 1.12 sys/arch/arc/conf/GENERIC: revision 1.142 sys/arch/sun3/conf/GENERIC3X: revision 1.91 sys/arch/amd64/conf/GENERIC: revision 1.105 sys/arch/sun2/conf/GENERIC: revision 1.58 sys/arch/amiga/conf/GENERIC.in: revision 1.55 sys/arch/mac68k/conf/GENERIC: revision 1.175 sys/arch/acorn26/conf/GENERIC: revision 1.46 sys/arch/shark/conf/GENERIC: revision 1.65 sys/arch/cesfic/conf/GENERIC: revision 1.45 sys/arch/sandpoint/conf/GENERIC: revision 1.36 sys/arch/iyonix/conf/GENERIC: revision 1.32 sys/arch/mvme68k/conf/GENERIC: revision 1.69 sys/arch/evbarm/conf/ARMADILLO210: revision 1.3 sys/arch/vax/conf/GENERIC: revision 1.154 sys/arch/mipsco/conf/GENERIC: revision 1.61 sys/arch/evbarm/conf/ARMADILLO9: revision 1.14 sys/arch/cobalt/conf/GENERIC: revision 1.103 sys/arch/ofppc/conf/GENERIC: revision 1.94 sys/arch/hp700/conf/GENERIC: revision 1.69 sys/arch/playstation2/conf/GENERIC: revision 1.8 sys/arch/dreamcast/conf/GENERIC: revision 1.73 sys/arch/news68k/conf/GENERIC: revision 1.81 sys/arch/macppc/conf/GENERIC: revision 1.234 sys/arch/hp300/conf/GENERIC: revision 1.134 sys/arch/mmeye/conf/GENERIC: revision 1.83 sys/arch/ibmnws/conf/GENERIC: revision 1.26 sys/arch/cats/conf/GENERIC: revision 1.109 sys/arch/sparc/conf/GENERIC: revision 1.191 sys/arch/pdp10/conf/GENERIC: revision 1.27 sys/arch/acorn32/conf/GENERIC: revision 1.75 sys/arch/luna68k/conf/GENERIC: revision 1.74 sys/arch/bebox/conf/GENERIC: revision 1.101 sys/arch/pmax/conf/GENERIC: revision 1.148 sys/arch/x68k/conf/GENERIC: revision 1.130 sys/arch/sun3/conf/GENERIC: revision 1.134 sys/arch/prep/conf/GENERIC: revision 1.126 sys/arch/alpha/conf/GENERIC: revision 1.293 sys/arch/newsmips/conf/GENERIC: revision 1.94 sys/arch/netwinder/conf/GENERIC: revision 1.83 sys/arch/hpcsh/conf/GENERIC: revision 1.69 sys/arch/sbmips/conf/GENERIC: revision 1.55 sys/arch/pc532/conf/GENERIC: revision 1.65 sys/arch/hpcmips/conf/GENERIC: revision 1.192 Remove obsolete #options VERIFIED_EXEC, found by grep(1).
|
| 1.146.2.1 | 14-Aug-2006 |
tron | Pull up following revision(s) (requested by elad in ticket #17): sys/arch/sparc/conf/KRUPS: revision 1.38 sys/arch/i386/conf/XEN2_DOMU: revision 1.2 sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.197 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.53 sys/arch/evbsh5/conf/SIMULATOR: revision 1.12 sys/arch/sparc/conf/MRCOFFEE: revision 1.17 sys/arch/next68k/conf/GENERIC: revision 1.104 sys/arch/i386/conf/VIRTUALPC: revision 1.44 sys/arch/ews4800mips/conf/GENERIC: revision 1.11 sys/arch/evbsh5/conf/CAYMAN: revision 1.23 sys/arch/arc/conf/GENERIC: revision 1.141 sys/arch/amd64/conf/GENERIC: revision 1.103 sys/arch/sun3/conf/GENERIC3X: revision 1.90 sys/arch/evbarm/conf/HDL_G: revision 1.3 sys/arch/sun2/conf/GENERIC: revision 1.57 sys/arch/news68k/conf/GENERIC_TINY: revision 1.51 sys/arch/evbppc/conf/EXPLORA451: revision 1.27 sys/arch/amiga/conf/GENERIC.in: revision 1.54 sys/arch/mac68k/conf/GENERIC: revision 1.174 sys/arch/acorn26/conf/GENERIC: revision 1.45 sys/arch/shark/conf/GENERIC: revision 1.64 sys/arch/cesfic/conf/GENERIC: revision 1.44 sys/arch/mvme68k/conf/GENERIC: revision 1.68 sys/arch/i386/conf/XEN2_DOM0: revision 1.4 sys/arch/atari/conf/GENERIC.in: revision 1.63 sys/arch/amiga/conf/GENERIC: revision 1.240 sys/arch/i386/conf/LAMB: revision 1.65 sys/arch/i386/conf/GENERIC: revision 1.773 sys/arch/acorn32/conf/EB7500ATX: revision 1.26 sys/arch/x68k/conf/GENERIC: revision 1.128 sys/arch/vax/conf/GENERIC: revision 1.153 sys/arch/atari/conf/ATARITT: revision 1.81 sys/arch/mipsco/conf/GENERIC: revision 1.60 sys/arch/cobalt/conf/GENERIC: revision 1.101 sys/arch/evbarm/conf/ARMADILLO9: revision 1.13 sys/arch/ofppc/conf/GENERIC: revision 1.93 sys/arch/atari/conf/MILAN-PCIIDE: revision 1.51 sys/arch/arc/conf/RPC44: revision 1.26 sys/arch/sparc64/conf/GENERIC: revision 1.59 sys/arch/i386/conf/XEN3_DOMU: revision 1.2 sys/arch/hp700/conf/GENERIC: revision 1.68 sys/arch/atari/conf/MILAN-ISAIDE: revision 1.47 sys/arch/macppc/conf/GENERIC: revision 1.231 sys/arch/dreamcast/conf/GENERIC: revision 1.72 sys/arch/news68k/conf/GENERIC: revision 1.80 sys/arch/hp300/conf/GENERIC: revision 1.133 sys/arch/mmeye/conf/GENERIC: revision 1.82 sys/arch/macppc/conf/MAMBO: revision 1.2 sys/arch/cats/conf/GENERIC: revision 1.107 sys/arch/atari/conf/FALCON: revision 1.79 sys/arch/acorn32/conf/GENERIC: revision 1.71 sys/arch/sparc/conf/GENERIC: revision 1.190 sys/arch/news68k/conf/LIBERO: revision 1.40 sys/arch/amiga/conf/DRACO: revision 1.114 sys/arch/cobalt/conf/INSTALL: revision 1.23 sys/arch/luna68k/conf/GENERIC: revision 1.73 sys/arch/bebox/conf/GENERIC: revision 1.100 sys/arch/pmax/conf/GENERIC: revision 1.147 sys/arch/amiga/conf/WSCONS: revision 1.52 sys/arch/macppc/conf/POWERMAC_G5: revision 1.2 sys/arch/alpha/conf/ALPHA: revision 1.218 sys/arch/sun3/conf/GENERIC: revision 1.133 sys/arch/prep/conf/GENERIC: revision 1.124 sys/arch/alpha/conf/GENERIC: revision 1.291 sys/arch/atari/conf/HADES: revision 1.71 sys/arch/newsmips/conf/GENERIC: revision 1.93 sys/arch/netwinder/conf/GENERIC: revision 1.82 sys/arch/hpcmips/conf/GENERIC: revision 1.190 sys/arch/amiga/conf/AMIGA: revision 1.98 sys/arch/sbmips/conf/GENERIC: revision 1.54 sys/arch/pc532/conf/GENERIC: revision 1.64 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.53 Disable SYSTRACE by default on all kernels (discussed with core)
|
| 1.149.4.2 | 10-Dec-2006 |
yamt | sync with head.
|
| 1.149.4.1 | 22-Oct-2006 |
yamt | sync with head
|
| 1.149.2.1 | 18-Nov-2006 |
ad | Sync with head.
|
| 1.151.18.1 | 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
| 1.151.16.1 | 26-Jun-2007 |
garbled | Sync with HEAD.
|
| 1.151.10.1 | 11-Jul-2007 |
mjf | Sync with head.
|
| 1.151.8.2 | 03-Dec-2007 |
ad | Sync with HEAD.
|
| 1.151.8.1 | 09-Jun-2007 |
ad | Sync with head.
|
| 1.151.2.1 | 05-Jun-2007 |
bouyer | Pull up following revision(s) (requested by martin in ticket #699): sys/arch/hpcmips/conf/GENERIC: revision 1.196 sys/arch/hp700/conf/GENERIC: revision 1.74 sys/arch/i386/conf/GENERIC: revision 1.831 sys/arch/next68k/conf/GENERIC: revision 1.108 sys/arch/alpha/conf/GENERIC: revision 1.313 sys/arch/arc/conf/GENERIC: revision 1.146 sys/arch/cats/conf/GENERIC: revision 1.115 sys/arch/ews4800mips/conf/GENERIC: revision 1.18 sys/arch/landisk/conf/GENERIC: revision 1.8 via patch sys/arch/sparc64/conf/GENERIC: revision 1.85 sys/arch/pmax/conf/GENERIC: revision 1.152 sys/arch/iyonix/conf/GENERIC: revision 1.38 via patch sys/arch/amiga/conf/GENERIC: revision 1.245 sys/arch/vax/conf/GENERIC: revision 1.157 sys/arch/prep/conf/GENERIC: revision 1.135 sys/arch/pc532/conf/GENERIC: revision 1.70 sys/arch/sbmips/conf/GENERIC: revision 1.61 sys/arch/mipsco/conf/GENERIC: revision 1.65 sys/arch/cobalt/conf/GENERIC: revision 1.108 sys/arch/ofppc/conf/GENERIC: revision 1.98 sys/arch/amd64/conf/GENERIC: revision 1.148 sys/arch/acorn26/conf/GENERIC: revision 1.50 sys/arch/dreamcast/conf/GENERIC: revision 1.78 sys/arch/mac68k/conf/GENERIC: revision 1.181 sys/arch/hp300/conf/GENERIC: revision 1.139 sys/arch/mmeye/conf/GENERIC: revision 1.88 sys/arch/news68k/conf/GENERIC: revision 1.88 sys/arch/mvme68k/conf/GENERIC: revision 1.71 sys/arch/acorn32/conf/GENERIC: revision 1.79 sys/arch/sparc/conf/GENERIC: revision 1.199 sys/arch/luna68k/conf/GENERIC: revision 1.78 sys/arch/bebox/conf/GENERIC: revision 1.105 sys/arch/macppc/conf/GENERIC: revision 1.256 via patch sys/arch/x68k/conf/GENERIC: revision 1.134 sys/arch/sun3/conf/GENERIC: revision 1.138 sys/arch/newsmips/conf/GENERIC: revision 1.98 Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some).
|
| 1.152.14.1 | 13-Nov-2007 |
bouyer | Sync with HEAD
|
| 1.152.10.2 | 09-Jan-2008 |
matt | sync with HEAD
|
| 1.152.10.1 | 06-Nov-2007 |
matt | sync with HEAD
|
| 1.152.8.1 | 04-Nov-2007 |
jmcneill | Sync with HEAD.
|
| 1.154.8.1 | 02-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.154.2.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.155.6.3 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.155.6.2 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
| 1.155.6.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.156.10.2 | 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
| 1.156.10.1 | 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.156.6.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.156.4.3 | 11-Aug-2010 |
yamt | sync with head.
|
| 1.156.4.2 | 11-Mar-2010 |
yamt | sync with head
|
| 1.156.4.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.158.8.1 | 05-Feb-2010 |
matt | Change to deal with new method of invoking softints. Remove mips/softintr.c from config files. Fix SYMTAB_SPACE for WGT62V43
|
| 1.158.2.2 | 03-Mar-2009 |
skrll | Sync with HEAD.
|
| 1.158.2.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.162.4.3 | 21-Apr-2011 |
rmind | sync with head
|
| 1.162.4.2 | 05-Mar-2011 |
rmind | sync with head
|
| 1.162.4.1 | 30-May-2010 |
rmind | sync with head
|
| 1.162.2.2 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
| 1.162.2.1 | 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.166.4.2 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.166.4.1 | 08-Feb-2011 |
bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
|
| 1.166.2.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.169.2.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.169.2.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.169.2.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.170.2.2 | 11-Mar-2012 |
mrg | sync to latest -current
|
| 1.170.2.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.173.2.4 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.173.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.173.2.2 | 23-Jun-2013 |
tls | resync from head
|
| 1.173.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.179.2.1 | 28-Aug-2013 |
rmind | sync with head
|
| 1.180.4.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.181.2.2 | 18-Nov-2014 |
snj | Pull up following revision(s) (requested by manu in ticket #251): sys/arch/acorn26/conf/GENERIC: revision 1.81 sys/arch/acorn32/conf/GENERIC: revision 1.116 sys/arch/alpha/conf/GENERIC: revision 1.362 sys/arch/amd64/conf/ALL: revision 1.23 sys/arch/amd64/conf/GENERIC: revision 1.404 sys/arch/amd64/conf/XEN3_DOM0: revision 1.112 sys/arch/amd64/conf/XEN3_DOMU: revision 1.60 sys/arch/amiga/conf/GENERIC.in: revision 1.129 sys/arch/amiga/conf/GENERIC: revision 1.311 sys/arch/amigappc/conf/GENERIC: revision 1.24 sys/arch/arc/conf/GENERIC: revision 1.184 sys/arch/bebox/conf/GENERIC: revision 1.145 sys/arch/cats/conf/GENERIC: revision 1.155 sys/arch/cesfic/conf/GENERIC: revision 1.65 sys/arch/cobalt/conf/GENERIC: revision 1.147 sys/arch/dreamcast/conf/GENERIC: revision 1.121 sys/arch/emips/conf/GENERIC: revision 1.15 sys/arch/epoc32/conf/GENERIC: revision 1.8 sys/arch/ews4800mips/conf/GENERIC: revision 1.51 sys/arch/hp300/conf/GENERIC: revision 1.190 sys/arch/hpcmips/conf/GENERIC: revision 1.229 sys/arch/hpcsh/conf/GENERIC: revision 1.106 sys/arch/hppa/conf/GENERIC: revision 1.6 sys/arch/i386/conf/ALL: revision 1.389 sys/arch/i386/conf/GENERIC: revision 1.1118 sys/arch/i386/conf/XEN3_DOM0: revision 1.93 sys/arch/i386/conf/XEN3_DOMU: revision 1.65 sys/arch/ibmnws/conf/GENERIC: revision 1.46 sys/arch/iyonix/conf/GENERIC: revision 1.88 sys/arch/landisk/conf/GENERIC: revision 1.45 sys/arch/luna68k/conf/GENERIC: revision 1.119 sys/arch/mac68k/conf/GENERIC: revision 1.220 sys/arch/macppc/conf/GENERIC: revision 1.320 sys/arch/macppc/conf/MAMBO: revision 1.24 sys/arch/macppc/conf/POWERMAC_G5: revision 1.25 sys/arch/mipsco/conf/GENERIC: revision 1.88 sys/arch/mmeye/conf/GENERIC: revision 1.120 sys/arch/mvme68k/conf/GENERIC: revision 1.94 sys/arch/mvmeppc/conf/GENERIC: revision 1.24 sys/arch/netwinder/conf/GENERIC: revision 1.126 sys/arch/news68k/conf/GENERIC: revision 1.125 sys/arch/newsmips/conf/GENERIC: revision 1.129 sys/arch/next68k/conf/GENERIC: revision 1.139 sys/arch/ofppc/conf/GENERIC: revision 1.157 sys/arch/pmax/conf/GENERIC64: revision 1.21 sys/arch/pmax/conf/GENERIC: revision 1.185 sys/arch/prep/conf/GENERIC: revision 1.174 sys/arch/rs6000/conf/GENERIC: revision 1.33 sys/arch/sandpoint/conf/GENERIC: revision 1.88 sys/arch/sbmips/conf/GENERIC: revision 1.101 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.28 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.104 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.106 sys/arch/shark/conf/GENERIC: revision 1.121 sys/arch/sparc/conf/GENERIC: revision 1.248 sys/arch/sparc/conf/TADPOLE3GX: revision 1.65 sys/arch/sparc64/conf/GENERIC: revision 1.177 sys/arch/sparc64/conf/NONPLUS64: revision 1.44 sys/arch/sun2/conf/GENERIC: revision 1.94 sys/arch/sun3/conf/GENERIC: revision 1.171 sys/arch/vax/conf/GENERIC: revision 1.193 sys/arch/vax/conf/VAX780: revision 1.19 sys/arch/x68k/conf/GENERIC: revision 1.179 sys/arch/zaurus/conf/GENERIC: revision 1.65 sys/ufs/files.ufs: revision 1.38 Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
|
| 1.181.2.1 | 14-Nov-2014 |
martin | Pull up following revision(s) (requested by manu in ticket #232): sys/arch/next68k/conf/GENERIC: revision 1.138 sys/arch/cobalt/conf/GENERIC: revision 1.146 sys/arch/mvme68k/conf/GENERIC: revision 1.93 sys/arch/vax/conf/VAX780: revision 1.18 sys/arch/newsmips/conf/GENERIC: revision 1.128 sys/arch/luna68k/conf/GENERIC: revision 1.118 sys/arch/sbmips/conf/GENERIC: revision 1.100 sys/arch/pmax/conf/GENERIC: revision 1.184 sys/arch/alpha/conf/GENERIC: revision 1.361 sys/arch/sparc64/conf/GENERIC: revision 1.176 sys/arch/sun3/conf/GENERIC: revision 1.170 sys/arch/shark/conf/GENERIC: revision 1.120 sys/arch/landisk/conf/GENERIC: revision 1.44 sys/arch/bebox/conf/GENERIC: revision 1.144 sys/arch/sparc64/conf/NONPLUS64: revision 1.43 sys/arch/sandpoint/conf/GENERIC: revision 1.87 sys/arch/emips/conf/GENERIC: revision 1.14 sys/arch/amd64/conf/XEN3_DOM0: revision 1.111 sys/arch/dreamcast/conf/GENERIC: revision 1.120 sys/arch/cesfic/conf/GENERIC: revision 1.64 sys/arch/mmeye/conf/GENERIC: revision 1.119 sys/arch/epoc32/conf/GENERIC: revision 1.7 sys/arch/x68k/conf/GENERIC: revision 1.178 sys/arch/iyonix/conf/GENERIC: revision 1.87 sys/arch/sun2/conf/GENERIC: revision 1.93 sys/arch/ews4800mips/conf/GENERIC: revision 1.50 sys/arch/amd64/conf/XEN3_DOMU: revision 1.59 sys/arch/acorn26/conf/GENERIC: revision 1.80 sys/arch/acorn32/conf/GENERIC: revision 1.115 sys/arch/macppc/conf/POWERMAC_G5: revision 1.24 sys/arch/i386/conf/GENERIC: revision 1.1117 sys/arch/arc/conf/GENERIC: revision 1.183 sys/arch/cats/conf/GENERIC: revision 1.154 sys/arch/amiga/conf/GENERIC.in: revision 1.128 sys/arch/zaurus/conf/GENERIC: revision 1.64 sys/arch/netwinder/conf/GENERIC: revision 1.125 sys/arch/hppa/conf/GENERIC: revision 1.5 sys/arch/mvmeppc/conf/GENERIC: revision 1.23 sys/arch/macppc/conf/GENERIC: revision 1.319 sys/arch/amiga/conf/GENERIC: revision 1.310 sys/arch/pmax/conf/GENERIC64: revision 1.20 sys/arch/macppc/conf/MAMBO: revision 1.23 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27 sys/arch/amigappc/conf/GENERIC: revision 1.23 sys/arch/amd64/conf/GENERIC: revision 1.403 sys/arch/ofppc/conf/GENERIC: revision 1.156 sys/arch/mac68k/conf/GENERIC: revision 1.219 sys/arch/i386/conf/XEN3_DOMU: revision 1.64 sys/arch/mipsco/conf/GENERIC: revision 1.87 sys/arch/hp300/conf/GENERIC: revision 1.189 sys/arch/vax/conf/GENERIC: revision 1.192 sys/arch/news68k/conf/GENERIC: revision 1.124 sys/arch/ibmnws/conf/GENERIC: revision 1.45 sys/arch/hpcsh/conf/GENERIC: revision 1.105 sys/arch/sparc/conf/TADPOLE3GX: revision 1.64 sys/arch/i386/conf/XEN3_DOM0: revision 1.92 sys/arch/sparc/conf/GENERIC: revision 1.247 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105 sys/arch/prep/conf/GENERIC: revision 1.173 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103 sys/arch/rs6000/conf/GENERIC: revision 1.32 sys/arch/hpcmips/conf/GENERIC: revision 1.228 Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels This change just brings UFS1 extended attribute *support* in the kernel, extended attributes are not enabled unless three conditions are met: 1) filesystem is UFS1 (newfs -O1) 2) .attribute/system and .attribute/user directories are created at fs root 3) filesystem is mounted with -o extattr Some GENERIC kernels are obviously memory constrained, the extended attributes options were not enabled for them, but just added commented out. (kernel were considered memory constrained if QUOTA option was disabled)
|
| 1.185.4.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.185.2.4 | 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.185.2.3 | 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.185.2.2 | 05-Dec-2016 |
skrll | Sync with HEAD
|
| 1.185.2.1 | 05-Oct-2016 |
skrll | Sync with HEAD
|
| 1.190.8.2 | 26-Jan-2018 |
martin | Pull up following revision(s) (requested by sevan in ticket #510): sys/arch/sun3/conf/GENERIC3X: revision 1.130 sys/arch/sparc64/conf/GENERIC: revision 1.203 sys/arch/news68k/conf/LIBERO: revision 1.66 sys/arch/amiga/conf/DRACO: revision 1.185 sys/arch/evbarm/conf/MV2120: revision 1.35 sys/arch/x68k/conf/GENERIC: revision 1.187 sys/arch/rs6000/conf/GENERIC: revision 1.39 sys/arch/news68k/conf/GENERIC_TINY: revision 1.86 sys/arch/i386/conf/XEN3_DOMU: revision 1.88 sys/arch/iyonix/conf/GENERIC: revision 1.97 sys/arch/evbarm64/conf/A64EMUL: revision 1.11 sys/arch/mvme68k/conf/GENERIC: revision 1.98 sys/arch/acorn32/conf/GENERIC: revision 1.124 sys/arch/i386/conf/XEN3_DOM0: revision 1.125 sys/arch/cobalt/conf/INSTALL: revision 1.65 sys/arch/macppc/conf/GENERIC_601: revision 1.16 sys/arch/hppa/conf/GENERIC: revision 1.17 sys/arch/amiga/conf/GENERIC.in: revision 1.137 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.33 sys/arch/netwinder/conf/GENERIC: revision 1.134 sys/arch/amd64/conf/XEN3_DOMU: revision 1.83 sys/arch/mac68k/conf/GENERIC: revision 1.225 sys/arch/arc/conf/RPC44: revision 1.54 sys/arch/mipsco/conf/GENERIC: revision 1.92 sys/arch/cats/conf/GENERIC: revision 1.166 sys/arch/amd64/conf/XEN3_DOM0: revision 1.145 sys/arch/amigappc/conf/GENERIC: revision 1.33 sys/arch/sun3/conf/GENERIC: revision 1.176 sys/arch/news68k/conf/GENERIC: revision 1.130 sys/arch/hpcsh/conf/GENERIC: revision 1.110 sys/arch/hp300/conf/GENERIC: revision 1.198 sys/arch/atari/conf/GENERIC.in: revision 1.115 sys/arch/sparc/conf/MRCOFFEE: revision 1.54 sys/arch/evbppc/conf/EXPLORA451: revision 1.62 sys/arch/cesfic/conf/GENERIC: revision 1.69 sys/arch/vax/conf/GENERIC: revision 1.204 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.115 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.112 sys/arch/sparc/conf/GENERIC: revision 1.258 sys/arch/next68k/conf/GENERIC: revision 1.145 sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.34 sys/arch/prep/conf/GENERIC: revision 1.185 sys/arch/amiga/conf/INSTALL: revision 1.129 sys/arch/newsmips/conf/GENERIC: revision 1.133 sys/arch/cobalt/conf/GENERIC: revision 1.156 sys/arch/sun2/conf/GENERIC: revision 1.99 sys/arch/luna68k/conf/INSTALL: revision 1.25 sys/arch/amigappc/conf/NULL: revision 1.53 sys/arch/acorn26/conf/GENERIC: revision 1.85 sys/arch/vax/conf/VAX780: revision 1.25 sys/arch/luna68k/conf/GENERIC: revision 1.125 sys/arch/ews4800mips/conf/GENERIC: revision 1.56 sys/arch/macppc/conf/POWERMAC_G5: revision 1.29 sys/arch/arc/conf/GENERIC: revision 1.189 sys/arch/macppc/conf/MAMBO: revision 1.27 sys/arch/acorn32/conf/EB7500ATX: revision 1.64 sys/arch/pmax/conf/GENERIC: revision 1.196 sys/arch/pmax/conf/GENERIC64: revision 1.28 sys/arch/amiga/conf/GENERIC: revision 1.319 sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.55 sys/arch/macppc/conf/GENERIC: revision 1.339 sys/arch/emips/conf/GENERIC: revision 1.21 sys/arch/sandpoint/conf/GENERIC: revision 1.97 sys/arch/landisk/conf/GENERIC: revision 1.58 sys/arch/bebox/conf/GENERIC: revision 1.157 sys/arch/alpha/conf/GENERIC: revision 1.379 Alternate buffer queue strategies no longer considered experimental, update description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
|
| 1.190.8.1 | 05-Jul-2017 |
martin | Remove options DIAGNOSTIC/DEBUG and PAX debug options. Requested by snj in #60.
|
| 1.196.4.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.196.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.196.2.1 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.199.4.1 | 25-Jan-2020 |
ad | Sync with head.
|
| 1.199.2.1 | 21-Nov-2019 |
martin | In preparation for the upcoming release, turn off DIAGNOSTIC in most kernel configs, modules and libc.
|
| 1.206.4.1 | 09-Oct-2023 |
snj | Apply patch (requested by martin in ticket #401): Disable DIAGNOSTIC/DEBUG.
|
| 1.4 | 01-Mar-1995 |
mycroft | Clean up deleted files.
|
| 1.3 | 14-Jan-1994 |
deraadt | netbsd-ify
|
| 1.2 | 14-Jan-1994 |
deraadt | s/vmunix/netbsd/
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.3 | 01-Mar-1995 |
mycroft | Clean up deleted files.
|
| 1.2 | 14-Jan-1994 |
deraadt | s/vmunix/netbsd/
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.7 | 30-Jan-1996 |
jonathan | Remove config.old files for pmax. They should have been removed before the NetBSD-1.1 release, as they have not worked or been supported for some time.
|
| 1.6 | 18-Jul-1995 |
jonathan | Add "cpu DS5000_240" to generic config, to support 3max+. 3max+ interrupt handler and IOASIC clock code depend on it.
|
| 1.5 | 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.4 | 22-Jun-1994 |
glass | ultrix compat by default
|
| 1.3 | 21-Jun-1994 |
glass | oops
|
| 1.2 | 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
| 1.1 | 27-May-1994 |
glass | upgrade to bsd 4.4-lite code base. only mod is rcsids
|
| 1.3 | 21-Nov-1999 |
itojun | bring in content of GENERIC.v6 into GENERIC. remove GENERIC.v6 file (as it is part of GENERIC now).
"faith" interface is commented out by default as it is not really for general use. IPsec items are commented out as well, though we can enable "options IPSEC" without export-related issue ("options IPSEC" will enable authentication portion only). We may need to think about it again.
if you have problem compiling with INET6 on archs I do not have access to, please contact me.
XXX what to do with arch/arm32/SHARK{,.v6}?
|
| 1.2 | 09-Jul-1999 |
thorpej | branches: 1.2.2; 1.2.8; Add examples for including the kernel crypto bits from either crypto-us or crypto-intl, commented out, with instructions to use only one, and adjust the prefix as necessary.
|
| 1.1 | 01-Jul-1999 |
itojun | branches: 1.1.2; kernel configuration for IPv6/IPsec. should be in GENERIC in the future. (source code will be committed soon)
|
| 1.1.2.3 | 02-Aug-1999 |
thorpej | Update from trunk.
|
| 1.1.2.2 | 01-Jul-1999 |
thorpej | Sync w/ -current.
|
| 1.1.2.1 | 01-Jul-1999 |
thorpej | file GENERIC.v6 was added on branch chs-ubc2 on 1999-07-01 23:20:15 +0000
|
| 1.2.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.2.2.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.38 | 19-Mar-2025 |
jakllsch | Remove last traces of 'options LKM' from kernel config files.
|
| 1.37 | 21-Sep-2024 |
andvar | enable DIAGNOSTIC by default for pmax GENERIC64 kernel config. remvoe extra ` symbol in comment.
|
| 1.36 | 07-Aug-2022 |
simonb | branches: 1.36.10; UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order.
|
| 1.35 | 27-Sep-2020 |
roy | vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
| 1.34 | 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
| 1.33 | 20-Jan-2020 |
thorpej | Remove FDDI support.
|
| 1.32 | 26-Apr-2019 |
sevan | branches: 1.32.4; typo
|
| 1.31 | 26-Apr-2019 |
sevan | Enable BUFQ_PRIOCSCAN, CARP, Veriexec
|
| 1.30 | 13-Apr-2019 |
isaki | Add drvctl to kernel which has audio device. audiocfg(1) requires drvctl(4).
|
| 1.29 | 01-Aug-2018 |
maxv | Unreference IPF/PF from all the config files, and enable NPF instead when wanted. This also fixes some inconsistencies I saw in several files (eg IPF options while IPF was not compiled, IPF+PF enabled by default, etc).
|
| 1.28 | 23-Jan-2018 |
sevan | branches: 1.28.2; 1.28.4; Alternate buffer queue strategies no longer considered experimental, update description.
Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
|
| 1.27 | 14-Sep-2017 |
mrg | clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options.
removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list.
|
| 1.26 | 13-Sep-2017 |
sevan | Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options. These algorithms are either broken or on their way to being broken.
Discussed on tech-security http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html
ok riastradh
|
| 1.25 | 28-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 1.
|
| 1.24 | 13-Dec-2016 |
christos | branches: 1.24.8; wildcard speaker attachments, now that we can handle many of them.
|
| 1.23 | 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
| 1.22 | 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
| 1.21 | 16-Nov-2014 |
manu | branches: 1.21.2; 1.21.4; Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
|
| 1.20 | 12-Nov-2014 |
manu | Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel, extended attributes are not enabled unless three conditions are met: 1) filesystem is UFS1 (newfs -O1) 2) .attribute/system and .attribute/user directories are created at fs root 3) filesystem is mounted with -o extattr
Some GENERIC kernels are obviously memory constrained, the extended attributes options were not enabled for them, but just added commented out. (kernel were considered memory constrained if QUOTA option was disabled)
|
| 1.19 | 23-Aug-2014 |
dholland | Systematize (and in many cases, fix) the comments on options COMPAT_NN.
There are quite a few configs that are missing some COMPAT_NN options in ways that don't make sense; this should probably get cleaned up too, but for the time being I've not added or removed anything.
|
| 1.18 | 20-Jul-2014 |
alnsn | branches: 1.18.2; Add commented out bpfjit options to mips kernels. While here, add 2 missing RCS ids.
|
| 1.17 | 30-Jun-2013 |
rmind | branches: 1.17.4; G/C PFIL_HOOKS from the kernel configs.
|
| 1.16 | 05-Jun-2013 |
christos | branches: 1.16.2; remove obsolete networking options
|
| 1.15 | 27-Apr-2013 |
christos | the bogus number police
|
| 1.14 | 27-Apr-2013 |
christos | remove confusing numeric locators where they are unused.
|
| 1.13 | 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
| 1.12 | 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
| 1.11 | 17-Aug-2012 |
abs | branches: 1.11.2; Update all kernel configs mentioning WSEMUL_* but not already including WSDISPLAY_COMPAT_USL using the following rules: - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1 and commented out WSDISPLAY_COMPAT_USL - Otherwise add WSDISPLAY_COMPAT_USL
Some of the INSTALL configs for larger memory machines are probably suitable for adding WSDISPLAY_COMPAT_USL.
Now wsconscfg(8) should be able to switch VTs when expected.
Implemented after no objection from tech-kern to the following:
On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote: > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual > terminals. > > Except when in an exceptionally memory or space constrained > environment (INSTALL being the obvious case), is there any reason why > all GENERIC and GENERIC-like kernels which have wscons enabled > shouldn't also have WSDISPLAY_COMPAT_USL?
|
| 1.10 | 10-Mar-2012 |
joerg | P1003_1B_SEMAPHORE is no longer optional.
|
| 1.9 | 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.8 | 22-Nov-2011 |
tls | branches: 1.8.2;
The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be.
This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out.
|
| 1.7 | 30-Jun-2011 |
wiz | branches: 1.7.2; dependant -> dependent
|
| 1.6 | 06-Mar-2011 |
bouyer | merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details.
|
| 1.5 | 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64. New interrupt code. mips64 support for DS5000/260.
|
| 1.4 | 29-Apr-2010 |
chs | branches: 1.4.2; 1.4.4; enable TMPFS in all GENERICs that have MFS enabled.
|
| 1.3 | 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.2 | 14-Dec-2009 |
matt | branches: 1.2.2; 1.2.4; 1.2.6; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
| 1.1 | 08-Sep-2009 |
matt | branches: 1.1.2; file GENERIC64 was initially added on branch matt-nb5-mips64.
|
| 1.1.2.2 | 29-Dec-2010 |
matt | Add 3max (since you can use 3am + R4400 to test LP64 kernels in gxemul)
|
| 1.1.2.1 | 08-Sep-2009 |
matt | Enable building LP64 kernels for 3min, maxine, and 3maxplus. Fix various LP64 bugs. XXX still invoked via O32 call args
|
| 1.2.6.3 | 21-Apr-2011 |
rmind | sync with head
|
| 1.2.6.2 | 05-Mar-2011 |
rmind | sync with head
|
| 1.2.6.1 | 30-May-2010 |
rmind | sync with head
|
| 1.2.4.3 | 11-Aug-2010 |
yamt | sync with head.
|
| 1.2.4.2 | 11-Mar-2010 |
yamt | sync with head
|
| 1.2.4.1 | 14-Dec-2009 |
yamt | file GENERIC64 was added on branch yamt-nfs-mp on 2010-03-11 15:02:48 +0000
|
| 1.2.2.2 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
| 1.2.2.1 | 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.4.4.2 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.4.4.1 | 08-Feb-2011 |
bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
|
| 1.4.2.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.7.2.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.7.2.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.7.2.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.8.2.2 | 11-Mar-2012 |
mrg | sync to latest -current
|
| 1.8.2.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.11.2.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.11.2.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.11.2.1 | 23-Jun-2013 |
tls | resync from head
|
| 1.16.2.1 | 28-Aug-2013 |
rmind | sync with head
|
| 1.17.4.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.18.2.2 | 18-Nov-2014 |
snj | Pull up following revision(s) (requested by manu in ticket #251): sys/arch/acorn26/conf/GENERIC: revision 1.81 sys/arch/acorn32/conf/GENERIC: revision 1.116 sys/arch/alpha/conf/GENERIC: revision 1.362 sys/arch/amd64/conf/ALL: revision 1.23 sys/arch/amd64/conf/GENERIC: revision 1.404 sys/arch/amd64/conf/XEN3_DOM0: revision 1.112 sys/arch/amd64/conf/XEN3_DOMU: revision 1.60 sys/arch/amiga/conf/GENERIC.in: revision 1.129 sys/arch/amiga/conf/GENERIC: revision 1.311 sys/arch/amigappc/conf/GENERIC: revision 1.24 sys/arch/arc/conf/GENERIC: revision 1.184 sys/arch/bebox/conf/GENERIC: revision 1.145 sys/arch/cats/conf/GENERIC: revision 1.155 sys/arch/cesfic/conf/GENERIC: revision 1.65 sys/arch/cobalt/conf/GENERIC: revision 1.147 sys/arch/dreamcast/conf/GENERIC: revision 1.121 sys/arch/emips/conf/GENERIC: revision 1.15 sys/arch/epoc32/conf/GENERIC: revision 1.8 sys/arch/ews4800mips/conf/GENERIC: revision 1.51 sys/arch/hp300/conf/GENERIC: revision 1.190 sys/arch/hpcmips/conf/GENERIC: revision 1.229 sys/arch/hpcsh/conf/GENERIC: revision 1.106 sys/arch/hppa/conf/GENERIC: revision 1.6 sys/arch/i386/conf/ALL: revision 1.389 sys/arch/i386/conf/GENERIC: revision 1.1118 sys/arch/i386/conf/XEN3_DOM0: revision 1.93 sys/arch/i386/conf/XEN3_DOMU: revision 1.65 sys/arch/ibmnws/conf/GENERIC: revision 1.46 sys/arch/iyonix/conf/GENERIC: revision 1.88 sys/arch/landisk/conf/GENERIC: revision 1.45 sys/arch/luna68k/conf/GENERIC: revision 1.119 sys/arch/mac68k/conf/GENERIC: revision 1.220 sys/arch/macppc/conf/GENERIC: revision 1.320 sys/arch/macppc/conf/MAMBO: revision 1.24 sys/arch/macppc/conf/POWERMAC_G5: revision 1.25 sys/arch/mipsco/conf/GENERIC: revision 1.88 sys/arch/mmeye/conf/GENERIC: revision 1.120 sys/arch/mvme68k/conf/GENERIC: revision 1.94 sys/arch/mvmeppc/conf/GENERIC: revision 1.24 sys/arch/netwinder/conf/GENERIC: revision 1.126 sys/arch/news68k/conf/GENERIC: revision 1.125 sys/arch/newsmips/conf/GENERIC: revision 1.129 sys/arch/next68k/conf/GENERIC: revision 1.139 sys/arch/ofppc/conf/GENERIC: revision 1.157 sys/arch/pmax/conf/GENERIC64: revision 1.21 sys/arch/pmax/conf/GENERIC: revision 1.185 sys/arch/prep/conf/GENERIC: revision 1.174 sys/arch/rs6000/conf/GENERIC: revision 1.33 sys/arch/sandpoint/conf/GENERIC: revision 1.88 sys/arch/sbmips/conf/GENERIC: revision 1.101 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.28 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.104 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.106 sys/arch/shark/conf/GENERIC: revision 1.121 sys/arch/sparc/conf/GENERIC: revision 1.248 sys/arch/sparc/conf/TADPOLE3GX: revision 1.65 sys/arch/sparc64/conf/GENERIC: revision 1.177 sys/arch/sparc64/conf/NONPLUS64: revision 1.44 sys/arch/sun2/conf/GENERIC: revision 1.94 sys/arch/sun3/conf/GENERIC: revision 1.171 sys/arch/vax/conf/GENERIC: revision 1.193 sys/arch/vax/conf/VAX780: revision 1.19 sys/arch/x68k/conf/GENERIC: revision 1.179 sys/arch/zaurus/conf/GENERIC: revision 1.65 sys/ufs/files.ufs: revision 1.38 Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
|
| 1.18.2.1 | 14-Nov-2014 |
martin | Pull up following revision(s) (requested by manu in ticket #232): sys/arch/next68k/conf/GENERIC: revision 1.138 sys/arch/cobalt/conf/GENERIC: revision 1.146 sys/arch/mvme68k/conf/GENERIC: revision 1.93 sys/arch/vax/conf/VAX780: revision 1.18 sys/arch/newsmips/conf/GENERIC: revision 1.128 sys/arch/luna68k/conf/GENERIC: revision 1.118 sys/arch/sbmips/conf/GENERIC: revision 1.100 sys/arch/pmax/conf/GENERIC: revision 1.184 sys/arch/alpha/conf/GENERIC: revision 1.361 sys/arch/sparc64/conf/GENERIC: revision 1.176 sys/arch/sun3/conf/GENERIC: revision 1.170 sys/arch/shark/conf/GENERIC: revision 1.120 sys/arch/landisk/conf/GENERIC: revision 1.44 sys/arch/bebox/conf/GENERIC: revision 1.144 sys/arch/sparc64/conf/NONPLUS64: revision 1.43 sys/arch/sandpoint/conf/GENERIC: revision 1.87 sys/arch/emips/conf/GENERIC: revision 1.14 sys/arch/amd64/conf/XEN3_DOM0: revision 1.111 sys/arch/dreamcast/conf/GENERIC: revision 1.120 sys/arch/cesfic/conf/GENERIC: revision 1.64 sys/arch/mmeye/conf/GENERIC: revision 1.119 sys/arch/epoc32/conf/GENERIC: revision 1.7 sys/arch/x68k/conf/GENERIC: revision 1.178 sys/arch/iyonix/conf/GENERIC: revision 1.87 sys/arch/sun2/conf/GENERIC: revision 1.93 sys/arch/ews4800mips/conf/GENERIC: revision 1.50 sys/arch/amd64/conf/XEN3_DOMU: revision 1.59 sys/arch/acorn26/conf/GENERIC: revision 1.80 sys/arch/acorn32/conf/GENERIC: revision 1.115 sys/arch/macppc/conf/POWERMAC_G5: revision 1.24 sys/arch/i386/conf/GENERIC: revision 1.1117 sys/arch/arc/conf/GENERIC: revision 1.183 sys/arch/cats/conf/GENERIC: revision 1.154 sys/arch/amiga/conf/GENERIC.in: revision 1.128 sys/arch/zaurus/conf/GENERIC: revision 1.64 sys/arch/netwinder/conf/GENERIC: revision 1.125 sys/arch/hppa/conf/GENERIC: revision 1.5 sys/arch/mvmeppc/conf/GENERIC: revision 1.23 sys/arch/macppc/conf/GENERIC: revision 1.319 sys/arch/amiga/conf/GENERIC: revision 1.310 sys/arch/pmax/conf/GENERIC64: revision 1.20 sys/arch/macppc/conf/MAMBO: revision 1.23 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27 sys/arch/amigappc/conf/GENERIC: revision 1.23 sys/arch/amd64/conf/GENERIC: revision 1.403 sys/arch/ofppc/conf/GENERIC: revision 1.156 sys/arch/mac68k/conf/GENERIC: revision 1.219 sys/arch/i386/conf/XEN3_DOMU: revision 1.64 sys/arch/mipsco/conf/GENERIC: revision 1.87 sys/arch/hp300/conf/GENERIC: revision 1.189 sys/arch/vax/conf/GENERIC: revision 1.192 sys/arch/news68k/conf/GENERIC: revision 1.124 sys/arch/ibmnws/conf/GENERIC: revision 1.45 sys/arch/hpcsh/conf/GENERIC: revision 1.105 sys/arch/sparc/conf/TADPOLE3GX: revision 1.64 sys/arch/i386/conf/XEN3_DOM0: revision 1.92 sys/arch/sparc/conf/GENERIC: revision 1.247 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105 sys/arch/prep/conf/GENERIC: revision 1.173 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103 sys/arch/rs6000/conf/GENERIC: revision 1.32 sys/arch/hpcmips/conf/GENERIC: revision 1.228 Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels This change just brings UFS1 extended attribute *support* in the kernel, extended attributes are not enabled unless three conditions are met: 1) filesystem is UFS1 (newfs -O1) 2) .attribute/system and .attribute/user directories are created at fs root 3) filesystem is mounted with -o extattr Some GENERIC kernels are obviously memory constrained, the extended attributes options were not enabled for them, but just added commented out. (kernel were considered memory constrained if QUOTA option was disabled)
|
| 1.21.4.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.21.2.2 | 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.21.2.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.24.8.1 | 26-Jan-2018 |
martin | Pull up following revision(s) (requested by sevan in ticket #510): sys/arch/sun3/conf/GENERIC3X: revision 1.130 sys/arch/sparc64/conf/GENERIC: revision 1.203 sys/arch/news68k/conf/LIBERO: revision 1.66 sys/arch/amiga/conf/DRACO: revision 1.185 sys/arch/evbarm/conf/MV2120: revision 1.35 sys/arch/x68k/conf/GENERIC: revision 1.187 sys/arch/rs6000/conf/GENERIC: revision 1.39 sys/arch/news68k/conf/GENERIC_TINY: revision 1.86 sys/arch/i386/conf/XEN3_DOMU: revision 1.88 sys/arch/iyonix/conf/GENERIC: revision 1.97 sys/arch/evbarm64/conf/A64EMUL: revision 1.11 sys/arch/mvme68k/conf/GENERIC: revision 1.98 sys/arch/acorn32/conf/GENERIC: revision 1.124 sys/arch/i386/conf/XEN3_DOM0: revision 1.125 sys/arch/cobalt/conf/INSTALL: revision 1.65 sys/arch/macppc/conf/GENERIC_601: revision 1.16 sys/arch/hppa/conf/GENERIC: revision 1.17 sys/arch/amiga/conf/GENERIC.in: revision 1.137 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.33 sys/arch/netwinder/conf/GENERIC: revision 1.134 sys/arch/amd64/conf/XEN3_DOMU: revision 1.83 sys/arch/mac68k/conf/GENERIC: revision 1.225 sys/arch/arc/conf/RPC44: revision 1.54 sys/arch/mipsco/conf/GENERIC: revision 1.92 sys/arch/cats/conf/GENERIC: revision 1.166 sys/arch/amd64/conf/XEN3_DOM0: revision 1.145 sys/arch/amigappc/conf/GENERIC: revision 1.33 sys/arch/sun3/conf/GENERIC: revision 1.176 sys/arch/news68k/conf/GENERIC: revision 1.130 sys/arch/hpcsh/conf/GENERIC: revision 1.110 sys/arch/hp300/conf/GENERIC: revision 1.198 sys/arch/atari/conf/GENERIC.in: revision 1.115 sys/arch/sparc/conf/MRCOFFEE: revision 1.54 sys/arch/evbppc/conf/EXPLORA451: revision 1.62 sys/arch/cesfic/conf/GENERIC: revision 1.69 sys/arch/vax/conf/GENERIC: revision 1.204 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.115 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.112 sys/arch/sparc/conf/GENERIC: revision 1.258 sys/arch/next68k/conf/GENERIC: revision 1.145 sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.34 sys/arch/prep/conf/GENERIC: revision 1.185 sys/arch/amiga/conf/INSTALL: revision 1.129 sys/arch/newsmips/conf/GENERIC: revision 1.133 sys/arch/cobalt/conf/GENERIC: revision 1.156 sys/arch/sun2/conf/GENERIC: revision 1.99 sys/arch/luna68k/conf/INSTALL: revision 1.25 sys/arch/amigappc/conf/NULL: revision 1.53 sys/arch/acorn26/conf/GENERIC: revision 1.85 sys/arch/vax/conf/VAX780: revision 1.25 sys/arch/luna68k/conf/GENERIC: revision 1.125 sys/arch/ews4800mips/conf/GENERIC: revision 1.56 sys/arch/macppc/conf/POWERMAC_G5: revision 1.29 sys/arch/arc/conf/GENERIC: revision 1.189 sys/arch/macppc/conf/MAMBO: revision 1.27 sys/arch/acorn32/conf/EB7500ATX: revision 1.64 sys/arch/pmax/conf/GENERIC: revision 1.196 sys/arch/pmax/conf/GENERIC64: revision 1.28 sys/arch/amiga/conf/GENERIC: revision 1.319 sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.55 sys/arch/macppc/conf/GENERIC: revision 1.339 sys/arch/emips/conf/GENERIC: revision 1.21 sys/arch/sandpoint/conf/GENERIC: revision 1.97 sys/arch/landisk/conf/GENERIC: revision 1.58 sys/arch/bebox/conf/GENERIC: revision 1.157 sys/arch/alpha/conf/GENERIC: revision 1.379 Alternate buffer queue strategies no longer considered experimental, update description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
|
| 1.28.4.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.28.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.28.2.1 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.32.4.1 | 25-Jan-2020 |
ad | Sync with head.
|
| 1.36.10.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
| 1.2 | 06-Feb-2019 |
rin | Add ure(4) to kernel config files. Also add PHY drivers where necessary.
|
| 1.1 | 04-Nov-2016 |
flxd | branches: 1.1.2; 1.1.4; 1.1.18; 1.1.22; Add new USB-enabled kernel config(s) based upon GENERIC for pmax, include it as kernel set in the build and make it a choice in sysinst. OK simonb@
|
| 1.1.22.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.1.18.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.1.18.1 | 04-Nov-2016 |
jdolecek | file GENERIC64_USB was added on branch tls-maxphys on 2017-12-03 11:36:35 +0000
|
| 1.1.4.2 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.1.4.1 | 04-Nov-2016 |
pgoyette | file GENERIC64_USB was added on branch pgoyette-localcount on 2017-01-07 08:56:23 +0000
|
| 1.1.2.2 | 05-Dec-2016 |
skrll | Sync with HEAD
|
| 1.1.2.1 | 04-Nov-2016 |
skrll | file GENERIC64_USB was added on branch nick-nhusb on 2016-12-05 10:54:56 +0000
|
| 1.2 | 06-Feb-2019 |
rin | Add ure(4) to kernel config files. Also add PHY drivers where necessary.
|
| 1.1 | 04-Nov-2016 |
flxd | branches: 1.1.2; 1.1.4; 1.1.18; 1.1.22; Add new USB-enabled kernel config(s) based upon GENERIC for pmax, include it as kernel set in the build and make it a choice in sysinst. OK simonb@
|
| 1.1.22.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.1.18.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.1.18.1 | 04-Nov-2016 |
jdolecek | file GENERIC_USB was added on branch tls-maxphys on 2017-12-03 11:36:35 +0000
|
| 1.1.4.2 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.1.4.1 | 04-Nov-2016 |
pgoyette | file GENERIC_USB was added on branch pgoyette-localcount on 2017-01-07 08:56:23 +0000
|
| 1.1.2.2 | 05-Dec-2016 |
skrll | Sync with HEAD
|
| 1.1.2.1 | 04-Nov-2016 |
skrll | file GENERIC_USB was added on branch nick-nhusb on 2016-12-05 10:54:56 +0000
|
| 1.4 | 30-Jan-1996 |
jonathan | Remove config.old files for pmax. They should have been removed before the NetBSD-1.1 release, as they have not worked or been supported for some time.
|
| 1.3 | 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.2 | 15-Jun-1994 |
glass | much works but untested w/new fs. expect more tomorrow
|
| 1.1 | 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
| 1.75 | 20-Jan-2020 |
thorpej | Remove FDDI support.
|
| 1.74 | 13-Dec-2016 |
christos | branches: 1.74.16; 1.74.22; wildcard speaker attachments, now that we can handle many of them.
|
| 1.73 | 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
| 1.72 | 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
| 1.71 | 20-Jul-2014 |
alnsn | branches: 1.71.4; 1.71.8; Add commented out bpfjit options to mips kernels. While here, add 2 missing RCS ids.
|
| 1.70 | 27-Apr-2013 |
christos | branches: 1.70.8; remove confusing numeric locators where they are unused.
|
| 1.69 | 17-Aug-2012 |
abs | branches: 1.69.2; Update all kernel configs mentioning WSEMUL_* but not already including WSDISPLAY_COMPAT_USL using the following rules: - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1 and commented out WSDISPLAY_COMPAT_USL - Otherwise add WSDISPLAY_COMPAT_USL
Some of the INSTALL configs for larger memory machines are probably suitable for adding WSDISPLAY_COMPAT_USL.
Now wsconscfg(8) should be able to switch VTs when expected.
Implemented after no objection from tech-kern to the following:
On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote: > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual > terminals. > > Except when in an exceptionally memory or space constrained > environment (INSTALL being the obvious case), is there any reason why > all GENERIC and GENERIC-like kernels which have wscons enabled > shouldn't also have WSDISPLAY_COMPAT_USL?
|
| 1.68 | 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.67 | 22-Nov-2011 |
tls | branches: 1.67.2;
The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be.
This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out.
|
| 1.66 | 16-Apr-2010 |
pooka | branches: 1.66.8; Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.65 | 12-Nov-2008 |
ad | branches: 1.65.6; 1.65.8; Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
| 1.64 | 31-Jul-2008 |
simonb | branches: 1.64.2; Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
| 1.63 | 29-Dec-2006 |
yamt | branches: 1.63.44; 1.63.48; 1.63.50; 1.63.54; update comments on NFS_V2_ONLY after nqnfs removal. no functional changes. from Arnaud Lacombe.
|
| 1.62 | 02-Oct-2006 |
chs | remove MALLOC_NOINLINE, it doesn't do anything anymore.
|
| 1.61 | 29-Jul-2006 |
ad | branches: 1.61.4; 1.61.6; Remove RASTERCONSOLE support from the pmax port.
|
| 1.60 | 04-Feb-2006 |
rpaulo | branches: 1.60.2; bpfilter doesn't accept count anymore.
|
| 1.59 | 07-Dec-2005 |
tsutsui | branches: 1.59.2; 1.59.4; 1.59.6; Remove obsolete options VNODE_OP_NOINLINE.
|
| 1.58 | 07-Dec-2005 |
tsutsui | Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.57 | 07-Oct-2005 |
tsutsui | options<space><tab>
|
| 1.56 | 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
| 1.55 | 18-Feb-2005 |
dsl | branches: 1.55.6; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| 1.54 | 31-Jan-2005 |
hannken | Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
|
| 1.53 | 15-Jul-2004 |
atatat | branches: 1.53.4; 1.53.6; Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| 1.52 | 13-Dec-2003 |
ad | branches: 1.52.2; Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to select between rcons or wscons at compile time. Ok'ed by simonb.
|
| 1.51 | 25-Oct-2003 |
simonb | Add COMPAT_16 where missing. Remove the unused COMPAT_15. Comment out/remove COMPAT_* from INSTALL kernels.
|
| 1.50 | 06-Sep-2003 |
itojun | add rnd(4) device to installation media. necessary for many purposes, including password seeding, tcp sequence number, and more. see tech-security
|
| 1.49 | 10-Apr-2003 |
christos | branches: 1.49.2; Bye Bye UCONSOLE
|
| 1.48 | 18-Sep-2002 |
lukem | enable USERCONF by default; it's small and extremely useful to have available.
|
| 1.47 | 08-Aug-2002 |
ad | Replace FONT_LUCIDA with FONT_GALLANT.
|
| 1.46 | 05-Jul-2002 |
abs | Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR, MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they include another config files that already defines the options, or if they are for an embedded board, just define a few extra options, and do not already define PIPE_SOCKETPAIR.
|
| 1.45 | 25-Apr-2002 |
atatat | branches: 1.45.2; 1.45.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.44 | 12-Apr-2002 |
gmcgarry | Add commented-out USERCONF option. Mainly useful for install media and can be optionally enabled based on miniroot and ramdisk size requirements.
|
| 1.43 | 27-Jan-2002 |
jdolecek | branches: 1.43.6; add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
| 1.42 | 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.41 | 26-Aug-2001 |
simonb | branches: 1.41.6; Switch to MI SCSI and drop old pmax MD SCSI support completely.
|
| 1.40 | 08-Jul-2001 |
abs | branches: 1.40.2; Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
| 1.39 | 02-Oct-2000 |
abs | Ensure all INSTALL* kernels have two ptys, and a note explaining why: pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) (Some installers may not be using sysinst, in which case this just reduces the number of ptys from 16 that are not used to 2 that are not used) For i386 conf files, no change other than comments.
|
| 1.38 | 25-Sep-2000 |
simonb | Reenable VNODE_OP_NOINLINE, and some white space nits.
|
| 1.37 | 25-Sep-2000 |
abs | Use "options<SPACE><TAB>" not "options<TAB>" - noted by simonb. Move VNODE_OP_NOINLINE and NFS_V2_ONLY into '# Filesystem options' section. Consistently label '# Filesystem options' and '#File systems' sections.
|
| 1.36 | 25-Sep-2000 |
abs | Ensure all INSTALL config files have (at least) COPTS="-Os", cincluding bebox based on it working already for macppc. Also add commented out: #options VNODE_OP_NOINLINE # Don't inline vnode op calls #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code as suggestions for additional savings
|
| 1.35 | 24-Sep-2000 |
jdolecek | don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
| 1.34 | 16-Sep-2000 |
simonb | Use VNODE_OP_NOINLINE - saves about 17k off the INSTALL kernel size.
|
| 1.33 | 13-Sep-2000 |
nisimura | Have MI SCSI device descriptions in GENERIC, removing 'mi.scsi' file.
|
| 1.32 | 28-May-2000 |
gmcgarry | Substitute bba for isdn placeholder.
|
| 1.31 | 19-Feb-2000 |
nisimura | branches: 1.31.2; Introduce MI SCSI codes; for DECstation 5000s only this moment. Disabled by default and needs arrangements in conf file to use it. See DS5000 as a sample.
|
| 1.30 | 12-Feb-2000 |
thorpej | Nuke NKMEMCLUSTERS.
|
| 1.29 | 09-Jan-2000 |
ad | s/4(..)bsd/4$1BSD/
|
| 1.28 | 31-Dec-1999 |
ad | Comment px0 entry a little more accurately.
|
| 1.27 | 09-Dec-1999 |
simonb | Enable DECsystem 5100 support.
|
| 1.26 | 25-Nov-1999 |
nisimura | Reorder device descriptions to reflect what kernel shows on screen, mostly in address ascending order.
|
| 1.25 | 24-Nov-1999 |
thorpej | Specify the locators for everything.
|
| 1.24 | 15-Nov-1999 |
nisimura | Very large scale change to sweep obstracles to remove 3MAX IOASIC disguise. - Rework ibus device configuration and interrupt handler assignment. - Remove TC device exposure in 'mainbus.c' - Squash 'ibus_{3100,5100}.c' into a file; it can not cope with 3max. - 'struct confargs' -> 'struct mainbus_attach_args' Now about to remove tc_slot_info[] and tc_enable_interrupt inherited from 4.4BSD.
|
| 1.23 | 29-Jul-1999 |
augustss | branches: 1.23.2; 1.23.8; It's time to be COMPAT_14.
|
| 1.22 | 28-May-1999 |
simonb | Add CD9660 filesystem - useful for installing from CD-ROMs :-)
|
| 1.21 | 26-Apr-1999 |
ad | Fixed to match rasops config glue.
|
| 1.20 | 20-Apr-1999 |
simonb | Add NFS_BOOT_DHCP so that netboot kernels can find the root filesystem.
|
| 1.19 | 13-Apr-1999 |
ad | Add configuration glue needed by rasops, wsfont, rcons and the px driver.
|
| 1.18 | 28-Mar-1999 |
simonb | branches: 1.18.2; Use COPTS="-Os -mmemcpy" for INSTALL kernels - saves ~15kB in text.
|
| 1.17 | 28-Mar-1999 |
simonb | Also comment out inclusion of "builtin.5100" to stop pulling in 5100 devices.
|
| 1.16 | 27-Mar-1999 |
simonb | Disable 5100's for now - it doesn't work yet, so we may as save a little bit of space...
|
| 1.15 | 27-Nov-1998 |
simonb | fix another white space botch
|
| 1.14 | 27-Nov-1998 |
simonb | White space and comment formatting police
|
| 1.13 | 26-Jul-1998 |
simonb | branches: 1.13.4; Add mainbus0 and cpu definitions, remove extra DS_5100 option.
|
| 1.12 | 26-Jun-1998 |
lukem | remove options FIFO; it's now the default
|
| 1.11 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.10 | 01-Dec-1997 |
kleink | Add COMPAT_13.
|
| 1.9 | 20-Oct-1997 |
jonathan | Merge MINIROOT and NFSINSTALL into a single INSTALL config file, with config lines for both root-on-disk and root-on-NFS.
|
| 1.8 | 20-Oct-1997 |
jonathan | Add "options COMPAT_12".
|
| 1.7 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.6 | 22-Jul-1997 |
jonathan | branches: 1.6.2; Merge NFSROOT and NFSINSTALL.
|
| 1.5 | 26-Apr-1997 |
jonathan | Add "options MIPS1" and delete commented-out lines inherited from GENERIC.
|
| 1.4 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.3 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.2 | 16-Nov-1996 |
jonathan | branches: 1.2.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.1 | 13-Oct-1996 |
jonathan | Kernel configuration file to build kernels for installing on diskful machines, using diskless-boot (NFS root) as the installation method.
Many options turned off to keep kernel small and avoid boot-PROM errors.
|
| 1.2.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.2.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.6.2.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.13.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.18.2.3 | 21-Jun-1999 |
perry | pullup 1.21->1.22 (simonb): Add ISO 9660 fs -- needed for CD-ROM installs
|
| 1.18.2.2 | 21-Apr-1999 |
cjs | branches: 1.18.2.2.2; 1.18.2.2.4; Tweak to fix previous pullup, which I mucked up.
|
| 1.18.2.1 | 20-Apr-1999 |
cjs | Pull up HEAD diffs between 1.19 and 1.20 (others left behind), per Simon Burge <simonb@netbsd.org>
|
| 1.18.2.2.4.1 | 30-Nov-1999 |
itojun | bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch just for reference purposes. This commit includes 1.4 -> 1.4.1 sync for kame branch.
The branch does not compile at all (due to the lack of ALTQ and some other source code). Please do not try to modify the branch, this is just for referenre purposes.
synchronization to latest KAME will take place on HEAD branch soon.
|
| 1.18.2.2.2.2 | 02-Aug-1999 |
thorpej | Update from trunk.
|
| 1.18.2.2.2.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.23.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.23.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.31.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.40.2.6 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
| 1.40.2.5 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.40.2.4 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.40.2.3 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.40.2.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.40.2.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.41.6.8 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.41.6.7 | 13-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.41.6.6 | 01-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.41.6.5 | 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.41.6.4 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.41.6.3 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.41.6.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.41.6.1 | 26-Aug-2001 |
nathanw | file INSTALL was added on branch nathanw_sa on 2002-01-08 00:27:04 +0000
|
| 1.43.6.2 | 16-Mar-2002 |
ad | Sanitize.
|
| 1.43.6.1 | 15-Mar-2002 |
ad | Changes necessary for wscons on NetBSD/pmax. All device support is here, just needs further testing.
|
| 1.45.4.1 | 09-Aug-2002 |
lukem | Pull up revision 1.47 (requested by ad in ticket #644): Replace FONT_LUCIDA with FONT_GALLANT.
|
| 1.45.2.2 | 31-Aug-2002 |
gehenna | catch up with -current.
|
| 1.45.2.1 | 16-Jul-2002 |
gehenna | catch up with -current.
|
| 1.49.2.7 | 11-Dec-2005 |
christos | Sync with head.
|
| 1.49.2.6 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.49.2.5 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.49.2.4 | 04-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.49.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.49.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.49.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.52.2.1 | 15-Jul-2004 |
he | Pull up revision 1.53 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
| 1.53.6.2 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.53.6.1 | 12-Feb-2005 |
yamt | sync with head.
|
| 1.53.4.1 | 29-Apr-2005 |
kent | sync with -current
|
| 1.55.6.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.55.6.1 | 21-Jun-2006 |
yamt | sync with head.
|
| 1.59.6.1 | 22-Apr-2006 |
simonb | Sync with head.
|
| 1.59.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.59.2.1 | 18-Feb-2006 |
yamt | sync with head.
|
| 1.60.2.1 | 11-Aug-2006 |
yamt | sync with head
|
| 1.61.6.1 | 22-Oct-2006 |
yamt | sync with head
|
| 1.61.4.2 | 12-Jan-2007 |
ad | Sync with head.
|
| 1.61.4.1 | 18-Nov-2006 |
ad | Sync with head.
|
| 1.63.54.2 | 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
| 1.63.54.1 | 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.63.50.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.63.48.2 | 11-Aug-2010 |
yamt | sync with head.
|
| 1.63.48.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.63.44.2 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.63.44.1 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
| 1.64.2.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.65.8.1 | 30-May-2010 |
rmind | sync with head
|
| 1.65.6.1 | 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.66.8.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.66.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.66.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.67.2.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.69.2.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.69.2.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.69.2.1 | 23-Jun-2013 |
tls | resync from head
|
| 1.70.8.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.71.8.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.71.4.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.74.22.1 | 25-Jan-2020 |
ad | Sync with head.
|
| 1.74.16.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.13 | 19-Mar-2025 |
jakllsch | Remove last traces of 'options LKM' from kernel config files.
|
| 1.12 | 20-Jan-2020 |
thorpej | branches: 1.12.30; Remove FDDI support.
|
| 1.11 | 13-Dec-2016 |
christos | branches: 1.11.16; 1.11.22; wildcard speaker attachments, now that we can handle many of them.
|
| 1.10 | 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
| 1.9 | 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
| 1.8 | 20-Jul-2014 |
alnsn | branches: 1.8.4; 1.8.8; Add commented out bpfjit options to mips kernels. While here, add 2 missing RCS ids.
|
| 1.7 | 27-Apr-2013 |
christos | branches: 1.7.8; remove confusing numeric locators where they are unused.
|
| 1.6 | 17-Aug-2012 |
abs | branches: 1.6.2; Update all kernel configs mentioning WSEMUL_* but not already including WSDISPLAY_COMPAT_USL using the following rules: - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1 and commented out WSDISPLAY_COMPAT_USL - Otherwise add WSDISPLAY_COMPAT_USL
Some of the INSTALL configs for larger memory machines are probably suitable for adding WSDISPLAY_COMPAT_USL.
Now wsconscfg(8) should be able to switch VTs when expected.
Implemented after no objection from tech-kern to the following:
On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote: > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual > terminals. > > Except when in an exceptionally memory or space constrained > environment (INSTALL being the obvious case), is there any reason why > all GENERIC and GENERIC-like kernels which have wscons enabled > shouldn't also have WSDISPLAY_COMPAT_USL?
|
| 1.5 | 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.4 | 22-Nov-2011 |
tls | branches: 1.4.2;
The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be.
This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out.
|
| 1.3 | 16-Apr-2010 |
pooka | branches: 1.3.8; Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.2 | 14-Dec-2009 |
matt | branches: 1.2.2; 1.2.4; 1.2.6; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
| 1.1 | 08-Sep-2009 |
matt | branches: 1.1.2; file INSTALL64 was initially added on branch matt-nb5-mips64.
|
| 1.1.2.1 | 08-Sep-2009 |
matt | Enable building LP64 kernels for 3min, maxine, and 3maxplus. Fix various LP64 bugs. XXX still invoked via O32 call args
|
| 1.2.6.1 | 30-May-2010 |
rmind | sync with head
|
| 1.2.4.3 | 11-Aug-2010 |
yamt | sync with head.
|
| 1.2.4.2 | 11-Mar-2010 |
yamt | sync with head
|
| 1.2.4.1 | 14-Dec-2009 |
yamt | file INSTALL64 was added on branch yamt-nfs-mp on 2010-03-11 15:02:48 +0000
|
| 1.2.2.1 | 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.3.8.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.3.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.4.2.1 | 18-Feb-2012 |
mrg | merge to -current.
|
| 1.6.2.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.6.2.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.6.2.1 | 23-Jun-2013 |
tls | resync from head
|
| 1.7.8.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.8.8.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.8.4.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.11.22.1 | 25-Jan-2020 |
ad | Sync with head.
|
| 1.11.16.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.12.30.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
| 1.4 | 01-Mar-1995 |
mycroft | Clean up deleted files.
|
| 1.3 | 14-Jan-1994 |
deraadt | netbsd-ify
|
| 1.2 | 14-Jan-1994 |
deraadt | s/vmunix/netbsd/
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.4 | 01-Mar-1995 |
mycroft | Clean up deleted files.
|
| 1.3 | 14-Jan-1994 |
deraadt | netbsd-ify
|
| 1.2 | 14-Jan-1994 |
deraadt | s/vmunix/netbsd/
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.8 | 20-Oct-1997 |
jonathan | Merge MINIROOT and NFSINSTALL into a single INSTALL config file, with config lines for both root-on-disk and root-on-NFS.
|
| 1.7 | 20-Aug-1997 |
jonathan | update based on NFSINSTALL.
|
| 1.6 | 31-Jan-1997 |
thorpej | branches: 1.6.8; Update for new file system and root spec grammar.
|
| 1.5 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.4 | 03-Dec-1996 |
cgd | branches: 1.4.2; Fix up includes so that up-to-date versions of 'config' can be used to config pmax kernels. Not all kernels can actually be config'd because of device declaration problems, but i don't know how to fix those.
|
| 1.3 | 16-Nov-1996 |
jonathan | Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.2 | 26-Aug-1996 |
mrg | add COMPAT_12.
|
| 1.1 | 28-Dec-1995 |
jonathan | Config file used to build pmax kernels in NetBSD/1.1 miniroots, from Arne Juul (arnej@pvv.unit.no). (like NEWCONF, except with options GENERIC)
|
| 1.4.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.4.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.6.8.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.82 | 03-Dec-2000 |
simonb | Use shared Makefile.mips
|
| 1.81 | 21-May-2000 |
soren | Also share BE ldscripts.
|
| 1.80 | 09-May-2000 |
hubertf | Add "install" target, so "make install" after building the kernel does something useful. The target can be redefined by putting a install-kernel-${MACHINE_NAME} target that fits your needs into /etc/mk.conf.
|
| 1.79 | 09-May-2000 |
thorpej | HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also, make the use of -Wno-uninitialized explicit, don't rely on a compiler hack to do it for us.
|
| 1.78 | 01-Feb-2000 |
tsutsui | Revert STRIPPROG -> STRIP
|
| 1.77 | 24-Jan-2000 |
tron | Add "dependall" target for comfort.
|
| 1.76 | 19-Jan-2000 |
tsutsui | STRIP -> STRIPPROG
|
| 1.75 | 26-Jul-1999 |
cgd | branches: 1.75.2; be more efficient when doing the SYSTEM_LD_TAIL for -g kernels: don't copy them just to strip them, use strip -o.
|
| 1.74 | 09-Jul-1999 |
mrg | clean up a bit after jason :)
- fix emitrules() like emitfiles() to deal with the prefix (otherwise it would attempt to find the file in the normal base for the NORMAL_C rule). - add emitincludes() which adds include directives for each prefix to the $INCLUDES variable in the makefile. - add %INCLUDES to each Makefile.arch to deal with the above.
this makes "prefix" actually work in a usable manner, and now i can move on to fixing compiler warnings (errors) in the ESP code. :)
|
| 1.73 | 02-Jul-1999 |
tv | -Wuninitialized is not used in the NetBSD tree, explicitly.
|
| 1.72 | 25-Apr-1999 |
simonb | pmax kernels now compile with -Wuninitialized.
|
| 1.71 | 06-Apr-1999 |
simonb | Don't build a.out kernels anymore.
|
| 1.70 | 27-Mar-1999 |
simonb | branches: 1.70.2; Remove trailing white-space.
|
| 1.69 | 25-Mar-1999 |
simonb | Change multiple spaces to tabs.
|
| 1.68 | 15-Mar-1999 |
mrg | delete netbsd.aout and netbsd.ecoff in "make clean"
|
| 1.67 | 15-Jan-1999 |
thorpej | Some minor, mostly costmetic, changes to CPPFLAGS/CFLAGS.
|
| 1.66 | 15-Jan-1999 |
castor | add support for locore_mips[13].S
|
| 1.65 | 08-Jan-1999 |
augustss | Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C.
|
| 1.64 | 27-Nov-1998 |
simonb | Don't do a mkdep on SFILES if it is empty. Stops an annoying: cc: Warning: `-x assembler-with-cpp' after last input file has no effect cc: No input files message.
|
| 1.63 | 27-Nov-1998 |
simonb | White space and comment formatting police
|
| 1.62 | 15-Oct-1998 |
drochner | change handling of libkern: -sys/lib/libkern builds as library per default (as it was documented all the time) -ports able to LKM set "KERN_AS=obj" explicitely in their Makefiles (for now; should depend on actual "option LKM" or -better- functions included for LKM use should be pulled in by a stub) -always link libcompat before libkern - libkern stuff can be referred to by libcompat, but not the other way
|
| 1.61 | 05-Sep-1998 |
lukem | branches: 1.61.2; distclean is a synonym for cleandir
|
| 1.60 | 04-Aug-1998 |
jonathan | Add missing "-a" to mkdep line for pmax locore_machdep.S. From Noriyuki Soda.
|
| 1.59 | 31-May-1998 |
thorpej | Specify a non-profiling C rule.
|
| 1.58 | 19-Apr-1998 |
jonathan | Add -D__pmax__. Leave -Dpmax until all uses changed to __pmax__.
|
| 1.57 | 19-Apr-1998 |
jonathan | Add dependencies on Makefile for SYSVSHM, SYSVIPC options.
|
| 1.56 | 12-Apr-1998 |
tv | Add -Wno-main conditional on compiler being gcc 2.8 or egcs. (This adds a HAVE_GCC28 check-variable that can now be used to add other gcc-2.8 flags in cases where they may be useful, or to remove gcc 2.7.2 "bug workaround" flags.)
|
| 1.55 | 03-Mar-1998 |
thorpej | Make this work with DEBUG="-g"
|
| 1.54 | 12-Nov-1997 |
thorpej | Make sure CPP, AR, AS, and RANLIB are defined.
|
| 1.53 | 12-Nov-1997 |
thorpej | Define LORDER, NM, and TSORT here, like we do the rest of the tools.
|
| 1.52 | 08-Oct-1997 |
thorpej | branches: 1.52.2; The MIPS toolchain generates ELF. Don't pretend like it generates a.out by renaming "netbsd" to "netbsd.elf", and then creating an a.out image called "netbsd".
Instead, create _both_ ECOFF and a.out versions of the kernels, named "netbsd.ecoff" and "netbsd.aout" respectively, and drop the ".elf" from the ELF kernel.
(And, with any luck, the a.out hack will go away completely Very Soon.)
|
| 1.51 | 30-Sep-1997 |
christos | PR/4162: Chris Jones: make cleandir does not work properly; it does not remove the object files and the .depend file in the kernel build directory.
|
| 1.50 | 12-Jul-1997 |
leo | branches: 1.50.2; Generate assym.h dependencies when making 'depend'.
|
| 1.49 | 23-Jun-1997 |
jonathan | Set kernel text start address in port-specific Makefile, not ldscript.
|
| 1.48 | 15-Jun-1997 |
mhitch | Since locore_r2000.S and locore_r4000.S are included by locore.S, they need to be included in the dependency list for locore.o.
|
| 1.47 | 15-Jun-1997 |
jonathan | Turn on -Wall -Weror and -Wstrict-prototypes -Wmissing-prototypes.
Turn off warnings for uninitialized variables to avoid spurious warnings.
|
| 1.46 | 24-May-1997 |
jonathan | Use a ldscript to work around `features' (not enough section headers) when linking kernels with GNU binutils-2.7 or newer ld.
|
| 1.45 | 26-Apr-1997 |
jonathan | Ted Lemon's (RR 3540) cross-compilation patch: use ${SIZE} instead of size, Also add "SIZE=? size", so that native kernel compiles work, too.
|
| 1.44 | 16-Mar-1997 |
jonathan | Use genassym.sh script to make assym.h, for cross-compiling. Remove dependencies on genassym.
|
| 1.43 | 05-Mar-1997 |
jonathan | Build kernel object files with -mno-abicalls and -mno-half-pic. (The kernel doesn't support GP-relative addressing, and is statically linked).
Compile genassym without those flags: -mno-abicalls will make it coredump.
|
| 1.42 | 04-Feb-1997 |
perry | branches: 1.42.4; Nuke some options GENERIC residue.
|
| 1.41 | 04-Feb-1997 |
perry | Nuke some GENERIC residue.
|
| 1.40 | 03-Feb-1997 |
thorpej | Update clean and depend rule for kernel make changes.
|
| 1.39 | 01-Dec-1996 |
jonathan | Replace explicit -O2 in CFLAGS with COPTS macro. Default COPTS?= -O2. Lets users over-ride with makeoptions COPTS="..." in kernel config files.
|
| 1.38 | 22-Nov-1996 |
jonathan | Add KERNLD hook to allow overriding the LD used to link kernels. Set KERNLD to ld.old. gcc binutils 2.7 gets an assert error linking kernels.
|
| 1.37 | 30-Sep-1996 |
jonathan | Build and link in locore_machdep.S.
|
| 1.36 | 25-Sep-1996 |
jonathan | Build locore using merged mips (mips1, mips3) locore source: * Add MIPS make variable pointing at $S/arch/mips * Build locore from $MIPS/mips locore source * Build locore.o and fp.o (fp emulation) from arch/mips locore source * Add target and rules to build pmax-specific locore code locore_machdep.o from $PMAX/pmax/lcore_machdep.S
|
| 1.35 | 25-Sep-1996 |
jonathan | Back out part of revision 1.30:
>* Use `-S' rather than `-x' to remove debugging symbols.
because the pmax toolchain and gcc disagree about what is a "local" symbol, and ld requires a "-x" to let elf2aout build bootable a.out kernels.
|
| 1.34 | 09-Sep-1996 |
mycroft | Move strip(1) flags into a separate variable, so that $STRIP can be passed to subordinate make(1)s. Remove $TOUCH. Add HOSTED_CC, HOSTED_CPPFLAGS, and HOSTED_CFLAGS, and use them when depending genassym.
|
| 1.33 | 31-Aug-1996 |
mycroft | Wrap the default definition of `S' in `.ifndef'.
|
| 1.32 | 12-Aug-1996 |
mycroft | Put into . Remove hooks for `config-dependent' and `device-driver' flags.
|
| 1.31 | 10-Aug-1996 |
mycroft | * Add a HOSTED_C_C variable, which strips `-p', `-pg', and `-nostdinc', and use it when building genassym. * Use `-nostdinc' just to be sure we're self-contained.
|
| 1.30 | 10-Aug-1996 |
mycroft | * Define CWARNFLAGS and MKDEP in some moderately consistent fashion. * Make S expand to an absolute path at compile time. * Use `-S' rather than `-x' to remove debugging symbols. * Garbage collect unused variables. * Reverse a handful of port-specific changes that do not correspond to the common build model and are not needed.
|
| 1.29 | 19-May-1996 |
mhitch | Also use genassym.c from sys/arch/mips/mips for make depend.
|
| 1.28 | 19-May-1996 |
jonathan | Use genassym.c from sys/arch/mips/mips.
|
| 1.27 | 11-May-1996 |
mycroft | Make `make depend' work for libraries.
|
| 1.26 | 29-Feb-1996 |
cgd | Do not build vnode_if.[ch] for each kernel. Build them once, like the various syscall sources/headers, and just compile them. From PR 2142, OK'd by mycroft.
|
| 1.25 | 26-Feb-1996 |
mycroft | Define build programs with `?=', so they can be overridden with `makeoptions'.
|
| 1.24 | 09-Feb-1996 |
mycroft | Fix mkdep problems due to missing flags.
|
| 1.23 | 04-Feb-1996 |
jonathan | A semicolon was missing from the SYSTEM_LD_TAIL stanza that converts from elf to netbsd a.out, causing the mv to fail; add one.
|
| 1.22 | 03-Feb-1996 |
mycroft | Use `-traditional-cpp' when building .s and .S files.
|
| 1.21 | 02-Feb-1996 |
mycroft | Clone these, and fix many bugs.
|
| 1.20 | 01-Feb-1996 |
mycroft | LOCORE -> _LOCORE
|
| 1.19 | 14-Jan-1996 |
thorpej | Remove vnode_if.[ch] during a "make clean", per PR#536 from Dan Carosone <danielce@ee.mu.oz.au>.
|
| 1.18 | 17-Dec-1995 |
jonathan | Fix cross-compilation bug: native architecture is "pmax", not "mips".
|
| 1.17 | 25-Nov-1995 |
mellon | Provide compiler tool definitions for cross compilation.
|
| 1.16 | 19-Sep-1995 |
thorpej | branches: 1.16.2; Compile the kernel with -Werror and -fno-builtin.
|
| 1.15 | 24-Jun-1995 |
christos | Makefile.`arch`: - Add -lcompat - Change clean: target to be a double dep one, so libraries can use the clean target too - Add genassym to the clean targets
|
| 1.14 | 09-Jun-1995 |
jonathan | Change default optimization level from -O to -O2.
|
| 1.13 | 16-May-1995 |
jtc | Removing -DKERNEL, transition to _KERNEL has been completed
|
| 1.12 | 23-Mar-1995 |
jtc | Added -D_KERNEL to CFLAGS alongside each -DKERNEL.
|
| 1.11 | 18-Jan-1995 |
mellon | Make it easier to use different compilers (we hope)
|
| 1.10 | 12-Dec-1994 |
dean | removed ifdef XXX
|
| 1.9 | 22-Nov-1994 |
dean | run locore.S and fp.S through cpp
|
| 1.8 | 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.7 | 15-Jun-1994 |
glass | much works but untested w/new fs. expect more tomorrow
|
| 1.6 | 01-Jun-1994 |
glass | the evil -G 0 must be used on locore too
|
| 1.5 | 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
| 1.4 | 27-May-1994 |
glass | upgrade to bsd 4.4-lite code base. only mod is rcsids
|
| 1.3 | 16-Apr-1994 |
cgd | kill symbols.{raw,sort}; no longer necessary, with kvm dbs.
|
| 1.2 | 16-Jan-1994 |
deraadt | cleanup
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.16.2.2 | 13-Oct-1995 |
jonathan | (really fix $(LIBKERN))
|
| 1.16.2.1 | 13-Oct-1995 |
jonathan | Fix bug introduced arount revision 1.14, which caused $(LIBKERN) to be linked into the kernel twice.
|
| 1.42.4.1 | 12-Mar-1997 |
is | Merge in changes from Trunk
|
| 1.50.2.1 | 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.52.2.1 | 12-Nov-1997 |
thorpej | Pull up "make sure tools are defined" changes from trunk.
|
| 1.61.2.5 | 11-Jun-1999 |
nisimura | - Track main trunk changes and cleanup accumulated bozos I made so far.
|
| 1.61.2.4 | 18-Jan-1999 |
drochner | pull in trunc rev 1.65: -Wpointer-arith
|
| 1.61.2.3 | 06-Dec-1998 |
drochner | pull up 1.64 - No input files warning
|
| 1.61.2.2 | 19-Oct-1998 |
drochner | sync to trunk rev. 1.62
|
| 1.61.2.1 | 15-Oct-1998 |
nisimura | - Reflect all changes of this branch; NWSCONS, MI SCSI, new spl(9) and others.
|
| 1.70.2.1 | 16-Apr-1999 |
simonb | branches: 1.70.2.1.2; Pull up rev 1.71 from the trunk: Don't build a.out kernels anymore.
|
| 1.70.2.1.2.2 | 02-Aug-1999 |
thorpej | Update from trunk.
|
| 1.70.2.1.2.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.75.2.2 | 08-Dec-2000 |
bouyer | Sync with HEAD.
|
| 1.75.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.7 | 01-Jan-2019 |
christos | ELF2ECOFF -> MIPS_ELF2ECOFF
|
| 1.6 | 14-Dec-2009 |
matt | branches: 1.6.62; 1.6.64; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
| 1.5 | 12-Apr-2002 |
lukem | branches: 1.5.16; 1.5.114; 1.5.132; use ${ELF2ECOFF} from <bsd.{own,sys}.mk>
|
| 1.4 | 20-Mar-2002 |
gmcgarry | Use host tool elf2ecoff if available.
|
| 1.3 | 09-Dec-2001 |
atatat | Roll the rest of the ports over to the new MI kernel build machinery. Any problems reported by testers have been fixed, and massive cross-compiling of kernels has shown that any problems that remain with actually building kernels are not related to this.
|
| 1.2 | 21-Apr-2001 |
tsutsui | branches: 1.2.2; 1.2.8; Define ${ELF2ECOFF} and use it so that we can specify objcopy for it on cross environment.
|
| 1.1 | 03-Dec-2000 |
simonb | branches: 1.1.2; 1.1.4; Use shared Makefile.mips
|
| 1.1.4.1 | 21-Jun-2001 |
nathanw | Catch up to -current.
|
| 1.1.2.3 | 23-Apr-2001 |
bouyer | Sync with HEAD.
|
| 1.1.2.2 | 08-Dec-2000 |
bouyer | Sync with HEAD.
|
| 1.1.2.1 | 03-Dec-2000 |
bouyer | file Makefile.pmax.inc was added on branch thorpej_scsipi on 2000-12-08 09:30:14 +0000
|
| 1.2.8.4 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.3 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.2.8.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.1 | 21-Apr-2001 |
nathanw | file Makefile.pmax.inc was added on branch nathanw_sa on 2002-01-08 00:27:04 +0000
|
| 1.2.2.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.5.132.1 | 09-Sep-2009 |
matt | Don't convert to ECOFF if LP64
|
| 1.5.114.1 | 11-Mar-2010 |
yamt | sync with head
|
| 1.5.16.1 | 06-Feb-2005 |
jmc | Pull up patch (requested by martti in ticket #1086) Move ipf to sys/dist/ipf and sync w. trunk
|
| 1.6.64.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.6.62.1 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
| 1.14 | 22-Jul-1997 |
jonathan | NEWCONF was prototype ``new config'' pmax kernel config file. Now obsolete.
|
| 1.13 | 12-Jun-1997 |
mrg | remove now obsolete "swap on..." lines.
|
| 1.12 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.11 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.10 | 03-Dec-1996 |
cgd | branches: 1.10.2; Fix up includes so that up-to-date versions of 'config' can be used to config pmax kernels. Not all kernels can actually be config'd because of device declaration problems, but i don't know how to fix those.
|
| 1.9 | 16-Nov-1996 |
jonathan | Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.8 | 26-Aug-1996 |
mrg | add COMPAT_12.
|
| 1.7 | 29-May-1996 |
mhitch | Fixes to make kernel compile: HZ is required to be defined and CPU_R3000 is needed to include R3000 support. Also change the le0 to le* for the 3100 LANCE so it configures properly.
|
| 1.6 | 28-Dec-1995 |
jonathan | branches: 1.6.4; Fix typo (two rz4s, no rz5) and add options KTRACE.
|
| 1.5 | 05-Oct-1995 |
jonathan | Change the pmax framebuffer driver to reflect the rcons changes as negotiated with pk: Use dev/rcons/files.rcons in the pmax config file. Use "rasterconsole" as the tag in pmax/conf, and modify the pmax framebuffer pseudo-device drivers (fb and rcons) to us rasterconsole.h and RASTERCONSOLE for compile-time configuration of the rcons pseudo-device. Modify the pmax rcons pseudo-device driver to initialize a little-endian, QVSS-compatible font (set its ascent, and set the rconsole structure to point to that font) before calling rcons_connect().
Tested on a cfb. The ascent may be wrong (or at least, not be aligned with the hw cursor sprite) on a 3100.
|
| 1.4 | 18-Sep-1995 |
jonathan | Update files.pmax to use Ted Lemon's port of the sparc rcons glass-tty fb driver, the "generic" fb pseudo-device driver, and dev/cons.c. Update an example new-config file (NEWCONF) to use them.
|
| 1.3 | 18-Aug-1995 |
jonathan | Rename "asic" to "ioasic", to be compatible with "machine-independent" turbochannel/asic device drivers. (also comment out tt.c.)
|
| 1.2 | 04-Aug-1995 |
jonathan | Snapshot of a prototuype for a new-config GENERIC configuration. This relies on an ugly mixture of new-style config and old-style config.
|
| 1.1 | 28-Apr-1995 |
jonathan | Add prototype (new-style) config for pmax. This doesn't yet work; auto-configuration initialization code is missing. It uses "needs-count" flags to come slightly close to what the old-style pmax source expects. Perhaps autoconfig code can be lifted from the alpha port or volunteers found to write some.
|
| 1.6.4.2 | 17-Jun-1996 |
jonathan | Change 3100 baseboard lance to "le0" in anticipation of config being fixed. Remove "options DS5000", as it no longer appears in the pmax source.
|
| 1.6.4.1 | 30-May-1996 |
mhitch | pulled up config file fixes from the trunk
|
| 1.10.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.10.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.9 | 20-Oct-1997 |
jonathan | Merge MINIROOT and NFSINSTALL into a single INSTALL config file, with config lines for both root-on-disk and root-on-NFS.
|
| 1.8 | 20-Oct-1997 |
jonathan | Add "options COMPAT_12".
|
| 1.7 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.6 | 22-Jul-1997 |
jonathan | branches: 1.6.2; Merge NFSROOT and NFSINSTALL.
|
| 1.5 | 26-Apr-1997 |
jonathan | Add "options MIPS1" and delete commented-out lines inherited from GENERIC.
|
| 1.4 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.3 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.2 | 16-Nov-1996 |
jonathan | branches: 1.2.2; Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.1 | 13-Oct-1996 |
jonathan | Kernel configuration file to build kernels for installing on diskful machines, using diskless-boot (NFS root) as the installation method.
Many options turned off to keep kernel small and avoid boot-PROM errors.
|
| 1.2.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.2.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.6.2.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.8 | 22-Jul-1997 |
jonathan | Identical to NFSINSTALL, bar comments.
|
| 1.7 | 22-Jul-1997 |
jonathan | Merge NFSROOT and NFSINSTALL.
|
| 1.6 | 26-Apr-1997 |
jonathan | Add "options MIPS1" and delete commented-out lines inherited from GENERIC.
|
| 1.5 | 31-Jan-1997 |
thorpej | Update for new file system and root spec grammar.
|
| 1.4 | 15-Jan-1997 |
perry | Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
|
| 1.3 | 03-Dec-1996 |
cgd | branches: 1.3.2; Fix up includes so that up-to-date versions of 'config' can be used to config pmax kernels. Not all kernels can actually be config'd because of device declaration problems, but i don't know how to fix those.
|
| 1.2 | 16-Nov-1996 |
jonathan | Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.1 | 18-Sep-1996 |
jonathan | Decstation kernel config file for diskless installation: root and swap on NFS, but includes disk and tape drivers.
Prune out most `optional' options to stay small in the hope of avoiding PROM tftp bugs.
|
| 1.3.2.2 | 18-Jan-1997 |
thorpej | Update from trunk.
|
| 1.3.2.1 | 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
| 1.27 | 13-Mar-2002 |
ad | Remove unmaintained / of limited use configs.
|
| 1.26 | 27-Jan-2002 |
jdolecek | add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
| 1.25 | 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.24 | 20-Nov-2001 |
lukem | - pull in opt_kgdb.h where necessary - replace opt_kgdb_machdep.h with opt_kgdb.h - defparam opt_kgdb.h: KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE - move from opt_ddbparam.h to opt_ddb.h: DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE - replace KGDBDEV with KGDB_DEV - replace KGDBADDR with KGDB_DEVADDR - replace KGDBMODE with KGDB_DEVMODE - replace KGDBRATE with KGDB_DEVRATE - use `9600' instead of `0x2580' for 9600 baud rate - use correct quotes for options KGDB_DEVNAME="\"com\"" - use correct quotes for options KGDB_DEV="17*256+0" - remove unnecessary dependancy on Makefile for kgdb_stub.o - minor whitespace cleanup
|
| 1.23 | 08-Jul-2001 |
abs | branches: 1.23.2; 1.23.8; Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
| 1.22 | 24-Sep-2000 |
jdolecek | don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
| 1.21 | 13-Sep-2000 |
nisimura | Have MI SCSI device descriptions in GENERIC, removing 'mi.scsi' file.
|
| 1.20 | 28-May-2000 |
gmcgarry | Substitute bba for isdn placeholder.
|
| 1.19 | 12-Feb-2000 |
thorpej | branches: 1.19.2; Nuke NKMEMCLUSTERS.
|
| 1.18 | 09-Jan-2000 |
ad | s/4(..)bsd/4$1BSD/
|
| 1.17 | 15-Nov-1999 |
nisimura | Very large scale change to sweep obstracles to remove 3MAX IOASIC disguise. - Rework ibus device configuration and interrupt handler assignment. - Remove TC device exposure in 'mainbus.c' - Squash 'ibus_{3100,5100}.c' into a file; it can not cope with 3max. - 'struct confargs' -> 'struct mainbus_attach_args' Now about to remove tc_slot_info[] and tc_enable_interrupt inherited from 4.4BSD.
|
| 1.16 | 29-Jul-1999 |
augustss | branches: 1.16.2; 1.16.8; It's time to be COMPAT_14.
|
| 1.15 | 26-Apr-1999 |
ad | Fixed to match rasops config glue.
|
| 1.14 | 13-Apr-1999 |
ad | Add configuration glue needed by rasops, wsfont, rcons and the px driver.
|
| 1.13 | 27-Mar-1999 |
simonb | branches: 1.13.4; Remove trailing white-space.
|
| 1.12 | 07-Feb-1999 |
jonathan | garbage-collect `options MULTICAST'. IP multicast is no longer an option.
|
| 1.11 | 07-Feb-1999 |
jonathan | Add `strip' line for testing Ricochet modems at 115200 bps.
|
| 1.10 | 27-Nov-1998 |
simonb | White space and comment formatting police
|
| 1.9 | 15-Nov-1998 |
jonathan | Add mainbus0 and cpu* lines to R4000 config.
|
| 1.8 | 26-Jun-1998 |
lukem | branches: 1.8.4; remove options FIFO; it's now the default
|
| 1.7 | 19-Apr-1998 |
jonathan | Garbage collect obsolete motherboard options from non-GENERIC kernels. Add "ibus" to configs with 3100 support.
|
| 1.6 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.5 | 01-Dec-1997 |
kleink | Add COMPAT_13.
|
| 1.4 | 17-Nov-1997 |
lukem | * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file * fix up use of 'options<SPACE><TAB>'
|
| 1.3 | 20-Aug-1997 |
jonathan | Turn DDB on by default in GENERIC kernel; turn DDB_ONPANIC off. Remove obsolete comments.
|
| 1.2 | 20-Aug-1997 |
jonathan | consistent whitespace after "options".
|
| 1.1 | 15-Jun-1997 |
mhitch | branches: 1.1.4; DECstation MIPS3 support: a GENERIC config file for the R4000/R4400-based DECstations.
|
| 1.1.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.8.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.13.4.2 | 02-Aug-1999 |
thorpej | Update from trunk.
|
| 1.13.4.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.16.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.16.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.19.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.23.8.4 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.23.8.3 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.23.8.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.23.8.1 | 08-Jul-2001 |
nathanw | file R4000 was added on branch nathanw_sa on 2002-01-08 00:27:04 +0000
|
| 1.23.2.3 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.23.2.2 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.23.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.20 | 27-Nov-2024 |
christos | bump for ssp build
|
| 1.19 | 01-Aug-2021 |
andvar | branches: 1.19.16; fix typos in word "otherwise".
|
| 1.18 | 26-Jun-2019 |
martin | branches: 1.18.14; Bump ramdisk slightly (non MKREPRO builds with long paths fail otherwise)
|
| 1.17 | 03-Apr-2019 |
christos | Adjust for bigger ramdisk
|
| 1.16 | 31-Mar-2019 |
christos | bump
|
| 1.15 | 13-Feb-2019 |
gson | Bump pmax install ramdisk size by another 100k, as 3500k is no longer enough with GCC 7.
|
| 1.14 | 14-Jul-2017 |
christos | branches: 1.14.6; make the comment match
|
| 1.13 | 13-Jul-2017 |
christos | ramdisk ate too much ice cream, compensate.
|
| 1.12 | 23-Nov-2010 |
hannken | branches: 1.12.18; 1.12.36; Remove unused count from pseudo-device md.
|
| 1.11 | 06-Feb-2009 |
jym | branches: 1.11.6; Changes to MEMORY_RBFLAGS option: - renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the MEMORY_DISK options(4) - change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt the config(5) files accordingly - document this option inside options(4)
See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html
Reviewed by abs@ in private mail.
|
| 1.10 | 18-Jan-2009 |
he | Bump the size of ramdisk and diskimages, so that what needs to be put there still fits.
|
| 1.9 | 11-Dec-2005 |
christos | branches: 1.9.78; 1.9.86; merge ktrace-lwp.
|
| 1.8 | 15-Oct-2004 |
he | Increase the pmax ramdisk size with 100KB, so that the contents fits again.
|
| 1.7 | 09-Jun-2004 |
he | Bump size of ramdisk image from 3148KB to 3200KB so that the contents fits again.
|
| 1.6 | 14-May-2004 |
he | Expand the ramdisk image size from 3m to 3148k so that the contents fits again.
|
| 1.5 | 02-Apr-2002 |
lukem | branches: 1.5.10; 1.5.12; Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE, which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as being more consistent with what it's controlling...
|
| 1.4 | 10-Mar-2002 |
lukem | * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options are now consistently named * fold opt_mdsize.h into opt_md.h
|
| 1.3 | 08-Dec-1999 |
simonb | branches: 1.3.8; 1.3.12; We now need a 3MB miniroot.
|
| 1.2 | 27-Nov-1998 |
simonb | branches: 1.2.10; 1.2.16; White space and comment formatting police
|
| 1.1 | 19-Nov-1998 |
jonathan | kernel config file for pmax install via ramdisk.
|
| 1.2.16.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.2.10.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.3.12.2 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.3.12.1 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.3.8.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.3.8.1 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.5.12.1 | 20-May-2004 |
tron | Pull up revision 1.6 (requested by he in ticket #353): Expand the ramdisk image size from 3m to 3148k so that the contents fits again.
|
| 1.5.10.4 | 19-Oct-2004 |
skrll | Sync with HEAD
|
| 1.5.10.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.5.10.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.5.10.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.9.86.2 | 03-Mar-2009 |
skrll | Sync with HEAD.
|
| 1.9.86.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.9.78.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.11.6.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.12.36.1 | 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.12.18.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.14.6.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.14.6.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.18.14.1 | 01-Aug-2021 |
thorpej | Sync with HEAD.
|
| 1.19.16.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
| 1.8 | 01-Aug-2021 |
andvar | fix typos in word "otherwise".
|
| 1.7 | 07-Sep-2020 |
mrg | branches: 1.7.6; bump ramdisk image size to match build size.
|
| 1.6 | 03-Apr-2019 |
christos | Adjust for bigger ramdisk
|
| 1.5 | 31-Mar-2019 |
christos | bump
|
| 1.4 | 20-Feb-2011 |
matt | branches: 1.4.56; Merge forward from matt-nb5-mips64. New interrupt code. mips64 support for DS5000/260.
|
| 1.3 | 23-Nov-2010 |
hannken | branches: 1.3.2; 1.3.4; Remove unused count from pseudo-device md.
|
| 1.2 | 14-Dec-2009 |
matt | branches: 1.2.4; 1.2.6; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
| 1.1 | 08-Sep-2009 |
matt | branches: 1.1.2; file RAMDISK64 was initially added on branch matt-nb5-mips64.
|
| 1.1.2.1 | 08-Sep-2009 |
matt | Enable building LP64 kernels for 3min, maxine, and 3maxplus. Fix various LP64 bugs. XXX still invoked via O32 call args
|
| 1.2.6.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.2.4.2 | 11-Mar-2010 |
yamt | sync with head
|
| 1.2.4.1 | 14-Dec-2009 |
yamt | file RAMDISK64 was added on branch yamt-nfs-mp on 2010-03-11 15:02:48 +0000
|
| 1.3.4.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.3.2.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.4.56.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.7.6.1 | 01-Aug-2021 |
thorpej | Sync with HEAD.
|
| 1.12 | 13-Mar-2002 |
ad | Remove unmaintained / of limited use configs.
|
| 1.11 | 27-Jan-2002 |
jdolecek | add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
| 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 | 26-Aug-2001 |
simonb | branches: 1.9.6; Switch to MI SCSI and drop old pmax MD SCSI support completely.
|
| 1.8 | 08-Jul-2001 |
abs | branches: 1.8.2; Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
| 1.7 | 24-Sep-2000 |
jdolecek | branches: 1.7.2; don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
| 1.6 | 14-Jun-2000 |
veego | Remove the obsolete config fragments for kernel crypto, because the IPsec crypto code is now in the kernel source tree.
|
| 1.5 | 28-May-2000 |
gmcgarry | Substitute bba for isdn placeholder.
|
| 1.4 | 19-Feb-2000 |
nisimura | branches: 1.4.2; Introduce MI SCSI codes; for DECstation 5000s only this moment. Disabled by default and needs arrangements in conf file to use it. See DS5000 as a sample.
|
| 1.3 | 31-Dec-1999 |
ad | Comment px0 entry a little more accurately.
|
| 1.2 | 25-Nov-1999 |
nisimura | branches: 1.2.2; Reorder device descriptions to reflect what kernel shows on screen, mostly in address ascending order.
|
| 1.1 | 24-Nov-1999 |
thorpej | My 3MAX's config file.
|
| 1.2.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.4.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.7.2.2 | 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.7.2.1 | 24-Sep-2000 |
bouyer | file SULACO was added on branch thorpej_scsipi on 2000-11-20 20:20:14 +0000
|
| 1.8.2.4 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.8.2.3 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.8.2.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.8.2.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.9.6.4 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.9.6.3 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.9.6.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.9.6.1 | 26-Aug-2001 |
nathanw | file SULACO was added on branch nathanw_sa on 2002-01-08 00:27:04 +0000
|
| 1.3 | 30-Jan-1996 |
jonathan | Remove config.old files for pmax. They should have been removed before the NetBSD-1.1 release, as they have not worked or been supported for some time.
|
| 1.2 | 11-Apr-1995 |
mellon | Make TOCCATA support the new console regime
|
| 1.1 | 18-Jan-1995 |
mellon | Configuration for a MAXine
|
| 1.25 | 29-Jul-2006 |
ad | Remove RASTERCONSOLE support from the pmax port.
|
| 1.24 | 30-Jun-2006 |
tsutsui | Sync with GENERIC (commented out UDF, carp, VND_COMPRESSION, and veriexec)
|
| 1.23 | 28-Mar-2006 |
pavel | branches: 1.23.4; Add stf to all kernel configs which have INET6 and gif, except the INSTALL ones and those for specific machines of developers. PR 32304.
OK'ed by rpaulo.
N.B. stf is a cloning device, so it still must be enabled by "ifconfig stf0 create".
|
| 1.22 | 05-Feb-2006 |
cube | branches: 1.22.2; 1.22.4; 1.22.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
| 1.21 | 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
| 1.20 | 07-Dec-2005 |
tsutsui | branches: 1.20.2; 1.20.4; 1.20.6; Remove obsolete options VNODE_OP_NOINLINE.
|
| 1.19 | 07-Dec-2005 |
tsutsui | Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.18 | 07-Oct-2005 |
tsutsui | Sync with GENERIC: - add options P1003_1B_SEMAPHORE - add #file-system TMPFS - add #options UFS_DIRHASH - add #options ALTQ* - enable pseudo-device fss - add #pseudo-device pf* - options<space><tab>
|
| 1.17 | 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
| 1.16 | 19-Aug-2005 |
christos | 64 bit inode changes.
|
| 1.15 | 31-Jul-2005 |
yamt | revert "defflag VMSWAP" changes for now. there seems to be far more people who don't want to edit their kernel config files than i thought.
|
| 1.14 | 30-Jul-2005 |
yamt | add "options VMSWAP" to non INSTALL kernels.
|
| 1.13 | 07-Jul-2005 |
tron | Add (commented out) IPSEC_NAT_T option.
|
| 1.12 | 09-Jun-2005 |
tsutsui | branches: 1.12.2; - Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO. (still commented out) - Add (also commented out) options BUFQ_PRIOCSCAN.
Suggested by perry and soda on tech-kern. Please refer options(4) for details for these options.
|
| 1.11 | 25-Feb-2005 |
simonb | branches: 1.11.2; Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files that didn't have those options but had other earlier compat options.
|
| 1.10 | 18-Feb-2005 |
dsl | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| 1.9 | 11-Feb-2005 |
dsl | Add 'option FFS_SNAPSHOT' to most of the config files. Commented out for kernels that appear to hace space constraints.
|
| 1.8 | 31-Jan-2005 |
hannken | Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
|
| 1.7 | 10-Nov-2004 |
christos | branches: 1.7.4; 1.7.6; Add COMPAT_BSDPTY to the rest of the config files.
|
| 1.6 | 04-Sep-2004 |
manu | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
|
| 1.5 | 15-Jul-2004 |
atatat | branches: 1.5.2; Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| 1.4 | 23-Dec-2003 |
ad | branches: 1.4.2; MAXINE keyboard and mouse now works, albeit with some minor issues.
|
| 1.3 | 19-Dec-2003 |
tsutsui | - add options COMPAT_16 - Netbsd -> NetBSD - use options<space><tab>
|
| 1.2 | 16-Dec-2003 |
keihan | netbsd.org -> NetBSD.org
|
| 1.1 | 13-Dec-2003 |
ad | Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to select between rcons or wscons at compile time. Ok'ed by simonb.
|
| 1.4.2.1 | 15-Jul-2004 |
he | Pull up revision 1.5 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
| 1.5.2.10 | 11-Dec-2005 |
christos | Sync with head.
|
| 1.5.2.9 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.5.2.8 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.5.2.7 | 15-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.5.2.6 | 04-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.5.2.5 | 14-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.5.2.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.5.2.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.5.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.5.2.1 | 15-Jul-2004 |
skrll | file WSCONS was added on branch ktrace-lwp on 2004-08-03 10:39:10 +0000
|
| 1.7.6.2 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.7.6.1 | 12-Feb-2005 |
yamt | sync with head.
|
| 1.7.4.1 | 29-Apr-2005 |
kent | sync with -current
|
| 1.11.2.1 | 18-Jul-2005 |
riz | Pull up revision 1.13 (requested by tron in ticket #566): Add (commented out) IPSEC_NAT_T option.
|
| 1.12.2.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.12.2.1 | 21-Jun-2006 |
yamt | sync with head.
|
| 1.20.6.1 | 22-Apr-2006 |
simonb | Sync with head.
|
| 1.20.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.20.2.1 | 18-Feb-2006 |
yamt | sync with head.
|
| 1.22.6.1 | 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
| 1.22.4.1 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
| 1.22.2.2 | 11-Aug-2006 |
yamt | sync with head
|
| 1.22.2.1 | 01-Apr-2006 |
yamt | sync with head.
|
| 1.23.4.1 | 13-Jul-2006 |
gdamore | Merge from HEAD.
|
| 1.1 | 19-Oct-1998 |
drochner | branches: 1.1.2; file ZELMWU was initially added on branch nisimura-pmax-wscons.
|
| 1.1.2.4 | 04-Aug-1999 |
nisimura | - Catch up to recent introduction of wsmux psuedo-device. - Make sure to assign BRG value early in boot. - Make ZELMWU comfortable to build.
|
| 1.1.2.3 | 11-Jun-1999 |
nisimura | - Track main trunk changes and cleanup accumulated bozos I made so far.
|
| 1.1.2.2 | 29-Mar-1999 |
drochner | catch up with zskbd->lkkbd change, add vt100 emulation
|
| 1.1.2.1 | 19-Oct-1998 |
drochner | DS '240 with full wscons console support
|
| 1.6 | 24-Nov-1999 |
thorpej | Delete now-unreferenced files.
|
| 1.5 | 27-Nov-1998 |
simonb | branches: 1.5.10; 1.5.16; White space and comment formatting police
|
| 1.4 | 19-Apr-1998 |
jonathan | branches: 1.4.4; Rework pmax kernel config: * ibus (virtual bus for baseboard direct-attach deviecs) * 5100 support, using ibus * rename "clock" to mcclock for future support of Qbus machiens * use sys/dev/dec mcclock_pad32 machinery for pmax mcclock * reworked TC config code.
|
| 1.3 | 05-Jan-1998 |
perry | RCSID Police.
|
| 1.2 | 20-May-1997 |
jonathan | Change default le entry from "le*" to "le0" so GENERIC kernels configure the pmin/pmax (2100/3100) baseboard ethernet as le0, not le1.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.4.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.5.16.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.5.10.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.9 | 24-Nov-1999 |
thorpej | Delete now-unreferenced files.
|
| 1.8 | 27-Nov-1998 |
simonb | branches: 1.8.10; 1.8.16; White space and comment formatting police
|
| 1.7 | 19-Apr-1998 |
jonathan | branches: 1.7.4; Rework pmax kernel config: * ibus (virtual bus for baseboard direct-attach deviecs) * 5100 support, using ibus * rename "clock" to mcclock for future support of Qbus machiens * use sys/dev/dec mcclock_pad32 machinery for pmax mcclock * reworked TC config code.
|
| 1.6 | 27-Jan-1998 |
cgd | fix change made in rev 1.5: clock was moved to ioasic, but ioasic _requires_ offset locator (which may be wildcarded). No offset locator was supplied, so kernel configs using this file would fail.
|
| 1.5 | 21-Jan-1998 |
jonathan | Fix clock attachment to match (pseudo) ioasic attachment in 5000/200 kernel.
|
| 1.4 | 05-Jan-1998 |
perry | RCSID Police.
|
| 1.3 | 31-May-1997 |
mhitch | branches: 1.3.8; Comment out the dc0 at mainbus0: that attempts to include the DS3100 dc device attachment. The 3max dc0 device attaches to the pretended IOASIC.
|
| 1.2 | 15-May-1997 |
jonathan | Add `offset' locator to ioasic-attached devices, for compatibility with the ioasic_submatch() used in drivers shared by pmax and alpha ports.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.3.8.1 | 29-Jan-1998 |
mellon | Pull up 1.4 (perry) and 1.5-1.6 (jonathan)
|
| 1.7.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.8.16.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.8.10.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.2 | 24-Nov-1999 |
thorpej | Delete now-unreferenced files.
|
| 1.1 | 19-Apr-1998 |
jonathan | branches: 1.1.4; 1.1.16; 1.1.22; ibus devices and 5100 attachment.
|
| 1.1.22.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.1.16.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.1.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.6 | 24-Nov-1999 |
thorpej | Delete now-unreferenced files.
|
| 1.5 | 27-Nov-1998 |
simonb | branches: 1.5.10; 1.5.16; White space and comment formatting police
|
| 1.4 | 19-Apr-1998 |
jonathan | branches: 1.4.4; Rework pmax kernel config: * ibus (virtual bus for baseboard direct-attach deviecs) * 5100 support, using ibus * rename "clock" to mcclock for future support of Qbus machiens * use sys/dev/dec mcclock_pad32 machinery for pmax mcclock * reworked TC config code.
|
| 1.3 | 05-Jan-1998 |
perry | RCSID Police.
|
| 1.2 | 15-May-1997 |
jonathan | Add `offset' locator to ioasic-attached devices, for compatibility with the ioasic_submatch() used in drivers shared by pmax and alpha ports.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.4.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.5.16.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.5.10.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.5 | 24-Nov-1999 |
thorpej | Delete now-unreferenced files.
|
| 1.4 | 27-Nov-1998 |
simonb | branches: 1.4.10; 1.4.16; White space and comment formatting police
|
| 1.3 | 05-Jan-1998 |
perry | branches: 1.3.4; RCSID Police.
|
| 1.2 | 15-May-1997 |
jonathan | Add `offset' locator to ioasic-attached devices, for compatibility with the ioasic_submatch() used in drivers shared by pmax and alpha ports.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.3.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.4.16.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.4.10.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.6 | 28-Apr-1995 |
cgd | rename files files for new config/config.old naming
|
| 1.5 | 03-Jan-1995 |
hpeyerl | Change majour for rz to 21. (From Jonathan Stone)
|
| 1.4 | 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.3 | 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
| 1.2 | 27-May-1994 |
glass | upgrade to bsd 4.4-lite code base. only mod is rcsids
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.6 | 30-Jan-1996 |
jonathan | Remove config.old files for pmax. They should have been removed before the NetBSD-1.1 release, as they have not worked or been supported for some time.
|
| 1.5 | 03-Jan-1995 |
hpeyerl | Change majour for rz to 21. (From Jonathan Stone)
|
| 1.4 | 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.3 | 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
| 1.2 | 27-May-1994 |
glass | upgrade to bsd 4.4-lite code base. only mod is rcsids
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.118 | 16-Nov-2016 |
macallan | branches: 1.118.8; switch to common MIPS bus_space and bus_dma tested by flxd@
|
| 1.117 | 04-Nov-2016 |
flxd | Add new USB-enabled kernel config(s) based upon GENERIC for pmax, include it as kernel set in the build and make it a choice in sysinst. OK simonb@
|
| 1.116 | 21-Oct-2016 |
flxd | Bless pmax with USB device files/majors and make kernel configs with USB and typical drivers work. OK christos@ simonb@
|
| 1.115 | 20-Jul-2014 |
alnsn | branches: 1.115.4; 1.115.8; Include sljit files.
|
| 1.114 | 02-Oct-2012 |
christos | branches: 1.114.10; move common/bus_dma/ -> dev/bus_dma/
|
| 1.113 | 20-Feb-2011 |
matt | branches: 1.113.4; 1.113.14; Merge forward from matt-nb5-mips64. New interrupt code. mips64 support for DS5000/260.
|
| 1.112 | 21-Aug-2009 |
thorpej | branches: 1.112.4; 1.112.6; 1.112.8; Use bus_dmamem_common.
|
| 1.111 | 20-Feb-2008 |
drochner | branches: 1.111.10; 1.111.28; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix.
|
| 1.110 | 29-Jul-2006 |
ad | branches: 1.110.34; Remove RASTERCONSOLE support from the pmax port.
|
| 1.109 | 11-Dec-2005 |
christos | branches: 1.109.4; 1.109.8; merge ktrace-lwp.
|
| 1.108 | 01-Jan-2005 |
simonb | branches: 1.108.10; Provide assembly versions of the clock timing calculation loops that aren't effected by changes in compiler optimisation.
Fixes PR port-mips/26959 from Izumi Tsutsui
|
| 1.107 | 13-Dec-2003 |
ad | Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to select between rcons or wscons at compile time. Ok'ed by simonb.
|
| 1.106 | 01-Nov-2003 |
tsutsui | Remove nonexistent arch/pmax/pmax/mcclock.c. (pmax uses dev/dec/mcclock.c)
|
| 1.105 | 27-Jul-2003 |
thorpej | Since everyone uses clock_subr.c (or should, if they don't currently), list it in conf/files instead of in every port's files.*.
|
| 1.104 | 25-May-2003 |
tsutsui | branches: 1.104.2; Switch to use mips/softintr.c for softintr(9).
|
| 1.103 | 26-Oct-2002 |
jdolecek | now that mem_no is emitted by config(8), there is no reason to keep copy of more or less identical iskmemdev() for every arch; move the function to spec_vnop.c, and g/c machine-dependant copies
|
| 1.102 | 06-Sep-2002 |
gehenna | Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
| 1.101 | 03-Apr-2002 |
simonb | branches: 1.101.2; Don't make arch/mips/mips/mips_mcclock.c mandatory for all mips ports with an mcclock - pmax is the only one currently using this.
|
| 1.100 | 13-Mar-2002 |
simonb | branches: 1.100.2; All the mips ports had an identical procfs_machdep.c, so use a common file under arch/mips/mips.
|
| 1.99 | 28-Nov-2001 |
lukem | - convert usage of "defopt" to "defflag" where the relevant option does not support a value (e.g., it's to be used as "options FOO" instead of "options FOO=xxx"). options that take a value were converted to defparam recently. - minor whitespace & formatting cleanups
|
| 1.98 | 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.97 | 01-Oct-2001 |
simonb | branches: 1.97.4; Move pmax-only if_le_ibus.c from dev/tc to arch/pmax/ibus.
|
| 1.96 | 01-Oct-2001 |
simonb | Move asc_tc and asc_tcds config info to dev/tc/files.tc now that pmax uses MI SCSI.
|
| 1.95 | 18-Sep-2001 |
tsutsui | sii does not require ncr53c9x.
|
| 1.94 | 26-Aug-2001 |
simonb | branches: 1.94.2; Switch to MI SCSI and drop old pmax MD SCSI support completely.
|
| 1.93 | 22-Aug-2001 |
nisimura | NetBSD/pmax now has GENERIC_SOFT_INTERRUPTS.
|
| 1.92 | 17-Jan-2001 |
fvdl | branches: 1.92.4; Add machdep file for procfs. Currently only used for linux-style /proc/cpuinfo (only active when procfs is mounted with -o linux). For ports other than the i386 this currently produces an empty string.
|
| 1.91 | 16-Jan-2001 |
thorpej | We haven't used the 4.4BSD kadb stuff for a long time; garbage collect it.
|
| 1.90 | 01-Jan-2001 |
mrg | the tcds cards work in pmaxen. move tcds attachment to files.tc. leave asc at tcds in files.alpha for now, and add a new `xasc at tcds' to files.pmax. after pmax has moved fully to MI scsi (and `asc' is MI scsi), we should move the device asc, etc., lines to files.tc.
|
| 1.89 | 23-Nov-2000 |
nisimura | - Nuke xasc_ioasic.h and xasc_pmaz.h as no code uses the symbols they define. - Hide #include <pmax/dev/device.h> for "pmax oldscsi" inside #if NRZ > 0 || NTZ > 0.
|
| 1.88 | 10-Oct-2000 |
ad | Switch to sys/dev/md_root.c.
|
| 1.87 | 07-Jun-2000 |
perseant | px requires rasops8 to compile
|
| 1.86 | 02-Jun-2000 |
mhitch | Allow sii driver to be compiled with MI SCSI support. Now DS3100 users can use MI SCSI!
|
| 1.85 | 29-Apr-2000 |
soren | branches: 1.85.2; Allow non-pmax to use COMPAT_ULTRIX.
|
| 1.84 | 14-Mar-2000 |
oster | Add the RAIDframe device major to the machine-dependent config files so that the right entries get added to dev_name2blk[]. Needed for / on RAID. (Whoops! I missed checking these in when adding the RAID_AUTOCONFIG stuff.)
|
| 1.83 | 29-Feb-2000 |
nisimura | NLE_PMAX symbol in le_pmax.h has gone.
|
| 1.82 | 19-Feb-2000 |
nisimura | Introduce MI SCSI codes; for DECstation 5000s only this moment. Disabled by default and needs arrangements in conf file to use it. See DS5000 as a sample.
|
| 1.81 | 18-Feb-2000 |
nisimura | Revert the removal 'include "dev/scsipi/files.scsipi"' directive; it's neccessary to make pmax/conf.c compiled correctly.
|
| 1.80 | 18-Feb-2000 |
nisimura | Group and reorder old SCSI driver descriptions into a single location. Nuke files.scsipi inclusion which has never been useful.
|
| 1.79 | 03-Feb-2000 |
nisimura | Massive change of console initialization to make WSCONS transition easier.
|
| 1.78 | 09-Jan-2000 |
ad | s/4(..)bsd/4$1BSD/
|
| 1.77 | 08-Dec-1999 |
simonb | Oops, back out some test 5500 stuff from previous commit - only RAMDISK was meant to be changed.
|
| 1.76 | 08-Dec-1999 |
simonb | We now need a 3MB miniroot.
|
| 1.75 | 01-Dec-1999 |
nisimura | Replace old asic.c with one imported from a development branch.
|
| 1.74 | 27-Nov-1999 |
simonb | callvec.c has moved from stand/lib to stand/common.
XXX: The kernel proper shouldn't rely on files in stand! Will fix soon.
|
| 1.73 | 25-Nov-1999 |
nisimura | Some fix on comment descriptions.
|
| 1.72 | 23-Nov-1999 |
thorpej | Add an `addr' locator to the `ibus' bus. This allows you to wire down unti numbers on systems which have e.g. multiple `dc' devices on the internal bus (like the 5100).
|
| 1.71 | 16-Nov-1999 |
nisimura | Resolve 3max IOASIC disguise; round #2.
|
| 1.70 | 15-Nov-1999 |
nisimura | Very large scale change to sweep obstracles to remove 3MAX IOASIC disguise. - Rework ibus device configuration and interrupt handler assignment. - Remove TC device exposure in 'mainbus.c' - Squash 'ibus_{3100,5100}.c' into a file; it can not cope with 3max. - 'struct confargs' -> 'struct mainbus_attach_args' Now about to remove tc_slot_info[] and tc_enable_interrupt inherited from 4.4BSD.
|
| 1.69 | 07-Jul-1999 |
thorpej | branches: 1.69.2; 1.69.8; pseudo-device -> defpseudo, per grammar change in config(8).
|
| 1.68 | 21-Jun-1999 |
ad | px.c requires that qvss_compat.c be compiled in.
|
| 1.67 | 07-Jun-1999 |
thorpej | Only declare block major numbers for devices which can be the root device.
|
| 1.66 | 21-May-1999 |
nisimura | - Track filename changes.
|
| 1.65 | 11-May-1999 |
nisimura | - Have 'promcall.c' for various utilities by PROM calls. - Adjust files.pmax.
|
| 1.64 | 26-Apr-1999 |
ad | `pm' device can also be 8bpp - fix dependancy line.
|
| 1.63 | 26-Apr-1999 |
ad | Fixed to match rasops config glue.
|
| 1.62 | 13-Apr-1999 |
ad | Add configuration glue needed by rasops, wsfont, rcons and the px driver.
|
| 1.61 | 27-Mar-1999 |
simonb | branches: 1.61.4; Remove trailing white-space.
|
| 1.60 | 25-Mar-1999 |
simonb | callvec.c moved in stand again...
|
| 1.59 | 01-Mar-1999 |
simonb | A 5800 is a kn5800.
|
| 1.58 | 27-Nov-1998 |
simonb | White space and comment formatting police
|
| 1.57 | 17-Nov-1998 |
jonathan | Add md (memory disk) hooks for pmax. ecoff kernel with 2MB ramdisk tftp-boots on new PROMs. (3MB is too large).
|
| 1.56 | 26-Sep-1998 |
drochner | branches: 1.56.2; Use common date conversion functions - not runtime efficient, but brain-efficient...
|
| 1.55 | 21-Jul-1998 |
drochner | adapt to LANCE driver split
|
| 1.54 | 22-May-1998 |
thorpej | Complete from-scratch rewrite of the DECstation bus.h, brining it up-to-date with the current API, and implementing preliminary support for bus_dma.
|
| 1.53 | 19-Apr-1998 |
jonathan | Rework pmax kernel config: * ibus (virtual bus for baseboard direct-attach deviecs) * 5100 support, using ibus * rename "clock" to mcclock for future support of Qbus machiens * use sys/dev/dec mcclock_pad32 machinery for pmax mcclock * reworked TC config code.
|
| 1.52 | 29-Mar-1998 |
jonathan | Split 3max (kn02) and 3maxplus (kn03, kn05) memory-error handling out dec_3max.c into a shared file. These models have compatible memory subsystems, the same memory slots, and (apparently) the same error reporting.
Add markers for where MNN probes for configurations with a mixture of RAM sizes and for Prestoserve NVRAM (in normal RAM slots) should go.
|
| 1.51 | 25-Mar-1998 |
jonathan | Update config files after splitting model support.
|
| 1.50 | 25-Mar-1998 |
jonathan | Update GENERIC and R4000 configs after splitting model-speciifc support.
|
| 1.49 | 16-Feb-1998 |
thorpej | Remove "class" declarations, and add "devclass" declarations where appropriate. Fix several inconsistencies between device class and attributes. Mostly from Chris Demetriou.
|
| 1.48 | 12-Jan-1998 |
thorpej | Update for changes to config.
|
| 1.47 | 27-Aug-1997 |
bouyer | Merge scsipi branch in the mainline. This add support for ATAPI devices (currently only CD-ROM drives on i386). The sys/dev/scsipi system provides 2 busses to which devices can attach (scsibus and atapibus). This needed to change some include files and structure names in the low level scsi drivers.
|
| 1.46 | 22-Jul-1997 |
jonathan | branches: 1.46.2; Create sys/dev/dec and cleanup sys/dev/tc:
* Move clockvar.h (header file for generic clock code) to sys/dev/dec. * Move if_le_dec.c with DEC padded LANCE-dma (pmax/pmax, ioasic, vax 3400) to sys/dev/dec. Remove from sys/dev/tc. * Declare attribute le_dec_subr in /sys/dev/dec/files.dec, use if_le_dec.c when it's defined. * Move IOCTL asic declaration from pmax and Alpha MD machine files to sys/dev/tc/files.tc. * move TurboChannel and ioasic if_le attachments from pmax and Alpha machine config files to /sys/dev/tc/files.tc. Add le_dec_subr attribute. * Add if_le_dec attribute to if_le_ibus (pmax ds3100 pmax) LANCE attachment.
|
| 1.45 | 20-Jul-1997 |
jonathan | mips-tuned bcopy from Jon Kay (UCSD) released under BSD copyright, with standard BSD in_cksum() interface by Jonathan Stone.
|
| 1.44 | 22-Jun-1997 |
jonathan | branches: 1.44.2; Import mcclock from NetBSD/Alpha, mostly replacing the Sprite clock code. interface. From Toru Nishimura <nisimura@itc.aist-nara.ac.jp>.
Partly merged back with Alpha code by Jonathan Stone. Needs more merging.
|
| 1.43 | 16-Jun-1997 |
jonathan | Use generic MIPS pmap vm_machdep.c
|
| 1.42 | 09-Jun-1997 |
jonathan | Move the mips sys_machdep.c from pmax/pmax to mips/mips, to enforce a common sysarch on all mips ports.
|
| 1.41 | 29-May-1997 |
mhitch | Include pm_ds.c if pm_ds, not dc_ds - dc_ds gets set for the 5000/200 as well as the 3100, but trying to include pm_ds.c for a 5000/200-only configuration fails.
|
| 1.40 | 24-May-1997 |
jonathan | Add 'needs-flag' to pmax, 3max dc (DZ-11 clone) front-ends (dc_ds, dc_ioasic respectively), so console setup code can test forconfiguration of the correct front-end (via NDC_DC and NDC_IOASIC, respectively).
Delete 'needs-flags' from dc.c. GC obsolete uses of NDC, "dc.h".
|
| 1.39 | 15-May-1997 |
jonathan | Change `needs-count' on scc to `needs-flag': should have been `needs-flag' since rev 1.18 of pmax/tc/scc.c.
|
| 1.38 | 15-May-1997 |
jonathan | Add `offset' locator to ioasic-attached devices, for compatibility with the ioasic_submatch() used in drivers shared by pmax and alpha ports.
|
| 1.37 | 03-Dec-1996 |
cgd | Fix up includes so that up-to-date versions of 'config' can be used to config pmax kernels. Not all kernels can actually be config'd because of device declaration problems, but i don't know how to fix those.
|
| 1.36 | 13-Oct-1996 |
jonathan | Change pmax port over to using ``mips MI'' trap handler.
|
| 1.35 | 13-Oct-1996 |
jonathan | Comment out config lines for MI scsi drivers, to make it absolutely clear we don't yet support them.
|
| 1.34 | 11-Oct-1996 |
mhitch | The dc has to have needs-flag so dc.h gets generated.
|
| 1.33 | 30-Sep-1996 |
jonathan | Add files.pmax entries for separate cfattach front-end and ``MI'' backend drivers: pm - pmin/pmax d503 PCC + BrookTree 478 framebuffer dc - dc7085 DZ-11 clone asc - ioasic and TurboChannel SCSI option card 53c94 SCSI-2 sii - DEC scsi ASIC used in pmin/pmax, 5100, and Firefox vaxes
|
| 1.32 | 29-May-1996 |
mhitch | Use the MI LANCE drivers - the pmax-specific one no longer compiles.
|
| 1.31 | 07-May-1996 |
thorpej | branches: 1.31.4; Make the MI LANCE driver standalone, and use cfattach to resolve naming conflicts between bus attachments on ports that can have multiple instances of the LANCE.
|
| 1.30 | 26-Mar-1996 |
jonathan | Remove files moved to mips/mips; they are included in mips/conf/files.mips. Add the pmax-specific portion of trap handler, pmax/pmax_trap.c, which was split off from pmax/trap.c.
|
| 1.29 | 17-Mar-1996 |
cgd | adjust to deal with expression support for optional file specs
|
| 1.28 | 17-Mar-1996 |
cgd | fix typo in recent attachment changes: (interface) attributes for asc specified twice.
|
| 1.27 | 17-Mar-1996 |
thorpej | New device attachment scheme:
- split softc size and match/attach out from cfdriver into a new struct cfattach.
- new "attach" directive for files.*. May specify the name of the cfattach structure, so that devices may be easily attached to parents with different autoconfiguration semantics.
|
| 1.26 | 15-Feb-1996 |
jonathan | Propagate changes from cfb driver to not require "needs-count" to other pmax framebuffer drivers.
|
| 1.25 | 03-Jan-1996 |
jonathan | Add dev/tc/asc.c to files.pmax, until the merger of Alpha and pmax TC drivers s completed.
|
| 1.24 | 05-Oct-1995 |
jonathan | Change the pmax framebuffer driver to reflect the rcons changes as negotiated with pk: Use dev/rcons/files.rcons in the pmax config file. Use "rasterconsole" as the tag in pmax/conf, and modify the pmax framebuffer pseudo-device drivers (fb and rcons) to us rasterconsole.h and RASTERCONSOLE for compile-time configuration of the rcons pseudo-device. Modify the pmax rcons pseudo-device driver to initialize a little-endian, QVSS-compatible font (set its ascent, and set the rconsole structure to point to that font) before calling rcons_connect().
Tested on a cfb. The ascent may be wrong (or at least, not be aligned with the hw cursor sprite) on a 3100.
|
| 1.23 | 20-Sep-1995 |
thorpej | Use `files.ultrix'
|
| 1.22 | 18-Sep-1995 |
jonathan | Update files.pmax to use Ted Lemon's port of the sparc rcons glass-tty fb driver, the "generic" fb pseudo-device driver, and dev/cons.c. Update an example new-config file (NEWCONF) to use them.
|
| 1.21 | 29-Aug-1995 |
jonathan | Change pmax (asc and sii) SCSI drivers to use "needs-flag", as the drivers have been fixed to not require "needs-count".
Add back the lines for the "rcons" console driver, even though it's not merged into the pmax port yet, as conf.h was patched to include "rcons.h". Adding the device here, but not configuring it (e.g., in GENERIC) keeps conf.c happy until rcons code is merged.
|
| 1.20 | 18-Aug-1995 |
jonathan | Rename "asic" to "ioasic", to be compatible with "machine-independent" turbochannel/asic device drivers. (also comment out tt.c.)
|
| 1.19 | 10-Aug-1995 |
jonathan | Un-comment dependency on file cpu.c, since cpu.c has been commited to CVS.
|
| 1.18 | 04-Aug-1995 |
jonathan | Fix cut-and-paste error in device order (clock).
|
| 1.17 | 04-Aug-1995 |
jonathan | Snapshot of a prototuype for a new-config GENERIC configuration. This relies on an ugly mixture of new-style config and old-style config.
|
| 1.16 | 30-Apr-1995 |
cgd | resurrect, and move files.pmax.newconf to new location.
|
| 1.15 | 28-Apr-1995 |
cgd | rename files files for new config/config.old naming
|
| 1.14 | 27-Apr-1995 |
mellon | Add sfb device driver
|
| 1.13 | 21-Apr-1995 |
mellon | Add dummy fb device driver reference for compatibility with conf.c changes
|
| 1.12 | 12-Apr-1995 |
mellon | Add cpu_exec.c, rcons.c
|
| 1.11 | 01-Feb-1995 |
mellon | Add Jonathan's T3 device driver...
|
| 1.10 | 18-Jan-1995 |
mellon | Add arch/pmax/pmax/elf.c as a standard file
|
| 1.9 | 28-Nov-1994 |
dean | Removed fp.S
|
| 1.8 | 23-Nov-1994 |
dean | changed fp.s to fp.S
|
| 1.7 | 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.6 | 02-Jun-1994 |
glass | fix a few integration bugs, add vmfault debugging, more ultrix stuff
|
| 1.5 | 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
| 1.4 | 27-May-1994 |
glass | upgrade to bsd 4.4-lite code base. only mod is rcsids
|
| 1.3 | 14-Jan-1994 |
deraadt | don't pull in arch/pmax/stand/libsa/callvec.c -- it's a silly idea.
|
| 1.2 | 14-Jan-1994 |
deraadt | everything is now in sys/arch/pmax; and delete 4.4isms we don't do
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.31.4.1 | 30-May-1996 |
mhitch | pulled up LANCE driver fixes from the trunk
|
| 1.44.2.3 | 30-Jul-1997 |
bouyer | Sync with trunk.
|
| 1.44.2.2 | 22-Jul-1997 |
bouyer | Sync with trunk.
|
| 1.44.2.1 | 01-Jul-1997 |
bouyer | Updates for new scsipi subsystem. Actally known to work on i386 and sparc.
|
| 1.46.2.1 | 27-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.56.2.18 | 14-Mar-2000 |
nisimura | Switch to improved flexible video console text rasterizer provided by rasops and wsfont.
|
| 1.56.2.17 | 19-Nov-1999 |
nisimura | Merge w/ recent changes in main trunk.
|
| 1.56.2.16 | 29-Oct-1999 |
drochner | create dckbd.h
|
| 1.56.2.15 | 09-Aug-1999 |
drochner | -make channel locator at zsc optional - the driver is clever enough -callvec.c changed location
|
| 1.56.2.14 | 04-Aug-1999 |
nisimura | - Catch up to recent introduction of wsmux psuedo-device. - Make sure to assign BRG value early in boot. - Make ZELMWU comfortable to build.
|
| 1.56.2.13 | 21-May-1999 |
nisimura | - Sync w/ main trunk change.
|
| 1.56.2.12 | 11-May-1999 |
nisimura | - Catch up to recent main trunk changes. - Make target platform files to have TURBOchannel slot definitions and nuke tc_machdep.c. - MIPS processor needs not to have tc_mb() before ZS register read ops.
|
| 1.56.2.11 | 17-Apr-1999 |
nisimura | - Introduce 'dctty' as a child node of 'dc'. It's a sibling of 'dckbd' and 'dcms'. - Needs rework of how to send any data to keyboard and mouse. attmt.sendchar is evil. It'd be nice to have flexible framework of two way communication channels between wskbd/wsmouse and lower device layer.
|
| 1.56.2.10 | 29-Mar-1999 |
nisimura | - Catch up to recent changes in main trunk. - Reorganize various #include's. - Yield memcpy to Mach derivated one. - pm_cnattach() now checks the existense of framebuffer card.
|
| 1.56.2.9 | 15-Mar-1999 |
nisimura | - Add TCDS driver temporalily borrowed from arch/alpha/tc/ directory.
|
| 1.56.2.8 | 06-Mar-1999 |
drochner | -sync with trunk rev. 1.57: add md -drop private "asc" driver
|
| 1.56.2.7 | 30-Oct-1998 |
nisimura | - Migrate to MI TURBOchannel codes.
|
| 1.56.2.6 | 26-Oct-1998 |
nisimura | - Have dc_ibus.c to split DC7085 driver body and MD match/attach routines as Matt Thomas suggested. Needs more work to move dc.c at dev/dec/. - Abandon TIOC{MSET,MBIS,MBIC} ioctls. - Fix typos in dc7085var.h
|
| 1.56.2.5 | 22-Oct-1998 |
drochner | use common zskbd code in dev/dec
|
| 1.56.2.4 | 20-Oct-1998 |
nisimura | - Add cleaner supports for model specific sub-milliseconds high resolution timer circuit. 3MAX+ has IOASIC bus cycle counter and MAXINE has its own circuit. R4000 3MIN ultilizes onchip counter (but I'm not sure how acculately current codes measure on runtime). - Add write buffer flush routines for each model. Most DECstations have their own logics for write buffer flushing different from each other. It's not good to assume R3000 computers have write buffer drain logic tied with processor's CU0 bits. Some of modern R3000 CPUs have write buffer 4 deep FIFO circuit builtin. - A bit cleanup in conf/files.pmax. - Add missing kn02ba_memerr() call in pmax/dec_3min.c - Nuke old remainings in include/autoconf.h
|
| 1.56.2.3 | 19-Oct-1998 |
drochner | -allow zsc channels to be wildcarded -add zskbd driver
|
| 1.56.2.2 | 19-Oct-1998 |
nisimura | - Synchronize clock.c change in main tree with dev/clock_subr.c. - Remove broken memset.c locally defined.
|
| 1.56.2.1 | 15-Oct-1998 |
nisimura | - Reflect all changes of this branch; NWSCONS, MI SCSI, new spl(9) and others.
|
| 1.61.4.3 | 02-Aug-1999 |
thorpej | Update from trunk.
|
| 1.61.4.2 | 01-Jul-1999 |
thorpej | Sync w/ -current.
|
| 1.61.4.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.69.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.69.2.4 | 18-Jan-2001 |
bouyer | Sync with head (for UBC+NFS fixes, mostly).
|
| 1.69.2.3 | 05-Jan-2001 |
bouyer | Sync with HEAD
|
| 1.69.2.2 | 08-Dec-2000 |
bouyer | Sync with HEAD.
|
| 1.69.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.85.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.92.4.6 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
| 1.92.4.5 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.92.4.4 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.92.4.3 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.92.4.2 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.92.4.1 | 25-Aug-2001 |
thorpej | Merge Aug 24 -current into the kqueue branch.
|
| 1.94.2.2 | 11-Oct-2001 |
fvdl | Catch up with -current. Fix some bogons in the sparc64 kbd/ms attach code. cd18xx conversion provided by mrg.
|
| 1.94.2.1 | 01-Oct-2001 |
fvdl | Catch up with -current.
|
| 1.97.4.6 | 11-Nov-2002 |
nathanw | Catch up to -current
|
| 1.97.4.5 | 17-Sep-2002 |
nathanw | Catch up to -current.
|
| 1.97.4.4 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.97.4.3 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.97.4.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.97.4.1 | 01-Oct-2001 |
nathanw | file files.pmax was added on branch nathanw_sa on 2002-01-08 00:27:05 +0000
|
| 1.100.2.1 | 15-Mar-2002 |
ad | Changes necessary for wscons on NetBSD/pmax. All device support is here, just needs further testing.
|
| 1.101.2.2 | 17-May-2002 |
gehenna | Remove old block majors list.
|
| 1.101.2.1 | 16-May-2002 |
gehenna | Include the list of block/character major numbers.
|
| 1.104.2.4 | 17-Jan-2005 |
skrll | Sync with HEAD.
|
| 1.104.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.104.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.104.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.108.10.2 | 27-Feb-2008 |
yamt | sync with head.
|
| 1.108.10.1 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.109.8.1 | 11-Aug-2006 |
yamt | sync with head
|
| 1.109.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.110.34.1 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.111.28.1 | 05-Feb-2010 |
matt | Change to deal with new method of invoking softints. Remove mips/softintr.c from config files. Fix SYMTAB_SPACE for WGT62V43
|
| 1.111.10.1 | 16-Sep-2009 |
yamt | sync with head
|
| 1.112.8.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.112.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.112.4.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.113.14.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.113.14.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.113.14.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.113.4.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.114.10.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.115.8.2 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.115.8.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
| 1.115.4.1 | 05-Dec-2016 |
skrll | Sync with HEAD
|
| 1.118.8.1 | 25-Jul-2017 |
snj | Apply patch (requested by flxd in ticket #154): Revert pmax switch to common MIPS bus_space and bus_dma.
|
| 1.2 | 30-Apr-1995 |
cgd | resurrect, and move files.pmax.newconf to new location.
|
| 1.1 | 28-Apr-1995 |
jonathan | Add prototype (new-style) config for pmax. This doesn't yet work; auto-configuration initialization code is missing. It uses "needs-count" flags to come slightly close to what the old-style pmax source expects. Perhaps autoconfig code can be lifted from the alpha port or volunteers found to write some.
|
| 1.15 | 30-Jan-1996 |
jonathan | Remove config.old files for pmax. They should have been removed before the NetBSD-1.1 release, as they have not worked or been supported for some time.
|
| 1.14 | 27-Apr-1995 |
mellon | Add sfb device driver
|
| 1.13 | 21-Apr-1995 |
mellon | Add dummy fb device driver reference for compatibility with conf.c changes
|
| 1.12 | 12-Apr-1995 |
mellon | Add cpu_exec.c, rcons.c
|
| 1.11 | 01-Feb-1995 |
mellon | Add Jonathan's T3 device driver...
|
| 1.10 | 18-Jan-1995 |
mellon | Add arch/pmax/pmax/elf.c as a standard file
|
| 1.9 | 28-Nov-1994 |
dean | Removed fp.S
|
| 1.8 | 23-Nov-1994 |
dean | changed fp.s to fp.S
|
| 1.7 | 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.6 | 02-Jun-1994 |
glass | fix a few integration bugs, add vmfault debugging, more ultrix stuff
|
| 1.5 | 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
| 1.4 | 27-May-1994 |
glass | upgrade to bsd 4.4-lite code base. only mod is rcsids
|
| 1.3 | 14-Jan-1994 |
deraadt | don't pull in arch/pmax/stand/libsa/callvec.c -- it's a silly idea.
|
| 1.2 | 14-Jan-1994 |
deraadt | everything is now in sys/arch/pmax; and delete 4.4isms we don't do
|
| 1.1 | 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
| 1.4 | 29-Jul-2006 |
ad | Remove RASTERCONSOLE support from the pmax port.
|
| 1.3 | 11-Dec-2005 |
christos | branches: 1.3.4; 1.3.8; merge ktrace-lwp.
|
| 1.2 | 28-Nov-2004 |
jmc | branches: 1.2.12; Just include files.wscons since it has some defparams needed by includes that get picked up from rcons files. Note the fact we're assuming files.wscons will include files.rcons. Fixes builds on pmax.
|
| 1.1 | 13-Dec-2003 |
ad | branches: 1.1.4; Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to select between rcons or wscons at compile time. Ok'ed by simonb.
|
| 1.1.4.5 | 29-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.1.4.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.1.4.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.1.4.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.1.4.1 | 13-Dec-2003 |
skrll | file files.pmax_rcons was added on branch ktrace-lwp on 2004-08-03 10:39:10 +0000
|
| 1.2.12.1 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.3.8.1 | 11-Aug-2006 |
yamt | sync with head
|
| 1.3.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.4 | 29-Jul-2006 |
ad | Remove RASTERCONSOLE support from the pmax port.
|
| 1.3 | 11-Dec-2005 |
christos | branches: 1.3.4; 1.3.8; merge ktrace-lwp.
|
| 1.2 | 25-Feb-2005 |
tsutsui | branches: 1.2.4; lkkbd requires lkkbdmap. Fix kernel link problem reported by Georg Schwarz on port-pmax.
|
| 1.1 | 13-Dec-2003 |
ad | branches: 1.1.4; 1.1.10; 1.1.12; Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to select between rcons or wscons at compile time. Ok'ed by simonb.
|
| 1.1.12.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.1.10.1 | 29-Apr-2005 |
kent | sync with -current
|
| 1.1.4.5 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.1.4.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.1.4.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.1.4.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.1.4.1 | 13-Dec-2003 |
skrll | file files.pmax_wscons was added on branch ktrace-lwp on 2004-08-03 10:39:10 +0000
|
| 1.2.4.1 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.3.8.1 | 11-Aug-2006 |
yamt | sync with head
|
| 1.3.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.3 | 24-Nov-1999 |
thorpej | Delete now-unreferenced files.
|
| 1.2 | 27-Nov-1998 |
simonb | branches: 1.2.10; 1.2.16; White space and comment formatting police
|
| 1.1 | 19-Apr-1998 |
jonathan | branches: 1.1.4; ibus devices and 5100 attachment.
|
| 1.1.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.2.16.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.2.10.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.24 | 04-Apr-2020 |
jdolecek | mark nsmb major obsolete
|
| 1.23 | 28-Jan-2019 |
dholland | Systematize handling of removed drivers.
- Every driver that was removed and whose number hasn't already been reused is now listed with a commented-out "obsolete" line. - The format of these has been systematized. Future format changes can probably be safely done with a script. - This does not include a few cases of assignments that only lasted a couple days, or stuff from before major reorgs. Some of these may be included nonetheless, because there was a lot of ground to cover and therefore not a lot of time to dig into history in detail.
Note that the obsolete listings do not mean the major numbers can never be reused; that's up to portmasters and/or core. It does mean that they won't be reused by accident, however, which in some cases (depending on the driver, how widely used it was, its family of device nodes, their default permissions, etc.) can be quite dangerous.
Note that some of the things now explicitly listed as obsolete are really ancient history. My scan went back as far as when the majors files were added. (But not before that.)
|
| 1.22 | 21-Oct-2016 |
flxd | branches: 1.22.16; Bless pmax with USB device files/majors and make kernel configs with USB and typical drivers work. OK christos@ simonb@
|
| 1.21 | 30-Jun-2011 |
wiz | branches: 1.21.12; 1.21.30; 1.21.34; dependant -> dependent
|
| 1.20 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
| 1.19 | 31-Dec-2007 |
ad | branches: 1.19.6; 1.19.10; 1.19.16; 1.19.18; Remove systrace. Ok core@.
|
| 1.18 | 24-Nov-2006 |
wiz | branches: 1.18.28; 1.18.34; 1.18.42; s/independant/independent/, from Zafer.
|
| 1.17 | 29-Jul-2006 |
ad | branches: 1.17.4; 1.17.6; Remove RASTERCONSOLE support from the pmax port.
|
| 1.16 | 11-Dec-2005 |
christos | branches: 1.16.4; 1.16.8; merge ktrace-lwp.
|
| 1.15 | 17-Sep-2005 |
yamt | make VMSWAP optional again.
|
| 1.14 | 31-Jul-2005 |
yamt | revert "defflag VMSWAP" changes for now. there seems to be far more people who don't want to edit their kernel config files than i thought.
|
| 1.13 | 30-Jul-2005 |
yamt | defflag VMSWAP.
|
| 1.12 | 10-May-2005 |
jdolecek | branches: 1.12.2; assign major for nsmb(4)
|
| 1.11 | 13-Dec-2003 |
ad | Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to select between rcons or wscons at compile time. Ok'ed by simonb.
|
| 1.10 | 10-Dec-2003 |
jmc | Change reference at bottom from sys/dev/majors to sys/conf/majors to match reality
|
| 1.9 | 10-Oct-2003 |
jdolecek | reassing majors for crypto and pf to use the newly defined MI major range
|
| 1.8 | 10-Oct-2003 |
jdolecek | update the comment - the space for machine-dependant majors is reduced to 0-143 follows discussion on tech-kern
|
| 1.7 | 05-Oct-2003 |
jdolecek | Add some framework for MI assignment of device majors - add sys/dev/majors which is automatically included during kernel config, and add comments to individual machine-dependant majors.* files to assign new MI majors in MI file.
Range 0-191 is reserved for machine-specific assignments, range 192+ are MI assignments.
Follows recent discussion on tech-kern@
|
| 1.6 | 22-Aug-2003 |
itojun | create /dev/crypto
|
| 1.5 | 27-Jul-2003 |
itojun | reserve cdev major # for PF. ok'ed by technical-exec
|
| 1.4 | 25-Apr-2003 |
ragge | branches: 1.4.2; Add ksyms device major.
|
| 1.3 | 04-Oct-2002 |
elric | branches: 1.3.2; assign majors for raw and cooked cgd's.
|
| 1.2 | 06-Sep-2002 |
gehenna | branches: 1.2.2; Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
| 1.1 | 16-May-2002 |
gehenna | branches: 1.1.2; file majors.pmax was initially added on branch gehenna-devsw.
|
| 1.1.2.4 | 15-Jul-2002 |
gehenna | catch up with -current.
|
| 1.1.2.3 | 08-Jun-2002 |
gehenna | fix typo
|
| 1.1.2.2 | 30-May-2002 |
gehenna | Add $NetBSD$
|
| 1.1.2.1 | 16-May-2002 |
gehenna | Add the list of block/character majors.
|
| 1.2.2.3 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.2 | 17-Sep-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 06-Sep-2002 |
nathanw | file majors.pmax was added on branch nathanw_sa on 2002-09-17 21:16:56 +0000
|
| 1.3.2.2 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
| 1.3.2.1 | 04-Oct-2002 |
jdolecek | file majors.pmax was added on branch kqueue on 2002-10-10 18:35:02 +0000
|
| 1.4.2.4 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.4.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.4.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.4.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.12.2.3 | 21-Jan-2008 |
yamt | sync with head
|
| 1.12.2.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.12.2.1 | 21-Jun-2006 |
yamt | sync with head.
|
| 1.16.8.1 | 11-Aug-2006 |
yamt | sync with head
|
| 1.16.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.17.6.1 | 10-Dec-2006 |
yamt | sync with head.
|
| 1.17.4.1 | 12-Jan-2007 |
ad | Sync with head.
|
| 1.18.42.1 | 02-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.18.34.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.18.28.1 | 09-Jan-2008 |
matt | sync with HEAD
|
| 1.19.18.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.19.16.1 | 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
| 1.19.10.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.19.6.1 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.21.34.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
| 1.21.30.1 | 05-Dec-2016 |
skrll | Sync with HEAD
|
| 1.21.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.22.16.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.22.16.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.7 | 13-Sep-2000 |
nisimura | Have MI SCSI device descriptions in GENERIC, removing 'mi.scsi' file.
|
| 1.6 | 02-Jun-2000 |
mhitch | SII driver goes MI SCSI: add a scsibus at xsii.
|
| 1.5 | 19-Feb-2000 |
nisimura | branches: 1.5.2; Introduce MI SCSI codes; for DECstation 5000s only this moment. Disabled by default and needs arrangements in conf file to use it. See DS5000 as a sample.
|
| 1.4 | 19-Feb-2000 |
nisimura | List all 6 different types of MI SCSI device.
|
| 1.3 | 27-Nov-1998 |
simonb | branches: 1.3.10; White space and comment formatting police
|
| 1.2 | 05-Jan-1998 |
perry | branches: 1.2.4; RCSID Police.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.2.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.3.10.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.5.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.4 | 26-Aug-2001 |
simonb | Switch to MI SCSI and drop old pmax MD SCSI support completely.
|
| 1.3 | 08-May-1998 |
simonb | branches: 1.3.4; 1.3.30; - Allow all valid SCSI id's to work on the SII and first two ASC controllers (including SCSI id 7 on the 2100/3100). - On the pmax (2100,3100) set the host SCSI id to 6. - Move disk and tape config for the second ASC controller from the GENERIC config file to scsi.pmax so all configurations can use the second controller.
|
| 1.2 | 05-Jan-1998 |
perry | RCSID Police.
|
| 1.1 | 18-Sep-1996 |
jonathan | branches: 1.1.14; Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.1.14.1 | 08-May-1998 |
mycroft | Pull up 1.3, per request of simonb.
|
| 1.3.30.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.3.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.19 | 14-Jul-2021 |
thorpej | Enable VMSWAP_DEFAULT_PLAINTEXT as default.
|
| 1.18 | 11-Dec-2005 |
christos | branches: 1.18.182; merge ktrace-lwp.
|
| 1.17 | 17-Sep-2005 |
yamt | include "conf/std".
|
| 1.16 | 30-Aug-2003 |
chs | branches: 1.16.16; add "makeoptions MACHINE_ARCH=..." in std.* for mips ports where it is constant (to ease cross-building).
|
| 1.15 | 09-Dec-2002 |
simonb | branches: 1.15.6; Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel builds and use the endianness of the toolchain being used to determine the endianness of the kernel.
|
| 1.14 | 23-Oct-2001 |
thorpej | branches: 1.14.4; For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead, explicitly set MACHINE_ARCH to the appropriate thing. Makefile.mips will then set all of the internal variables it needs to accordingly.
|
| 1.13 | 03-Dec-2000 |
simonb | branches: 1.13.4; Use shared Makefile.mips
|
| 1.12 | 22-Jun-2000 |
fvdl | Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.
|
| 1.11 | 15-Nov-1999 |
fvdl | branches: 1.11.4; Add
prefix ../gnu/sys cinclude "conf/files.softdep" prefix
to all std.* files, so that soft dependencies can be activated using "options SOFTDEP".
|
| 1.10 | 24-Mar-1999 |
mrg | branches: 1.10.8; 1.10.14; clean up kernel/config files files for machVM lossage.
|
| 1.9 | 15-Nov-1998 |
mhitch | UVM is now the standard VM system on NetBSD/pmax.
|
| 1.8 | 26-Jul-1998 |
simonb | branches: 1.8.4; Add missing trailing $ to $NetBSD$ line (PR #5530).
|
| 1.7 | 01-Jun-1998 |
thorpej | Correct some comments.
|
| 1.6 | 17-Nov-1997 |
lukem | * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file * fix up use of 'options<SPACE><TAB>'
|
| 1.5 | 16-Nov-1996 |
jonathan | Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
|
| 1.4 | 11-Oct-1996 |
mhitch | Fixed typo on EXEC_ELF32. Newline at end of file was missing.
|
| 1.3 | 02-Oct-1996 |
jonathan | Add explicit options for elf and script exec packges to std.pmax. Add ECOFF exec option to my own config file; untested.
|
| 1.2 | 20-Mar-1996 |
jonathan | Add "mips" to the machine line, to make config create a link compile/XXXX/mips -> mips/include, and to use mips/conf/files.mips.
|
| 1.1 | 28-Apr-1995 |
jonathan | Add prototype (new-style) config for pmax. This doesn't yet work; auto-configuration initialization code is missing. It uses "needs-count" flags to come slightly close to what the old-style pmax source expects. Perhaps autoconfig code can be lifted from the alpha port or volunteers found to write some.
|
| 1.8.4.4 | 29-Mar-1999 |
drochner | sync with trunk rev. 1.10 9mach vm removal)
|
| 1.8.4.3 | 15-Nov-1998 |
drochner | use UVM too
|
| 1.8.4.2 | 15-Oct-1998 |
nisimura | - Mistakenly removed from repository. No difference from CVS main tree.
|
| 1.8.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.10.14.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.10.8.2 | 08-Dec-2000 |
bouyer | Sync with HEAD.
|
| 1.10.8.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.11.4.1 | 23-Jun-2000 |
fvdl | As on the trunk, update these for the move of ffs_softdep.c into the kernel source itself. Remove prefix construction, and add the SOFTDEP option to GENERIC kernels.
|
| 1.13.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.14.4.2 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.14.4.1 | 23-Oct-2001 |
thorpej | file std.pmax was added on branch nathanw_sa on 2002-12-11 06:11:34 +0000
|
| 1.15.6.4 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.15.6.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.15.6.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.15.6.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.16.16.1 | 21-Jun-2006 |
yamt | sync with head.
|
| 1.18.182.1 | 01-Aug-2021 |
thorpej | Sync with HEAD.
|
| 1.3 | 14-Jul-2021 |
thorpej | Enable VMSWAP_DEFAULT_PLAINTEXT as default.
|
| 1.2 | 14-Dec-2009 |
matt | branches: 1.2.4; 1.2.82; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
| 1.1 | 08-Sep-2009 |
matt | branches: 1.1.2; file std.pmax64 was initially added on branch matt-nb5-mips64.
|
| 1.1.2.2 | 12-Sep-2009 |
matt | Add COMPAT_NETBSD32 support.
|
| 1.1.2.1 | 08-Sep-2009 |
matt | Enable building LP64 kernels for 3min, maxine, and 3maxplus. Fix various LP64 bugs. XXX still invoked via O32 call args
|
| 1.2.82.1 | 01-Aug-2021 |
thorpej | Sync with HEAD.
|
| 1.2.4.2 | 11-Mar-2010 |
yamt | sync with head
|
| 1.2.4.1 | 14-Dec-2009 |
yamt | file std.pmax64 was added on branch yamt-nfs-mp on 2010-03-11 15:02:48 +0000
|
| 1.10 | 24-Nov-1999 |
thorpej | Delete now-unreferenced files.
|
| 1.9 | 10-May-1999 |
simonb | branches: 1.9.2; 1.9.8; Back out part of previous commit - we really only support one px at the moment. From Andy Doran.
|
| 1.8 | 10-May-1999 |
simonb | Change {cfb,mfb,sfb,px}0 to {cfb,mfb,sfb,px}*.
|
| 1.7 | 27-Mar-1999 |
simonb | branches: 1.7.4; Remove trailing white-space.
|
| 1.6 | 27-Nov-1998 |
simonb | White space and comment formatting police
|
| 1.5 | 28-May-1998 |
matt | branches: 1.5.4; Add fat since it now works.
|
| 1.4 | 05-Jan-1998 |
perry | RCSID Police.
|
| 1.3 | 10-Nov-1997 |
jonathan | Add px placebo driver to standard pmax options.
|
| 1.2 | 28-Jul-1997 |
mhitch | branches: 1.2.6; Add the PMAZ SCSI option.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.2.6.1 | 12-Nov-1997 |
mellon | Pull rev 1.3 up from trunk (jonathan)
|
| 1.5.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.7.4.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.9.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.9.2.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
| 1.6 | 24-Nov-1999 |
thorpej | Delete now-unreferenced files.
|
| 1.5 | 27-Nov-1998 |
simonb | branches: 1.5.10; 1.5.16; White space and comment formatting police
|
| 1.4 | 19-Apr-1998 |
jonathan | branches: 1.4.4; Rework pmax kernel config: * ibus (virtual bus for baseboard direct-attach deviecs) * 5100 support, using ibus * rename "clock" to mcclock for future support of Qbus machiens * use sys/dev/dec mcclock_pad32 machinery for pmax mcclock * reworked TC config code.
|
| 1.3 | 05-Jan-1998 |
perry | RCSID Police.
|
| 1.2 | 03-Dec-1996 |
cgd | Fix up includes so that up-to-date versions of 'config' can be used to config pmax kernels. Not all kernels can actually be config'd because of device declaration problems, but i don't know how to fix those.
|
| 1.1 | 18-Sep-1996 |
jonathan | Create broken-out config files for decstation baseboard devices. Add sample config files that use them.
|
| 1.4.4.1 | 15-Oct-1998 |
nisimura | - Reflect new internals.
|
| 1.5.16.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.5.10.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|