History log of /src/sys/arch/sun3/conf/FOUR_TTYS |
Revision | | Date | Author | Comments |
1.54 |
| 05-Dec-2021 |
msaitoh | s/ommit/omit/ in comment.
|
1.53 |
| 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.52 |
| 18-Jul-2007 |
tsutsui | branches: 1.52.6; Just include GENERIC and use <no> keyword of config(9).
|
1.51 |
| 27-Sep-2006 |
manu | branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here.
This address kern/18407
|
1.50 |
| 26-Aug-2006 |
christos | branches: 1.50.2; 1.50.4; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
1.49 |
| 05-Feb-2006 |
cube | branches: 1.49.2; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
1.48 |
| 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
1.47 |
| 07-Dec-2005 |
tsutsui | branches: 1.47.2; 1.47.4; 1.47.6; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
1.46 |
| 04-Sep-2005 |
isaki | typo in comment. (since 1994?!)
|
1.45 |
| 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
1.44 |
| 19-Aug-2005 |
christos | 64 bit inode changes.
|
1.43 |
| 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.42 |
| 30-Jul-2005 |
yamt | add "options VMSWAP" to non INSTALL kernels.
|
1.41 |
| 18-Feb-2005 |
dsl | branches: 1.41.6; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
1.40 |
| 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.39 |
| 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.38 |
| 21-Jan-2005 |
tsutsui | branches: 1.38.2; Remove options COMPAT_15 and add options COMPAT_20.
|
1.37 |
| 10-Nov-2004 |
christos | branches: 1.37.4; Add COMPAT_BSDPTY to the rest of the config files.
|
1.36 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
1.35 |
| 22-Sep-2003 |
cl | branches: 1.35.2; add COMPAT_15/COMPAT_16
|
1.34 |
| 10-Apr-2003 |
christos | branches: 1.34.2; Bye Bye UCONSOLE
|
1.33 |
| 18-Sep-2002 |
lukem | enable USERCONF by default; it's small and extremely useful to have available.
|
1.32 |
| 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.31 |
| 25-Apr-2002 |
atatat | branches: 1.31.2; 1.31.4; 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.30 |
| 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.29 |
| 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.28 |
| 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.27 |
| 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.26 |
| 08-Jul-2001 |
abs | branches: 1.26.2; 1.26.8; 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.25 |
| 11-Jun-2001 |
wiz | Fix various misspellings of compatible/compatibility.
|
1.24 |
| 22-Feb-2001 |
chs | branches: 1.24.2; switch sun3 to ELF. highlight include: add "%" prefix to register names in assembly code. change assembly functions to return values in %a0 instead of %d0. C symbols no longer prepend an underscore, adjust assembly code for this. 32-bit values are now 32-bit aligned instead of 16-bit aligned, adjust structure packing and padding to override this where necessary. make EXEC_ELF std, make EXEC_AOUT and COMPAT_AOUT_M68K optional. use the MI loadfile() instead of several home-grown versions.
|
1.23 |
| 19-Dec-2000 |
tsutsui | Remove "rnd is EXPERIMANTAL" comments.
|
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 |
| 29-Jul-1999 |
augustss | branches: 1.21.2; It's time to be COMPAT_14.
|
1.20 |
| 08-Apr-1999 |
gwr | branches: 1.20.2; 1.20.4; sync with GENERIC
|
1.19 |
| 26-Jun-1998 |
lukem | remove options FIFO; it's now the default
|
1.18 |
| 08-Feb-1998 |
gwr | Move the sun3-vs-sun3x stuff into std.sun3 and std.sun3x Configure P4 frame buffers at the address of their P4 reg. Move messy Sun3 bw2 and cg4 configs to included files.
|
1.17 |
| 05-Feb-1998 |
gwr | Merge arch/sun3x into arch/sun3
|
1.16 |
| 28-Jan-1998 |
gwr | Add NFS_BOOT_BOOTPARAM (fixes PR#4904)
|
1.15 |
| 22-Jan-1998 |
gwr | branches: 1.15.2; Add config flags for tty[cd] to set TIOCFLAG_SOFTCAR. Remove the framebuffer devices (not useful here).
|
1.14 |
| 22-Jan-1998 |
gwr | Remove the config flags from "si" lines so the driver default will be used. That also makes it possible to patch the kernel in case the default option causes boot failures or something...
|
1.13 |
| 13-Dec-1997 |
gwr | Sync with GENERIC
|
1.12 |
| 01-Dec-1997 |
kleink | Add COMPAT_13.
|
1.11 |
| 17-Nov-1997 |
lukem | * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file * fix up use of 'options<SPACE><TAB>'
|
1.10 |
| 07-May-1997 |
lukem | branches: 1.10.8; clean up whitespace use
|
1.9 |
| 11-Mar-1997 |
gwr | Sync up with changes in GENERIC
|
1.8 |
| 10-Feb-1997 |
gwr | Actually works now.
|
1.7 |
| 31-Jan-1997 |
thorpej | branches: 1.7.2; Adopt for new file system and root spec grammar.
|
1.6 |
| 28-Dec-1996 |
pk | branches: 1.6.2; rename: ramdisk => md
|
1.5 |
| 19-Nov-1996 |
gwr | Move SWAPPAGER, VNODEPAGER, DEVPAGER to std.sun3
|
1.4 |
| 09-Oct-1996 |
thorpej | Merge netbsd-1-2 branch back into mainline.
|
1.3 |
| 08-Oct-1996 |
jtc | Changed "std.sun3" to "arch/sun3/conf/std.sun3" because of config changes
|
1.2 |
| 26-Aug-1996 |
mrg | add COMPAT_12.
|
1.1 |
| 26-Mar-1996 |
gwr | branches: 1.1.4; Document how to configure a kernel with ttyc,ttyd instead of kbd/ms
|
1.1.4.1 |
| 19-Aug-1996 |
gwr | Add MFS to GENERIC and make most others similar to GENERIC.
|
1.6.2.1 |
| 14-Jan-1997 |
thorpej | Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system selection. Notable features:
- All ports behave in a consistent manner regarding root device selection. - No more "options GENERIC"; all kernels have the ability to boot with RB_ASKNAME to select root device and file system type. - Root file system type can be wildcarded; a machine-independent function will try all possible file systems for the selected root device until one succeeds. - If the root file system fails to mount, the operator will be given the chance to select a new root device and file system type, rather than having the machine simply panic. - nfs_mountroot() no longer panics if any part of the NFS mount process fails; it now returns an error, giving the operator a chance to recover. - New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ? config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be made. "root" may be wired down or wildcarded. "swap" and "dump" specifications are optional, and follow previous semantics.
- config(8) has a new "file-system" keyword, used to configure file systems into the kernel. Eventually, this will be used to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by "file-system NFS". "options NFSSERVER" still exists, since NFS server support is independent of the NFS file system client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use the new setroot(). Only SPARC, i386, and Alpha ports have been tested at this time. Port masters should test these changes on their ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in nfs_mountroot() (to prompt for server address and path) and, potentially, the ability to select rarp/bootparam or bootp in nfs_mountroot().
|
1.7.2.2 |
| 13-Mar-1997 |
gwr | Merge changes from the trunk
|
1.7.2.1 |
| 12-Mar-1997 |
is | Merge in changes from The Trunk
|
1.10.8.1 |
| 14-Dec-1997 |
mellon | Pull rev 1.13 up from trunk (gwr)
|
1.15.2.2 |
| 28-Jan-1998 |
gwr | Merge changes from the head (NFS_BOOT_BOOTPARAM)
|
1.15.2.1 |
| 27-Jan-1998 |
gwr | Sun3 config.
|
1.20.4.1 |
| 02-Aug-1999 |
thorpej | Update from trunk.
|
1.20.2.2 |
| 08-Apr-1999 |
gwr | sync with GENERIC
|
1.20.2.1 |
| 08-Apr-1999 |
gwr | file FOUR_TTYS was added on branch netbsd-1-4 on 1999-04-08 07:00:59 +0000
|
1.21.2.3 |
| 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.21.2.2 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.21.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.24.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.26.8.6 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.26.8.5 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.26.8.4 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.26.8.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.26.8.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.26.8.1 |
| 08-Jul-2001 |
nathanw | file FOUR_TTYS was added on branch nathanw_sa on 2002-01-08 00:28:15 +0000
|
1.26.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.26.2.4 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.26.2.3 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.26.2.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.26.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.31.4.1 |
| 01-Aug-2002 |
lukem | Pull up revision 1.32 (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.31.2.1 |
| 15-Jul-2002 |
gehenna | catch up with -current.
|
1.34.2.10 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.34.2.9 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.34.2.8 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.34.2.7 |
| 15-Feb-2005 |
skrll | Sync with HEAD.
|
1.34.2.6 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.34.2.5 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.34.2.4 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
1.34.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.34.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.34.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.35.2.1 |
| 15-Jul-2004 |
he | Pull up revision 1.36 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
1.37.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.38.2.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.38.2.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.41.6.3 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.41.6.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.41.6.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.47.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.47.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.47.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.49.2.1 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.50.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.50.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.51.22.1 |
| 15-Aug-2007 |
skrll | Sync with HEAD.
|
1.51.20.1 |
| 07-Aug-2007 |
matt | Sync with HEAD.
|
1.51.16.1 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.51.8.1 |
| 20-Aug-2007 |
ad | Sync with HEAD.
|
1.52.6.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|