History log of /src/sys/arch/i386/conf/INSTALL_TINY |
Revision | | Date | Author | Comments |
1.165 |
| 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.164 |
| 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.163 |
| 21-Jan-2021 |
nia | add a commented out compat_ossaudio wherever there's compat_linux
requested by mrg
|
1.162 |
| 25-Jan-2020 |
thorpej | branches: 1.162.6; Retire "le* at pci?" from the shipped kernel configs: - If the config had both an le@pci and a pcn, simply remove le@pci (pcn would match at a higher priority anyway). - If the config had le@pci enabled, but no pcn, change le@pci to pcn. - If the config had le@pci commented out, but no pcn, change le@pci to pcn and leave it commented out.
The pcn driver supports more chips than le@pci and does DMA directly to/from mbufs rather than memory copies.
|
1.161 |
| 20-Jan-2020 |
thorpej | Remove FDDI support.
|
1.160 |
| 19-Jan-2020 |
thorpej | Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is long since obsolete.
|
1.159 |
| 27-Jan-2019 |
maxv | branches: 1.159.6; Remove the satlink driver. It was disabled everywhere, had no man page and no use either. Spotted by thorpej in PR/21345, ok christos.
|
1.158 |
| 06-Sep-2018 |
maxv | Retire the 'midway' driver. Discussed on tech-net@ recently and also three years ago, part of removing the network ATM code.
|
1.157 |
| 01-Aug-2018 |
maxv | Unreference IPF/PF from the x86 config files (amd64, i386, xen), and enable NPF instead when wanted.
|
1.156 |
| 06-Nov-2017 |
rin | branches: 1.156.2; 1.156.4; Revive commented out DISKLABEL_EI option to kernel configuration files that contain FFS_EI option.
|
1.155 |
| 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.154 |
| 12-Aug-2017 |
maxv | Remove support for vm86 on i386. It is bug-friendly, and there is no point in having kernel support for this: the instruction set of the CPU is small, and it can easily be emulated in userland entirely. There are also several assumptions in the code that are not respected, and the slightest confusion in the trap frame can lead to ring0 exploits.
vm86 has received zero maintenance. As far as I can tell, it was added 20 years ago in order to make doscmd work. But doscmd has not been maintained either, and was removed from pkgsrc in 2011. dosbox can be used instead: it does not require kernel support, and will produce better results than our flimsy implementation.
Pass 1. (many pieces still in the tree)
|
1.153 |
| 09-Aug-2017 |
maxv | Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns out that compat_ibcs2 does not implement the iBCS2 standard - which is x86-specific - but rather SVR3. Our real iBCS2 implementation was a mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping support for this in i386 is totally irrelevant today. I also asked on port-i386 but didn't wait long.
The main issue is that compat_ibcs2 should have been called compat_svr3. But CVS does not support renaming files, and moving things around is both painful and tiring, even more so when no one seems to be interested in doing this work or in the feature at all. For now compat_ibcs2 is available on Vax and will stay, until someone (not me) cleans it up.
|
1.152 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
1.151 |
| 29-Jul-2017 |
maxv | Remove svr4 from the config files.
|
1.150 |
| 26-Feb-2017 |
maya | Remove commented DISKLABEL_EI for strictly little endian architectures
It will never be useful.
|
1.149 |
| 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.148 |
| 13-Dec-2016 |
christos | branches: 1.148.2; wildcard speaker attachments, now that we can handle many of them.
|
1.147 |
| 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
1.146 |
| 09-Dec-2016 |
christos | PCPPISPEAKER
|
1.145 |
| 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
1.144 |
| 26-Sep-2015 |
maxv | branches: 1.144.2; Remove KMEMSTATS. Normally it's ok now.
|
1.143 |
| 23-Aug-2014 |
dholland | branches: 1.143.2; Add missing COMPAT_{50,60,70} lines, commented out or not as per the COMPAT_40 line.
|
1.142 |
| 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.141 |
| 25-Jul-2014 |
dholland | Fix description of DIAGNOSTIC in x86 kernels.
|
1.140 |
| 24-Mar-2014 |
szptvlfn | branches: 1.140.2; fix manual section numbering of sysctl. thanks wiz@
|
1.139 |
| 26-Jan-2014 |
dsl | Remove support for 'external' floating point units and the MS-DOS compatible method of handling floating point exceptions. Make kernel support for teh fpu non-optional (486SX should still work). Only 386 cpus support external fpu, and i386 support was removed years ago. This means that the npx code no longer uses port 0xf0 or interupt 13. All the "npx at isa" lines go from the configs, arch/i386/isa/npx.c is now mandatory for all i386 kernels. I've renamed npxinit() to fpuinit() and npxinit_cpu() to fpuinit_cpu() to match the very similar amd64 functions. The fpu of the boot cpu is now initialised by a direct call from cpu_configure(), this enables FP emulation for a 486SX. (for amd64 the cr0 values are set in locore.S and similar). This fixes a long-standing bug in linux_setregs() - which did not save the fpu regsiters if they were active. I've test booted a single cpu i386 kernel (using anita). amd64 builds - none of teh changes should affect it. The i386 XEN kernels build, but I'm not sure where they set cr0, and it might have got lost!
|
1.138 |
| 30-Jun-2013 |
rmind | G/C PFIL_HOOKS from the kernel configs.
|
1.137 |
| 27-Apr-2013 |
christos | branches: 1.137.4; remove confusing numeric locators where they are unused.
|
1.136 |
| 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
1.135 |
| 05-Jun-2012 |
abs | branches: 1.135.2; Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least give a hint that its not just for third party compat. No functional change.
|
1.134 |
| 22-Nov-2011 |
tls | branches: 1.134.4;
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.133 |
| 28-May-2011 |
ryo | branches: 1.133.4; many whitespace cleanup. confirmed "cvs diff -b" are identical.
|
1.132 |
| 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.131 |
| 23-Nov-2010 |
hannken | branches: 1.131.2; 1.131.4; Remove unused count from pseudo-device md.
|
1.130 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
1.129 |
| 08-Feb-2010 |
joerg | branches: 1.129.2; Remove separate mb_map. The nmbclusters is computed at boot time based on the amount of physical memory and limited by NMBCLUSTERS if present. Architectures without direct mapping also limit it based on the kmem_map size, which is used as backing store. On i386 and ARM, the maximum KVA used for mbuf clusters is limited to 64MB by default.
The old default limits and limits based on GATEWAY have been removed. key_registered_sb_max is hard-wired to a value derived from 2048 clusters.
|
1.128 |
| 03-Jan-2010 |
dholland | branches: 1.128.2; Whitespace. Portions from Igor Sobrado in PR kern/22595. Deploy <space><tab> where needed so columns don't teleport when commenting or uncommenting things.
|
1.127 |
| 03-Jan-2010 |
dholland | Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595. Merged by yours truly as the set of configs has changed quite a bit since the PR was filed in 2003, and I may have missed some stuff. These changes should probably be merged into other arches' configs; I'm not going to do that now though.
|
1.126 |
| 05-Dec-2009 |
pooka | Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
|
1.125 |
| 25-Nov-2009 |
tron | Enable SSP (Stack Smash Protection) in x86 kernels by default (except in i386 *TINY kernels). The NetBSD/i386 "ALL" kernel is unconditionally compiled with SSP enabled.
Change approved by the core team.
|
1.124 |
| 06-Mar-2009 |
joerg | Remove SHMMAXPGS from all kernel configs. Dynamically compute the initial limit as 1/4 of the physical memory. Ensure the limit is at least 1024 pages, the old default on most platforms.
|
1.123 |
| 06-Feb-2009 |
jym | branches: 1.123.2; 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.122 |
| 20-Dec-2008 |
ad | - Kill NOREDZONE. - Make the redzone conditional on DIAGNOSTIC. - Give amd64 an additional page for the uarea. 2 is not enough.
|
1.121 |
| 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.120 |
| 13-May-2008 |
ad | branches: 1.120.4; 1.120.6; 1.120.8; PR kern/35296 option PIC_DELAY not use
|
1.119 |
| 30-Apr-2008 |
ad | branches: 1.119.2; For PR kern/38537:
- Make MULTIPROCESSOR mandatory on i386.
Installation changes:
- Update installation section of release notes to match reality. - Rename INSTALL to INSTALL_FLOPPY, retire INSTALL_LARGE. - Build INSTALL kernel from GENERIC, like on amd64. - Update boot menu to allow disabling ACPI and/or SMP. - Remove GENERIC.NOACPI from the installed kernel list. - TODO: install default boot.cfg in etc.tgz. - TODO: possibly enable PCI fixup stuff at runtime if ACPI is disabled.
Build changes:
- No longer build ALL, it's for verification, is slow to build and the build process is already crippled by the number of kernels built. - No longer build GENERIC.NOACPI.
|
1.118 |
| 27-Mar-2008 |
gdt | branches: 1.118.2; 1.118.4; Following the change to remove GENERIC.local from the repository and cinclude it, remove INSTALL.local and adjust kernels that referenced it.
|
1.117 |
| 16-Jan-2008 |
ad | branches: 1.117.6; Remove options MATH_EMULATE.
|
1.116 |
| 07-Jan-2008 |
martti | Fixed indentation, it should be
option<space><tab> makeoption<space><tab>
|
1.115 |
| 15-Nov-2007 |
ad | branches: 1.115.6; Remove support for 80386 level CPUs. PR port-i386/36163.
|
1.114 |
| 14-Nov-2007 |
ad | - Remove I486_CPU, I586_CPU, I686_CPU options. They buy us nothing and clutter the code significantly. - Remove pccons.
|
1.113 |
| 17-Oct-2007 |
garbled | branches: 1.113.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.112 |
| 06-Sep-2007 |
martti | branches: 1.112.4; Fixed indentation (it should be <keyword><space><tab><name><tab><comment>).
|
1.111 |
| 16-Jun-2007 |
ad | branches: 1.111.4; 1.111.8; 1.111.10; -options I2OVERBOSE.
|
1.110 |
| 29-May-2007 |
christos | Add COMPAT_40 for struct ifreq changes.
|
1.109 |
| 24-Jan-2007 |
tls | branches: 1.109.6; 1.109.8; 1.109.14; Remove option COMPAT_386BSD_MBRPART from default kernels. NetBSD has not used partition ID 0x165 for many, many years, and the presence of this option in INSTALL kernels can cause overwriting of existing FreeBSD installations when sysinst writes back the disklabel. Those with very, very old NetBSD installations may find that they must update their fdisk partition tables to use partition ID 0x169 for their NetBSD partitions.
This seems like the best of a number of lousy choices for dealing with this problem. Sysinst should perhaps grow code that asks whether an existing 0x165 partition should be converted.
~
|
1.108 |
| 29-Dec-2006 |
yamt | update comments on NFS_V2_ONLY after nqnfs removal. no functional changes. from Arnaud Lacombe.
|
1.107 |
| 28-Nov-2006 |
christos | branches: 1.107.2; Separate -Os into COPTS; pointed out by Izumi Tsutsui.
|
1.106 |
| 28-Nov-2006 |
christos | s/COPTS/CPUFLAGS/ s/-O2 //
|
1.105 |
| 11-Nov-2006 |
jmmv | Remove tmpfs's experimental status. OK'ed by core@.
|
1.104 |
| 02-Oct-2006 |
chs | remove MALLOC_NOINLINE, it doesn't do anything anymore.
|
1.103 |
| 26-Aug-2006 |
christos | branches: 1.103.2; 1.103.4; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
1.102 |
| 12-Apr-2006 |
martti | Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i.
|
1.101 |
| 05-Feb-2006 |
cube | branches: 1.101.2; 1.101.4; 1.101.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
1.100 |
| 20-Dec-2005 |
thorpej | branches: 1.100.2; 1.100.4; 1.100.6; Remove the tablet line discipline.
|
1.99 |
| 07-Dec-2005 |
tsutsui | Remove obsolete options VNODE_OP_NOINLINE.
|
1.98 |
| 07-Dec-2005 |
tsutsui | Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
1.97 |
| 14-Nov-2005 |
gdt | Add (empty) INSTALL.local, parallel to GENERIC.local. Change INSTALL kernels to include INSTALL.local instead of GENERIC.local.
With this change, one can add IPSEC in GENERIC.local and still build a release, rather than having install kernels not fit on floppies.
Remaining nit: the PS2 install kernel includes the regular version config file, and hence GENERIC.local.
(Posted for review on tech-pkg, encouragement to commit by lukem@, no objections.)
|
1.96 |
| 10-Sep-2005 |
jmmv | branches: 1.96.6; 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.95 |
| 10-Sep-2005 |
dsl | Remove KERNFS, it was only used to implement dmesg - the binary is smaller!
|
1.94 |
| 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
1.93 |
| 19-Aug-2005 |
christos | 64 bit inode changes.
|
1.92 |
| 05-Jul-2005 |
tron | branches: 1.92.2; Comment out the less popular 3Com 3c507 and reenable the 3c503 as suggested by Jason Thorpe and Manuel Bouyer on the port-i386 mailing list.
|
1.91 |
| 05-Jul-2005 |
tron | Comment out drivers for 3Com 3C501, 3C503 and 3C505. These cards weren't very common and had more or less severe restrictions. This finally fixes the NetBSD-i386 release build.
|
1.90 |
| 28-Jun-2005 |
wiz | pss(4) was removed, remove it from kernel configs too.
|
1.89 |
| 26-Jun-2005 |
thorpej | Comment out I486_CPU -- it only adds more code, and I386_CPU will work just fine on any system.
|
1.88 |
| 12-Jun-2005 |
matt | Reduce INSTALL_TINY by 1.3KB.
Support for a.out coredumps is now conditional on EXEC_AOUT, EXEC_COFF, EXEC_ECOFF, or EXEC_MACHO, or LKM. Since coredump_netbsd is the only user of cpu_coredump, make that conditional too. Lastly, add 'no options EXEC_AOUT' so the EXEC_AOUT option in std.i386 can be overridden.
|
1.87 |
| 25-Mar-2005 |
cube | Add attimer(4) configurations everywhere pcppi(4) exists, with the following rule: If a pcppi device is enabled for an attachment, enable an attimer for the same attachement, otherwise comment it.
|
1.86 |
| 25-Feb-2005 |
simonb | branches: 1.86.2; Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files that didn't have those options but had other earlier compat options.
|
1.85 |
| 18-Feb-2005 |
dsl | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
1.84 |
| 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.83 |
| 31-Jan-2005 |
hannken | Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
|
1.82 |
| 10-Nov-2004 |
christos | branches: 1.82.4; 1.82.6; Add COMPAT_BSDPTY on all the kernels that have COMPAT options.
|
1.81 |
| 04-Sep-2004 |
manu | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
|
1.80 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
1.79 |
| 06-Jul-2004 |
mycroft | Remove XSERVER and XSERVER_DDB from all config files. wscons does not use these, and pccons is rapidly heading for the guillotine.
|
1.78 |
| 18-Jun-2004 |
christos | ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM
|
1.77 |
| 14-Jun-2004 |
lukem | Use "options<SPACE><TAB>". (`egrep -l '(^|[^e])options<TAB>'` is your friend...)
|
1.76 |
| 06-Jun-2004 |
christos | Don't include the rnd device; it makes us too big.
|
1.75 |
| 18-Oct-2003 |
lukem | branches: 1.75.2; use 'atabus* at ata?' use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
|
1.74 |
| 08-Oct-2003 |
bouyer | Add atabus
|
1.73 |
| 07-Sep-2003 |
tron | Add "COMPAT_16" option.
|
1.72 |
| 06-Sep-2003 |
itojun | add rnd(4) device to installation media. necessary for many purposes, including password seeding, tcp sequence number, and more. see tech-security
|
1.71 |
| 05-Jun-2003 |
dsl | branches: 1.71.2; Increase sizes of space for ramdisks
|
1.70 |
| 15-May-2003 |
wiz | Remove last traces of obsolete olms and omms drivers. Ok'd by drochner and fvdl.
|
1.69 |
| 23-Apr-2003 |
jmmv | Bump ramdisk size to 3000 blocks.
|
1.68 |
| 10-Apr-2003 |
christos | Bye Bye UCONSOLE
|
1.67 |
| 08-Apr-2003 |
abs | Note that BSDI binaries require COMPAT_12, COMPAT_13, and COMPAT_43. Addresses PR/3553, PR/6872, and PR/8029. Does not address PR/7262 Also add some missing COMPAT_15 entries.
|
1.66 |
| 15-Mar-2003 |
jmmv | Note the DDB_ONPANIC option (commented out). Closes my own PR port-i386/17649.
|
1.65 |
| 01-Feb-2003 |
zuntum | - bump MEMORY_DISK_ROOT_SIZE from 2920 to 2960 in sys/arch/i386/conf/INSTALL_TINY - bump IMAGESIZE from 1460k to 1480k in distrib/i386/floppies/ramdisk-tiny/Makefile
so that "build.sh release" works again.
Suggested by simon, okay'd by luke.
|
1.64 |
| 08-Jan-2003 |
fvdl | DUMMY_NOPS is gone, replace it with an inverted, less confusing option: PIC_DELAY. To be used on very old machines.
|
1.63 |
| 20-Dec-2002 |
thorpej | Bump ramdisk size to 2920 blocks.
|
1.62 |
| 22-Oct-2002 |
thorpej | Give the ramdisk another 12k of space.
|
1.61 |
| 16-Oct-2002 |
lukem | tweak the comments describing the memory disk size
|
1.60 |
| 06-Oct-2002 |
fvdl | Define NOREDZONE and use it in the *_TINY config files to save a page per process.
|
1.59 |
| 01-Oct-2002 |
fvdl | Merge Bill Sommerfeld's i386 MP branch. This code has some known caveats, but works quite well in a lot of MP cases, and all UP cases that I have tested. Parts of this will hopefully be reworked in the not-too-distant future.
|
1.58 |
| 26-Sep-2002 |
grant | ep0 at isa? -> ep* (ala GENERIC), so ep instances during install are consistent with GENERIC.
|
1.57 |
| 18-Sep-2002 |
lukem | enable USERCONF by default; it's small and extremely useful to have available.
|
1.56 |
| 22-Jul-2002 |
wiz | Sync (commented out) SHMMAXPGS value with vmparam.h. Closes port-i386/12708 by Patrick Welche.
|
1.55 |
| 05-Jul-2002 |
abs | Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR, MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they include another config files that already defines the options, or if they are for an embedded board, just define a few extra options, and do not already define PIPE_SOCKETPAIR.
|
1.54 |
| 25-Jun-2002 |
lukem | - replace all "scsibus* at XXXX" with a single "scsibus* at scsi?" - replace all "atapibus* at XXXX" with a single "atapibus* at atapi?" - replace all "audio* at XXXX" with a single "audio* at audiobus?" - replace all "midi* at XXXX" (except "midi* at pcppi?") with a single "midi* at midibus?"
|
1.53 |
| 26-Apr-2002 |
ad | branches: 1.53.2; 1.53.4; 1.53.6; Add a driver for Adaptec FSA RAID controllers, as often found in Dell servers. Based on the FreeBSD/OpenBSD versions.
|
1.52 |
| 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.51 |
| 22-Apr-2002 |
ad | Add a driver for ICP-Vortex GDT and Intel Storage RAID controllers. Parts taken from OpenBSD. Test hardware kindly provided by Intel. This still needs management bits, and doesn't support older controllers, but that shouldn't be hard to fix.
|
1.50 |
| 18-Apr-2002 |
wiz | Remove opms(4) and its device, /dev/pms0, from the i386 port, because it has been obsoleted by pms(4).
Reviewed by fvdl and christos.
|
1.49 |
| 17-Apr-2002 |
mycroft | Switch from de to tlp by default.
|
1.48 |
| 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.47 |
| 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.46 |
| 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.45 |
| 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.44 |
| 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.43 |
| 20-Nov-2001 |
lukem | - pull in opt_kgdb.h where necessary - replace opt_kgdb_machdep.h with opt_kgdb.h - defparam opt_kgdb.h: KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE - move from opt_ddbparam.h to opt_ddb.h: DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE - replace KGDBDEV with KGDB_DEV - replace KGDBADDR with KGDB_DEVADDR - replace KGDBMODE with KGDB_DEVMODE - replace KGDBRATE with KGDB_DEVRATE - use `9600' instead of `0x2580' for 9600 baud rate - use correct quotes for options KGDB_DEVNAME="\"com\"" - use correct quotes for options KGDB_DEV="17*256+0" - remove unnecessary dependancy on Makefile for kgdb_stub.o - minor whitespace cleanup
|
1.42 |
| 08-Nov-2001 |
christos | increase the size up to the max for the floppy.
|
1.41 |
| 06-Nov-2001 |
enami | Use options<SPC><TAB> consistently (except for GENERIC_ISDN since it is indented rather differently).
|
1.40 |
| 21-Sep-2001 |
ad | branches: 1.40.4; Add `dpti', which is an I2O vendor extension implementing the DPT/Adaptec control interface. This makes it possible to run the Linux versions of dptmgr, raidutil, dptelog and other tools under NetBSD.
|
1.39 |
| 14-Sep-2001 |
nathanw | Change all instances of "[e]isa* at foo?" to "[e]isa0 at foo?".
This prevents attaching multiple [E]ISA buses, which we don't support (Is there any such thing to support? I'm skeptical) and avoids the "panic: isaattach: ISA bus already seen" that occurs on some laptops with docking stations and EISA boxes. Since there is only one [E]ISA bus, logically, the ISA device probe will still find devices on the docking station.
This does not address the problem of inserting or removing the docking station at runtime.
Relevant PRs: kern/6544, port-i386/10392, kern/11627, kern/13557, install/13865.
|
1.38 |
| 30-Jul-2001 |
ad | branches: 1.38.4; Add a driver for Mylex AcceleRAID and eXtremeRAID controllers with v6 firmware. Based off the FreeBSD driver, and re-worked by tls, erh and I.
|
1.37 |
| 08-Jul-2001 |
abs | branches: 1.37.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.36 |
| 07-Jul-2001 |
tsutsui | Remove (commented out) ncr* at pci? lines.
|
1.35 |
| 06-May-2001 |
ad | Add an (untested) EISA front-end for the `mlx' driver.
|
1.34 |
| 29-Apr-2001 |
fvdl | Remove COMPAT_14.
|
1.33 |
| 21-Apr-2001 |
fvdl | s/cheap/expensive/ for DIAGNOSTIC
|
1.32 |
| 04-Feb-2001 |
ad | branches: 1.32.2; Add a driver for the Mylex DAC960 family (including DEC SWXCR).
|
1.31 |
| 26-Nov-2000 |
ad | lsu -> ld, by popular request.
|
1.30 |
| 08-Nov-2000 |
ad | Sort.
|
1.29 |
| 08-Nov-2000 |
ad | Add I2O stuff.
|
1.28 |
| 02-Oct-2000 |
abs | Ensure all INSTALL* kernels have two ptys, and a note explaining why: pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) (Some installers may not be using sysinst, in which case this just reduces the number of ptys from 16 that are not used to 2 that are not used) For i386 conf files, no change other than comments.
|
1.27 |
| 01-Oct-2000 |
fvdl | Squeeze even more by removing some COMPAT_1X options, com* (serial ports aren't supported for installation), MFS, slip and ppp. There was no room for pppd and slattach on the "tiny" floppies anyway, so there was nothing to use them.
Add pcic at isa, pcmcia, wdc at pcmcia, and 'wireful' cards @ pcmcia (ne, ep, mbe, sm). Installing is now possible on a 4M laptop over ethernet (tested with ep at pcmcia, and 640+3200 available memory).
|
1.26 |
| 27-Sep-2000 |
fvdl | Reduce ramdisk size to the amount that is really needed for optimal space saving. Reduce number of ptys to 2. Use NFS_V2_ONLY.
|
1.25 |
| 26-Sep-2000 |
ad | cac* at eisa? reported as working.
|
1.24 |
| 25-Sep-2000 |
abs | Use "options<SPACE><TAB>" not "options<TAB>" - noted by simonb. Move VNODE_OP_NOINLINE and NFS_V2_ONLY into '# Filesystem options' section. Consistently label '# Filesystem options' and '#File systems' sections.
|
1.23 |
| 25-Sep-2000 |
abs | Ensure all INSTALL config files have (at least) COPTS="-Os", cincluding bebox based on it working already for macppc. Also add commented out: #options VNODE_OP_NOINLINE # Don't inline vnode op calls #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code as suggestions for additional savings
|
1.22 |
| 24-Sep-2000 |
jdolecek | don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
1.21 |
| 13-Sep-2000 |
thorpej | Use VNODE_OP_NOINLINE.
|
1.20 |
| 21-Aug-2000 |
itohy | Fix typos. No functional changes.
|
1.19 |
| 09-Jul-2000 |
mycroft | Increase the example DDB_HISTORY_SIZE.
|
1.18 |
| 11-Jun-2000 |
mycroft | branches: 1.18.2; Remove pcvt tentacles.
|
1.17 |
| 22-Mar-2000 |
cgd | branches: 1.17.4; add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.
|
1.16 |
| 16-Mar-2000 |
ad | Attach cac* at pci?, ca* at cac?. Commented out where needs be.
|
1.15 |
| 27-Feb-2000 |
mycroft | Change miniroot size to 3072.
|
1.14 |
| 24-Feb-2000 |
ad | - Attach dpt0 to the isa bus. Commented out since (a) at any valid address it conflicts with too much other stuff (b) if I UTSLed correctly, EISA boards may be picked up at an "ISA address and an EISA address" - I don't have enough info on this yet to fix it (c) a DPT HBA at an address usually assigned to wdc0/1 may get detected as a WD100x controller. Some of them can emulate a WD100x controller, but the one I tested with doesn't. - Sync with GENERIC just a little.
|
1.13 |
| 13-Jan-2000 |
ad | [#[@ ]]dpt* at eisa? slot ?
|
1.12 |
| 12-Dec-1999 |
soren | s/16x450/16x50/
|
1.11 |
| 27-Sep-1999 |
ad | branches: 1.11.2; 1.11.8; Note DPT controllers as needed. If it looks like a stripped down GENERIC, it gets it.
|
1.10 |
| 29-Jul-1999 |
augustss | It's time to be COMPAT_14.
|
1.9 |
| 05-Jul-1999 |
fvdl | EXEC_ELF32 is standard now.
|
1.8 |
| 19-May-1999 |
bouyer | Document the 'wdc at isa' flags.
|
1.7 |
| 27-Mar-1999 |
explorer | branches: 1.7.2; 1.7.4; 1.7.6; remove EXPERIMENTAL comment, enable /dev/random in GENERIC kernels
|
1.6 |
| 24-Mar-1999 |
mrg | clean up kernel/config files files for machVM lossage.
|
1.5 |
| 17-Mar-1999 |
sommerfe | Build kernels -Os. Appears to generate smaller code than -O1 or -O2
|
1.4 |
| 15-Mar-1999 |
christos | Enable EXEC_ELF32... It only adds 4K to the kernel, and makes an ELF install floppy to work (from Andrew Gillham)
|
1.3 |
| 16-Feb-1999 |
abs | Update IDE comments, from yoavcs@inter.net.il
|
1.2 |
| 23-Jan-1999 |
drochner | update for mouse renaming
|
1.1 |
| 12-Oct-1998 |
perry | kernels for 4Mbyte main memory machines (from Havard.Eidnes@runit.sintef.no)
|
1.7.6.1 |
| 30-Nov-1999 |
itojun | bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch just for reference purposes. This commit includes 1.4 -> 1.4.1 sync for kame branch.
The branch does not compile at all (due to the lack of ALTQ and some other source code). Please do not try to modify the branch, this is just for referenre purposes.
synchronization to latest KAME will take place on HEAD branch soon.
|
1.7.4.2 |
| 02-Aug-1999 |
thorpej | Update from trunk.
|
1.7.4.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.7.2.2 |
| 17-Jan-2000 |
he | Pull up revisions 1.11 and 1.13 (requested by ad): Add driver for DPT SmartCache and SmartRAID III or IV SCSI adapters. Note that this only adds commented-out entries to this file.
|
1.7.2.1 |
| 21-Jun-1999 |
perry | pullup 1.7->1.8 (bouyer)
|
1.11.8.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.11.2.5 |
| 23-Apr-2001 |
bouyer | Sync with HEAD.
|
1.11.2.4 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.11.2.3 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.11.2.2 |
| 22-Nov-2000 |
bouyer | Sync with HEAD.
|
1.11.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.17.4.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.18.2.4 |
| 06-Aug-2001 |
he | Apply patch (requested by he): Bump size of INSTALL_TINY ramdisk image and the rescuetiny image to accommodate increased size.
|
1.18.2.3 |
| 25-Apr-2001 |
he | Pull up revision 1.33 (requested by fvdl): Not all DIAGNOSTIC checks are all that cheap, so disable that option in meant-for-production kernels. Introduces GENERIC_DIAGNOSTIC.
|
1.18.2.2 |
| 09-Oct-2000 |
fvdl | Sync with -current (approved by jhawk).
Versions:
INSTALL_LAPTOP: 1.1-1.4 (new) GENERIC_LAPTOP: 1.1-1.2 (new)
INSTALL_SMALL: 1.57 INSTALL_TINY: 1.27 GENERIC_TINY: 1.22 INSTALL: 1.156
|
1.18.2.1 |
| 27-Jul-2000 |
mycroft | Approved by thorpej: Enable DDB history by default, and increase the default size to .5k.
syssrc/sys/arch/i386/conf/BIKINI 1.28 -> 1.29 syssrc/sys/arch/i386/conf/CARDBUS 1.16 -> 1.17 syssrc/sys/arch/i386/conf/DISKLESS 1.73 -> 1.74 syssrc/sys/arch/i386/conf/GENERIC 1.358 -> 1.359 syssrc/sys/arch/i386/conf/GENERIC_TINY 1.16 -> 1.17 syssrc/sys/arch/i386/conf/HOMEWORLD 1.48 -> 1.49 syssrc/sys/arch/i386/conf/INSTALL 1.148 -> 1.149 syssrc/sys/arch/i386/conf/INSTALL_SMALL 1.49 -> 1.50 syssrc/sys/arch/i386/conf/INSTALL_TINY 1.18 -> 1.19 syssrc/sys/arch/i386/conf/IOPENER 1.4 -> 1.5 syssrc/sys/arch/i386/conf/MINBAR 1.17 -> 1.18 syssrc/sys/arch/i386/conf/PS2 1.2 -> 1.3 syssrc/sys/arch/i386/conf/TRINITY 1.96 -> 1.97 syssrc/sys/arch/i386/conf/ZHADUM 1.22 -> 1.23 syssrc/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS 1.32 -> 1.33
|
1.32.2.15 |
| 08-Jan-2003 |
thorpej | Sync with HEAD.
|
1.32.2.14 |
| 20-Dec-2002 |
thorpej | Sync with HEAD.
|
1.32.2.13 |
| 22-Oct-2002 |
thorpej | Sync with HEAD.
|
1.32.2.12 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.32.2.11 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.32.2.10 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.32.2.9 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.32.2.8 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.32.2.7 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.32.2.6 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.32.2.5 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.32.2.4 |
| 26-Sep-2001 |
nathanw | Catch up to -current. Again.
|
1.32.2.3 |
| 21-Sep-2001 |
nathanw | Catch up to -current.
|
1.32.2.2 |
| 24-Aug-2001 |
nathanw | Catch up with -current.
|
1.32.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.37.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.37.2.6 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.37.2.5 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.37.2.4 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.37.2.3 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.37.2.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.37.2.1 |
| 03-Aug-2001 |
lukem | update to -current
|
1.38.4.1 |
| 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.40.4.1 |
| 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
1.53.6.1 |
| 13-Oct-2002 |
lukem | Pull up revision 1.58 (requested by grant in ticket #860): ep0 at isa? -> ep* (ala GENERIC), so ep instances during install are consistent with GENERIC.
|
1.53.4.2 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
1.53.4.1 |
| 16-Jul-2002 |
gehenna | catch up with -current.
|
1.53.2.4 |
| 19-Aug-2002 |
sommerfeld | merged with -current as of today. rearranged gdt init to deal with KVM86 changes; however, KVM86 has no chance of working yet; good thing it's not part of GENERIC
|
1.53.2.3 |
| 25-Jun-2002 |
sommerfeld | Resynch with -current.
|
1.53.2.2 |
| 03-May-2002 |
sommerfeld | Add cpu* at mainbus? or equivalent to all configs.
|
1.53.2.1 |
| 26-Apr-2002 |
sommerfeld | file INSTALL_TINY was added on branch sommerfeld_i386mp_1 on 2002-05-03 19:12:56 +0000
|
1.71.2.10 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.71.2.9 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.71.2.8 |
| 01-Apr-2005 |
skrll | Sync with HEAD.
|
1.71.2.7 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.71.2.6 |
| 15-Feb-2005 |
skrll | Sync with HEAD.
|
1.71.2.5 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.71.2.4 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
1.71.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.71.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.71.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.75.2.1 |
| 15-Jul-2004 |
he | Pull up revision 1.80 (via patch, requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
1.82.6.3 |
| 26-Mar-2005 |
yamt | sync with head.
|
1.82.6.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.82.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.82.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.86.2.3 |
| 10-Nov-2008 |
snj | Apply patch (requested by bouyer in ticket #1975): Make i386 INSTALL kernels fit on a single 2.88MB floppy, by removing KERNFS/mount_kernfs(8), pcppi(4), and sysbeep(4) and adding dmesg(8) to INSTALL kernels and ramdisks.
|
1.86.2.2 |
| 11-Nov-2006 |
bouyer | Pull up following revision(s) (requested by bad in ticket #1579): sys/arch/i386/conf/INSTALL_XEN2_DOMU: patch sys/arch/i386/conf/INSTALL_XEN3_DOMU: patch sys/arch/i386/conf/INSTALL_TINY: revision 1.97 sys/arch/i386/conf/INSTALL_LAPTOP: revision 1.92 sys/arch/i386/conf/INSTALL_SMALL: revision 1.120 sys/arch/i386/conf/INSTALL.local: revision 1.1 sys/arch/i386/conf/INSTALL: revision 1.273 Add (empty) INSTALL.local, parallel to GENERIC.local. Change INSTALL kernels to include INSTALL.local instead of GENERIC.local. With this change, one can add IPSEC in GENERIC.local and still build a release, rather than having install kernels not fit on floppies. Remaining nit: the PS2 install kernel includes the regular version config file, and hence GENERIC.local. (Posted for review on tech-pkg, encouragement to commit by lukem@, no objections.)
|
1.86.2.1 |
| 20-Apr-2006 |
tron | Pull up following revision(s) (requested by martti in ticket #1258): sys/arch/i386/conf/INSTALL: revision 1.284 sys/arch/i386/conf/GENERIC: revision 1.741 sys/arch/amd64/conf/GENERIC: revision 1.91 sys/arch/i386/conf/INSTALL_SMALL: revision 1.125 sys/arch/amd64/conf/INSTALL: revision 1.50 sys/arch/i386/conf/INSTALL_TINY: revision 1.102 Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i.
|
1.92.2.8 |
| 21-Jan-2008 |
yamt | sync with head
|
1.92.2.7 |
| 07-Dec-2007 |
yamt | sync with head
|
1.92.2.6 |
| 15-Nov-2007 |
yamt | sync with head.
|
1.92.2.5 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.92.2.4 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.92.2.3 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.92.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.92.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.96.6.1 |
| 22-Nov-2005 |
yamt | sync with head.
|
1.100.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.100.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.100.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.101.6.1 |
| 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.101.4.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.101.2.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.101.2.1 |
| 24-May-2006 |
yamt | sync with head.
|
1.103.4.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.103.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.103.2.3 |
| 01-Feb-2007 |
ad | Sync with head.
|
1.103.2.2 |
| 12-Jan-2007 |
ad | Sync with head.
|
1.103.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.107.2.1 |
| 28-Jan-2007 |
tron | Pull up following revision(s) (requested by tls in ticket #386): doc/CHANGES: revision 1.783 via patch sys/arch/i386/conf/INSTALL_TINY: revision 1.109 sys/arch/i386/conf/INSTALL_XEN2_DOMU: revision 1.11 sys/arch/i386/conf/INSTALL_SMALL: revision 1.132 sys/arch/i386/conf/GENERIC: revision 1.806 sys/arch/amd64/conf/GENERIC: revision 1.125 sys/arch/i386/conf/INSTALL: revision 1.303 sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.220 sys/arch/i386/conf/GENERIC_TINY: revision 1.103 sys/arch/i386/conf/INSTALL_LAPTOP: revision 1.114 Remove option COMPAT_386BSD_MBRPART from default kernels. NetBSD has not used partition ID 0x165 for many, many years, and the presence of this option in INSTALL kernels can cause overwriting of existing FreeBSD installations when sysinst writes back the disklabel. Those with very, very old NetBSD installations may find that they must update their fdisk partition tables to use partition ID 0x169 for their NetBSD partitions. This seems like the best of a number of lousy choices for dealing with this problem. Sysinst should perhaps grow code that asks whether an existing 0x165 partition should be converted. ~
|
1.109.14.2 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.109.14.1 |
| 26-Jun-2007 |
garbled | Sync with HEAD.
|
1.109.8.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.109.6.5 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.109.6.4 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.109.6.3 |
| 09-Oct-2007 |
ad | Sync with head.
|
1.109.6.2 |
| 15-Jul-2007 |
ad | Sync with head.
|
1.109.6.1 |
| 09-Jun-2007 |
ad | Sync with head.
|
1.111.10.3 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.111.10.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.111.10.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.111.8.2 |
| 21-Nov-2007 |
joerg | Sync with HEAD.
|
1.111.8.1 |
| 02-Oct-2007 |
joerg | Sync with HEAD.
|
1.111.4.1 |
| 10-Sep-2007 |
skrll | Sync with HEAD.
|
1.112.4.1 |
| 18-Nov-2007 |
bouyer | Sync with HEAD
|
1.113.2.2 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.113.2.1 |
| 19-Nov-2007 |
mjf | Sync with HEAD.
|
1.115.6.2 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.115.6.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.117.6.3 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.117.6.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.117.6.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.118.4.4 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.118.4.3 |
| 11-Mar-2010 |
yamt | sync with head
|
1.118.4.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.118.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.118.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.119.2.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.120.8.2 |
| 16-Feb-2009 |
snj | Pull up following revision(s) (requested by ad in ticket #355): sys/arch/i386/conf/GENERIC_TINY: revision 1.116 sys/arch/i386/conf/INSTALL_TINY: revision 1.122 sys/arch/i386/conf/files.i386: revision 1.341 sys/arch/i386/i386/vm_machdep.c: revision 1.142 sys/arch/i386/include/param.h: revision 1.68 sys/arch/xen/conf/files.xen: revision 1.91 - Kill NOREDZONE. - Make the redzone conditional on DIAGNOSTIC. - Give amd64 an additional page for the uarea. 2 is not enough.
|
1.120.8.1 |
| 18-Nov-2008 |
snj | Apply patch (requested by bouyer in ticket #65): Add i386-specific COMPAT_30_PTHREAD option (enabled where COMPAT_30 is enabled), which restore binary compatibility with netbsd-3 libpthread.
|
1.120.6.3 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.120.6.2 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.120.6.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.120.4.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.123.2.5 |
| 27-Aug-2011 |
jym | Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen work of cherry@.
No regression observed on suspend/restore.
|
1.123.2.4 |
| 29-Mar-2011 |
jym | More sync fixes. And add the mbr_gpt files.
|
1.123.2.3 |
| 28-Mar-2011 |
jym | Sync with HEAD. TODO before merge: - shortcut for suspend code in sysmon, when powerd(8) is not running. Borrow ``xs_watch'' thread context? - bug hunting in xbd + xennet resume. Rings are currently thrashed upon resume, so current implementation force flush them on suspend. It's not really needed.
|
1.123.2.2 |
| 01-Nov-2009 |
jym | Sync with HEAD.
|
1.123.2.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.128.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.129.2.4 |
| 31-May-2011 |
rmind | sync with head
|
1.129.2.3 |
| 21-Apr-2011 |
rmind | sync with head
|
1.129.2.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.129.2.1 |
| 30-May-2010 |
rmind | sync with head
|
1.131.4.1 |
| 08-Feb-2011 |
bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
|
1.131.2.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.133.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.133.4.2 |
| 30-Oct-2012 |
yamt | sync with head
|
1.133.4.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.134.4.1 |
| 12-Jun-2012 |
riz | Pull up following revision(s) (requested by abs in ticket #311): sys/arch/netwinder/conf/GENERIC: revision 1.112 sys/arch/i386/conf/GENERIC: revision 1.1074 sys/arch/atari/conf/MILAN.in: revision 1.26 sys/arch/zaurus/conf/GENERIC: revision 1.54 sys/arch/shark/conf/GENERIC: revision 1.101 sys/arch/hpcmips/conf/MPC303: revision 1.60 sys/arch/i386/conf/XEN3_DOM0: revision 1.67 sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.29 sys/arch/vax/conf/GENERIC: revision 1.181 sys/arch/sparc/conf/KRUPS: revision 1.59 sys/arch/evbarm/conf/BEAGLEBOARD: revision 1.27 sys/arch/i386/conf/INSTALL_FLOPPY: revision 1.16 sys/arch/prep/conf/GENERIC: revision 1.163 sys/arch/hpcmips/conf/GENERIC: revision 1.216 sys/arch/sparc/conf/TADPOLE3GX: revision 1.56 sys/arch/shark/conf/INSTALL: revision 1.50 sys/arch/next68k/conf/GENERIC: revision 1.127 sys/arch/evbppc/conf/VIRTEX_GSRD2: revision 1.16 sys/arch/evbppc/conf/VIRTEX_DFC: revision 1.17 sys/arch/evbppc/conf/EXPLORA451: revision 1.48 sys/arch/bebox/conf/INSTALL: revision 1.54 sys/arch/next68k/conf/SLAB: revision 1.46 sys/arch/i386/conf/GENERIC_TINY: revision 1.132 sys/arch/bebox/conf/GENERIC: revision 1.131 sys/arch/amd64/conf/XEN3_DOM0: revision 1.84 sys/arch/amd64/conf/GENERIC: revision 1.356 sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.6 share/man/man4/wscons.4: revision 1.31 sys/arch/hpcmips/conf/TX3912: revision 1.79 sys/arch/evbarm/conf/ARMADILLO9: revision 1.35 sys/arch/hpcsh/conf/GENERIC: revision 1.97 sys/arch/i386/conf/ALL: revision 1.339 sys/arch/hpcmips/conf/TX3922: revision 1.93 sys/arch/cats/conf/INSTALL: revision 1.82 sys/arch/sparc64/conf/GENERIC: revision 1.151 sys/arch/i386/conf/INSTALL_TINY: revision 1.135 sys/arch/evbppc/conf/VIRTEX_GSRD1: revision 1.15 sys/arch/evbarm/conf/TS7200: revision 1.49 sys/arch/hpcmips/conf/VR41XX: revision 1.55 sys/arch/hp700/conf/GENERIC: revision 1.115 sys/arch/cats/conf/GENERIC: revision 1.140 Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL If a port is going to have wscons for virtual terminals then it really make= s sense to enable WSDISPLAY_COMPAT_USL so the system can switch between the virtual terminals... Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least give a hint that its not just for third party compat. No functional change.
|
1.135.2.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.135.2.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.135.2.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.137.4.2 |
| 18-May-2014 |
rmind | sync with head
|
1.137.4.1 |
| 28-Aug-2013 |
rmind | sync with head
|
1.140.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.143.2.3 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.143.2.2 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
1.143.2.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.144.2.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.144.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.148.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.156.4.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.156.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.156.2.2 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
1.156.2.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.159.6.1 |
| 25-Jan-2020 |
ad | Sync with head.
|
1.162.6.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|