| History log of /src/etc/etc.sparc64 |
| Revision | Date | Author | Comments |
| 1.61 | 24-Oct-2003 |
jdolecek | switch over to unified MAKEDEV
|
| 1.60 | 10-Oct-2003 |
jdolecek | reassing majors for crypto and pf to use the newly defined MI major range
|
| 1.59 | 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.58 | 19-Sep-2003 |
pooka | add isdn telephony dialout devices
|
| 1.57 | 05-Sep-2003 |
dsl | Put back port specific majors for ptys
|
| 1.56 | 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.55 | 22-Aug-2003 |
itojun | create /dev/crypto
|
| 1.54 | 08-Aug-2003 |
rafal | Add radio(4) devices.
|
| 1.53 | 27-Jul-2003 |
itojun | reserve cdev major # for PF. ok'ed by technical-exec
|
| 1.52 | 07-May-2003 |
christos | fix ugen issue from latest shell changes that treat numeric constants differently depending on their prefix.
|
| 1.51 | 27-Apr-2003 |
ragge | Add ksyms to "std" devices.
|
| 1.50 | 20-Apr-2003 |
martin | Add sysmon.
|
| 1.49 | 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.48 | 31-Mar-2003 |
perry | make ipl consistently "IP Filter"
|
| 1.47 | 20-Feb-2003 |
martin | Add a few devices.
|
| 1.46 | 28-Nov-2002 |
martin | Add entries for /dev/bpp (parallel port on sbus machines)
|
| 1.45 | 24-Nov-2002 |
martin | Add support for /dev/lpt*
|
| 1.44 | 26-Oct-2002 |
martin | Document wscons devices.
|
| 1.43 | 26-Oct-2002 |
martin | Add wscons devices. Patch from Valeriy E. Ushakov's patch set for JavaStations.
|
| 1.42 | 21-Oct-2002 |
lukem | - replace 'sh -$- $0' with 'makedev' (missed this a while ago) - TABify
|
| 1.41 | 04-Oct-2002 |
elric | Include cgd on the list of things to be mknod(8)ed on all arches.
|
| 1.40 | 28-Sep-2002 |
martin | Add support for various USB character devices. From Takeshi Nakayama in PR 18450.
|
| 1.39 | 16-Aug-2002 |
petrov | Add tty for sab.
|
| 1.38 | 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.37 | 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.36 | 17-Jun-2002 |
christos | Add device creation support for systrace.
|
| 1.35 | 16-Mar-2002 |
martin | branches: 1.35.2; 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.34 | 13-Mar-2002 |
simonb | Remove trailing semicolons from lines that don't need them. TABify many lines.
|
| 1.33 | 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.32 | 03-Mar-2002 |
toshii | Use a tab instead of 7 spaces.
|
| 1.31 | 25-Feb-2002 |
atatat | Change a 62 to a 16, so that the proper number of slots is skipped. Fixes PR 15650.
|
| 1.30 | 02-Feb-2002 |
tls | Fix minor mistake made while increasing number of pty devices: where we had "pty0 pty1 pty2 pty3" before, for a total of 64 device nodes, we now want just "pty0" for a total of 62 -- the original commit had "pty0 pty1" for a total of 124, which ate too many inodes and made "ls /dev" a bit messy.
|
| 1.29 | 02-Feb-2002 |
tls | Add support for many more (930 or 992) ptys than the current 256.
Changes taken from the i386 MAKEDEV. Note that the unusual use of 'dd' to index an array was chosen because 'dd' is on all ports' install media.
This form of this change comes from Andrew Brown; the original idea to bump the number of ptys this way comes from Brian Marcotte at Panix.
|
| 1.28 | 24-Jan-2002 |
eeh | Create ttyC00 and ttyC01 for NS16550 serial ports.
|
| 1.27 | 19-Jan-2002 |
oster | Update the various MAKEDEV's to reflect the default of 8 RAIDframe devices.
|
| 1.26 | 13-Jan-2002 |
manu | Added clockctl
|
| 1.25 | 08-Jan-2002 |
lukem | fix a couple of spelling mistakes in the i4b* descriptions
|
| 1.24 | 19-Dec-2001 |
wiz | Standardize ch* and uk* descriptions.
|
| 1.23 | 19-Dec-2001 |
wiz | Standardize scsibus* description.
|
| 1.22 | 20-Oct-2001 |
jmc | Fix typo on pci* add's. Missing bash
|
| 1.21 | 15-Sep-2001 |
mrg | add comments for previous; fixes MAKEDEV.8 generation. noted by wiz.
|
| 1.20 | 15-Sep-2001 |
mrg | create ss, ch, uk and pci devices.
|
| 1.19 | 14-May-2001 |
wiz | Remove bpp before re-creating it. port-sparc64/12934 by John Heasley.
|
| 1.18 | 28-Feb-2001 |
mjacob | add knowledge of SES device (4)
|
| 1.17 | 08-Jan-2001 |
martin | Add isdn devices
|
| 1.16 | 16-Dec-2000 |
eeh | Make the node for the bpp device [parallel port].
|
| 1.15 | 29-Oct-2000 |
tsutsui | Make md(4) device files on "all" target.
|
| 1.14 | 20-Aug-2000 |
mrg | add ramdisk support
|
| 1.13 | 13-Aug-2000 |
mrg | make that "audio*" not "audio".
|
| 1.12 | 09-Aug-2000 |
mrg | remove xy & xd support.
|
| 1.11 | 27-Jul-2000 |
mason | As before, make 64 PTYs default. Forgot to move updated version back after moving it aside to commit fix to previous version, prior to larger commit.
|
| 1.10 | 27-Jul-2000 |
mason | Correct typo - missing $0.
|
| 1.9 | 01-Jul-2000 |
mrg | add "wd" support
|
| 1.8 | 21-Jan-2000 |
tsutsui | branches: 1.8.4; - rename (revert) normal memory disk device name /dev/mdX -> /dev/mdXa - now raw partitions are used for memory disk ioctls
|
| 1.7 | 18-Dec-1999 |
tsutsui | Correct md* entries.
|
| 1.6 | 18-Oct-1999 |
ad | Back out previous
|
| 1.5 | 06-Oct-1999 |
ad | Final chown user.group -> chown user:group changes.
|
| 1.4 | 18-Sep-1999 |
hubertf | branches: 1.4.2; Tidy up comments a bit, to make the manpages generated from the a bit nicer. Also, add a comment on how to re-generate the manpages if the MAKEDEV file was changed.
|
| 1.3 | 04-Jul-1999 |
abs | Add 'ipl' to 'MAKEDEV all'
|
| 1.2 | 26-Mar-1999 |
mrg | build audio[0123] links.
|
| 1.1 | 23-Jan-1999 |
eeh | My own special /etc.
|
| 1.4.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.8.4.4 | 26-Aug-2000 |
mrg | pull up 1.13, 1.14. approved by thorpej: 1.13 >make that "audio*" not "audio". 1.14 >add ramdisk support
|
| 1.8.4.3 | 22-Aug-2000 |
mrg | pull up from trunk, approved by thorpej: >revision 1.13 >date: 2000/08/13 15:37:09; author: mrg; state: Exp; lines: +2 -2 >make that "audio*" not "audio". >revision 1.12 >date: 2000/08/09 10:54:20; author: mrg; state: Exp; lines: +3 -7 >remove xy & xd support.
|
| 1.8.4.2 | 11-Aug-2000 |
mason | Create 64 PTYs in "all" target by default. Requested by mason, approved by jhawk.
|
| 1.8.4.1 | 19-Jul-2000 |
mrg | pull up rev 1.9 (approved by thorpej): >add "wd" support
|
| 1.35.2.5 | 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.35.2.4 | 12-Dec-2002 |
he | Pull up revision 1.46 (via patch, requested by martin in ticket #1023): Add entries for /dev/bpp (parallel port on sbus machines).
|
| 1.35.2.3 | 12-Dec-2002 |
he | Pull up revision 1.45 (via patch, requested by martin in ticket #1012): Add MAKEDEV and cdevsw entries for the already existing ``lpt* at ebus?'' driver.
|
| 1.35.2.2 | 07-Dec-2002 |
he | Pull up revision 1.40 (requested by martin in ticket #873): Add support for various USB devices.
|
| 1.35.2.1 | 10-Aug-2002 |
lukem | Pull up revision 1.38 (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.20 | 05-Apr-2020 |
jdolecek | remove nsmb from MD list of devices to create for 'all'
|
| 1.19 | 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.18 | 15-Nov-2017 |
macallan | branches: 1.18.2; 1.18.4; create more /dev/pci* nodes, for PCIe systems
|
| 1.17 | 26-Mar-2017 |
martin | Add ld(4) nodes
|
| 1.16 | 08-Dec-2016 |
nat | branches: 1.16.2; Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
| 1.15 | 16-Aug-2012 |
abs | branches: 1.15.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.14 | 18-Jan-2010 |
jdc | branches: 1.14.6; Add RSC ports (ttyh2, ttyh3) to all_md.
|
| 1.13 | 13-Sep-2008 |
tsutsui | branches: 1.13.2; 1.13.8; 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.12 | 15-Jan-2007 |
hubertf | branches: 1.12.12; 1.12.16; Fix MAKEDEV on shark: Move ses(4) devices from MI code (MAKEDEV.tmpl) to those platforms that actually have the driver.
See also: http://mail-index.netbsd.org/tech-userlevel/2007/01/08/0001.html
Fixes PR 26511 properly.
OK'd by wrstuden@
|
| 1.11 | 23-Sep-2006 |
snj | branches: 1.11.2; Add lpa[0-2].
|
| 1.10 | 18-Dec-2005 |
mrg | add altq.
|
| 1.9 | 24-Jun-2005 |
jdc | Add an entry for fb1.
|
| 1.8 | 23-Feb-2005 |
martin | Rename /dev/fb to /dev/fb0 and make /dev/fb a symlink to it.
|
| 1.7 | 14-Jan-2004 |
mrg | make wd2, wd3 and raid0..3 for install media
|
| 1.6 | 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.5 | 24-Oct-2003 |
jdolecek | fix floppy & ramdisk targets
|
| 1.4 | 24-Oct-2003 |
jdolecek | sync with reality, put back some entries mistakely omitted in the initial conversion from MD MAKEDEV
|
| 1.3 | 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.2 | 19-Oct-2003 |
jdolecek | target 'audio' creates /dev/audio0-3, g/c the duplicit entries creating the files again
|
| 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.11.2.1 | 18-Feb-2007 |
tron | Pull up following revision(s) (requested by hubertf in ticket #429): etc/etc.bebox/MAKEDEV.conf: revision 1.5 etc/etc.x68k/MAKEDEV.conf: revision 1.8 etc/etc.next68k/MAKEDEV.conf: revision 1.3 etc/etc.ofppc/MAKEDEV.conf: revision 1.5 etc/etc.hpcmips/MAKEDEV.conf: revision 1.4 etc/etc.amd64/MAKEDEV.conf: revision 1.8 etc/etc.algor/MAKEDEV.conf: revision 1.4 etc/etc.sparc64/MAKEDEV.conf: revision 1.12 etc/etc.hp300/MAKEDEV.conf: revision 1.11 etc/etc.sgimips/MAKEDEV.conf: revision 1.8 etc/etc.pc532/MAKEDEV.conf: revision 1.5 etc/etc.mvmeppc/MAKEDEV.conf: revision 1.6 etc/etc.mvme68k/MAKEDEV.conf: revision 1.6 etc/etc.pmppc/MAKEDEV.conf: revision 1.6 etc/etc.cobalt/MAKEDEV.conf: revision 1.4 etc/etc.evbmips/MAKEDEV.conf: revision 1.4 etc/etc.sparc/MAKEDEV.conf: revision 1.11 etc/etc.hpcarm/MAKEDEV.conf: revision 1.7 etc/etc.i386/MAKEDEV.conf: revision 1.12 etc/etc.acorn32/MAKEDEV.conf: revision 1.8 etc/etc.evbppc/MAKEDEV.conf: revision 1.5 etc/etc.amiga/MAKEDEV.conf: revision 1.10 etc/etc.prep/MAKEDEV.conf: revision 1.4 etc/etc.sandpoint/MAKEDEV.conf: revision 1.4 etc/MAKEDEV.tmpl: revision 1.71 etc/etc.alpha/MAKEDEV.conf: revision 1.7 etc/etc.ibmnws/MAKEDEV.conf: revision 1.6 etc/etc.macppc/MAKEDEV.conf: revision 1.7 etc/etc.mmeye/MAKEDEV.conf: revision 1.5 etc/etc.mac68k/MAKEDEV.conf: revision 1.7 etc/etc.vax/MAKEDEV.conf: revision 1.10 etc/etc.arc/MAKEDEV.conf: revision 1.6 etc/etc.hp700/MAKEDEV.conf: revision 1.4 etc/etc.mipsco/MAKEDEV.conf: revision 1.3 etc/etc.atari/MAKEDEV.conf: revision 1.7 Fix MAKEDEV on shark: Move ses(4) devices from MI code (MAKEDEV.tmpl) to those platforms that actually have the driver. See also: http://mail-index.netbsd.org/tech-userlevel/2007/01/08/0001.html Fixes PR 26511 properly. OK'd by wrstuden@
|
| 1.12.16.1 | 24-Sep-2008 |
wrstuden | Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
|
| 1.12.12.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.13.8.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
| 1.13.2.1 | 14-Feb-2010 |
bouyer | Pull up following revision(s) (requested by jdc in ticket #1297): etc/etc.sparc64/MAKEDEV.conf: revision 1.14 sys/arch/sparc64/dev/sab.c: revision 1.43, 1.44 share/man/man4/man4.sparc64/sab.4: revision 1.4 Allow the RSC to be the console on an E250, by checking for RSC-specific properties, and by not changing the port baud rate.
|
| 1.14.6.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.15.16.2 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
| 1.15.16.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.16.2.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.18.4.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.18.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.18.2.1 | 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
| 1.35 | 02-Jun-2023 |
lukem | etc.sparc64: remove obsolete MK32BITLIBS
As there's a functional MKCOMPAT implementation, and MK32BITLIBS=yes hasn't worked since 2002 (and noone noticed the latter), remove obsolete MK32BITLIBS code.
Per confirmation from martin@, mrg@, and riastradh@ on ICB.
|
| 1.34 | 02-Jun-2023 |
lukem | etc.sparc64: fix syntax errors in MK32BITLIBS=yes
sparc64 snapshots with MK32BITLIBS=yes has been broken because of make(1) and sh(1) syntax errors since my change in revision 1.18 on 2002-12-03, when snap_md_pre target was deprecated... Move the rules to snap_md_post and fix the syntax errors.
The cross-build make snapshot snapbecause of the missing $TOOLDIR/bin/sparc--netbsdelf-gcc due to the invocation with SPARC32_ENV=MACHINE=sparc MACHINE_ARCH=sparc. A separate issue to resolve.
(It seems MK32BITLIBS hasn't worked for 20+ years and noone noticed! Do we need it?)
|
| 1.33 | 02-Jun-2023 |
lukem | etc.hp300, etc.sparc64: fix MKUPDATE handling
UPDATE was replaced with MKUPDATE 20 years ago, but these directories were missed in the conversion.
|
| 1.32 | 15-Jan-2012 |
joerg | Now that the name of the ISO image is no longer stable, rename the variable to make it possible to overwrite the default with build.sh -V CDROM_IMAGE=...
|
| 1.31 | 13-Mar-2010 |
mrg | branches: 1.31.6; convert sparc64 to MULTIPROCESSOR kernel by default, and introduce s/MP/UP/ kernels were otherwise in place.
in my testing on a U60, i couldn't really notice any different in speed, but we need testing on a U1/U5/U10 systems to be sure that GENERIC.UP isn't necessary.
for sparc64, this is some what required as USIIIi systems have the memory controller on the CPU, and unless the CPU is spunup, a UP kernel will not function on these systems. (we obviously need to join the NUMA-for-netbsd camp now, too! :-)
this should enable the installer to function on all systems that we support, but also give the option for people to install GENERIC.UP on their single-cpu systems if they choose.
XXX: i haven't actually tested sysinst with this, but i have built both sparc and sparc64 release iso's successfully with this change (sans having to comment out kern_ctf.c.)
|
| 1.30 | 12-Mar-2009 |
abs | Prefer MACHINE_ARCH to MACHINE in some tests
|
| 1.29 | 18-Mar-2008 |
lukem | branches: 1.29.8; Convert all the etc/etc.*/Makefile.inc to use RELEASEDIR/RELEASEMACHINEDIR just like etc/Makefile does.
|
| 1.28 | 14-Mar-2008 |
nakayama | SMP support for sparc64 now works, so make GENERIC.MP kernel build by default.
|
| 1.27 | 24-Jul-2007 |
pavel | branches: 1.27.4; 1.27.10; 1.27.12; 1.27.14; Add a comment reminding to update the release notes if the list of kernels change.
|
| 1.26 | 03-Jan-2004 |
lukem | use !="no" instead of =="yes"
|
| 1.25 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.24 | 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.23 | 07-Mar-2003 |
lukem | use distrib/common/sunbootcd.sh instead of building the non-cross-friendly distrib/utils/mksunbootcd/mksunbootcd
|
| 1.22 | 08-Feb-2003 |
martin | Make the single-arch ISO image created by "make iso-image" bootable. (Using partition f to boot, since that is the default on sparc64 machines and we don't have to consider conflicts for single arch CDs - this means "boot cdrom" just works)
|
| 1.21 | 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.20 | 04-Dec-2002 |
lukem | add .endif accidentally lost in rev 1.18. noted by Lubomir Sedlacik in [port-sparc64/19259]
|
| 1.19 | 02-Dec-2002 |
lukem | consistency tweaks
|
| 1.18 | 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.17 | 29-Jul-2002 |
mrg | clean up for 32 bit libs building (still broken)
|
| 1.16 | 10-Jun-2002 |
lukem | also need to "make release" in sparc64/bootfs
|
| 1.15 | 09-May-2002 |
mason | branches: 1.15.2; /usr/mdec/installboot no longer exists
|
| 1.14 | 02-May-2002 |
lukem | - consistency cleanup - ensure INSTALLATION_DIRS contains the appropriate extra directories for a given platform
|
| 1.13 | 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.12 | 29-Nov-2001 |
thorpej | Change the way kernel sets are specified, and make them more consistent. To quote the comment in etc/Makefile that describes how it's done:
# This target builds the kernels specified by each port. A port may # specify the following kernels: # # KERNEL_SETS The list of kernels that will be # packaged into sets, named # kern-${kernel}.tgz. These kernels # are also placed in the binary/kernels # area of the release package as # netbsd-${kernel}.gz. # # EXTRA_KERNELS Additional kernels to place in the # binary/kernels area of the release # package as netbsd-${kernel}.gz, but # which are not placed into sets. This # allows a port to provide e.g. a netbootable # installation kernel containing a ramdisk. # # BUILD_KERNELS Additional kernels to build which are # not placed into sets nor into the # binary/kernels area of the release # package. These are typically kernels # that are built for inclusion only in # installation disk/CD-ROM/tape images. #
|
| 1.11 | 26-Aug-2001 |
eeh | Clean this up so it works again.
|
| 1.10 | 23-Aug-2001 |
mrg | clean up a bit; also fix a snap_pre_md segment to be in snap_md_pre so it is actually executed.
|
| 1.9 | 23-Aug-2001 |
mrg | don't clobber INSTALLATION_DIRS, just add to it. add support for building 32 bit libraries, crt and ld.elf_so on 64 bit platforms (disabled by default).
|
| 1.8 | 19-Aug-2001 |
mrg | the installation directory is called miniroot not xminiroot.
|
| 1.7 | 21-Jul-2001 |
eeh | Build an INSTALL kernel too.
|
| 1.6 | 12-Mar-2001 |
wiz | Reflect correct architecture in comment.
|
| 1.5 | 07-Jan-2001 |
mrg | s/ramdisk/xminiroot/
|
| 1.4 | 20-Aug-2000 |
mrg | add ramdisk support
|
| 1.3 | 07-Jul-2000 |
eeh | If MACHINE_ARCH is 64-bit then only build 64-bit kernels.
|
| 1.2 | 05-Feb-1999 |
cjs | branches: 1.2.10; Update all this crap so that `make snapshot' makes snapshots in release(7) format, rather than in some unknown format. Also clean up the code a bit, remove some code duplication, and add documentation to the Makefile.
|
| 1.1 | 23-Jan-1999 |
eeh | My own special /etc.
|
| 1.2.10.2 | 03-Feb-2001 |
he | Pull up revision 1.5 (requested by mrg): Rename sparc64 ``ramdisk'' to ``xminiroot'' to avoid confusion about what it actually does.
|
| 1.2.10.1 | 26-Aug-2000 |
mrg | pull up 1.4. approved by thorpej: >add ramdisk support
|
| 1.15.2.1 | 10-Jun-2002 |
tv | Pull up revision 1.16 (requested by lukem in ticket #234): also need to "make release" in sparc64/bootfs
|
| 1.27.14.2 | 24-Jul-2007 |
pavel | Add a comment reminding to update the release notes if the list of kernels change.
|
| 1.27.14.1 | 24-Jul-2007 |
pavel | file Makefile.inc was added on branch matt-mips64 on 2007-07-24 10:49:29 +0000
|
| 1.27.12.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
| 1.27.10.1 | 24-Mar-2008 |
keiichi | sync with head.
|
| 1.27.4.1 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.29.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.31.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.5 | 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.4 | 07-May-2002 |
simonb | Fix some white space niggles.
|
| 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-1999 |
eeh | My own special /etc.
|
| 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-1999 |
eeh | My own special /etc.
|
| 1.2 | 04-May-2002 |
jdolecek | Move the sample fstab files to /usr/share/examples/fstab/. Duplicates or very similar configs removed.
|
| 1.1 | 22-Aug-2000 |
mrg | branches: 1.1.2; for PCIIDE users.
|
| 1.1.2.2 | 26-Aug-2000 |
mrg | pull up from trunk. approved by thorpej: >for PCIIDE users.
|
| 1.1.2.1 | 22-Aug-2000 |
mrg | file fstab.wd was added on branch netbsd-1-5 on 2000-08-26 01:11:08 +0000
|
| 1.12 | 25-Sep-2019 |
abs | Switch default console tty from /dev/console to /dev/constty
With this switch processes (such as xconsole) can open /dev/console without breaking login on the text or serial console. This can be trivially triggered by enabling xdm in rc.conf and hitting Ctrl+Alt+F1 or equivalent once booted.
The changes: - Add entry for /dev/console or /dev/constty if missing - If a port's had /dev/console 'on' switch it off and enable /dev/constty - If a port did not have /dev/console 'on', leave /dev/constty off
Some ports had /dev/console off and /dev/ttyE0 enabled, presumably to avoid just this issue. It may make sense to adjust these also (but not in this pass)
As discussed on current-users
|
| 1.11 | 23-Feb-2015 |
mrg | branches: 1.11.16; 1.11.18; add ttyC00/ttyC01 as found on eg, com(4)-based serial port systems like the sunblade 2500.
|
| 1.10 | 12-Mar-2010 |
roy | Change the default console from wsemul_sun/sun-ss5 to wsemul_vt100/wsvt25. This allows for a colour console, fixes home/end keys not working and works with the embedded wsvt25 description in libterminfo.
|
| 1.9 | 07-Oct-2008 |
abs | 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.8 | 02-May-2005 |
martin | branches: 1.8.20; Add wscons virtual consoles
|
| 1.7 | 20-Jun-2004 |
christos | branches: 1.7.2; 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.6 | 04-Oct-2003 |
dsl | Revert 'console' back to /dev/console (from /dev/constty)
|
| 1.5 | 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.4 | 22-Aug-2002 |
petrov | Add ttyh[01] for sab.
|
| 1.3 | 13-Feb-2002 |
martti | Added ttyp[g-zA-Z] (bin/15594).
|
| 1.2 | 12-Aug-2000 |
mason | This should be the final part of moving to 64 PTYs by default. Added entries for tty{r,s}{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f} to /etc/ttys.
Thanks to Matthew Green for pointing out the need.
|
| 1.1 | 23-Jan-1999 |
eeh | branches: 1.1.10; My own special /etc.
|
| 1.1.10.1 | 12-Aug-2000 |
mason | This should be the last piece of the move to 64 default PTYs. /etc/ttys now has entries for 64 ptys.
Thanks to Matthew Green for pointing out the need for this.
|
| 1.7.2.1 | 09-Jun-2005 |
snj | Pull up revision 1.8 (requested by martin in ticket #384): Add wscons virtual consoles
|
| 1.8.20.1 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.11.18.1 | 28-Oct-2019 |
martin | Pull up following revision(s) (requested by abs in ticket #384):
etc/etc.evbmips/ttys: revision 1.7 etc/etc.sparc64/ttys: revision 1.12 etc/etc.shark/ttys: revision 1.9 etc/etc.amiga/ttys: revision 1.25 etc/etc.arc/ttys: revision 1.9 etc/etc.sbmips/ttys: revision 1.6 etc/etc.landisk/ttys: revision 1.4 etc/etc.alpha/ttys: revision 1.13 etc/etc.amigappc/ttys: revision 1.4 etc/etc.mmeye/ttys: revision 1.8 etc/etc.ia64/ttys: revision 1.2 etc/etc.sandpoint/ttys: revision 1.8 etc/etc.hp300/ttys: revision 1.17 etc/etc.riscv/ttys: revision 1.2 etc/etc.i386/ttys: revision 1.21 etc/etc.aarch64/ttys: revision 1.2 etc/etc.algor/ttys: revision 1.6 etc/etc.sparc/ttys: revision 1.17 etc/etc.mipsco/ttys: revision 1.7 etc/etc.luna68k/ttys: revision 1.9 etc/etc.iyonix/ttys: revision 1.5 etc/etc.evbcf/ttys: revision 1.3 etc/etc.netwinder/ttys: revision 1.9 etc/etc.mvme68k/ttys: revision 1.10 etc/etc.evbarm/ttys: revision 1.8 etc/etc.evbsh3/ttys: revision 1.7 etc/etc.pmax/ttys: revision 1.16 etc/etc.hpcmips/ttys: revision 1.12 etc/etc.vax/ttys: revision 1.10 etc/etc.news68k/ttys: revision 1.10 etc/etc.mvmeppc/ttys: revision 1.7 etc/etc.hppa/ttys: revision 1.2 etc/etc.next68k/ttys: revision 1.11 etc/etc.ews4800mips/ttys: revision 1.3 etc/etc.epoc32/ttys: revision 1.2 etc/etc.emips/ttys: revision 1.2 etc/etc.evbppc/ttys: revision 1.7 etc/etc.sgimips/ttys: revision 1.11 etc/etc.or1k/ttys: revision 1.2 etc/etc.cesfic/ttys: revision 1.6 etc/etc.amd64/ttys: revision 1.7 etc/etc.playstation2/ttys: revision 1.7 etc/etc.zaurus/ttys: revision 1.4 etc/etc.newsmips/ttys: revision 1.10
Switch default console tty from /dev/console to /dev/constty
With this switch processes (such as xconsole) can open /dev/console without breaking login on the text or serial console. This can be trivially triggered by enabling xdm in rc.conf and hitting Ctrl+Alt+F1 or equivalent once booted.
The changes: - Add entry for /dev/console or /dev/constty if missing - If a port's had /dev/console 'on' switch it off and enable /dev/constty - If a port did not have /dev/console 'on', leave /dev/constty off
Some ports had /dev/console off and /dev/ttyE0 enabled, presumably to avoid just this issue. It may make sense to adjust these also (but not in this pass)
As discussed on current-users
|
| 1.11.16.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|