History log of /src/sys/arch/prep/conf/INSTALL_SMALL |
Revision | | Date | Author | Comments |
1.23 |
| 03-Sep-2024 |
andvar | s/intefaces/interfaces/
|
1.22 |
| 29-Jan-2024 |
christos | branches: 1.22.2; 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.21 |
| 09-Feb-2023 |
abs | Adjust _all_ cinclude of *.local files
- Ensure always at end - Use tab rather than spaces - Add consistent comment "Pull in optional local configuration - always at end"
The only functional change is that a local file which tried to override an existing setting (eg with "no foo") would have failed in some cases before, but now will work
|
1.20 |
| 12-Dec-2021 |
andvar | fix various typos in comments.
|
1.19 |
| 15-Sep-2020 |
mrg | bump bebox and prep image sizes for GCC 9.
|
1.18 |
| 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.17 |
| 19-Feb-2017 |
rin | PR kern/51208 Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for ALL on amd64 and i386.
|
1.16 |
| 23-Aug-2014 |
dholland | branches: 1.16.2; 1.16.4; 1.16.6; 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.15 |
| 08-Aug-2014 |
joerg | Don't set -mmultiple or -mno-string for PowerPC, the difference is too small to really matter and it sometimes even increases the size.
|
1.14 |
| 17-Aug-2012 |
abs | branches: 1.14.2; 1.14.12; 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.13 |
| 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
1.12 |
| 22-Nov-2011 |
tls | branches: 1.12.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.11 |
| 30-Jun-2011 |
wiz | branches: 1.11.2; dependant -> dependent
|
1.10 |
| 23-Nov-2010 |
hannken | Remove unused count from pseudo-device md.
|
1.9 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
1.8 |
| 06-Feb-2009 |
jym | branches: 1.8.4; 1.8.6; Changes to MEMORY_RBFLAGS option: - renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the MEMORY_DISK options(4) - change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt the config(5) files accordingly - document this option inside options(4)
See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html
Reviewed by abs@ in private mail.
|
1.7 |
| 31-Jul-2008 |
simonb | branches: 1.7.2; Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
1.6 |
| 01-May-2008 |
garbled | branches: 1.6.2; 1.6.6; Squeeze 14k out of the INSTALL_SMALL image. Still too big. (by 49k)
Savings detailed below: 6274 #pseudo-device rnd 799 no options EXEC_AOUT 1082 options NO_DEV_PTM 6023 st* at scsibus
|
1.5 |
| 13-Feb-2008 |
tsutsui | branches: 1.5.6; 1.5.8; 1.5.10; options<space><tab>
|
1.4 |
| 17-Oct-2007 |
garbled | branches: 1.4.2; 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.3 |
| 29-Dec-2006 |
yamt | branches: 1.3.6; 1.3.14; 1.3.22; 1.3.24; 1.3.26; 1.3.28; update comments on NFS_V2_ONLY after nqnfs removal. no functional changes. from Arnaud Lacombe.
|
1.2 |
| 02-Oct-2006 |
chs | remove MALLOC_NOINLINE, it doesn't do anything anymore.
|
1.1 |
| 20-Jun-2006 |
garbled | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.12; 1.1.14; Update install WRT recent clock changes, and break INSTALL into INSTALL and INSTALL_SMALL. Since floppy images have to fit on one floppy, we have to really cut down on the drivers on that image, but people netbooting don't have that problem, so they deserve a more featured kernel to install with. (namely one with raid support and more ethernet drivers)
|
1.1.14.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.1.12.2 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.1.12.1 |
| 20-Jun-2006 |
rpaulo | file INSTALL_SMALL was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:42:34 +0000
|
1.1.10.2 |
| 12-Jan-2007 |
ad | Sync with head.
|
1.1.10.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.1.6.2 |
| 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.1.6.1 |
| 20-Jun-2006 |
gdamore | file INSTALL_SMALL was added on branch gdamore-uart on 2006-07-13 17:49:01 +0000
|
1.1.4.2 |
| 26-Jun-2006 |
yamt | sync with head.
|
1.1.4.1 |
| 20-Jun-2006 |
yamt | file INSTALL_SMALL was added on branch yamt-pdpolicy on 2006-06-26 12:45:13 +0000
|
1.1.2.5 |
| 27-Feb-2008 |
yamt | sync with head.
|
1.1.2.4 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.1.2.3 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.1.2.2 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.1.2.1 |
| 20-Jun-2006 |
yamt | file INSTALL_SMALL was added on branch yamt-lazymbuf on 2006-06-21 14:55:11 +0000
|
1.3.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.3.26.1 |
| 18-Oct-2007 |
yamt | sync with head.
|
1.3.24.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.3.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.3.22.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.3.14.1 |
| 26-Jun-2007 |
garbled | Apply patches from John D. Baker to make INSTALL compile again. Also cleans up some of the config stuff for the mcclock pnpbus attachment.
|
1.3.6.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.4.2.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.5.10.3 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.5.10.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.5.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.5.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.5.6.2 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.5.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.6.6.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
1.6.2.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.7.2.1 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.8.6.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.8.6.1 |
| 30-May-2010 |
rmind | sync with head
|
1.8.4.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.11.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
1.11.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.12.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.14.12.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.14.2.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.14.2.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.16.6.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.16.4.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.16.2.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.22.2.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|