Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/usermode/conf/GENERIC.common
RevisionDateAuthorComments
 1.30  09-Feb-2023  abs Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
"Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work
 1.29  20-Jan-2021  nia remove compat_ossaudio from kernel modules

this is only useful with compat_linux and gets autoloaded when
compat_linux is loaded, so there's no reason to bake it into kernels
any more.
 1.28  05-Jun-2018  reinoud branches: 1.28.14;
Add ATAPI passtrough support giving the NetBSD/usermode kernel full control of
an ATAPI device. All ATAPI/SCSI commands are passed trough.

Note that ATAPI/SCSI calls are made in the foreground still. Lengthy calls
will still hug the CPU until completion. Making it asynchronous is in the
pipeline
 1.27  13-Jan-2018  reinoud branches: 1.27.2;
Make NetBSD/usermode link again!
 1.26  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.25  19-Feb-2017  rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.24  13-Dec-2016  christos branches: 1.24.2;
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  17-Aug-2014  joerg branches: 1.21.2; 1.21.4;
Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
 1.20  16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.19  17-Oct-2012  apb Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.18  17-Aug-2012  abs branches: 1.18.2;
Ensure all WSDISPLAY_COMPAT_USL entries have same comment
 1.17  23-Jan-2012  reinoud branches: 1.17.4; 1.17.6;
No need to explicitly use thunkbus at this place. thunkbus == mainbus on
NetBSD/usermode
 1.16  15-Jan-2012  jmcneill add cd9660
 1.15  09-Jan-2012  agc also add union file system
 1.14  08-Jan-2012  agc enable nullfs in usermode configs
 1.13  07-Jan-2012  reinoud Boost symtab space for amd64
 1.12  07-Jan-2012  jmcneill support multiple disk images (pass multiple disk=<path> parameters on the
command-line). while changing command-line params, rename tap= option to
net=
 1.11  04-Jan-2012  jmcneill add options NTP & pseudo-device clockctl
 1.10  02-Jan-2012  reinoud Add UDF, NILFS and NFS to the standard file systems and boost the symbol table
size to accomodate for this.
 1.9  30-Dec-2011  jmcneill add wsmouse support
 1.8  30-Dec-2011  jmcneill add WSDISPLAY_COMPAT_USL to make 'wsconscfg -s' work
 1.7  29-Dec-2011  jmcneill Replace the SDL based genfb driver with a wsdisplay and wskbd driver that
implements the VNC (RFB) protocol.

To enable the VNC server, add 'vnc=640x480,5900' to the kernel command line
(where 640x480 is the desired fb resolution and 5900 is the TCP port).

Screenshot of it here: http://www.netbsd.org/~jmcneill/usermode.tiff
 1.6  27-Dec-2011  jmcneill add ksyms support
 1.5  27-Dec-2011  jmcneill add COMPAT_OSSAUDIO
 1.4  26-Dec-2011  jmcneill add drvctl
 1.3  26-Dec-2011  jmcneill add vaudio(4) audio device driver
 1.2  26-Dec-2011  jmcneill first cut at networking support for usermode, doesn't fully work yet but
enough to get an address with dhcp and answer arps
 1.1  20-Dec-2011  jmcneill get rid of urkelvisor, and use same MD majors as the host
 1.17.6.3  30-Oct-2012  yamt sync with head
 1.17.6.2  17-Apr-2012  yamt sync with head
 1.17.6.1  23-Jan-2012  yamt file GENERIC.common was added on branch yamt-pagecache on 2012-04-17 00:06:59 +0000
 1.17.4.2  18-Feb-2012  mrg merge to -current.
 1.17.4.1  23-Jan-2012  mrg file GENERIC.common was added on branch jmcneill-usbmp on 2012-02-18 07:33:22 +0000
 1.18.2.2  03-Dec-2017  jdolecek update from HEAD
 1.18.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.21.4.2  20-Mar-2017  pgoyette Sync with HEAD
 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.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.27.2.1  25-Jun-2018  pgoyette Sync with HEAD
 1.28.14.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed