perry
e53ae14bdd
Fix boot time vi recovery as reported by NAKAJIMA Yoshihiro in pr-3430
...
Really weird bug. On inspection, the shell code in rc looked fine, but
when tested, sure enough, the semantics of the shell were not what I
thought they were. Very unexpected to me, and obviously to the
hundreds of people who must have read those lines without seeing that
they were broken.
1997-07-31 03:35:39 +00:00
perry
7bd6622ead
make some items 'optional' -- per pr-3663 from Erik Bertelsen
1997-07-31 03:03:13 +00:00
mark
0c0a1966bb
Use the Pc entry from gettytab for our virtual terminals.
1997-07-31 02:34:18 +00:00
perry
ea4d1ded44
1) close my own pr-2502 by adding ce and ck to default
...
2) substantial cleanup. In particular, I got rid of lots of
egregiously obsolete entries, and I got rid of obsolete
capabilities in the only mostly obsolete entries, etc.
1997-07-31 00:38:30 +00:00
perry
9dee21c94e
add a default minfree file (requested by David Brownlee, pr-1577)
1997-07-30 22:17:55 +00:00
phil
851aef5327
Add ta=4.2BSD to both floppy3 and floppy5 entries. (If you are
...
disklabeling your floppy, you are most likely putting on a 4.2BSD
file system. This is in support of the distrib/i386/floppies
building via vnds.)
1997-07-29 18:46:06 +00:00
mark
fb64b594bc
Added a ramdisk option to build all the devices needed for an install
...
ramdisk.
Reformatted a couple of lines.
1997-07-28 17:41:59 +00:00
mark
b7b4948831
Added swap entry and a nice set of comments.
1997-07-28 17:38:45 +00:00
phil
ffde90f14b
Make all tty??/pty?? pairs that can be opened by openpty().
...
Remove use of awk for generating names.
Make all consistent as possible.
Closes PR 3420.
1997-07-23 01:29:36 +00:00
phil
840d172649
Make all MAKEDEVs make fd/* similar. No need for awk or expr.
...
Inspired by PR 3420. Some MAKEDEVS had the fd separated out
of std and fd added to std.
1997-07-22 23:13:05 +00:00
phil
779c94c7af
Allow routes to be flushed in netstart (rc.conf option, default YES).
...
PR 3228.
1997-07-22 18:41:08 +00:00
perry
1edc7aef02
fix 3885 from Matthias Scheler -- print out the name of each loaded module
1997-07-18 23:38:52 +00:00
phil
a621321b0e
Add /usr/share/sendmail/cf that got missed in original addition of
...
/usr/share/sendmail/*. Closes PR 3881.
1997-07-17 20:45:01 +00:00
mark
237e1b7fb6
Create wd2 and wd3 device files for 'all' and 'floppy' options.
1997-07-17 00:12:55 +00:00
phil
bc41d19ad5
Add /usr/share/sendmail tree to distribution.
1997-07-16 23:33:59 +00:00
veego
fb68fae55e
Move savecore up before named to get a dump on low memory systems and
...
move 'mount -a' between yp and nfs daemons.
1997-07-15 11:19:20 +00:00
drochner
4e045b6b43
Take 2 to get the mount order "right", taking care of possible LKM
...
loads before netstart this time.
LKMs can be loaded at 3 strategic places in /etc/rc - before netstart,
before "mount -a" and after all. "before netstart" works only if
the /usr filesystem is local (or on NFS, if root is too).
An additional field ("when") in lkm.conf controls when the LKM is
loaded.
1997-07-14 11:55:44 +00:00
hpeyerl
93f2294467
Satellite receiver driver for ISA cards from PlanetConnect by Jason and
...
Herb for Canada Connect Corp.
1997-07-13 19:29:17 +00:00
hpeyerl
91e0832cae
Satellite receiver driver for ISA cards from PlanetConnect by Jason and
...
Herb for Canada Connect Corp.
1997-07-13 19:16:59 +00:00
veego
a6fe27dced
Back out the last two commits for now till we find a better way to fix
...
the mount problems.
1997-07-11 12:01:06 +00:00
veego
6553fa7064
rc.lkm needs /usr/bin/ld, so try to mount it with -t nonfs before rc.lkm.
1997-07-11 09:06:59 +00:00
phil
ce3196e8dd
Allows root to specify a MAILTO and have the security report mailed to
...
the same user as the daily output. If $USER is not root or MAILTO is
not set, MAILTO is set to root. Closes PR 2409.
1997-07-11 00:36:55 +00:00
drochner
d9dfde6362
Mount only "/" at the beginning (instead of all non-NFS filesystems).
...
This makes that the ordering of fstab is used for mounts which is
a) more intuitive and b) needed if {mfs,union,...} on top of NFS
is wanted.
1997-07-10 13:43:14 +00:00
mikel
34164c8eea
make toor's shell explicit to shut up /etc/security
1997-07-10 06:38:35 +00:00
veego
0307359cda
Added new device entries for ipfilter: /dev/{ipnat,ipstate,ipauth}
1997-07-07 22:29:35 +00:00
veego
a902cc2ba7
Added a new device entry for ipfilter: /dev/ipauth
1997-07-07 22:26:51 +00:00
christos
ea18ad7974
Run ntalkd as nobody.tty
1997-06-29 19:20:20 +00:00
kleink
44de15e66c
Create ./usr/share/man/{cat,man}3/i386; from Anders Hjalmarsson
...
<Anders.Hjalmarsson@economics.gu.se> in PR misc/3794.
1997-06-26 21:20:19 +00:00
thorpej
650e452081
Before disk checks are performed, do a "swapctl -A -t blk" so that
...
block-type devices are available during disk checks, which may consume
large amounts of memory if large file systems are present. Once "critical"
file systems (e.g. /usr and /var) are mounted, perform a "swapctl -A -t noblk"
to enable swapping on any swap files that may be listed in /etc/fstab.
1997-06-25 23:30:28 +00:00
mrg
790379bb6e
add man5/i386 (noted by erik fair)
1997-06-24 04:23:32 +00:00
lukem
fb34424eb0
* when checking /etc/master.passwd, read in /etc/shells for a list of
...
valid shells and then check each active account against that
* remove unnecessary ()s in a few printf's.
1997-06-24 02:32:38 +00:00
lukem
ff2ea5d139
* take advantage of xargs -0 when finding devices and set?id files
...
* use 'ls -q' in the above, so that characters that may cause problems
in the output are replaced with '?'
1997-06-24 01:16:47 +00:00
lukem
d0b6172bfe
Also check /etc/profile for setting of umask.
...
From Chris Jones <cjones@rupert.oscs.montana.edu> in [misc/3763]
1997-06-23 11:59:30 +00:00
lukem
b07aea8e1c
Ignore blank lines and comments in /etc/exports
...
From Jaromir Dolecek <dolecek@moria.ics.muni.cz> in [misc/3691]
1997-06-23 01:49:15 +00:00
lukem
f067035d68
Add output of `uptime` to report.
...
From Hubert Feyrer <feyrer@smaug.fh-regensburg.de> in [bin/3220]
1997-06-23 01:45:21 +00:00
mrg
537136a76e
add man8/sun3x, man1/i386 and man1/x68k entries.
1997-06-22 06:36:30 +00:00
mrg
9345f4e581
add man8/mvm368k directories.
1997-06-22 06:24:35 +00:00
mrg
cbb4fa0bad
add man1/atari directories.
1997-06-22 05:44:09 +00:00
veego
4056cdf683
Add a comment that you now must have swap entries to satisfy swapctl(8)
...
and add a swap entry for sd0b (copied from the i386 fstab.sd).
1997-06-21 15:40:03 +00:00
mikel
08146f8adc
add /etc/profile
1997-06-21 06:10:03 +00:00
mikel
8736878363
add sample /etc/profile, cribbed shamelessly from csh.login. consists
...
solely of comments.
1997-06-21 06:07:38 +00:00
phil
0ed99f5f61
Correct cdev/bdev for cd*.
1997-06-18 21:09:36 +00:00
perry
0bea2a15f6
Note that you now must have swap entries to satisfy swapctl(8)
1997-06-16 00:58:49 +00:00
is
49e47cbf67
Build device nodes for audio device(s). Currently, only unit 0 == custom chip
...
audio.
1997-06-14 22:43:47 +00:00
mrg
277b52f964
use swapctl instead of swapon
1997-06-12 15:18:58 +00:00
jonathan
7945d5eccd
Move sample configuration files for ultrix, sv4 compatiblity from
...
src/etc/etc.<emul>/ to src/share/emul/<emul>/etc/
1997-06-08 23:31:13 +00:00
jonathan
10efce06ab
Sample /emul/ultrix/etc/svc.conf file for Ultrix compatiblity.
1997-06-08 09:10:21 +00:00
leo
6360466b8b
Add ipfileter stuff.
1997-06-02 20:46:26 +00:00
thorpej
830bea2938
Add ipl, ipnat, and ipstate devices at the appropriate minors of
...
cdev major 7.
1997-06-01 09:23:57 +00:00
thorpej
4baed972cd
Add ipl, ipnat, and ipstate devices at the appropriate minors of
...
cdev major 91.
1997-06-01 09:12:02 +00:00