History log of /src/sys/arch/dreamcast/conf |
Revision | Date | Author | Comments |
1.12 | 29-Jan-2024 |
christos | PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default.
|
1.11 | 12-Sep-2023 |
andvar | double quotes should be in front of value, not property name. fix KGDB enabled builds for dreamcast/hpcsh.
|
1.10 | 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.9 | 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.8 | 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
1.7 | 26-Apr-2019 |
sevan | Use veriexec.config to reduce duplication
|
1.6 | 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.5 | 14-Sep-2017 |
mrg | branches: 1.5.2; 1.5.4; 1.5.6; 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.4 | 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.3 | 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
1.2 | 25-Jul-2017 |
nat | Use the correct attachment for dreamcast audio.
Found and tested by Bjorn Johannesson on port-dreamcast.
|
1.1 | 29-Dec-2016 |
tsutsui | branches: 1.1.2; 1.1.6; 1.1.12; WIP "G1-ATA" IDE HDD support. Not enabled by default.
Demonstrated on NetBSD booth at Open Source Conference 2016 Tokyo Fall and Kansai Open Source 2016: http://mail-index.netbsd.org/netbsd-advocacy/2016/11/09/msg000721.html http://mail-index.netbsd.org/netbsd-advocacy/2016/11/16/msg000722.html
See my port-dreamcast@ post for more details: http://mail-index.netbsd.org/port-dreamcast/2016/12/18/msg000295.html
|
1.1.12.1 | 26-Jul-2017 |
martin | Pull up following revision(s) (requested by nat in ticket #160): sys/arch/dreamcast/conf/G1IDE: revision 1.2 sys/arch/dreamcast/conf/GENERIC: revision 1.126 sys/arch/dreamcast/dev/g2/aica.c: revision 1.23 Dreamcast audio only supports playback so set it in the props. This makes dreamcast audio work again. Tested by Bjorn Johannesson. cvs: ---------------------------------------------------------------------- Use the correct attachment for dreamcast audio. Found and tested by Bjorn Johannesson on port-dreamcast.
|
1.1.6.3 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.1.6.2 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.1.6.1 | 29-Dec-2016 |
skrll | file G1IDE was added on branch nick-nhusb on 2017-02-05 13:40:06 +0000
|
1.1.2.2 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.1.2.1 | 29-Dec-2016 |
pgoyette | file G1IDE was added on branch pgoyette-localcount on 2017-01-07 08:56:12 +0000
|
1.5.6.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.5.4.1 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.5.2.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.5.2.1 | 14-Sep-2017 |
jdolecek | file G1IDE was added on branch tls-maxphys on 2017-12-03 11:36:00 +0000
|
1.139 | 29-Jan-2024 |
christos | PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default.
|
1.138 | 12-Sep-2023 |
andvar | double quotes should be in front of value, not property name. fix KGDB enabled builds for dreamcast/hpcsh.
|
1.137 | 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.136 | 29-Sep-2022 |
riastradh | 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.135 | 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.134 | 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.133 | 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
1.132 | 26-Apr-2019 |
sevan | Use veriexec.config to reduce duplication
|
1.131 | 13-Apr-2019 |
isaki | Add drvctl to kernel which has audio device. audiocfg(1) requires drvctl(4).
|
1.130 | 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.129 | 14-Sep-2017 |
mrg | branches: 1.129.2; 1.129.4; 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.128 | 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.127 | 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
1.126 | 25-Jul-2017 |
nat | Use the correct attachment for dreamcast audio.
Found and tested by Bjorn Johannesson on port-dreamcast.
|
1.125 | 13-Dec-2016 |
christos | branches: 1.125.8; wildcard speaker attachments, now that we can handle many of them.
|
1.124 | 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
1.123 | 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
1.122 | 07-Aug-2015 |
maxv | branches: 1.122.2; Remove KMEMSTATS.
|
1.121 | 16-Nov-2014 |
manu | branches: 1.121.2; 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.120 | 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.119 | 24-Aug-2014 |
jnemeth | Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add it to all kernel configs that contain "options MODULAR". This option turns on module autoloading by default (which is the current default). This allows people who don't want module autoloading on by default to disable it by simply removing/commentting this line.
|
1.118 | 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.117 | 17-Aug-2014 |
joerg | 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.116 | 16-Aug-2014 |
apb | Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
1.115 | 30-Jun-2013 |
rmind | branches: 1.115.6; G/C PFIL_HOOKS from the kernel configs.
|
1.114 | 05-Jun-2013 |
christos | branches: 1.114.2; remove obsolete networking options
|
1.113 | 27-Apr-2013 |
christos | the bogus number police
|
1.112 | 27-Apr-2013 |
christos | remove confusing numeric locators where they are unused.
|
1.111 | 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
1.110 | 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
1.109 | 17-Oct-2012 |
apb | Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
|
1.108 | 17-Aug-2012 |
abs | branches: 1.108.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.107 | 17-Jul-2012 |
abs | On a system with no default writable local media, the union file system can be handy
|
1.106 | 10-Mar-2012 |
joerg | P1003_1B_SEMAPHORE is no longer optional.
|
1.105 | 30-Dec-2011 |
he | branches: 1.105.2; Bump SYMTAB_SPACE so that the contents fits again.
|
1.104 | 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
1.103 | 22-Nov-2011 |
tls | branches: 1.103.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.102 | 18-Mar-2011 |
jakllsch | branches: 1.102.4; Bump symtab space.
|
1.101 | 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.100 | 03-Jan-2011 |
tsutsui | branches: 1.100.2; 1.100.4; Xref module(7) in comments.
|
1.99 | 23-Nov-2010 |
hannken | Remove unused count from pseudo-device md.
|
1.98 | 13-Oct-2010 |
tsutsui | Add commented out options MODULAR.
|
1.97 | 13-Oct-2010 |
tsutsui | Include std.sh3 to pull options CPU_IN_CKSUM. Noted by Ryo SHIMIZU.
|
1.96 | 01-Sep-2010 |
he | Bump SYMTAB_SPACE so that it fits again.
|
1.95 | 30-Jun-2010 |
he | Bump SYMTAB_SPACE so that the contents fits again.
|
1.94 | 29-Apr-2010 |
chs | enable TMPFS in all GENERICs that have MFS enabled.
|
1.93 | 11-Mar-2010 |
uwe | branches: 1.93.2; Bump SYMTAB_SPACE so that the contents fits again.
|
1.92 | 05-Dec-2009 |
pooka | branches: 1.92.2; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
|
1.91 | 23-Aug-2009 |
tsutsui | Use rlphy(4) instead of ukphy(4) for BbA. --- rtk0 at pci0 dev 0 function 0: SEGA Broadband Adapter (rev. 0x10) rtk0: interrupting at SH4 IRL 11 rtk0: Ethernet address 00:d0:f1:03:69:68 rlphy0 at rtk0 phy 7: Realtek internal PHY rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
|
1.90 | 24-Jan-2009 |
mrg | add COMPAT_50 to all the configs with COMPAT_40.
|
1.89 | 23-Dec-2008 |
tsutsui | Remove obsolete options SYSTRACE.
|
1.88 | 24-Nov-2008 |
ad | Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
|
1.87 | 27-Sep-2008 |
he | branches: 1.87.2; 1.87.4; Bump SYMTAB_SPACE so that the contents fits again.
|
1.86 | 10-Aug-2008 |
tls | Add accept filters to GENERIC kernels where they exist.
|
1.85 | 31-Jul-2008 |
simonb | Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
1.84 | 30-May-2008 |
tsutsui | branches: 1.84.4; Add options COMPAT_40 to files which have options COMPAT_30.
|
1.83 | 12-May-2008 |
he | Bump SYMTAB_SPACE so that it fits again.
|
1.82 | 25-Dec-2007 |
he | branches: 1.82.6; 1.82.8; 1.82.10; 1.82.12; Bump SYMTAB_SPACE so the symbol table fits again.
|
1.81 | 04-Nov-2007 |
xtraeme | branches: 1.81.2; 1.81.4; 1.81.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.80 | 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.79 | 22-Sep-2007 |
he | branches: 1.79.4; Bump SYMTAB_SPACE so that it fits again. cVS: ----------------------------------------------------------------------
|
1.78 | 04-Jun-2007 |
martin | branches: 1.78.8; 1.78.10; Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some).
|
1.77 | 13-May-2007 |
he | Bump SYMTAB_SPACE so that it fits again.
|
1.76 | 11-Nov-2006 |
jmmv | branches: 1.76.2; 1.76.4; 1.76.8; 1.76.10; 1.76.16; 1.76.18; Remove tmpfs's experimental status. OK'ed by core@.
|
1.75 | 05-Sep-2006 |
uwe | branches: 1.75.2; 1.75.4; Switch dreamcast to MI todr(9).
Dreamcast does not use SuperH on-chip RTC, so do it seprately from other sh3 ports. Convert dreamcast rtc code into a real device instead of searching/attaching it manually.
Tested by Nick Hudson.
|
1.74 | 26-Aug-2006 |
christos | PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
1.73 | 26-Aug-2006 |
tsutsui | Remove obsolete #options VERIFIED_EXEC, found by grep(1).
|
1.72 | 12-Aug-2006 |
christos | Disable SYSTRACE by default on all kernels (discussed with core)
|
1.71 | 28-Jun-2006 |
liamjfoy | branches: 1.71.2; Add CARP to GENERIC kernel configs. CARP is not enabled by default.
ok: christos
|
1.70 | 16-May-2006 |
he | branches: 1.70.4; Bump SYMTAB_SPACE so that it fits again.
|
1.69 | 05-Feb-2006 |
cube | branches: 1.69.2; 1.69.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
1.68 | 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
1.67 | 02-Feb-2006 |
reinoud | branches: 1.67.2; Add commented out UDF file-system entry in all GENERIC configurations.
|
1.66 | 09-Dec-2005 |
elad | branches: 1.66.2; 1.66.4; Add (commented out) Veriexec options and pseudo-device to GENERIC kernels, and remove the i386 GENERIC_VERIEXEC config.
|
1.65 | 08-Dec-2005 |
he | Once more bump SYMTAB_SPACE to make it fit again.
|
1.64 | 07-Dec-2005 |
tsutsui | Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
1.63 | 04-Dec-2005 |
he | Bump SYMTAB_SPACE so that it fits again.
|
1.62 | 03-Nov-2005 |
chs | turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they are compatible with the LKMs that are part of the release.
|
1.61 | 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.60 | 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
1.59 | 19-Aug-2005 |
christos | 64 bit inode changes.
|
1.58 | 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.57 | 30-Jul-2005 |
yamt | add "options VMSWAP" to non INSTALL kernels.
|
1.56 | 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.55 | 07-Jul-2005 |
tron | Add (commented out) IPSEC_NAT_T option.
|
1.54 | 25-Jun-2005 |
rpaulo | branches: 1.54.2; Add file-system PTYFS (commented out) so that people know its existence.
Ok'ed by Christos Zoulas and Hubert Feyrer.
|
1.53 | 19-Feb-2005 |
tsutsui | branches: 1.53.4; - options<space><tab> - bump SYMTAB_SPACE
|
1.52 | 18-Feb-2005 |
dsl | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
1.51 | 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.50 | 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.49 | 21-Jan-2005 |
tsutsui | branches: 1.49.2; Add options COMPAT_16 and COMPAT_20.
|
1.48 | 17-Jan-2005 |
cube | Add tap(4) support to a random^Wcarefully chosen set of kernel configs. All those kernels have a line for both tun and bridge, and if either is commented out, tap is commented out also. With the exception of i386's GENERIC_TINY.
XXX: we _need_ some way of making this more simple.
|
1.47 | 07-Jan-2005 |
tsutsui | branches: 1.47.2; Add options KLOADER, to make it easier to boot a new kernel on the console.
|
1.46 | 10-Nov-2004 |
christos | Add COMPAT_BSDPTY to the rest of the config files.
|
1.45 | 04-Sep-2004 |
manu | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
|
1.44 | 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
1.43 | 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.42 | 26-Jun-2004 |
abs | Add (commented out) ALTQ options to all GENERIC-like files
|
1.41 | 22-Jun-2004 |
itojun | have pf and pflog pseudo-device (commented out). reviewed by matt, perry, christos
|
1.40 | 18-Jun-2004 |
christos | ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM
|
1.39 | 16-Jun-2004 |
christos | Add pseudo-device ptm on all the generic flavored kernels.
|
1.38 | 10-Dec-2003 |
tsutsui | branches: 1.38.2; Bump SYMTAB_SPACE to 204800.
|
1.37 | 24-Aug-2003 |
marcus | Added AICA sound driver contributed by Ryo Shimizu.
|
1.36 | 14-Jun-2003 |
tsutsui | branches: 1.36.2; Bump SYMTAB_SPACE to 194000.
|
1.35 | 26-Apr-2003 |
ragge | Add pseudo-device ksyms.
|
1.34 | 10-Apr-2003 |
christos | Bye Bye UCONSOLE
|
1.33 | 02-Mar-2003 |
tsutsui | Bump SYMTAB_SPACE to 192000.
|
1.32 | 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.31 | 27-Dec-2002 |
tsutsui | Bump SYMTAB_SPACE to 190000.
|
1.30 | 27-Dec-2002 |
tsutsui | Add support for SEGA LAN Adapter, MB86967 based Ethernet adapter. Based on the patches in port-dreamcast/17493 by Christian Groessler, with several modification by me.
|
1.29 | 15-Nov-2002 |
itohy | Add mmem (Maple Bus storage device) and mlcd (Maple Bus monochrome LCD).
|
1.28 | 30-Oct-2002 |
tsutsui | Tidy up config files: - make GENERIC more generic - add GENERIC_MD, which has MEMORY_DISK stuff and just includes GENERIC - add a call of dbsym(8) in Makefile.dreamcast.inc
Approved by marcus.
|
1.27 | 14-Oct-2002 |
elric | Added commented out cgd(4)s to GENERIC configs.
|
1.26 | 18-Sep-2002 |
lukem | enable USERCONF by default; it's small and extremely useful to have available.
|
1.25 | 17-Jun-2002 |
lukem | branches: 1.25.2; 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.24 | 03-May-2002 |
thorpej | branches: 1.24.2; 1.24.4; Move the CPU/clock/memory-related options to std.dreamcast, since they are constant across all Dreamcast systems.
|
1.23 | 25-Apr-2002 |
atatat | 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.22 | 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.21 | 02-Apr-2002 |
lukem | 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.20 | 24-Mar-2002 |
uch | add cpu device. sync with shb change.
|
1.19 | 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.18 | 02-Mar-2002 |
uch | Initial support for KGDB on the sh3.
|
1.17 | 28-Feb-2002 |
uch | Fix comment to reflect reality.
|
1.16 | 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.15 | 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.14 | 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.13 | 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.12 | 01-Sep-2001 |
atatat | Add bridge pseudo devices to GENERIC configs
|
1.11 | 30-Jun-2001 |
darcy | branches: 1.11.2; 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.10 | 24-Jun-2001 |
msaitoh | trim PCLOCK to 49.9MHz
|
1.9 | 14-Feb-2001 |
itojun | have rnd(4)
|
1.8 | 03-Feb-2001 |
marcus | Increased HZ to 100.
|
1.7 | 01-Feb-2001 |
thorpej | Use the BOLD8x16 font for the console, and remove the RCONS_16BPP option (no longer needed).
|
1.6 | 01-Feb-2001 |
thorpej | Add configuration info for the SEGA Broadband Adapter, and enable the NFS file system and DHCP NFS root support.
|
1.5 | 31-Jan-2001 |
thorpej | Make the "maple" bus a direct config bus. Now, when a device is not configured into the kernel, you know about it, e.g.:
Dreamcast Controller at maple0 port 0 not configured
|
1.4 | 21-Jan-2001 |
marcus | Added GDROM device.
|
1.3 | 16-Jan-2001 |
marcus | WSCONS console added.
|
1.2 | 03-Jan-2001 |
itojun | branches: 1.2.2; share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures. cleanup param.h a bit.
|
1.1 | 11-Dec-2000 |
marcus | Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.2.2.4 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.2.2.3 | 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.2.2.2 | 08-Jan-2001 |
bouyer | Files added on trunk.
|
1.2.2.1 | 03-Jan-2001 |
bouyer | file GENERIC was added on branch thorpej_scsipi on 2001-01-08 14:56:16 +0000
|
1.11.2.7 | 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.11.2.6 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.11.2.5 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.11.2.4 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.11.2.3 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.11.2.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.11.2.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.24.4.1 | 01-Aug-2002 |
lukem | Pull up revision 1.25 (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.24.2.1 | 14-Jul-2002 |
gehenna | catch up with -current.
|
1.25.2.5 | 29-Dec-2002 |
thorpej | Sync with HEAD.
|
1.25.2.4 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.25.2.3 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.25.2.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.25.2.1 | 17-Jun-2002 |
nathanw | file GENERIC was added on branch nathanw_sa on 2002-10-18 02:36:19 +0000
|
1.36.2.11 | 11-Dec-2005 |
christos | Sync with head.
|
1.36.2.10 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.36.2.9 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.36.2.8 | 15-Feb-2005 |
skrll | Sync with HEAD.
|
1.36.2.7 | 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.36.2.6 | 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.36.2.5 | 17-Jan-2005 |
skrll | Sync with HEAD.
|
1.36.2.4 | 14-Nov-2004 |
skrll | Sync with HEAD.
|
1.36.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.36.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.36.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.38.2.3 | 15-Jul-2004 |
he | Pull up revision 1.44 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
1.38.2.2 | 02-Jul-2004 |
he | Pull up revision 1.43 (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.38.2.1 | 30-Jun-2004 |
jdc | Pull up revision 1.42 (requested by abs in ticket #567).
Add (commented out) ALTQ options to all GENERIC-like files
|
1.47.2.1 | 29-Apr-2005 |
kent | sync with -current
|
1.49.2.2 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.49.2.1 | 12-Feb-2005 |
yamt | sync with head.
|
1.53.4.3 | 05-Nov-2005 |
tron | Pull up following revision(s) (requested by chs in ticket #929): sys/arch/hp300/conf/GENERIC: revision 1.124 sys/arch/acorn32/conf/GENERIC: revision 1.62 sys/arch/pdp10/conf/GENERIC: revision 1.19 sys/arch/mvme68k/conf/GENERIC: revision 1.61 sys/arch/netwinder/conf/GENERIC: revision 1.70 sys/arch/sbmips/conf/GENERIC: revision 1.46 sys/arch/macppc/conf/GENERIC: revision 1.214 sys/arch/bebox/conf/GENERIC: revision 1.89 sys/arch/cobalt/conf/GENERIC: revision 1.83 sys/arch/cats/conf/GENERIC: revision 1.92 sys/arch/shark/conf/GENERIC: revision 1.53 sys/arch/amiga/conf/GENERIC.in: revision 1.45 sys/arch/acorn26/conf/GENERIC: revision 1.37 sys/arch/cesfic/conf/GENERIC: revision 1.38 sys/arch/iyonix/conf/GENERIC: revision 1.21 sys/arch/alpha/conf/GENERIC: revision 1.277 sys/arch/vax/conf/GENERIC: revision 1.143 sys/arch/atari/conf/GENERIC.in: revision 1.56 sys/arch/mipsco/conf/GENERIC: revision 1.53 sys/arch/ofppc/conf/GENERIC: revision 1.85 sys/arch/next68k/conf/GENERIC: revision 1.96 sys/arch/arc/conf/GENERIC: revision 1.125 sys/arch/dreamcast/conf/GENERIC: revision 1.62 turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they are compatible with the LKMs that are part of the release.
|
1.53.4.2 | 14-Aug-2005 |
riz | Pull up revision 1.56 (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.53.4.1 | 18-Jul-2005 |
riz | Pull up revision 1.55 (requested by tron in ticket #566): Add (commented out) IPSEC_NAT_T option.
|
1.54.2.6 | 21-Jan-2008 |
yamt | sync with head
|
1.54.2.5 | 15-Nov-2007 |
yamt | sync with head.
|
1.54.2.4 | 27-Oct-2007 |
yamt | sync with head.
|
1.54.2.3 | 03-Sep-2007 |
yamt | sync with head.
|
1.54.2.2 | 30-Dec-2006 |
yamt | sync with head.
|
1.54.2.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.66.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.66.2.1 | 18-Feb-2006 |
yamt | sync with head.
|
1.67.2.2 | 01-Jun-2006 |
kardel | Sync with head.
|
1.67.2.1 | 22-Apr-2006 |
simonb | Sync with head.
|
1.69.6.1 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.69.2.4 | 14-Sep-2006 |
yamt | sync with head.
|
1.69.2.3 | 03-Sep-2006 |
yamt | sync with head.
|
1.69.2.2 | 11-Aug-2006 |
yamt | sync with head
|
1.69.2.1 | 24-May-2006 |
yamt | sync with head.
|
1.70.4.1 | 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.71.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.71.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.75.4.1 | 10-Dec-2006 |
yamt | sync with head.
|
1.75.2.1 | 18-Nov-2006 |
ad | Sync with head.
|
1.76.18.1 | 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
1.76.16.3 | 03-Oct-2007 |
garbled | Sync with HEAD
|
1.76.16.2 | 26-Jun-2007 |
garbled | Sync with HEAD.
|
1.76.16.1 | 22-May-2007 |
matt | Update to HEAD.
|
1.76.10.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.76.8.4 | 03-Dec-2007 |
ad | Sync with HEAD.
|
1.76.8.3 | 09-Oct-2007 |
ad | Sync with head.
|
1.76.8.2 | 09-Jun-2007 |
ad | Sync with head.
|
1.76.8.1 | 27-May-2007 |
ad | Sync with head.
|
1.76.4.1 | 17-May-2007 |
yamt | sync with head.
|
1.76.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.78.10.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.78.10.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.78.8.2 | 04-Nov-2007 |
jmcneill | Sync with HEAD.
|
1.78.8.1 | 02-Oct-2007 |
joerg | Sync with HEAD.
|
1.79.4.1 | 13-Nov-2007 |
bouyer | Sync with HEAD
|
1.81.8.1 | 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.81.4.1 | 26-Dec-2007 |
ad | Sync with head.
|
1.81.2.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.82.12.3 | 10-Oct-2008 |
skrll | Sync with HEAD.
|
1.82.12.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.82.12.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.82.10.6 | 09-Oct-2010 |
yamt | sync with head
|
1.82.10.5 | 11-Aug-2010 |
yamt | sync with head.
|
1.82.10.4 | 11-Mar-2010 |
yamt | sync with head
|
1.82.10.3 | 16-Sep-2009 |
yamt | sync with head
|
1.82.10.2 | 04-May-2009 |
yamt | sync with head.
|
1.82.10.1 | 16-May-2008 |
yamt | sync with head.
|
1.82.8.2 | 04-Jun-2008 |
yamt | sync with head
|
1.82.8.1 | 18-May-2008 |
yamt | sync with head.
|
1.82.6.4 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.82.6.3 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.82.6.2 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.82.6.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.84.4.2 | 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.84.4.1 | 19-Oct-2008 |
haad | Sync with HEAD.
|
1.87.4.1 | 27-Dec-2008 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #208): sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.8 sys/arch/dreamcast/conf/GENERIC: revision 1.89 Remove obsolete options SYSTRACE.
|
1.87.2.2 | 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.87.2.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.92.2.3 | 22-Oct-2010 |
uebayasi | Sync with HEAD (-D20101022).
|
1.92.2.2 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.92.2.1 | 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.93.2.4 | 21-Apr-2011 |
rmind | sync with head
|
1.93.2.3 | 05-Mar-2011 |
rmind | sync with head
|
1.93.2.2 | 03-Jul-2010 |
rmind | sync with head
|
1.93.2.1 | 30-May-2010 |
rmind | sync with head
|
1.100.4.1 | 08-Feb-2011 |
bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
|
1.100.2.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.102.4.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.102.4.2 | 30-Oct-2012 |
yamt | sync with head
|
1.102.4.1 | 17-Apr-2012 |
yamt | sync with head
|
1.103.2.2 | 11-Mar-2012 |
mrg | sync to latest -current
|
1.103.2.1 | 18-Feb-2012 |
mrg | merge to -current.
|
1.105.2.1 | 20-Jul-2012 |
riz | Pull up following revision(s) (requested by abs in ticket #422): sys/arch/dreamcast/conf/GENERIC: revision 1.107 On a system with no default writable local media, the union file system can be handy
|
1.108.2.4 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.108.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.108.2.2 | 23-Jun-2013 |
tls | resync from head
|
1.108.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.114.2.1 | 28-Aug-2013 |
rmind | sync with head
|
1.115.6.3 | 15-May-2015 |
snj | Pull up following revision(s) (requested by jnemeth in ticket #762): share/man/man4/options.4: revision 1.442 sys/arch/amd64/conf/ALL: revision 1.18 sys/arch/amd64/conf/GENERIC: revision 1.396 sys/arch/dreamcast/conf/GENERIC: revision 1.119 sys/arch/epoc32/conf/GENERIC: revision 1.6 sys/arch/evbarm/conf/BCM5301X: revision 1.24 sys/arch/evbarm/conf/BCM56340: revision 1.9 sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9 sys/arch/evbarm/conf/std.beagle: revision 1.13 sys/arch/evbarm/conf/std.kobo: revision 1.2 sys/arch/evbarm/conf/std.netwalker: revision 1.10 sys/arch/evbppc/conf/P2020DS: revision 1.25 sys/arch/evbppc/conf/RB800: revision 1.30 sys/arch/evbppc/conf/TWRP1025: revision 1.18 sys/arch/hp300/conf/GENERIC: revision 1.187 sys/arch/hpcsh/conf/GENERIC: revision 1.104 sys/arch/i386/conf/GENERIC: revision 1.1111 sys/arch/i386/conf/MONOLITHIC: revision 1.17 sys/arch/landisk/conf/GENERIC: revision 1.43 sys/arch/luna68k/conf/GENERIC: revision 1.117 sys/arch/macppc/conf/GENERIC: revision 1.316 sys/arch/macppc/conf/GENERIC_601: revision 1.5 sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16 sys/arch/news68k/conf/GENERIC: revision 1.123 sys/arch/sandpoint/conf/GENERIC: revision 1.85 sys/arch/shark/conf/GENERIC: revision 1.119 sys/arch/sparc/conf/GENERIC: revision 1.246 sys/arch/sparc64/conf/GENERIC: revision 1.174 sys/arch/sun3/conf/GENERIC3X: revision 1.125 sys/arch/sun3/conf/GENERIC: revision 1.169 sys/arch/x68k/conf/GENERIC: revision 1.177 sys/arch/zaurus/conf/GENERIC: revision 1.62 sys/conf/files: revision 1.1099 sys/kern/kern_module.c: revisions 1.98, 1.99 Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add it to all kernel configs that contain "options MODULAR". This option turns on module autoloading by default (which is the current default). This allows people who don't want module autoloading on by default to disable it by simply removing/commentting this line. -- fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)
|
1.115.6.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.115.6.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.121.2.3 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.121.2.2 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.121.2.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.122.2.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.125.8.1 | 26-Jul-2017 |
martin | Pull up following revision(s) (requested by nat in ticket #160): sys/arch/dreamcast/conf/G1IDE: revision 1.2 sys/arch/dreamcast/conf/GENERIC: revision 1.126 sys/arch/dreamcast/dev/g2/aica.c: revision 1.23 Dreamcast audio only supports playback so set it in the props. This makes dreamcast audio work again. Tested by Bjorn Johannesson. cvs: ---------------------------------------------------------------------- Use the correct attachment for dreamcast audio. Found and tested by Bjorn Johannesson on port-dreamcast.
|
1.129.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.129.2.1 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.2 | 29-Feb-2008 |
jmmv | Remove GENERIC.local from the repository
Make all the kernels that currently include their corresponding GENERIC.local file use the cinclude directive instead of include. This way config(1) will not complain if the file cannot be found.
After doing this, remove the GENERIC.local files from the repository so that the user will not see modified files during updates, and local changes to them cannot end up in the repository by mistake.
Discussed in tech-kern@ earlier this month. No strong objections.
|
1.1 | 11-Dec-2000 |
marcus | branches: 1.1.2; 1.1.42; 1.1.104; 1.1.124; 1.1.128; Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.1.128.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.1.124.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.1.104.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.1.42.1 | 17-Mar-2008 |
yamt | sync with head.
|
1.1.2.2 | 08-Jan-2001 |
bouyer | Files added on trunk.
|
1.1.2.1 | 11-Dec-2000 |
bouyer | file GENERIC.local was added on branch thorpej_scsipi on 2001-01-08 14:56:17 +0000
|
1.2 | 06-Feb-2009 |
jym | 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.1 | 30-Oct-2002 |
tsutsui | branches: 1.1.2; 1.1.114; 1.1.122; Tidy up config files: - make GENERIC more generic - add GENERIC_MD, which has MEMORY_DISK stuff and just includes GENERIC - add a call of dbsym(8) in Makefile.dreamcast.inc
Approved by marcus.
|
1.1.122.1 | 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.1.114.1 | 04-May-2009 |
yamt | sync with head.
|
1.1.2.2 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.1.2.1 | 30-Oct-2002 |
nathanw | file GENERIC_MD was added on branch nathanw_sa on 2002-11-11 21:57:50 +0000
|
1.3 | 03-Jan-2001 |
itojun | share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures. cleanup param.h a bit.
|
1.2 | 17-Dec-2000 |
jdolecek | delete obsolete comment
|
1.1 | 11-Dec-2000 |
marcus | Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.11 | 04-Oct-2010 |
tsutsui | Build a raw binary format GENERIC kernel and put it into distribution dir. This would make it possible to create a bootable CD using root on gdrom without toolchain (i.e. without whole src tree).
|
1.10 | 06-Jul-2010 |
mrg | remove almost all the ability to build netbsd with an a.out target. we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter.
this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade.
i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well.
some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
|
1.9 | 24-Nov-2005 |
dbj | branches: 1.9.78; 1.9.98; 1.9.100; . Have dbsym explicitly suggest increasing SYMTAB_SPACE when an overflow occurs. . Make this error a fatal build time error . Move the support for dbsym into the MI Makefile.kern.inc, conditional upon the SYMTAB_SPACE option being defined in the kernel config file.
|
1.8 | 30-Oct-2002 |
tsutsui | branches: 1.8.6; 1.8.12; 1.8.22; 1.8.28; Tidy up config files: - make GENERIC more generic - add GENERIC_MD, which has MEMORY_DISK stuff and just includes GENERIC - add a call of dbsym(8) in Makefile.dreamcast.inc
Approved by marcus.
|
1.7 | 09-Dec-2001 |
atatat | branches: 1.7.12; 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.6 | 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.5 | 23-Oct-2001 |
thorpej | No need to set MACHINE now that config(8) sets it.
|
1.4 | 14-Feb-2001 |
msaitoh | branches: 1.4.4; sync with Makefile.mmeye.in for ELF
|
1.3 | 04-Jan-2001 |
itojun | branches: 1.3.2; split MACHINE_ARCH sh3e[lb]. userland build still needs checking.
|
1.2 | 03-Jan-2001 |
itojun | $NetBSD$
|
1.1 | 03-Jan-2001 |
itojun | share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures. cleanup param.h a bit.
|
1.3.2.3 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.3.2.2 | 08-Jan-2001 |
bouyer | Files added on trunk.
|
1.3.2.1 | 04-Jan-2001 |
bouyer | file Makefile.dreamcast.inc was added on branch thorpej_scsipi on 2001-01-08 14:56:17 +0000
|
1.4.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.7.12.2 | 22-Jun-2002 |
thorpej | Add support for dbsym'ing the kernel.
|
1.7.12.1 | 09-Dec-2001 |
thorpej | file Makefile.dreamcast.inc was added on branch nathanw_sa on 2002-06-22 04:17:45 +0000
|
1.8.28.1 | 29-Nov-2005 |
yamt | sync with head.
|
1.8.22.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.8.12.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.8.6.1 | 11-Dec-2005 |
christos | Sync with head.
|
1.9.100.1 | 05-Mar-2011 |
rmind | sync with head
|
1.9.98.2 | 22-Oct-2010 |
uebayasi | Sync with HEAD (-D20101022).
|
1.9.98.1 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.9.78.2 | 09-Oct-2010 |
yamt | sync with head
|
1.9.78.1 | 11-Aug-2010 |
yamt | sync with head.
|
1.32 | 08-May-2019 |
isaki | Merge isaki-audio2 branch, the overhaul of audio subsystem. - Interrupt-oriented system rather than thread-oriented. - Improve stability, quality and performance. - Split playback and record cleanly. Improve halfduplex support. - Many bugs are fixed including deadlocks, resource leaks, abuses, etc. - Simplify audio filter mechanism. The encoding/channels/frequency conversions are completely handled in the upper layer. So the hard- ware driver only converts its hardware encoding (if necessary). - audio_hw_if changes: - Obsoletes query_encoding and add query_format instead. - Obsoletes set_params and add set_format instead. - Remove drain, setfd, mappage. - The call sequences are changed. - ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted. - ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced. - cleanup config attributes: au*conv and mulaw. - All hardware drivers should follow it (I've done as much as possible).
Some file paths are changed: - dev/audio.c -> dev/audio/audio.c (rewritten) - dev/audiovar.h -> dev/audio/audiovar.h - dev/audio_dai.h -> dev/audio/audio_dai.h - dev/audio_if.h -> dev/audio/audio_if.h - dev/audiobell.c -> dev/audio/audiobell.c - dev/audiobellvar.h -> dev/audio/audiobellvar.h - dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c
|
1.31 | 29-Dec-2016 |
tsutsui | branches: 1.31.16; 1.31.18; WIP "G1-ATA" IDE HDD support. Not enabled by default.
Demonstrated on NetBSD booth at Open Source Conference 2016 Tokyo Fall and Kansai Open Source 2016: http://mail-index.netbsd.org/netbsd-advocacy/2016/11/09/msg000721.html http://mail-index.netbsd.org/netbsd-advocacy/2016/11/16/msg000722.html
See my port-dreamcast@ post for more details: http://mail-index.netbsd.org/port-dreamcast/2016/12/18/msg000295.html
|
1.30 | 20-Feb-2008 |
drochner | branches: 1.30.54; 1.30.74; 1.30.78; 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.29 | 10-Apr-2007 |
macallan | branches: 1.29.14; include files.wsfb
|
1.28 | 05-Sep-2006 |
uwe | branches: 1.28.8; 1.28.12; 1.28.14; Switch dreamcast to MI todr(9).
Dreamcast does not use SuperH on-chip RTC, so do it seprately from other sh3 ports. Convert dreamcast rtc code into a real device instead of searching/attaching it manually.
Tested by Nick Hudson.
|
1.27 | 11-Dec-2005 |
christos | branches: 1.27.4; 1.27.8; merge ktrace-lwp.
|
1.26 | 06-Jul-2004 |
uch | branches: 1.26.12; MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/ dreamcast and playstation2 port are changed to use this.
|
1.25 | 24-Aug-2003 |
marcus | Added AICA sound driver contributed by Ryo Shimizu.
|
1.24 | 14-Jun-2003 |
tsutsui | branches: 1.24.2; Add kloader (in-kernel kernel bootloader) support written by UCHIYAMA Yasushi (uch@netbsd).
XXX Some of these code should be moved into MI place to share XXX between other ports.
|
1.23 | 27-Dec-2002 |
tsutsui | Add support for SEGA LAN Adapter, MB86967 based Ethernet adapter. Based on the patches in port-dreamcast/17493 by Christian Groessler, with several modification by me.
|
1.22 | 19-Nov-2002 |
itohy | maxpartitions 8 -> 16 (the value MAXPARTITIONS in <machine/disklabel.h>)
|
1.21 | 15-Nov-2002 |
itohy | Add mmem (Maple Bus storage device) and mlcd (Maple Bus monochrome LCD).
|
1.20 | 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.19 | 16-Apr-2002 |
thorpej | branches: 1.19.2; 1.19.6; * Move the mii_bitbang attribute into dev/mii/files.mii * Pull in dev/mii/files.mii from conf/files, rather than playing the magic "files include order" dance in N machine-dependent configuration definitions.
|
1.18 | 27-Mar-2002 |
uch | All the sh3 ports had an identical procfs_machdep.c, so use a common file under arch/sh3/sh3.
|
1.17 | 24-Mar-2002 |
uch | add cpu device. sync with shb change.
|
1.16 | 08-Mar-2002 |
uch | remove unneeded code and files.
|
1.15 | 22-Feb-2002 |
uch | New NetBSD/sh3 clock framework. + hardclock source is moved from TMU1 to TMU0. + SH3/SH4 common kernel support. + PCLOCK estimation. + remove duplicated code.
|
1.14 | 20-Nov-2001 |
lukem | - replace "defopt" with "defparam" for options which must take a value, as config(8) will warn for value-less defparam options - minor whitespace/formatting cleanup - consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h
|
1.13 | 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.12 | 06-Sep-2001 |
thorpej | Driver for the Dreamcast mouse, based on the programming info on Marcus's web site.
Not yet thoroughly tested, but does appear to generate events that look okay.
|
1.11 | 26-May-2001 |
marcus | branches: 1.11.2; Changed maple device to attach per function instead of per unit. Raw maple unit access is now possible through /dev/maple*.
|
1.10 | 23-Apr-2001 |
uch | dreamcast clock module was separated.
|
1.9 | 21-Feb-2001 |
uch | branches: 1.9.2; move disksubr.c define to machine-port.
|
1.8 | 06-Feb-2001 |
uch | move machine-port specific file to machine directory. for evbsh3, mmeye and dreamcast, use MI md_root.c
|
1.7 | 01-Feb-2001 |
thorpej | Config glue for rasops/wsfont.
|
1.6 | 31-Jan-2001 |
thorpej | G2/GAPS PCI configuration glue, for the Broadband Adapter.
|
1.5 | 31-Jan-2001 |
thorpej | Make the "maple" bus a direct config bus. Now, when a device is not configured into the kernel, you know about it, e.g.:
Dreamcast Controller at maple0 port 0 not configured
|
1.4 | 21-Jan-2001 |
marcus | Added GDROM device.
|
1.3 | 17-Jan-2001 |
fvdl | 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.2 | 16-Jan-2001 |
marcus | WSCONS console added.
|
1.1 | 11-Dec-2000 |
marcus | branches: 1.1.2; Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.1.2.4 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.2.3 | 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.1.2.2 | 08-Jan-2001 |
bouyer | Files added on trunk.
|
1.1.2.1 | 11-Dec-2000 |
bouyer | file files.dreamcast was added on branch thorpej_scsipi on 2001-01-08 14:56:18 +0000
|
1.9.2.1 | 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.11.2.5 | 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.11.2.4 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.11.2.3 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.11.2.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.11.2.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.19.6.4 | 29-Dec-2002 |
thorpej | Sync with HEAD.
|
1.19.6.3 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.19.6.2 | 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.19.6.1 | 16-Apr-2002 |
nathanw | file files.dreamcast was added on branch nathanw_sa on 2002-09-17 21:14:10 +0000
|
1.19.2.2 | 17-May-2002 |
gehenna | Remove old block majors list.
|
1.19.2.1 | 16-May-2002 |
gehenna | Include the list of block/character major numbers.
|
1.24.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.24.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.24.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.26.12.3 | 27-Feb-2008 |
yamt | sync with head.
|
1.26.12.2 | 03-Sep-2007 |
yamt | sync with head.
|
1.26.12.1 | 30-Dec-2006 |
yamt | sync with head.
|
1.27.8.1 | 14-Sep-2006 |
yamt | sync with head.
|
1.27.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.28.14.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.28.12.1 | 10-Apr-2007 |
ad | Sync with head.
|
1.28.8.1 | 15-Apr-2007 |
yamt | sync with head.
|
1.29.14.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.30.78.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.30.74.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.30.54.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.31.18.1 | 05-May-2019 |
isaki | Remove obsoleted au{,rate,vol}conv and mulaw attributes. audio provides the equivalent of them inseparably.
|
1.31.16.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.7 | 24-Mar-2002 |
uch | branches: 1.7.4; adapted to new interrupt code and shb changes.
|
1.6 | 03-Mar-2002 |
uch | remove unneeded configuration.
|
1.5 | 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.4 | 20-Nov-2001 |
lukem | - replace "defopt" with "defparam" for options which must take a value, as config(8) will warn for value-less defparam options - minor whitespace/formatting cleanup - consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h
|
1.3 | 22-Aug-2001 |
msaitoh | devclass of sci[f] is tty
|
1.2 | 24-Apr-2001 |
marcus | branches: 1.2.2; Abstracted handling of System ASIC controlled IRQ:s a little. Three different IRQ:s can be selected for each event, 9, 11, or 13 (which selects hardware priority). More events to be added as they are discovered. Do not use shb_intr_establish() to register IRQ 9, 11 or 13 anymore.
|
1.1 | 11-Dec-2000 |
marcus | branches: 1.1.2; 1.1.4; Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.1.4.1 | 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.1.2.2 | 08-Jan-2001 |
bouyer | Files added on trunk.
|
1.1.2.1 | 11-Dec-2000 |
bouyer | file files.shbus was added on branch thorpej_scsipi on 2001-01-08 14:56:18 +0000
|
1.2.2.4 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.2.2.3 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.2.2.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.2.1 | 25-Aug-2001 |
thorpej | Merge Aug 24 -current into the kqueue branch.
|
1.7.4.2 | 24-Mar-2002 |
uch | adapted to new interrupt code and shb changes.
|
1.7.4.1 | 24-Mar-2002 |
uch | file files.shbus was added on branch nathanw_sa on 2002-03-24 18:21:11 +0000
|
1.26 | 25-Nov-2020 |
tsutsui | Reserve device-major for ld(4) on possible sdmmc(4) at scimci.
https://mail-index.netbsd.org/port-dreamcast/2014/10/25/msg000263.html https://mail-index.netbsd.org/port-dreamcast/2014/10/30/msg000265.html
|
1.25 | 04-Apr-2020 |
jdolecek | branches: 1.25.4; mark nsmb major obsolete
|
1.24 | 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.23 | 19-Dec-2018 |
maxv | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, but also as discussed several times in the past.
|
1.22 | 30-Jun-2011 |
wiz | branches: 1.22.52; 1.22.54; dependant -> dependent
|
1.21 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.20 | 31-Dec-2007 |
ad | branches: 1.20.6; 1.20.10; 1.20.16; 1.20.18; Remove systrace. Ok core@.
|
1.19 | 24-Nov-2006 |
wiz | branches: 1.19.28; 1.19.34; 1.19.42; s/independant/independent/, from Zafer.
|
1.18 | 11-Dec-2005 |
christos | branches: 1.18.20; 1.18.22; merge ktrace-lwp.
|
1.17 | 17-Sep-2005 |
yamt | make VMSWAP optional again.
|
1.16 | 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.15 | 30-Jul-2005 |
yamt | defflag VMSWAP.
|
1.14 | 10-May-2005 |
jdolecek | branches: 1.14.2; assign major for nsmb(4)
|
1.13 | 10-Dec-2003 |
jmc | Change reference at bottom from sys/dev/majors to sys/conf/majors to match reality
|
1.12 | 24-Oct-2003 |
jdolecek | add major for sci
|
1.11 | 22-Oct-2003 |
jdolecek | add wsfont major to archs which have the other wscons devices
|
1.10 | 10-Oct-2003 |
jdolecek | reassing majors for crypto and pf to use the newly defined MI major range
|
1.9 | 10-Oct-2003 |
jdolecek | update the comment - the space for machine-dependant majors is reduced to 0-143 follows discussion on tech-kern
|
1.8 | 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.7 | 22-Aug-2003 |
itojun | create /dev/crypto
|
1.6 | 27-Jul-2003 |
itojun | reserve cdev major # for PF. ok'ed by technical-exec
|
1.5 | 25-Apr-2003 |
ragge | branches: 1.5.2; Add ksyms device major.
|
1.4 | 15-Nov-2002 |
itohy | Add mmem (Maple Bus storage device) and mlcd (Maple Bus monochrome LCD).
|
1.3 | 04-Oct-2002 |
elric | branches: 1.3.2; assign majors for raw and cooked cgd's.
|
1.2 | 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.1 | 16-May-2002 |
gehenna | branches: 1.1.2; 1.1.4; file majors.dreamcast was initially added on branch gehenna-devsw.
|
1.1.4.3 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.1.4.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.4.1 | 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.1.2.3 | 14-Jul-2002 |
gehenna | catch up with -current.
|
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.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.dreamcast was added on branch kqueue on 2002-10-10 18:32:20 +0000
|
1.5.2.4 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.5.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.14.2.3 | 21-Jan-2008 |
yamt | sync with head
|
1.14.2.2 | 30-Dec-2006 |
yamt | sync with head.
|
1.14.2.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.18.22.1 | 10-Dec-2006 |
yamt | sync with head.
|
1.18.20.1 | 12-Jan-2007 |
ad | Sync with head.
|
1.19.42.1 | 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.19.34.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.19.28.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.20.18.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.20.16.1 | 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.20.10.1 | 04-May-2009 |
yamt | sync with head.
|
1.20.6.1 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.22.54.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.22.54.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.22.52.1 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.25.4.1 | 14-Dec-2020 |
thorpej | Sync w/ HEAD.
|
1.9 | 24-Aug-2015 |
uebayasi | Don't mention stab and DWARF sections, because these (poorly mtaintained) lists only help to make them harder to read.
If those sections are found in inputs, they simply appear in outputs as orphaned sections, sorted by section types and attributes.
|
1.8 | 20-Aug-2015 |
uebayasi | Kill trailing blank lines.
|
1.7 | 25-Apr-2002 |
uch | branches: 1.7.6; 1.7.162; 1.7.182; switch to NEW_TOOLCHAIN
|
1.6 | 02-Mar-2002 |
uch | Initial support for KGDB on the sh3.
|
1.5 | 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.4 | 03-Mar-2001 |
marcus | branches: 1.4.4; Support cross-compilers that add the underscore for a little longer. This _will_ go away.
|
1.3 | 01-Mar-2001 |
marcus | Kernel binary format is hereby officially changed to ELF32.
|
1.2 | 05-Jan-2001 |
marcus | branches: 1.2.2; Updated linker script set include only RAM based image for Dreamcast.
|
1.1 | 11-Dec-2000 |
marcus | Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.2.2.3 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.2.2.2 | 08-Jan-2001 |
bouyer | Files added on trunk.
|
1.2.2.1 | 05-Jan-2001 |
bouyer | file shl.x was added on branch thorpej_scsipi on 2001-01-08 14:56:18 +0000
|
1.4.4.3 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.4.4.2 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.4.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.7.182.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.7.162.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.7.6.2 | 25-Apr-2002 |
uch | switch to NEW_TOOLCHAIN
|
1.7.6.1 | 25-Apr-2002 |
uch | file shl.x was added on branch nathanw_sa on 2002-04-25 17:02:42 +0000
|
1.2 | 05-Jan-2001 |
marcus | Updated linker script set include only RAM based image for Dreamcast.
|
1.1 | 11-Dec-2000 |
marcus | Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.2 | 05-Jan-2001 |
marcus | Updated linker script set include only RAM based image for Dreamcast.
|
1.1 | 11-Dec-2000 |
marcus | Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.2 | 05-Jan-2001 |
marcus | Updated linker script set include only RAM based image for Dreamcast.
|
1.1 | 11-Dec-2000 |
marcus | Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.9 | 13-Oct-2010 |
tsutsui | Include std.sh3 to pull options CPU_IN_CKSUM. Noted by Ryo SHIMIZU.
|
1.8 | 17-Mar-2006 |
uebayasi | branches: 1.8.86; 1.8.88; Stop using linker scripts on all sh3 ports.
The only information to be compensated is text section start address. The default value is set arch-wise as DEFTEXTADDR. Each kernel config can override the default value by setting TEXTADDR.
Tested on COMPUTEXEVB (evbsh3).
Reviewed By: uwe
|
1.7 | 11-Dec-2005 |
christos | branches: 1.7.4; 1.7.6; 1.7.8; 1.7.10; 1.7.12; merge ktrace-lwp.
|
1.6 | 17-Sep-2005 |
yamt | include "conf/std".
|
1.5 | 09-May-2002 |
uch | branches: 1.5.6; 1.5.12; 1.5.28; IOM_RAM_BEGIN is changed to specify physical address.
|
1.4 | 03-May-2002 |
thorpej | Move the CPU/clock/memory-related options to std.dreamcast, since they are constant across all Dreamcast systems.
|
1.3 | 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.2 | 03-Jan-2001 |
itojun | branches: 1.2.2; 1.2.6; share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures. cleanup param.h a bit.
|
1.1 | 11-Dec-2000 |
marcus | Initial import of port "dreamcast" (cloned from port "evbsh3").
|
1.2.6.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.2.6.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.2.2 | 08-Jan-2001 |
bouyer | Files added on trunk.
|
1.2.2.1 | 03-Jan-2001 |
bouyer | file std.dreamcast was added on branch thorpej_scsipi on 2001-01-08 14:56:19 +0000
|
1.5.28.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.5.12.1 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.5.6.2 | 09-May-2002 |
uch | IOM_RAM_BEGIN is changed to specify physical address.
|
1.5.6.1 | 09-May-2002 |
uch | file std.dreamcast was added on branch nathanw_sa on 2002-05-09 12:32:33 +0000
|
1.7.12.1 | 28-Mar-2006 |
tron | Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
|
1.7.10.1 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.7.8.1 | 01-Apr-2006 |
yamt | sync with head.
|
1.7.6.1 | 22-Apr-2006 |
simonb | Sync with head.
|
1.7.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.8.88.1 | 05-Mar-2011 |
rmind | sync with head
|
1.8.86.1 | 22-Oct-2010 |
uebayasi | Sync with HEAD (-D20101022).
|