summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add processor and worm driversdufault1995-03-042-4/+28
|
* For sd, vn and wd:bde1995-03-042-140/+112
| | | | | | | | | | | | | | | 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*.
* Add Matsushita CDROM device entries.jkh1995-03-022-10/+52
| | | | Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
* Cleanup device names, add more devices for Linux sounddriverache1995-02-272-12/+30
|
* Move symlinks creation hereache1995-02-261-1/+13
|
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-263-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* make distribute change.phk1995-02-251-2/+2
|
* Allow tty0? to be an alias for tty? when creating the dev nodes.joerg1995-02-242-4/+4
| | | | People tend to be confused unnecessarily otherwise.
* Change permissions and ownership of joystick device files.jmz1995-02-222-6/+8
|
* add /usr/local/share, needed by some portsache1995-02-221-1/+3
|
* Fix some bogus and missing chowns:bde1995-02-172-14/+18
| | | | | | | | | | | | | | | 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...
* Adjust for rearranged slice numbers. Only create partitions on slice 0bde1995-02-162-34/+62
| | | | | | | | | | 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.
* gettytab:joerg1995-02-162-11/+8
| | | | | | | | | | | | | | 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.
* Add include/readline and share/misc/pkg_manageache1995-02-151-1/+5
|
* Make libexec & sbin for tcp_wrapper and othersache1995-02-151-1/+5
|
* Make /var/yp.jkh1995-02-151-1/+3
| | | | Suggested by: se
* Create a /usr/share/isdn directory.jkh1995-02-151-1/+3
|
* Add device entries for ISDN driver.jkh1995-02-142-2/+114
|
* Added /dev/snp? entry..ugen1995-02-142-2/+18
|
* Add chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's.bde1995-02-102-22/+38
| | | | | | | | | | 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.
* Device entries for >32 PTYs.jkh1995-02-092-26/+40
| | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
* Small NIS fixes:wpaul1995-02-082-7/+7
| | | | | | | | 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.
* Submitted by: Michael Reiffenberger ?ats1995-02-071-2/+2
| | | | Changed the yppaswddd to a yppaswdd :-).
* Video Spigot entries.jkh1995-02-072-2/+18
| | | | Submitted by: Jim Lowe <james@blatz.cs.uwm.edu>
* Adding ppp configuration files entry for distribution packages.amurai1995-02-041-1/+5
|
* comment localhost by default.dima1995-02-041-2/+2
|
* Added options for starting NIS client and server processes. All arewpaul1995-02-032-1/+26
| | | | off by default.
* Add tun to list of devices.jkh1995-02-012-2/+16
| | | | Submitted by: mr
* This commit was generated by cvs2svn to compensate for changes in r6056,amurai1995-01-315-0/+291
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Reviewed by: amurai1995-01-315-0/+291
|
* Create necessary symlinks for locale dirsache1995-01-301-1/+23
|
* Edit out some extraneous tabs.jkh1995-01-271-3/+3
|
* Disable dset for now - Bruce says it hoses the show.jkh1995-01-261-2/+2
|
* Sync with main termcapache1995-01-261-2/+1
|
* Add yet one & to kadmin startup to not left second-level shell hangingache1995-01-261-1/+1
|
* Use (sleep 20; kadmind ...) & -- wait until kerberos startedache1995-01-261-1/+1
|
* Add joystickjmz1995-01-252-2/+18
|
* Start kadmind -n (if present) for kerberos server to bringache1995-01-251-1/+4
| | | | passwd to life.
* Get the right name for the v4 kadmin service.wollman1995-01-241-3/+3
|
* Add dset call to rc file, right after the databases are rebuilt.jkh1995-01-241-1/+4
|
* Cleanup in examples,groff_font,locale directoriesache1995-01-221-7/+7
|
* Added kadmin protocol portwollman1995-01-201-1/+3
|
* Add /usr/include/ss because libss expects its header files to live there.wollman1995-01-191-1/+3
|
* Remove the src tarball stuff from this Makefile - all the releasejkh1995-01-171-116/+1
| | | | stuff is on its way out of here and into release/Makefile.
* Add tmac/mdoc, needed by ngroffache1995-01-171-1/+3
|
* Catch the one I missed.jkh1995-01-151-2/+2
|
* Sync with base termcap.srcache1995-01-151-1/+1
|
* Make one last stab at making this work before I go.jkh1995-01-151-41/+60
|
* Fix a bug, that someone has introduced into /etc/security. It has no longerats1995-01-141-2/+2
| | | | found SUID files, only SGID files. The find has missed some parantheses.
* Actually, there's a better way to do this whole srcdist tarball business.jkh1995-01-141-31/+24
| | | | Take first steps toward implementing it.
OpenPOWER on IntegriCloud