History log of /src/sys/arch/amigappc/conf/NULL |
Revision | | Date | Author | Comments |
1.63 |
| 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.62 |
| 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.61 |
| 29-May-2022 |
andvar | s/littel/little/ mainly in copy pasted comments.
|
1.60 |
| 21-Jan-2021 |
nia | add a commented out compat_ossaudio wherever there's compat_linux
requested by mrg
|
1.59 |
| 27-Sep-2020 |
roy | branches: 1.59.2; vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
1.58 |
| 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
1.57 |
| 25-Mar-2020 |
jdolecek | remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs to prepare for their eventual removal
|
1.56 |
| 26-Apr-2019 |
sevan | Use veriexec.config to reduce duplication
|
1.55 |
| 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.54 |
| 05-Feb-2018 |
maxv | branches: 1.54.2; 1.54.4; Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It probably wouldn't have built correctly anyway, since there is no associated defflag.
These ten lines of code in ip_input.c already look a lot better.
|
1.53 |
| 23-Jan-2018 |
sevan | 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.52 |
| 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.51 |
| 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.50 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
1.49 |
| 13-Dec-2016 |
christos | branches: 1.49.8; wildcard speaker attachments, now that we can handle many of them.
|
1.48 |
| 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
1.47 |
| 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
1.46 |
| 12-Aug-2015 |
maxv | branches: 1.46.2; Remove KMEMSTATS.
|
1.45 |
| 23-Aug-2014 |
dholland | branches: 1.45.2; 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.44 |
| 16-Aug-2014 |
apb | Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
1.43 |
| 24-Mar-2014 |
szptvlfn | fix manual section numbering of sysctl. thanks wiz@
|
1.42 |
| 30-Jun-2013 |
rmind | G/C PFIL_HOOKS from the kernel configs.
|
1.41 |
| 05-Jun-2013 |
christos | branches: 1.41.2; remove obsolete networking options
|
1.40 |
| 27-Apr-2013 |
christos | the bogus number police
|
1.39 |
| 27-Apr-2013 |
christos | remove confusing numeric locators where they are unused.
|
1.38 |
| 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
1.37 |
| 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
1.36 |
| 17-Oct-2012 |
apb | Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
|
1.35 |
| 17-Aug-2012 |
abs | branches: 1.35.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.34 |
| 10-Mar-2012 |
joerg | P1003_1B_SEMAPHORE is no longer optional.
|
1.33 |
| 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
1.32 |
| 22-Nov-2011 |
tls | branches: 1.32.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.31 |
| 30-Jun-2011 |
wiz | branches: 1.31.2; dependant -> dependent
|
1.30 |
| 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.29 |
| 14-Jan-2011 |
phx | branches: 1.29.2; 1.29.4; Include new bppcsc(4) driver from amiga.
|
1.28 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
1.27 |
| 05-Dec-2009 |
pooka | branches: 1.27.2; 1.27.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
|
1.26 |
| 21-Jul-2009 |
phx | Some improvements based on the work of Adam Ciarcinski. Adapted everything to integrate with current 5.99 source. Added an Amiga PIC for interrupt handling.
Status: A CSPPC machine probably boots into single user, but only few devices will attach without problems (e.g. keyboard, serial, parallel, floppy disk, the RTC, CC graphics, sometimes Ariande ethernet and A4000 IDE. BPPC support is prepared, but unfinished and untested (I don't own a BPPC).
A problem which has to be solved is interrupt acknowledging, which may happen twice. Once in the amiga drivers from sys/arch/amiga/dev and then in the PPC specific pic_amiga.c.
|
1.25 |
| 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.24 |
| 26-Aug-2006 |
christos | branches: 1.24.56; 1.24.60; 1.24.66; 1.24.68; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
1.23 |
| 05-Feb-2006 |
cube | branches: 1.23.2; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
1.22 |
| 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
1.21 |
| 07-Dec-2005 |
tsutsui | branches: 1.21.2; 1.21.4; 1.21.6; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
1.20 |
| 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
1.19 |
| 18-Feb-2005 |
dsl | branches: 1.19.6; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
1.18 |
| 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.17 |
| 24-Jan-2005 |
is | branches: 1.17.2; Don't be confused with trigraphs. EXEC_ELF -> EXEC_ELF32
|
1.16 |
| 10-Nov-2004 |
christos | branches: 1.16.4; Add COMPAT_BSDPTY on all the kernels that have COMPAT options.
|
1.15 |
| 04-Sep-2004 |
manu | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
|
1.14 |
| 27-Sep-2003 |
is | PPC_OEA is in std.amigappc
|
1.13 |
| 10-Apr-2003 |
christos | branches: 1.13.2; Bye Bye UCONSOLE
|
1.12 |
| 03-Feb-2003 |
matt | Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).
|
1.11 |
| 18-Sep-2002 |
lukem | enable USERCONF by default; it's small and extremely useful to have available.
|
1.10 |
| 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.9 |
| 04-Mar-2002 |
sommerfeld | The "gif*" tunnelling interface does everything ipip does. Move usage example from ipip.4 to gif.4 Excise ipip and stitch up the scars.
|
1.8 |
| 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.7 |
| 27-Jan-2002 |
jdolecek | normalize INSECURE and SCSIVERBOSE descriptions
|
1.6 |
| 03-Dec-2001 |
aymeric | add options PPC_MPC6XX to pull in generic powerpc support
|
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 |
| 08-Jul-2001 |
abs | branches: 1.4.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.3 |
| 11-Jun-2001 |
wiz | Fix various misspellings of compatible/compatibility.
|
1.2 |
| 24-Sep-2000 |
jdolecek | branches: 1.2.2; 1.2.4; don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
1.1 |
| 25-May-2000 |
is | Initial AmigaPPC commit.
Lots of the work was done by Adam Ciarcinsky.
Currently, this only supports CyberPPC boards by Phase 5. Blizzard PPC expected later.
The kernel is useless but for demonstrating that it starts... especially interupts, and most of MMU support, is not in yet. Builtin console works, however, and you can look at the kernel startup messages.
|
1.2.4.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.2.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.2.2.1 |
| 24-Sep-2000 |
bouyer | file NULL was added on branch thorpej_scsipi on 2000-11-20 19:59:36 +0000
|
1.4.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.4.2.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.4.2.3 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.4.2.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.4.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.13.2.9 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.13.2.8 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.13.2.7 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.13.2.6 |
| 15-Feb-2005 |
skrll | Sync with HEAD.
|
1.13.2.5 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.13.2.4 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
1.13.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.13.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.13.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.16.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.17.2.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.17.2.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.19.6.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.19.6.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.21.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.21.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.21.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.23.2.1 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.24.68.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.24.66.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.24.60.4 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.24.60.3 |
| 11-Mar-2010 |
yamt | sync with head
|
1.24.60.2 |
| 19-Aug-2009 |
yamt | sync with head.
|
1.24.60.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.24.56.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.27.4.3 |
| 21-Apr-2011 |
rmind | sync with head
|
1.27.4.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.27.4.1 |
| 30-May-2010 |
rmind | sync with head
|
1.27.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.29.4.1 |
| 08-Feb-2011 |
bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
|
1.29.2.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.31.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.31.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
1.31.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.32.2.2 |
| 11-Mar-2012 |
mrg | sync to latest -current
|
1.32.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.35.2.4 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.35.2.3 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.35.2.2 |
| 23-Jun-2013 |
tls | resync from head
|
1.35.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.41.2.2 |
| 18-May-2014 |
rmind | sync with head
|
1.41.2.1 |
| 28-Aug-2013 |
rmind | sync with head
|
1.45.2.3 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.45.2.2 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
1.45.2.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
1.46.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.49.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.54.4.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.54.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.54.2.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.59.2.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|