tsutsui
4c8374cf19
Update MD entries for DCA, DCM and APCI serial ports to migrate MI com(4):
...
- use ttyC[0123] for DCA and APCI with MI com(4)
- use ttyM[0-f] for DCM instead of tty0[0-f] to avoid confusion with MI com(4)
- create the foloowing symlnks to compatibility:
tty0 -> ttyC0 (for DCA)
ttya0 -> ttyC1 (for APCI)
ttya1 -> ttyC2 (for APCI)
ttya2 -> ttyC3 (for APCI)
tty0? -> ttyM? (for DCM)
- note the above symlinks should be removed after the next release
As per discussion on recent port-hp300 (ok'ed by thorpej).
2003-11-22 17:20:08 +00:00
abs
c3751e8404
Increase size and number for authlog, cron, lpd-errs, and messages
2003-11-21 18:07:09 +00:00
jhawk
6a6c54a1d0
Provide a workaround for PR bin/12900.
...
When /dev is an fdesc, and /dev/tty is stat()ed without a controlling tty,
a "Device not configured" error is returned.
Filter mtree's stderr to ignore this error.
If fdesc is fixed to not behave in this fashion, this workaround can
be removed; bin/12900 should remain open until that time.
2003-11-19 20:28:19 +00:00
jhawk
3460455823
In check_varmail (mailbox ownership/permissions check):
...
Make ls -A explicit, to help n debugging when not run as root
(-A is implied when ls is run as root)
Ignore dotfiles, as they are not mailboxes (e.g. .jhawk.pop)
2003-11-18 03:30:40 +00:00
jhawk
ea872628e6
XXX: note pairwise cascaded test inversion in permit_star.
...
Add checkyesno check_homes_permit_usergroups to allow group writability
when the groupname matches the username. Defaults to off.
2003-11-18 03:23:53 +00:00
jhawk
4828bcfb5b
check_homes_permit_usergroups=NO
2003-11-18 03:21:40 +00:00
sekiya
845cc26789
Add iso-image-md-pre and iso-image-md-post targets. Installation media can
...
now be built with the iso-image target from ${NETBSDSRCDIR}/etc.
2003-11-15 08:58:27 +00:00
jdolecek
67702193cc
explicitly pass MACHINE and MACHINE_ARCH to MAKEDEV.awk via environment,
...
so that this works as expected when not invoked via build.sh
2003-11-15 08:50:26 +00:00
sekiya
96dd3017c1
Adapt to new config file naming convention.
2003-11-13 02:33:39 +00:00
wiz
eb0fcf4886
Add html4/hpcsh.
2003-11-05 08:22:16 +00:00
uwe
212800e523
/usr/share/man/{cat,man}4/hpcsh
2003-11-05 02:53:38 +00:00
briggs
07a0e27c44
Revert the change in default value of ipv6_v6only. Further discussion
...
on this topic is required. It should be reintroduced and pursued in
the IETF.
2003-11-03 15:12:06 +00:00
mycroft
6f4bc2c877
Announce a reason for the shutdown.
2003-11-01 23:04:54 +00:00
he
4318508981
'rd' under 'all' should be 'rd2', so make it so.
2003-11-01 19:02:54 +00:00
drochner
d6fa98c3f0
getttyent(3) was changed to complain about unknown words at the end of
...
tty definitions. Use '#' to separate comments.
2003-10-30 20:40:20 +00:00
mycroft
adfa67a197
Oops, fix comments.
2003-10-30 17:42:23 +00:00
mycroft
87c704cac0
Add dummy scripts for these events.
2003-10-30 17:34:45 +00:00
mycroft
1455475ac4
Use logger(1) to log errors -- otherwise the output goes nowhere.
2003-10-30 17:32:45 +00:00
wiz
9f320f289d
Dig man4 for sparc64.
2003-10-30 08:16:41 +00:00
fredb
8098923219
Make the ntp.conf parsing more specific, and therefore more robust. Closes
...
PR bin/23305.
2003-10-29 19:00:14 +00:00
jdolecek
0ff71b5cba
the arm ports are 'arm' and 'armeb'
...
pointed out by Shoichi Miyake
2003-10-28 11:34:14 +00:00
briggs
5a770ba2d8
Toggle the default value of ip6_v6only. Also provide a sample sysctl to
...
retain the existing behavior.
2003-10-28 06:31:28 +00:00
cl
7833f0afc9
now that MAKEDEV is generate, install it from ${.OBJDIR}
2003-10-26 23:34:29 +00:00
lukem
3d29fcd1f7
Fix previous:
...
* Restore previous functionality which supported running postinstall
with an extracted etc.tgz set as the "source" directory (i.e,
/usr/src isn't available). We do this by generating the MAKEDEV
to ${SCRATCHDIR} if the real source is available, and leverage off
the compare_dir() code that the rest of postinstall uses to support
this functionality.
* Don't special case MACHINE_ARCH==arm; the MAKEDEV.awk should
be doing that since etc/Makefile doesn't have similar special
case code. In any case, AFAICT the only MACHINE_ARCHs are
"arm" and "armeb"; there is no "armel" in NetBSD.
2003-10-26 23:08:29 +00:00
jdolecek
ef31c1b29a
update for unified, dynamically generated MAKEDEV - change 'makedev' item
...
to generate the MAKEDEV to scratch dir and compare that with the currently
installed /dev/MAKEDEV; also add -a MACHINE_ARCH option to explicitly
set machine architecture for non-native builds
problem with postinstall pointed out by Patrick Welche and Hubert Feyrer
in private e-mails
2003-10-26 21:57:11 +00:00
jdolecek
fd9cf65324
g/c the 'see foo(X)' xrefs; this info is automatically generated
...
into MAKEDEV(8)
2003-10-26 21:21:50 +00:00
jdolecek
b1210ba8ee
style nits - use / re / instead of "re" for constant REs
2003-10-26 13:40:46 +00:00
he
706fa97ddd
As a temporary workaround, use "ln -sf" to be compatible with the
...
checks in distrib/common/makedev2spec.awk, which insists on "-sf"
usage (which is arbuably a bug, and should be looked at more closely).
2003-10-26 12:42:55 +00:00
lukem
f85d2d1c14
Use ${HOST_SH} instead of `sh'.
...
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
2003-10-26 07:25:33 +00:00
ross
b9e3ec284d
Add the -T etc_pkg arg back to the MAKEDEV install.
2003-10-25 03:55:26 +00:00
jdolecek
3b77895e3d
adjust the device descriptions for better MAKEDEV(8) manpage output
...
note PF is not in tree (for the manpage)
2003-10-24 23:39:42 +00:00
ross
ebbe98fcaf
Now that MAKEDEV is generated, just do an ordinary ${INSTALL_FILE} instead
...
of going back to the source dir (and losing) with ${ETC_INSTALL_FILE}
2003-10-24 22:39:51 +00:00
jdolecek
1b00681156
switch over to unified MAKEDEV
2003-10-24 20:12:04 +00:00
jdolecek
dd2276a2ee
make friendlier to objdir builds; now expect the caller to set ETCDIR
...
to the directory with src/etc; top of kernel sources is assumed
to be ETCDIR/../sys
fix error message for case when platform MAKEDEV.conf is not found
2003-10-24 19:57:36 +00:00
jdolecek
930959c6c0
fix floppy & ramdisk targets
2003-10-24 11:05:23 +00:00
jdolecek
9e9c552bb7
g/c SCSI-related entries
2003-10-24 10:26:44 +00:00
jdolecek
b2607ae4cb
make 'sd' optional
2003-10-24 10:25:08 +00:00
jdolecek
6108862993
fix pasto in pty target
2003-10-24 08:41:11 +00:00
jdolecek
3b5469b94c
fix various mistakes, such as using hardcoded majors or typos/pastos
...
add some more necessary device entries
introduce makedisk_minimal() and use it to create the CD-ROM & md entries;
this procedure only creates 'a' and RAW_PART device entries
remove pf from 'all' target - it's not part of tree, so shouldn't be
created by default
2003-10-24 08:29:57 +00:00
jdolecek
53d9446257
fix handling of ARM ports' majors file
...
fix handling of sbmips majors - it uses the evbmips majors
fetch information about platform RAW_PART, and make it available
to MAKEDEV.tmpl
2003-10-24 08:27:26 +00:00
jdolecek
1eeb241e42
sync with reality, put back some entries mistakely omitted
...
in the initial conversion from MD MAKEDEV
2003-10-24 08:20:26 +00:00
matt
72bc77e103
No INSTALL kernel for ofppc.
2003-10-24 05:01:39 +00:00
jdolecek
7234f6fb3c
don't put GENERIC into BUILD_KERNELS
2003-10-22 20:40:42 +00:00
jdolecek
a9b5015c6d
fix bug in pty target (pasto from some other port)
2003-10-22 20:22:26 +00:00
jdolecek
c5808c177b
no dmoverio either
2003-10-22 17:13:50 +00:00
jdolecek
bc7edb6f2d
add stic0 to 'all' (used to be created in alpha 'wscons' target)
2003-10-22 17:09:50 +00:00
jdolecek
0f5caa8622
no apm
2003-10-22 17:08:50 +00:00
jdolecek
ed841056c7
no USB/openfirm on acorn32, remove from lists
...
put back some stuff which was in the original MAKEDEV lists
2003-10-20 17:56:35 +00:00
jdolecek
4c5a46429b
use tty0 instead of com0
2003-10-20 16:42:13 +00:00
jdolecek
520acde2ae
com0/com1 is exactly tty00/tty01, so g/c them from the list
2003-10-20 16:41:39 +00:00
fredb
836389dfbc
Supply the usual default setting of $commmand. Omission pointed out by
...
Launey Thomas in private mail.
2003-10-20 16:09:15 +00:00
christos
b5aee30a01
set fsck_flags=-p in /etc/defaults/rc.conf instead of checking if it is
...
empty in /etc/rc.d/fsck. From Bernd Ernesti.
2003-10-20 15:02:15 +00:00
jdolecek
fbdef6175b
remove entry for clockctl; that is created in the MI 'all' target
2003-10-19 19:08:59 +00:00
jdolecek
7a46124ea4
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
2003-10-19 19:07:26 +00:00
jdolecek
cf58aa2b57
remove copyright notice accidentaly carried over from the hp300
...
MAKEDEV script
2003-10-19 18:50:35 +00:00
jdolecek
c852a48a4f
g/c audio0-3 (created by target 'audio')
...
g/c wscons-related devices (all created by target 'wscons')
2003-10-19 17:32:13 +00:00
jdolecek
3d2b1548ac
g/c audio0-3 (created by target 'audio')
...
g/c duplicate ttyv0 entry
2003-10-19 17:30:35 +00:00
jdolecek
808373beb6
use target 'wscons' to create wscons-related devices; this creates
...
also some additional control devices besides the terminal devices, which
are needed for full operation
2003-10-19 17:29:08 +00:00
jdolecek
54bd322b10
no need to duplicate creation of wskbd/wsmouse - target 'wscons'
...
creates these
2003-10-19 17:26:24 +00:00
jdolecek
7822738b47
use 'audio' target to create audio devices, instead of creating
...
/dev/audio0-3; 'audio' makes some additional device files which are
necessary for full operation
2003-10-19 17:24:14 +00:00
jdolecek
46bdb9f87e
target 'audio' creates /dev/audio0-3, g/c the duplicit entries creating
...
the files again
2003-10-19 17:22:42 +00:00
jdolecek
7c7f293c24
add platform MAKEDEV config file for unified MAKEDEV, based on info
...
from platform MAKEDEV script
2003-10-19 17:06:30 +00:00
fredb
663be81e89
Allow for a syntax extension for "ntp.conf" with ntp 4.2.0.
2003-10-19 13:31:28 +00:00
fredb
b703c0fa68
Use "$command", instead of hard-coded "ntpdate", so that the user can
...
override the path using the usual mechanisms.
2003-10-19 13:23:57 +00:00
wiz
a5e3bdad73
Add ibmnws {cat,html,man}8.
2003-10-19 09:08:40 +00:00
matt
14573b928a
Add ibmnws specific files. (XXX someone should checkout MAKEDEV and make
...
it complies with how MAKEDEV is done now).
2003-10-19 03:36:45 +00:00
fvdl
82729ccc95
Really remove ed0 and ed1
2003-10-18 23:23:43 +00:00
matt
4480d87326
Fix iso-image support.
2003-10-18 03:00:05 +00:00
jdolecek
1af201c35f
g/c ed0/ed1 nodes, the hardware is not present on amd64
2003-10-17 19:22:58 +00:00
jdolecek
ad4acc4abb
allow also tty[0-9] for serial ports, they are convenient synonyms
...
for tty0[0-9]
as pointed out by David Laight
remove spaces between makedisk_p*() functions, so the output script looks
neater once some of them are filtered out
2003-10-17 19:06:33 +00:00
jdolecek
edf6a76108
improve error checking, and bail out early, instead of looping
...
when filtering the template, leave only the wanted makedisk_p*() routine
in the output
as pointed out by David Laight
also make it mandatory for MACHINE and MACHINE_ARCH to be set in
environment; it would be possible to use use uname -p/-m, but better
to catch possible cross-build mistakes sooner than later
2003-10-17 19:01:49 +00:00
jdolecek
20282f8b2e
change minor of /dev/zero for ARM ports to 12, so that it is same as on other
...
ports; follows the kernel change
2003-10-17 17:56:28 +00:00
itojun
89159c0540
minor KNF
2003-10-15 21:40:49 +00:00
jdolecek
401cc27682
read the MD MAKEDEV.conf file and appropriately massage the template
...
contents; outputs fully functional MAKEDEV script now
2003-10-15 19:43:00 +00:00
jdolecek
db5fa0cba5
add MI 'all' target - this calls MD 'all_md' and then creates miscellaneous
...
devices supported on all plaforms
and MI 'init' target, which just calls 'all'; this is used if platform
doesn't define it's own 'init' target
2003-10-15 19:16:01 +00:00
jdolecek
7126da0813
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
2003-10-15 19:13:32 +00:00
christos
e2ba1d7082
Allow overrides via fsck_flags
2003-10-15 17:38:04 +00:00
jdolecek
5351b51128
the main parts of new unified MAKEDEV framework - MAKEDEV template
...
and script for generating the MD MAKEDEV
this is work in progress, some parts are still missing
2003-10-13 09:37:45 +00:00
jdc
d8eef4e074
Allow an IPv6 default route to be set from /etc/mygate6 or $defaultroute6.
...
Approved by itojun@.
2003-10-12 09:50:05 +00:00
jdolecek
2d42eb283b
reassing majors for crypto and pf to use the newly defined MI major range
2003-10-10 22:47:10 +00:00
jdolecek
e38ba7f567
add manual section 8 directory entries for evbsh5
2003-10-04 13:40:32 +00:00
jdolecek
5470a1ba9d
g/c empty device groups
2003-10-04 13:15:37 +00:00
jdolecek
faaca95782
remove 'cbq' from the list of supported special devices
2003-10-04 12:13:10 +00:00
dsl
5c2824bce4
Revert 'console' back to /dev/console (from /dev/constty)
2003-10-04 07:41:11 +00:00
dsl
e5217087d8
Change 'console' login to use /dev/constty so that its output isn't
...
stolen by code that requests system messages using TIOCCONS.
2003-10-03 14:54:20 +00:00
dsl
fca3294820
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.
2003-10-03 14:35:36 +00:00
jhawk
74f5f0da45
Redirect stderr as well as stdout in run_calendar (calendar -a)
2003-10-01 05:34:50 +00:00
jhawk
6a61a211cf
Suppress output when running security.local if it produces no output.
...
/etc/security should produce no output (and thus suppress the report)
when nothing is wrong.
While we're here, use printf instead of two echos, like the rest of
the script.
2003-10-01 04:29:03 +00:00
christos
f32195ffa6
turn off calendar -a by default and mention why.
2003-09-30 00:23:23 +00:00
agc
fdc3c14ea7
Default to the public servers from the ntp public pool project.
...
The servers will be dynamically assigned on a round-robin basis from
a list of volunteers.
Fix provided by Wolfgang Rupprecht in PR 22416
2003-09-24 11:36:31 +00:00
lukem
964c040962
add ./usr/X11R6/lib/modules/extensions
2003-09-23 23:07:35 +00:00
jandberg
448afe509a
add wscons support to amiga mouse
2003-09-22 18:17:30 +00:00
simonb
dd0c7f2f44
Get rid of "$highpartoffset" baggage and use fill 16-number ranges for
...
sd,fd,wd, etc devices. Fixes problems with disk-style devices greater
than unit 0.
Thanks to Charles Hannum for clue-stick.
2003-09-22 04:25:16 +00:00
pooka
12cd483962
add isdn telephony dialout devices
2003-09-19 11:11:37 +00:00
lukem
9398373099
add ./usr/X11R6/include/X11/pixmaps
2003-09-14 06:39:11 +00:00
lukem
6869cb17c5
add ./usr/X11R6/share/examples/ssh-askpass
2003-09-14 06:11:40 +00:00
lukem
d5157aa5fd
Add /usr/X11R6/* and /etc/{X11,fonts}
2003-09-12 02:16:45 +00:00
wiz
ea949da1c7
Add a knob to turn off automatic configuration (via rc.d) of
...
non-auto-configured (via kernel) raid devices. oster says ok.
2003-09-10 14:50:19 +00:00
itojun
48fc13b7c2
dd icmp6 as alias
2003-09-08 21:02:55 +00:00
dsl
fc3574d3bf
Correctly fix pty majors
2003-09-05 17:11:30 +00:00