| History log of /src/sys/arch/i386/conf/GENERIC_PS2TINY |
| Revision | | Date | Author | Comments |
| 1.82 |
| 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.81 |
| 19-Jan-2020 |
thorpej | Remove Token Ring support.
|
| 1.80 |
| 01-Aug-2018 |
maxv | branches: 1.80.6; Unreference IPF/PF from the x86 config files (amd64, i386, xen), and enable NPF instead when wanted.
|
| 1.79 |
| 06-Nov-2017 |
rin | branches: 1.79.2; 1.79.4; Revive commented out DISKLABEL_EI option to kernel configuration files that contain FFS_EI option.
|
| 1.78 |
| 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.77 |
| 26-Feb-2017 |
maya | Remove commented DISKLABEL_EI for strictly little endian architectures
It will never be useful.
|
| 1.76 |
| 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.75 |
| 21-Aug-2015 |
uebayasi | branches: 1.75.2; 1.75.4; Add `pseudo-device ksyms' where `options DDB' is used, because config(1)/config(5) can't handle module dependency correctly at this moment.
(This is another proof that shared file definition (`file xxx.c a|b') is a bad idea.)
|
| 1.74 |
| 07-Aug-2015 |
maxv | Remove KMEMSTATS.
|
| 1.73 |
| 25-Jul-2014 |
dholland | branches: 1.73.4; Fix description of DIAGNOSTIC in x86 kernels.
|
| 1.72 |
| 24-Mar-2014 |
szptvlfn | branches: 1.72.2; fix manual section numbering of sysctl. thanks wiz@
|
| 1.71 |
| 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.70 |
| 30-Jun-2013 |
rmind | G/C PFIL_HOOKS from the kernel configs.
|
| 1.69 |
| 05-Jun-2013 |
christos | branches: 1.69.2; remove obsolete networking options
|
| 1.68 |
| 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
| 1.67 |
| 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
| 1.66 |
| 17-Aug-2012 |
abs | branches: 1.66.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.65 |
| 10-Mar-2012 |
joerg | P1003_1B_SEMAPHORE is no longer optional.
|
| 1.64 |
| 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.63 |
| 22-Nov-2011 |
tls | branches: 1.63.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.62 |
| 28-May-2011 |
ryo | branches: 1.62.4; many whitespace cleanup. confirmed "cvs diff -b" are identical.
|
| 1.61 |
| 23-Nov-2010 |
hannken | branches: 1.61.2; Remove unused count from pseudo-device md.
|
| 1.60 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.59 |
| 03-Jan-2010 |
dholland | branches: 1.59.2; 1.59.4; 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.58 |
| 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.57 |
| 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.56 |
| 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.55 |
| 24-Nov-2008 |
ad | branches: 1.55.4; Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
|
| 1.54 |
| 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
| 1.53 |
| 31-Jul-2008 |
simonb | branches: 1.53.2; Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
| 1.52 |
| 30-Apr-2008 |
ad | branches: 1.52.2; 1.52.6; 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.51 |
| 16-Jan-2008 |
ad | branches: 1.51.6; 1.51.8; 1.51.10; Remove options MATH_EMULATE.
|
| 1.50 |
| 07-Jan-2008 |
martti | Fixed indentation, it should be
option<space><tab> makeoption<space><tab>
|
| 1.49 |
| 15-Nov-2007 |
ad | branches: 1.49.6; Remove support for 80386 level CPUs. PR port-i386/36163.
|
| 1.48 |
| 14-Nov-2007 |
ad | - Remove I486_CPU, I586_CPU, I686_CPU options. They buy us nothing and clutter the code significantly. - Remove pccons.
|
| 1.47 |
| 04-Nov-2007 |
xtraeme | branches: 1.47.2; 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.46 |
| 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.45 |
| 06-Sep-2007 |
martti | branches: 1.45.4; Fixed indentation (it should be <keyword><space><tab><name><tab><comment>).
|
| 1.44 |
| 16-Jun-2007 |
ad | branches: 1.44.4; 1.44.8; 1.44.10; -options I2OVERBOSE.
|
| 1.43 |
| 28-Nov-2006 |
christos | branches: 1.43.8; 1.43.10; 1.43.16; Separate -Os into COPTS; pointed out by Izumi Tsutsui.
|
| 1.42 |
| 28-Nov-2006 |
christos | s/COPTS/CPUFLAGS/ s/-O2 //
|
| 1.41 |
| 26-Aug-2006 |
christos | branches: 1.41.2; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
| 1.40 |
| 05-Feb-2006 |
cube | branches: 1.40.2; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
| 1.39 |
| 07-Dec-2005 |
tsutsui | branches: 1.39.2; 1.39.4; 1.39.6; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.38 |
| 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.37 |
| 30-Jul-2005 |
yamt | add "options VMSWAP" to non INSTALL kernels.
|
| 1.36 |
| 07-Jul-2005 |
tron | Add (commented out) IPSEC_NAT_T option.
|
| 1.35 |
| 03-Apr-2005 |
jdolecek | branches: 1.35.2; add tra* at mca?
|
| 1.34 |
| 18-Feb-2005 |
dsl | branches: 1.34.4; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| 1.33 |
| 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.32 |
| 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.31 |
| 04-Sep-2004 |
manu | branches: 1.31.4; 1.31.6; IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
|
| 1.30 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| 1.29 |
| 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.28 |
| 26-Jun-2004 |
abs | Add (commented out) ALTQ options to all GENERIC-like files
|
| 1.27 |
| 18-Jun-2004 |
christos | ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM
|
| 1.26 |
| 16-Jun-2004 |
christos | Add pseudo-device ptm on all the generic flavored kernels.
|
| 1.25 |
| 14-Jun-2004 |
lukem | Use "options<SPACE><TAB>". (`egrep -l '(^|[^e])options<TAB>'` is your friend...)
|
| 1.24 |
| 16-Feb-2004 |
wiz | branches: 1.24.2; Remove last traces of DUMMY_NOPS option that was removed some time ago. From Jeff Rizzo in PR 24442.
|
| 1.23 |
| 10-Apr-2003 |
christos | branches: 1.23.2; Bye Bye UCONSOLE
|
| 1.22 |
| 15-Mar-2003 |
jmmv | Note the DDB_ONPANIC option (commented out). Closes my own PR port-i386/17649.
|
| 1.21 |
| 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.20 |
| 25-Sep-2002 |
martti | Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"
|
| 1.19 |
| 20-Sep-2002 |
martti | Added (commented out) IPFILTER_DEFAULT_BLOCK.
|
| 1.18 |
| 18-Sep-2002 |
lukem | enable USERCONF by default; it's small and extremely useful to have available.
|
| 1.17 |
| 22-Aug-2002 |
abs | PIPE_SOCKETPAIR, MALLOC_NOINLINE and VNODE_OP_NOINLINE are all appropriate for the 'minimal memory' configurations.
|
| 1.16 |
| 06-Aug-2002 |
grant | add X note comment for INSECURE option.
addresses port-i386/17853 from hclsmith@yahoo.ca.
|
| 1.15 |
| 22-Jul-2002 |
wiz | Sync (commented out) SHMMAXPGS value with vmparam.h. Closes port-i386/12708 by Patrick Welche.
|
| 1.14 |
| 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.13 |
| 17-Jun-2002 |
lukem | 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.12 |
| 25-Apr-2002 |
atatat | branches: 1.12.2; 1.12.4; 1.12.6; 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.11 |
| 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.10 |
| 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.9 |
| 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.8 |
| 04-Dec-2001 |
jdolecek | add 'esp at mca? slot ?' and 'scsibus* at esp?'
|
| 1.7 |
| 23-Nov-2001 |
jdolecek | add 'drive' locator to mca edc
|
| 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 |
| 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.4 |
| 06-Nov-2001 |
enami | Use options<SPC><TAB> consistently (except for GENERIC_ISDN since it is indented rather differently).
|
| 1.3 |
| 01-Sep-2001 |
atatat | branches: 1.3.6; Add bridge pseudo devices to GENERIC configs
|
| 1.2 |
| 30-Jul-2001 |
jdolecek | branches: 1.2.2; 1.2.4; enable KERNFS, it's used by installation
|
| 1.1 |
| 30-Jul-2001 |
jdolecek | Move GENERIC_PS2 to GENERIC_PS2TINY, update comments to reflect this config is intended for small memory machines. Update INSTALL_PS2 appropriately.
|
| 1.2.4.12 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.11 |
| 27-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.10 |
| 13-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.9 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.8 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.7 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.6 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.5 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.4 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
| 1.2.4.3 |
| 21-Sep-2001 |
nathanw | Catch up to -current.
|
| 1.2.4.2 |
| 24-Aug-2001 |
nathanw | Catch up with -current.
|
| 1.2.4.1 |
| 30-Jul-2001 |
nathanw | file GENERIC_PS2TINY was added on branch nathanw_sa on 2001-08-24 00:08:26 +0000
|
| 1.2.2.8 |
| 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.2.2.7 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.2.2.6 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.2.2.5 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.2.2.4 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2.2.3 |
| 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.2.2.2 |
| 03-Aug-2001 |
lukem | update to -current
|
| 1.2.2.1 |
| 30-Jul-2001 |
lukem | file GENERIC_PS2TINY was added on branch kqueue on 2001-08-03 04:11:40 +0000
|
| 1.3.6.1 |
| 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
| 1.12.6.3 |
| 10-Sep-2003 |
grant | Apply patch (requested by jmmv in ticket #1389):
enable USERCONF in all kernels where it's enabled in -current.
|
| 1.12.6.2 |
| 24-Oct-2002 |
lukem | Pull up upgrade to IPfilter 3.4.29 (requested by martti in ticket #905). Affected files & revisions:
dist/ipf/HISTORY 1.14 dist/ipf/fils.c 1.17-1.21 dist/ipf/ipf.c 1.11-1.13 dist/ipf/ipfs.c 1.8-1.10 dist/ipf/ipft_ef.c 1.6-1.7 dist/ipf/ipft_td.c 1.6-1.7 dist/ipf/ipft_tx.c 1.7-1.8 dist/ipf/ipmon.c 1.12-1.17 dist/ipf/ipnat.c 1.11-1.12 dist/ipf/ipsend/ip_var.h 1.2 dist/ipf/ipsend/ipsend.c 1.8 dist/ipf/ipsend/iptests.c 1.5 dist/ipf/ipt.c 1.8-1.10 dist/ipf/kmem.c 1.8-1.10 dist/ipf/man/ipf.4 1.10 dist/ipf/man/ipf.5 1.8 dist/ipf/man/ipftest.1 1.3 dist/ipf/man/ipmon.8 1.10 dist/ipf/man/ipnat.5 1.9-1.10 dist/ipf/man/ipnat.8 1.4 dist/ipf/misc.c 1.7 dist/ipf/natparse.c 1.10 dist/ipf/parse.c 1.13 dist/ipf/printnat.c 1.8-1.10 dist/ipf/relay.c 1.5-1.6 dist/ipf/rules/example.9 1.2 etc/rc.d/ipnat 1.8 regress/sys/kern/ipf/Makefile 1.3-1.4 regress/sys/kern/ipf/dotest6 1.2 regress/sys/kern/ipf/expected/f13 1.1.1.2 regress/sys/kern/ipf/expected/i12 1.1.1.1 regress/sys/kern/ipf/expected/ni3 1.1.1.1 regress/sys/kern/ipf/expected/ni5 1.2 regress/sys/kern/ipf/input/f13 1.1.1.2 regress/sys/kern/ipf/input/ipv6.1 1.1.1.1 regress/sys/kern/ipf/input/ni3 1.1.1.1 regress/sys/kern/ipf/regress/i12 1.1.1.1 regress/sys/kern/ipf/regress/ipv6.1 1.1.1.1 regress/sys/kern/ipf/regress/ni3.ipf 1.1.1.1 regress/sys/kern/ipf/regress/ni3.nat 1.1.1.1 sys/arch/alpha/conf/ALPHA 1.169,1.171 sys/arch/amiga/conf/GENERIC 1.185-1.186 sys/arch/arc/conf/GENERIC 1.71-1.72 sys/arch/atari/conf/GENERIC.in 1.24-1.25 sys/arch/cats/conf/GENERIC 1.31-1.32 sys/arch/cobalt/conf/GENERIC 1.34-1.35 sys/arch/hp300/conf/GENERIC 1.83-1.84 sys/arch/i386/conf/CARDBUS 1.66-1.67 sys/arch/i386/conf/GENERIC 1.510,1.512 sys/arch/i386/conf/GENERIC_LAPTOP 1.58-1.59 sys/arch/i386/conf/GENERIC_PS2TINY 1.19-1.20 sys/arch/i386/conf/GENERIC_TINY 1.47-1.48 sys/arch/luna68k/conf/GENERIC 1.33-1.33 sys/arch/mac68k/conf/GENERIC 1.130-1.131 sys/arch/mac68k/conf/GENERICSBC 1.21-1.22 sys/arch/mac68k/conf/SMALLRAM 1.4-1.5 sys/arch/macppc/conf/GENERIC 1.142-1.143 sys/arch/mipsco/conf/GENERIC 1.21-1.22 sys/arch/mmeye/conf/GENERIC 1.44-1.45 sys/arch/news68k/conf/GENERIC 1.36-1.37 sys/arch/news68k/conf/GENERIC_TINY 1.18-1.19 sys/arch/newsmips/conf/GENERIC 1.50-1.51 sys/arch/ofppc/conf/GENERIC 1.56-1.57 sys/arch/pmax/conf/GENERIC 1.103-1.104 sys/arch/prep/conf/GENERIC 1.55-1.56 sys/arch/sbmips/conf/GENERIC 1.11-1.12 sys/arch/sgimips/conf/GENERIC 1.7-1.8 sys/arch/sparc/conf/GENERIC 1.138-1.139 sys/arch/sparc64/conf/GENERIC32 1.46-1.47 sys/arch/vax/conf/GENERIC 1.102-1.103 sys/arch/x68k/conf/ALL 1.55-1.56 sys/arch/x68k/conf/GENERIC 1.80-1.81 sys/lkm/netinet/if_ipl/mln_ipl.c 1.29 sys/netinet/fil.c 1.57-1.58 sys/netinet/ip_auth.c 1.29-1.30 sys/netinet/ip_compat.h 1.30-1.31 sys/netinet/ip_fil.c 1.81-1.86 sys/netinet/ip_fil.h 1.46-1.49 sys/netinet/ip_frag.c 1.33-1.34 sys/netinet/ip_frag.h 1.18 sys/netinet/ip_ftp_pxy.c 1.25-1.26 sys/netinet/ip_h323_pxy.c 1.5-1.6 sys/netinet/ip_log.c 1.22-1.23 sys/netinet/ip_nat.c 1.51-1.53 sys/netinet/ip_nat.h 1.27 sys/netinet/ip_netbios_pxy.c 1.4 sys/netinet/ip_proxy.c 1.35-1.36 sys/netinet/ip_proxy.h 1.18 sys/netinet/ip_state.c 1.41-1.42 sys/netinet/ip_state.h 1.23 sys/netinet/ipl.h 1.14
|
| 1.12.6.1 |
| 01-Aug-2002 |
lukem | Pull up revision 1.13 (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.12.4.3 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
| 1.12.4.2 |
| 16-Jul-2002 |
gehenna | catch up with -current.
|
| 1.12.4.1 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
| 1.12.2.5 |
| 31-Aug-2002 |
sommerfeld | SMP branch resync. Mostly RAS support.
|
| 1.12.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.12.2.3 |
| 25-Jun-2002 |
sommerfeld | Resynch with -current.
|
| 1.12.2.2 |
| 03-May-2002 |
sommerfeld | Add cpu* at mainbus? or equivalent to all configs.
|
| 1.12.2.1 |
| 25-Apr-2002 |
sommerfeld | file GENERIC_PS2TINY was added on branch sommerfeld_i386mp_1 on 2002-05-03 19:12:55 +0000
|
| 1.23.2.8 |
| 11-Dec-2005 |
christos | Sync with head.
|
| 1.23.2.7 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.23.2.6 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.23.2.5 |
| 15-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.23.2.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.23.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.23.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.23.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.24.2.3 |
| 15-Jul-2004 |
he | Pull up revision 1.30 (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.24.2.2 |
| 02-Jul-2004 |
he | Pull up revision 1.29 (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.24.2.1 |
| 30-Jun-2004 |
jdc | Pull up revision 1.28 (requested by abs in ticket #567).
Add (commented out) ALTQ options to all GENERIC-like files
|
| 1.31.6.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.31.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
| 1.31.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
| 1.34.4.1 |
| 18-Jul-2005 |
riz | Pull up revision 1.36 (requested by tron in ticket #566): Add (commented out) IPSEC_NAT_T option.
|
| 1.35.2.7 |
| 21-Jan-2008 |
yamt | sync with head
|
| 1.35.2.6 |
| 07-Dec-2007 |
yamt | sync with head
|
| 1.35.2.5 |
| 15-Nov-2007 |
yamt | sync with head.
|
| 1.35.2.4 |
| 27-Oct-2007 |
yamt | sync with head.
|
| 1.35.2.3 |
| 03-Sep-2007 |
yamt | sync with head.
|
| 1.35.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.35.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
| 1.39.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
| 1.39.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.39.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
| 1.40.2.1 |
| 03-Sep-2006 |
yamt | sync with head.
|
| 1.41.2.1 |
| 12-Jan-2007 |
ad | Sync with head.
|
| 1.43.16.2 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
| 1.43.16.1 |
| 26-Jun-2007 |
garbled | Sync with HEAD.
|
| 1.43.10.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
| 1.43.8.3 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
| 1.43.8.2 |
| 09-Oct-2007 |
ad | Sync with head.
|
| 1.43.8.1 |
| 15-Jul-2007 |
ad | Sync with head.
|
| 1.44.10.3 |
| 23-Mar-2008 |
matt | sync with HEAD
|
| 1.44.10.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
| 1.44.10.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
| 1.44.8.3 |
| 21-Nov-2007 |
joerg | Sync with HEAD.
|
| 1.44.8.2 |
| 04-Nov-2007 |
jmcneill | Sync with HEAD.
|
| 1.44.8.1 |
| 02-Oct-2007 |
joerg | Sync with HEAD.
|
| 1.44.4.1 |
| 10-Sep-2007 |
skrll | Sync with HEAD.
|
| 1.45.4.2 |
| 18-Nov-2007 |
bouyer | Sync with HEAD
|
| 1.45.4.1 |
| 13-Nov-2007 |
bouyer | Sync with HEAD
|
| 1.47.2.2 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.47.2.1 |
| 19-Nov-2007 |
mjf | Sync with HEAD.
|
| 1.49.6.2 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.49.6.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.51.10.4 |
| 11-Aug-2010 |
yamt | sync with head.
|
| 1.51.10.3 |
| 11-Mar-2010 |
yamt | sync with head
|
| 1.51.10.2 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.51.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
| 1.51.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
| 1.51.6.3 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.51.6.2 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
| 1.51.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.52.6.2 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
| 1.52.6.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.52.2.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.53.2.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.55.4.4 |
| 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.55.4.3 |
| 29-Mar-2011 |
jym | More sync fixes. And add the mbr_gpt files.
|
| 1.55.4.2 |
| 10-Jan-2011 |
jym | Sync with HEAD
|
| 1.55.4.1 |
| 24-Oct-2010 |
jym | Sync with HEAD
|
| 1.59.4.3 |
| 31-May-2011 |
rmind | sync with head
|
| 1.59.4.2 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.59.4.1 |
| 30-May-2010 |
rmind | sync with head
|
| 1.59.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.61.2.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.62.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.62.4.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.62.4.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.63.2.2 |
| 11-Mar-2012 |
mrg | sync to latest -current
|
| 1.63.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.66.2.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.66.2.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.66.2.1 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.69.2.2 |
| 18-May-2014 |
rmind | sync with head
|
| 1.69.2.1 |
| 28-Aug-2013 |
rmind | sync with head
|
| 1.72.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.73.4.2 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.73.4.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
| 1.75.4.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.75.2.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.79.4.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.79.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.79.2.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.80.6.1 |
| 25-Jan-2020 |
ad | Sync with head.
|