Commit Graph

577 Commits

Author SHA1 Message Date
dufault
75d2a55de3 Add processor and worm drivers 1995-03-04 20:54:24 +00:00
bde
03e0899381 For sd, vn and wd:
Support sliced devices better.  E.g.:
`sh MAKEDEV sd0' creates [r]sd0 and [r]sd0s[1-4] as well as [r]sd0[a-h]
(the extra devices created by default won't hurt apart from wasting inodes).
`sh MAKEDEV sd0s1[a-h]' creates [r]sd0s1[a-h] (any partition creates all).
`sh MAKEDEV sd0s5' creates [r]sd0s5.

Support unit numbers 0-31 (was 0-6).

For wd:

Remove support for creating DOSpartitions wd*[i-m].  These will get removed
if you run MAKEDEV on `all' or on wd*.
1995-03-04 12:22:14 +00:00
jkh
b31a4ac53d Add Matsushita CDROM device entries.
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
1995-03-02 04:11:47 +00:00
ache
2c783960a6 Cleanup device names, add more devices for Linux sounddriver 1995-02-27 18:54:27 +00:00
ache
1dd481b8d7 Move symlinks creation here 1995-02-26 20:29:37 +00:00
amurai
eeb422fed8 New user Process PPP based on iij-ppp0.94beta2.
o Supporting SYNC SIO device (But need a device driver)
     - add "set speed sync"
   o Fixing bug for Predictor-1 function.
   o Add new parameter that re-sent interval for set timeout commands.
   o Improving RTT (Round Trip Time) and reducing processor time.
     - Previous Timer service was using polling, and now using
       SIGALRM ;-)
     - A 0.94beta2 will not work correctly....

   -- Follows are additinal feature not including 0.94beta2
   o Support Proxy ARP
     - add "enable/disable proxy" commands
   o Marging common routine in CHAP/PAP.
   o Enhancing LCP/IPCP log information.
   o Support local Authfication connection on port 300x and tty.
     - You can set up pair of your "hostname -s" and
       password in ppp.secret. if either ppp.secret file nor
       your hostname line don't exist, It will notify a message
       and working as same as previous version.(Backword compatibility)
     - If you did set up them, It's allow connection but nothing to do
       except help and passwd command.
     - add "passwd yourpasswd" commands
   o Support afilter - keep Alive filter that a packet can send/receiving
     according to ifilter/ofilter but doesn't count it as preventing idle
     timer expires.
     - Same syntax of other filters.
   o Fixing bugs reported by current user for previous one. Thanks !!

Reviewed by: Atsushi Murai (amurai@spec.co.jp)
1995-02-26 12:18:08 +00:00
phk
d14516cf6b make distribute change. 1995-02-25 21:01:48 +00:00
joerg
f148c03229 Allow tty0? to be an alias for tty? when creating the dev nodes.
People tend to be confused unnecessarily otherwise.
1995-02-24 19:26:59 +00:00
jmz
48e2735922 Change permissions and ownership of joystick device files. 1995-02-22 23:52:58 +00:00
ache
bd131fa64f add /usr/local/share, needed by some ports 1995-02-22 04:34:19 +00:00
bde
5395aa40b4 Fix some bogus and missing chowns:
444 -> root.wheel
root -> root.wheel
uucp -> uucp.wheel (perhaps this should be .dialer, but .wheel is safer)
missing -> root.wheel

chown to root is usually bogus because mknod had to be run by root to
create the inode.  Setting the group explictly is currently necessary
because MAKEDEV does nothing to ensure that its working directory has
a suitable group.

Driver authors!  Please fix any bogons in MAKEDEV that involve your
drivers.  The sound devices are still world writable...
1995-02-17 12:32:34 +00:00
bde
519080d6b6 Adjust for rearranged slice numbers. Only create partitions on slice 0
for now (there are too many minors to create by default).  The special
sliced disk case ssd*|svn*|swd*) can almost replace the standard disk
case sd*|vn*|wd*) now (it just creates a few more devices), but there
will have to be special cases to allow creating slices 6-31 and partitions
on slices 2-31.

Fix bogus default cases.
1995-02-16 16:03:29 +00:00
joerg
cd60a37260 gettytab:
Add the `lc' option to default.  Having getty understand the issues of
CAPS-only terminals is a nop these days, but `lc' avoids hassles for
people with CAPS-only user names.

Suggested by: Don Yuniskis


weekly:

Modify the call to makewhatis, now that our makewhatis can take the
entire ${MANPATH} as a single argument.
1995-02-16 10:51:53 +00:00
ache
112385cf14 Add include/readline and share/misc/pkg_manage 1995-02-15 20:57:01 +00:00
ache
3284a97842 Make libexec & sbin for tcp_wrapper and others 1995-02-15 19:12:21 +00:00
jkh
794fd6ebe4 Make /var/yp.
Suggested by: se
1995-02-15 01:51:18 +00:00
jkh
fe17654543 Create a /usr/share/isdn directory. 1995-02-15 00:41:23 +00:00
jkh
86c5f007ce Add device entries for ISDN driver. 1995-02-14 23:48:05 +00:00
ugen
1538491f9d Added /dev/snp? entry.. 1995-02-14 21:13:14 +00:00
bde
b05d6b2adc Add chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's.
The group was wrong if MAKEDEV was run in a directory with group other
than wheel.  This may have messed up the group in recent SNAPs
(sysinstall/obj should have group bin).

Reset the umask to 77 after running MAKEDEV.local.  Some cases depend on
the 77 default.  MAKEDEV.local and all cases should probably set the
umask explictly and not depend on a default.  Most cases already set it.
1995-02-10 20:08:25 +00:00
jkh
05810ff0ed Device entries for >32 PTYs.
Submitted by:	Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:10:02 +00:00
wpaul
e44dd23d15 Small NIS fixes:
1) ypserv is started with nis_serverflags, not yppasswddflags (that's what
   I get for cutting & pasting without paying attention).

2) ypbind can also be started with arguments, so turn nis_client to
   nis_clientflags.
1995-02-08 16:42:12 +00:00
ats
6863615c3f Submitted by: Michael Reiffenberger ?
Changed the yppaswddd to a yppaswdd :-).
1995-02-07 20:52:35 +00:00
jkh
5d2cd114db Video Spigot entries.
Submitted by:	Jim Lowe <james@blatz.cs.uwm.edu>
1995-02-07 12:07:18 +00:00
amurai
a9a715e234 Adding ppp configuration files entry for distribution packages. 1995-02-04 11:16:47 +00:00
dima
ef2095da90 comment localhost by default. 1995-02-04 08:32:15 +00:00
wpaul
f134773353 Added options for starting NIS client and server processes. All are
off by default.
1995-02-03 23:54:07 +00:00
jkh
9b15d8ef61 Add tun to list of devices.
Submitted by:	mr
1995-02-01 23:15:11 +00:00
amurai
e71c24a676 This commit was generated by cvs2svn to compensate for changes in r6056,
which included commits to RCS files with non-trunk default branches.
1995-01-31 06:24:33 +00:00
amurai
0487956fcf Reviewed by: 1995-01-31 06:24:33 +00:00
ache
6b3aa529f2 Create necessary symlinks for locale dirs 1995-01-30 15:20:53 +00:00
jkh
195184b8d8 Edit out some extraneous tabs. 1995-01-27 02:20:42 +00:00
jkh
783f9a44fd Disable dset for now - Bruce says it hoses the show. 1995-01-26 19:04:29 +00:00
ache
98ff5a82cf Sync with main termcap 1995-01-26 08:51:52 +00:00
ache
b004a280c7 Add yet one & to kadmin startup to not left second-level shell hanging 1995-01-26 05:25:52 +00:00
ache
766eada794 Use (sleep 20; kadmind ...) & -- wait until kerberos started 1995-01-26 02:58:31 +00:00
jmz
152d1bd214 Add joystick 1995-01-25 21:21:28 +00:00
ache
34f0314cd8 Start kadmind -n (if present) for kerberos server to bring
passwd to life.
1995-01-25 05:06:34 +00:00
wollman
f23e7cf149 Get the right name for the v4 kadmin service. 1995-01-24 18:52:50 +00:00
jkh
55a8fc5382 Add dset call to rc file, right after the databases are rebuilt. 1995-01-24 16:49:14 +00:00
ache
f50518bb24 Cleanup in examples,groff_font,locale directories 1995-01-22 22:37:45 +00:00
wollman
8d8f1eef72 Added kadmin protocol port 1995-01-20 22:00:26 +00:00
wollman
88a4b81c1e Add /usr/include/ss because libss expects its header files to live there. 1995-01-19 22:23:13 +00:00
jkh
92e55ed89f Remove the src tarball stuff from this Makefile - all the release
stuff is on its way out of here and into release/Makefile.
1995-01-17 20:00:01 +00:00
ache
826f239c42 Add tmac/mdoc, needed by ngroff 1995-01-17 17:57:52 +00:00
jkh
d07546f6ba Catch the one I missed. 1995-01-15 11:21:47 +00:00
ache
4e910416fd Sync with base termcap.src 1995-01-15 06:29:22 +00:00
jkh
0fcc7b937d Make one last stab at making this work before I go. 1995-01-15 06:13:46 +00:00
ats
f34d2f9c01 Fix a bug, that someone has introduced into /etc/security. It has no longer
found SUID files, only SGID files. The find has missed some parantheses.
1995-01-14 13:23:50 +00:00
jkh
682add6a1c Actually, there's a better way to do this whole srcdist tarball business.
Take first steps toward implementing it.
1995-01-14 12:48:39 +00:00