Home | History | Annotate | only in /src/etc/etc.cats
History log of /src/etc/etc.cats
RevisionDateAuthorComments
 1.34 24-Oct-2003  jdolecek switch over to unified MAKEDEV
 1.33 17-Oct-2003  jdolecek change minor of /dev/zero for ARM ports to 12, so that it is same as on other
ports; follows the kernel change
 1.32 10-Oct-2003  jdolecek reassing majors for crypto and pf to use the newly defined MI major range
 1.31 03-Oct-2003  dsl Add a /dev/constty == /dev/console but with minor 1.
Use for tty sessions on 'console' so that output doesn't pinched by anyone
using TIOCCONS to get kernel and system messages.
 1.30 19-Sep-2003  pooka add isdn telephony dialout devices
 1.29 05-Sep-2003  dsl Put back port specific majors for ptys
 1.28 30-Aug-2003  dsl Change the way pseudo tty devices are generated in order to avoid
any pipes and running other commands (eg dd).
Measurable speeds up creating pseudo ttys.
(there has to be a better way than editing 51 files! - tedious at only
6 key presses per file)
 1.27 22-Aug-2003  itojun create /dev/crypto
 1.26 27-Jul-2003  itojun reserve cdev major # for PF. ok'ed by technical-exec
 1.25 07-May-2003  christos fix ugen issue from latest shell changes that treat numeric constants
differently depending on their prefix.
 1.24 27-Apr-2003  ragge Add ksyms to "std" devices.
 1.23 17-Apr-2003  fvdl Add an 'init' target, that creates the device nodes in the case where
MAKEDEV is being called from init(8) to create an MFS /dev. For most
ports, this is the same as 'all'. The only exceptions are i386 and
x86_64.
 1.22 16-Apr-2003  wiz Remove quadmouse comment without matching code; remove unused qms and mouse-qms targets.
 1.21 31-Mar-2003  perry make ipl consistently "IP Filter"
 1.20 30-Mar-2003  wiz Miscellaneous fixes from Igor Sobrado, in PRs 20943-20959.
 1.19 23-Mar-2003  chris Add bpf0 to the ramdisk for MAKEDEV

While here also remove the qms related devices, cats is very unlikely to have
a quadrature mouse attached to it.
 1.18 21-Oct-2002  lukem whitespace consistency cleanup
 1.17 05-Oct-2002  chris Add ttyEconf char device for wsmoused. The wonders of having MI stuff, it
just worked.

Also add wsfont and ttyEconf to the wscons section, which now means they're
created by default.

No man page update due to this.
 1.16 09-Aug-2002  lukem - in local), only run $0.local if it is an existing file
(prevents spurious warning for mfs /dev, amongst other things)
- for mipsco, news68k, newsmips: ensure that "umask 77" is run after $0.local
- for playstation2: add local) target, and use in all) (for consistency)
 1.15 30-Jul-2002  chris Add comment to MAKEDEV about audio* devices.
Also update the MAKEDEV manpage (as reminded by wiz)
 1.14 30-Jul-2002  chris Update MAKEDEV to create pci0 and pci1 with the all target.
Also add a new audio target that generate audio0-3 and audio symlinks, matches the i386 /dev/audio devs.
 1.13 30-Jun-2002  tsutsui Fix typo in rev 1.10.
 1.12 19-Jun-2002  wiz By default, make ugen0 in the usbs target too, as i386 and x86_64 already did.
 1.11 18-Jun-2002  wiz Update comment on how to regenerate MAKEDEV(8) after changing the
MAKEDEV script. Not that anybody acts on it, but it's nicer if it's correct.
 1.10 17-Jun-2002  christos Add device creation support for systrace.
 1.9 18-Apr-2002  wiz branches: 1.9.2;
Remove /dev/pms0 creation from ports that do not have the driver;
obsolete it on the ones that had it in the 'all' target.
 1.8 16-Mar-2002  martin Rename ISDN devices, per discussion on tech-kern. The network devices
become ippp (ISDN ppp) and irip (ISDN raw IP). The character device now
are called: /dev/isdn (isdnd <-> kernel communication), /dev/isdnctl (dialing
and other control), /dev/isdntrc* (tracing), /dev/isdnbchan* (raw B channel
access, i.e. for user land PPP) and /dev/isdntel* (telephone devices, i.e.
for answering machines).
 1.7 13-Mar-2002  simonb Remove trailing semicolons from lines that don't need them.
TABify many lines.
 1.6 04-Mar-2002  lukem various cleanups inspired by etc.i386/MAKEDEV:

* use "ln -fs foo bar" instead of "rm -f bar; ln -s foo bar"

* remove unnecessary chown root or chgrp wheel directives; older code here
didn't bother doing this, so why be inconsistent

* when making directories, don't use -p and don't redirect stdout to /dev/null

* clean up whitespace

* wrap the main parser code in a function makedev(), and call makedev
instead of "sh $0". (this is a bit faster)

* don't barf when we have fdesc mounted; just skip the devices fdesc provides


(these files should really be automagically generated...)
 1.5 03-Mar-2002  toshii Use a tab instead of 7 spaces.
 1.4 25-Feb-2002  atatat Change a 62 to a 16, so that the proper number of slots is skipped.
Fixes PR 15650.
 1.3 11-Feb-2002  skrll Add in the changes tls@netbsd.org made to all the other ports recently.
 1.2 11-Feb-2002  augustss Create the ulpt devices that don't reset the printer on open.
(I don't get this, I could have sworn I committed these files a while ago.)
 1.1 23-Jan-2002  skrll Add initial etc.cats support so that make snapshot/release will work.

Mostly copied across from etc.arm32 with some obvious things removed, e.g.
RiscPC/Shark devices, the disktab cut down and a mfs entry added in fstab.
 1.9.2.3 12-Apr-2004  jmc Pullup patch (requested by taca in ticket #1664)

Fix ugen issue from latest shell changes that treat numeric constants
differently depending on their prefix.
 1.9.2.2 10-Aug-2002  lukem Pull up revision 1.16 (requested by lukem):
- in local), only run $0.local if it is an existing file
(prevents spurious warning for mfs /dev, amongst other things)
- for mipsco, news68k, newsmips: ensure that "umask 77" is run after $0.local
- for playstation2: add local) target, and use in all) (for consistency)
 1.9.2.1 31-Jul-2002  lukem Pull up revision 1.14 (requested by chris in ticket #588):
Update MAKEDEV to create pci0 and pci1 with the all target.
Also add a new audio target that generate audio0-3 and audio symlinks, matches the i386 /dev/audio devs.
 1.10 23-Sep-2018  maxv Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.
 1.9 08-Dec-2016  nat branches: 1.9.12; 1.9.14;
Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.8 16-Aug-2012  abs branches: 1.8.16;
Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that.
Sort bpf to come directly after 'std' where relevant.
* (apart from etc.evbppc who's ramdisk target *only* builds md0,
which just doesn't make sense).
Should allow a fighting chance for dhcpcd to get an IP address.
 1.7 13-Sep-2008  tsutsui branches: 1.7.18;
Move "makedev cfs" for the vcoda device from MI MAKEDEV.tmpl to
MD MAKEDEV.conf. Not all ports have vcoda in their majors.foo files
and we shouldn't (re)assign major numbers on all ports before 5.0.

Should close PR port-sgimips/38962.
 1.6 02-Dec-2004  christos branches: 1.6.26; 1.6.30;
Only make bpf, not bpfN
 1.5 21-Dec-2003  lukem Rework MAKEDEV:

* Use "mknod -F netbsd -r" to create nodes, instead of
"rm ; mknod; chmod; chown".
This means permissions & ownership of existing nodes will
not be changed.
This is up to 30% faster when populating an empty /dev,
and nearly 2x faster when re-running on an existing /dev.

* New options:
-f force change of permission & ownership of existing
devices
-m mknod override name/path of mknod program
(which defaults to $TOOL_MKNOD, then "mknod").
-s generate mtree(8) specfile instead of creating devices

* Remove /usr/etc from $PATH; not needed anymore.

* Provide functions to create devices & directories:
mkdev name [b|c] major minor [mode{=600} [gid{=0} [uid{=0}]]]
create device node `name' with the appropriate permissions
lndev src target
create a symlink from src to target
makedir dir mode
create directory with appropriate mode

* UIDs and GIDs are hardcoded in at MAKEDEV generation time.
(Unfortunately there's not a simple way of determining a GID
a la "id -n user" for determining a UID).

This was tested by generating MAKEDEV for each MACHINE,MACHINE_ARCH
combination and comparing the results of "MAKEDEV all" from the
previous version to the new one.
(This testing actually highlighted mistakes in the previous configuration!)


Simplify distrib/common/Makefile.makedev to use "MAKEDEV -s"
 1.4 24-Oct-2003  jdolecek fix floppy & ramdisk targets
 1.3 24-Oct-2003  jdolecek sync with reality, put back some entries mistakely omitted
in the initial conversion from MD MAKEDEV
 1.2 19-Oct-2003  jdolecek determine the platform number of disk partitions by looking
at MAXPARTITIONS/OLDMAXPARTITIONS in kernel sources, so that it wouldn't
need to be specified separately in MAKEDEV.conf

change platform MAKEDEV.conf to contain only MD targets and nothing else;
simplify the parsing in MAKEDEV.awk accordingly
 1.1 15-Oct-2003  jdolecek MD part of unified MAKEDEV
this contains information about disk partitions used by platform,
and MD MAKEDEV targets, such as 'init', MD part of 'all',
as well as any other MD-specific targets not covered by MAKEDEV.tmpl
 1.6.30.1 24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.6.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.7.18.1 30-Oct-2012  yamt sync with head
 1.8.16.1 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.9.14.1 10-Jun-2019  christos Sync with HEAD
 1.9.12.1 30-Sep-2018  pgoyette Ssync with HEAD
 1.17 27-Jan-2014  apb Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.
 1.16 18-Mar-2008  lukem branches: 1.16.22; 1.16.28;
Convert all the etc/etc.*/Makefile.inc to use RELEASEDIR/RELEASEMACHINEDIR
just like etc/Makefile does.
 1.15 24-Jul-2007  pavel branches: 1.15.4; 1.15.10; 1.15.12; 1.15.14;
Add a comment reminding to update the release notes if the list of
kernels change.
 1.14 07-Aug-2005  chris As requested in PR port-cats/30460 add support for GENERIC.ABLE kernel to
sysinst, and also add the ABLE install kernel to the generated release
kernels.
 1.13 22-Mar-2003  chris Correct gunzip behaviour, feed the output into stdout, so the redirect works.
 1.12 08-Mar-2003  lukem - rename 'iso-image_*' -> 'iso-image-*'
- run MAKESUMS in iso-image, *after* the MD iso-image-md-post has run,
since the latter might actually modify the generated image...
 1.11 04-Jan-2003  lukem - Enable OBJ support for etc/; a scratch dir is needed for iso-image.
- Add ${.CURDIR} to various rules.
- Remove the ${KERNOBJDIR} (sys/arch/${MACHINE}/compile) objdir creation
from here.
- Rework iso-image to copy temporary files (such as kernels or boot files)
into a temporary directory instead of stomping over ${RELEASEDIR}, and
use mkisofs -graft-points to merge the temporary directory and
${RELEASEDIR}/${MACHINE}.
NOTE: mkisofs 2.0 is highly recommended for functioning -graft-points
- Add some more comments
 1.10 03-Jan-2003  lukem Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
"${RELEASEDIR}/...".

${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.
 1.9 02-Dec-2002  lukem - add snap_post, which makes "clean depend all release" in ../distrib/
for all platforms.
- remove now unnecessary replicated code in the various snap_md_post targets
- remove snap_md_pre; nothing uses it any more
- use ${NETBSDSRCDIR} and ${KERNSRCDIR} as appropriate
 1.8 28-Jun-2002  skrll No need for an installation/misc directory.

Add hooks for iso image creation.
 1.7 02-May-2002  lukem branches: 1.7.2;
- consistency cleanup
- ensure INSTALLATION_DIRS contains the appropriate extra directories
for a given platform
 1.6 12-Apr-2002  skrll Add "aout" to KERNEL_SUFFIXES.
 1.5 11-Apr-2002  skrll The results of my cats NWDO hacking.

This was tested using a custom INSTALL kernel. The current one is >4Mb
which the cats firmware can't currently boot. We need to decide what
needs to be removed from INSTALL.
 1.4 04-Apr-2002  bjh21 Descend into distrib so as to ensure the INSTALL notes get built.
 1.3 31-Mar-2002  bjh21 Add a MAKESUMS variable which invokes makesums with CKSUM in its environment.
Use this whenever we want to invoke makesums.
 1.2 20-Mar-2002  bjh21 Correct "makesums" calls to use the correct directory name for installation
kernels. This should fix PR port-arm/14145.
 1.1 23-Jan-2002  skrll Add initial etc.cats support so that make snapshot/release will work.

Mostly copied across from etc.arm32 with some obvious things removed, e.g.
RiscPC/Shark devices, the disktab cut down and a mfs entry added in fstab.
 1.7.2.1 28-Jun-2002  lukem Pull up revision 1.8 (requested by skrll in ticket #389):
No need for an installation/misc directory.
Add hooks for iso image creation.
 1.15.14.2 24-Jul-2007  pavel Add a comment reminding to update the release notes if the list of
kernels change.
 1.15.14.1 24-Jul-2007  pavel file Makefile.inc was added on branch matt-mips64 on 2007-07-24 10:49:25 +0000
 1.15.12.1 03-Apr-2008  mjf Sync with HEAD.
 1.15.10.1 24-Mar-2008  keiichi sync with head.
 1.15.4.1 23-Mar-2008  matt sync with HEAD
 1.16.28.1 19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.16.22.1 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.4 19-Dec-2002  jdolecek use single minimal default disktab file for most archs, replacing
MD disktab where possible (everything but vax)
the MD disktab was often either empty, or contained entries even for disks
which support geometry autodetection (SCSI), and/or non-interesting/long
obsolete entries

the old records are still available in example disktab in
/usr/share/examples/disktab/disktab in case anyone would need them
 1.3 09-Apr-2002  tron Back out last change because we now have a special disktab for the
FFS regression test.
 1.2 09-Apr-2002  tron Add missing "floppy288" entry required for FFS regression test.
 1.1 23-Jan-2002  skrll Add initial etc.cats support so that make snapshot/release will work.

Mostly copied across from etc.arm32 with some obvious things removed, e.g.
RiscPC/Shark devices, the disktab cut down and a mfs entry added in fstab.
 1.2 04-May-2002  jdolecek Move the sample fstab files to /usr/share/examples/fstab/. Duplicates
or very similar configs removed.
 1.1 23-Jan-2002  skrll Add initial etc.cats support so that make snapshot/release will work.

Mostly copied across from etc.arm32 with some obvious things removed, e.g.
RiscPC/Shark devices, the disktab cut down and a mfs entry added in fstab.
 1.7 13-Jun-2012  martin Per discussion on tech-userlevel, finally fix PR 10127:
move all ttyE* entries that use "vt100" emulation to wsvt25 term type.
The terminfo vt220 entry lacked (correctly) a delete key entry, which
was a regression against the netbsd-5 termcap entry. On the other hand,
only a very small number of foreign systems lacks support for wsvt25
nowadays.
 1.6 07-Oct-2008  abs branches: 1.6.18; 1.6.20;
Add a constty entry, marked 'off', with otherwise the same settings
as the console. Now when coming up in single user mode the tset in
/.profile can set the terminal type correctly.
Note: I believe constty should be 'on' and console 'off', but thats a
separate discussion
 1.5 20-Jun-2004  christos branches: 1.5.26;
remove ad-hok list of pty's from port tty files, and auto-generate it so
that it is consistent, and in the proper order.
 1.4 04-Oct-2003  dsl Revert 'console' back to /dev/console (from /dev/constty)
 1.3 03-Oct-2003  dsl Change 'console' login to use /dev/constty so that its output isn't
stolen by code that requests system messages using TIOCCONS.
 1.2 13-Feb-2002  martti Added ttyp[g-zA-Z] (bin/15594).
 1.1 23-Jan-2002  skrll Add initial etc.cats support so that make snapshot/release will work.

Mostly copied across from etc.arm32 with some obvious things removed, e.g.
RiscPC/Shark devices, the disktab cut down and a mfs entry added in fstab.
 1.5.26.1 17-Jan-2009  mjf Sync with HEAD.
 1.6.20.1 24-Jun-2012  riz Pull up following revision(s) (requested by martin in ticket #342):
etc/etc.shark/ttys: revision 1.8
etc/etc.hpcsh/ttys: revision 1.11
etc/etc.amiga/ttys: revision 1.24
etc/etc.arc/ttys: revision 1.8
etc/etc.alpha/ttys: revision 1.12
etc/etc.amigappc/ttys: revision 1.3
etc/etc.ofppc/ttys: revision 1.9
etc/etc.hp300/ttys: revision 1.16
etc/etc.rs6000/ttys: revision 1.2
etc/etc.i386/ttys: revision 1.20
etc/etc.acorn26/ttys: revision 1.4
etc/etc.iyonix/ttys: revision 1.4
etc/etc.netwinder/ttys: revision 1.8
etc/etc.mac68k/ttys: revision 1.20
etc/etc.evbarm/ttys: revision 1.7
etc/etc.pmax/ttys: revision 1.15
etc/etc.hpcmips/ttys: revision 1.10
share/terminfo/terminfo: revision 1.5
etc/etc.mvmeppc/ttys: revision 1.6
etc/etc.next68k/ttys: revision 1.10
etc/etc.acorn32/ttys: revision 1.9
etc/etc.ibmnws/ttys: revision 1.4
etc/etc.atari/ttys: revision 1.10
etc/etc.sgimips/ttys: revision 1.10
etc/etc.newsmips/ttys: revision 1.9
etc/etc.hpcarm/ttys: revision 1.6
etc/etc.cats/ttys: revision 1.7
etc/etc.amd64/ttys: revision 1.6
etc/etc.prep/ttys: revision 1.8
etc/etc.zaurus/ttys: revision 1.3
Per discussion on tech-userlevel, finally fix PR 10127:
move all ttyE* entries that use "vt100" emulation to wsvt25 term type.
The terminfo vt220 entry lacked (correctly) a delete key entry, which
was a regression against the netbsd-5 termcap entry. On the other hand,
only a very small number of foreign systems lacks support for wsvt25
nowadays.
Add a delete key capability to our wsvt25 entry. Fixes a problem noted by
David Lord on netbsd-users.
 1.6.18.1 30-Oct-2012  yamt sync with head

RSS XML Feed