]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoCorrect various mentions of rc.conf
Jordan K. Hubbard [Sat, 13 Feb 1999 05:30:49 +0000 (05:30 +0000)]
Correct various mentions of rc.conf

25 years agoUpdate to current state of /etc
Jordan K. Hubbard [Sat, 13 Feb 1999 05:18:06 +0000 (05:18 +0000)]
Update to current state of /etc

25 years agoAdd some examples of how to throw a window up on your display when
Brian Somers [Sat, 13 Feb 1999 00:59:19 +0000 (00:59 +0000)]
Add some examples of how to throw a window up on your display when
the peer demands authentication, and add some more detail to the
example configurations.

This is the first time I've written any TCL, so I'd appreciate it
if someone eyeballed the *-auth stuff and fixed any glaring problems.

25 years agomore words about return value
Andrey A. Chernov [Sat, 13 Feb 1999 00:04:54 +0000 (00:04 +0000)]
more words about return value

25 years agore-phrase things a bit
Andrey A. Chernov [Fri, 12 Feb 1999 23:52:29 +0000 (23:52 +0000)]
re-phrase things a bit

25 years agofix wrong return result
Andrey A. Chernov [Fri, 12 Feb 1999 23:40:41 +0000 (23:40 +0000)]
fix wrong return result
fix n=0 case
improve manpage

25 years agosubstitute ss
Andrey A. Chernov [Fri, 12 Feb 1999 21:14:41 +0000 (21:14 +0000)]
substitute ss
Submitted by: "D. Rock" <rock@cs.uni-sb.de>

25 years agoadd more checks for substitution
Andrey A. Chernov [Fri, 12 Feb 1999 20:56:49 +0000 (20:56 +0000)]
add more checks for substitution
dissalow substituted character be ordered

25 years ago jkh accidently removed rc.diskless1 & 2, then put rc.diskless back when
Matthew Dillon [Fri, 12 Feb 1999 20:51:38 +0000 (20:51 +0000)]
jkh accidently removed rc.diskless1 & 2, then put rc.diskless back when
    he moved rc.conf.  Then he deleted rc.diskless when it ( of course ) didn't
    work.  Now I'm putting the originally accidently removed rc.diskless{1,2}
    back in.

25 years ago Minor optimization to madvise() MADV_FREE to make page as freeable as
Matthew Dillon [Fri, 12 Feb 1999 20:42:19 +0000 (20:42 +0000)]
Minor optimization to madvise() MADV_FREE to make page as freeable as
    possible without actually unmapping it from the process.

    As of now, I declare madvise() on OBJT_DEFAULT/OBJT_SWAP objects to be
    'working and complete'.

25 years agofix English
Andrey A. Chernov [Fri, 12 Feb 1999 20:39:06 +0000 (20:39 +0000)]
fix English
detect recursive substitutions
allow substituted character not present in the order

25 years agoMerge from RELENG_3.
Andrzej Bialecki [Fri, 12 Feb 1999 20:36:13 +0000 (20:36 +0000)]
Merge from RELENG_3.

25 years agofix tabs lost apparently in copy&paste
Andrey A. Chernov [Fri, 12 Feb 1999 19:45:53 +0000 (19:45 +0000)]
fix tabs lost apparently in copy&paste

25 years agoImproved reporting of autodetected speed and duplex.
Julian Elischer [Fri, 12 Feb 1999 17:56:23 +0000 (17:56 +0000)]
Improved reporting of autodetected speed and duplex.
Now should be able to report speed for cards using NatSemi PHY.
(if you have one please let me know if it works as I
only have the Intel version)

Reviewed by: David Greenman <dg@root.com>

25 years agoRemove float-point dependency from i386's version of setjmp()/longjmp().
Daniel C. Sobral [Fri, 12 Feb 1999 17:22:30 +0000 (17:22 +0000)]
Remove float-point dependency from i386's version of setjmp()/longjmp().

25 years agoCopy _setjmp.S from libc in preparation for loader-specific version.
Daniel C. Sobral [Fri, 12 Feb 1999 17:20:19 +0000 (17:20 +0000)]
Copy _setjmp.S from libc in preparation for loader-specific version.

25 years agoMerge from OpenBSD up to rev 1.7 (matches NetBSD rev 1.4):
Eivind Eklund [Fri, 12 Feb 1999 15:06:55 +0000 (15:06 +0000)]
Merge from OpenBSD up to rev 1.7 (matches NetBSD rev 1.4):

Misc small cleanups.

25 years agoMerge from OpenBSD up to rev 1.5 (matches NetBSD up to rev 1.3):
Eivind Eklund [Fri, 12 Feb 1999 14:42:31 +0000 (14:42 +0000)]
Merge from OpenBSD up to rev 1.5 (matches NetBSD up to rev 1.3):
* Clean up waitpid parameter handling.

25 years agoBack out the NetBSD .Nm changes - we don't have the required
Eivind Eklund [Fri, 12 Feb 1999 13:24:45 +0000 (13:24 +0000)]
Back out the NetBSD .Nm changes - we don't have the required
infrastructure, and I don't seem to find time to merge it.

25 years agoFixed -Wcast-qual warnings.
Bruce Evans [Fri, 12 Feb 1999 12:44:19 +0000 (12:44 +0000)]
Fixed -Wcast-qual warnings.

25 years agoFixed fatal type mismatches in the aout case. Const poisoning in
Bruce Evans [Fri, 12 Feb 1999 12:15:07 +0000 (12:15 +0000)]
Fixed fatal type mismatches in the aout case.  Const poisoning in
db_sym.h had not reached here.

25 years agoCorrect i/o addresses for dgb & dgm
Brian Somers [Fri, 12 Feb 1999 12:15:02 +0000 (12:15 +0000)]
Correct i/o addresses for dgb & dgm
Submitted for dgm by: Andre Oppermann <opi@opi.flirtbox.ch>

25 years ago Fix non-fatal bug in vm_map_insert() which improperly cleared
Matthew Dillon [Fri, 12 Feb 1999 09:51:43 +0000 (09:51 +0000)]
Fix non-fatal bug in vm_map_insert() which improperly cleared
    OBJ_ONEMAPPING in the case where an object is extended by an
    additional vm_map_entry must be allocated.

    In vm_object_madvise(), remove calll to vm_page_cache() in MADV_FREE
    case in order to avoid a page fault on page reuse.  However, we still
    mark the page as clean and destroy any swap backing store.

Submitted by: Alan Cox <alc@cs.rice.edu>

25 years agoSync with sys/i386/i386/machdep.c revision 1.325.
KATO Takenori [Fri, 12 Feb 1999 09:15:33 +0000 (09:15 +0000)]
Sync with sys/i386/i386/machdep.c revision 1.325.

25 years agoRemoved occurrences of consecutive repeated words (such as "the the").
Alexander Langer [Fri, 12 Feb 1999 02:12:08 +0000 (02:12 +0000)]
Removed occurrences of consecutive repeated words (such as "the the").

25 years agoWhen executing a command as part of a dial/login/hangup
Brian Somers [Fri, 12 Feb 1999 00:52:30 +0000 (00:52 +0000)]
When executing a command as part of a dial/login/hangup
script, expand words in the same way as !bg does.

25 years agoAllow both old and new rc.conf syntax.
Jordan K. Hubbard [Fri, 12 Feb 1999 00:17:12 +0000 (00:17 +0000)]
Allow both old and new rc.conf syntax.

25 years agoDo not issue RX and TX reset commands in xl_stop() and xl_init(). On the
Bill Paul [Thu, 11 Feb 1999 23:59:29 +0000 (23:59 +0000)]
Do not issue RX and TX reset commands in xl_stop() and xl_init(). On the
3c905B, the RX and TX reset commands also reset the cyclone chip's internal
PHY, which causes it to restart its autonegotiation session. This takes a
second or two to complete, which makes the interface seem to stop responding
for a few seconds every time you do something that reinitializes it.

Issuing the RX and TX resets on the older 3c905 boomerang adapters doesn't
cause any delay because the boomerang chip requires an external PHY.

This should fix the problem where people doing network installs via 3c905B
cards experience a delay after the interface is first initialized, among
other things.

25 years agoDefine more registers and fix incorrect (but unused) register bit definitions.
Julian Elischer [Thu, 11 Feb 1999 23:41:21 +0000 (23:41 +0000)]
Define more registers and fix incorrect (but unused) register bit definitions.

25 years agoDefine more registers in the PHY unit and use them to report back
Julian Elischer [Thu, 11 Feb 1999 21:47:10 +0000 (21:47 +0000)]
Define more registers in the PHY unit and use them to report back
the result of the media auto negotiation.

Reviewed by: David Greenman <dg@freebsd.org>

25 years agoAdd a note about the insecurity of MD4 and potential vulnerability of
Garrett Wollman [Thu, 11 Feb 1999 20:31:49 +0000 (20:31 +0000)]
Add a note about the insecurity of MD4 and potential vulnerability of
MD5 to similar attacks.

25 years agoUse the fictional server "CHANGE_THIS.FreeBSD.org". Add comments
John Polstra [Thu, 11 Feb 1999 18:14:03 +0000 (18:14 +0000)]
Use the fictional server "CHANGE_THIS.FreeBSD.org".  Add comments
telling the user to (duh) change it.

25 years agoRELENG_3 is now "the" stable branch.
John Polstra [Thu, 11 Feb 1999 18:04:17 +0000 (18:04 +0000)]
RELENG_3 is now "the" stable branch.

25 years agoReplace the out-of-date list of mirror sites with a reference to the
John Polstra [Thu, 11 Feb 1999 17:56:11 +0000 (17:56 +0000)]
Replace the out-of-date list of mirror sites with a reference to the
list in the FreeBSD Handbook.

25 years ago$Id$ misspelled as $Id
Wolfram Schneider [Thu, 11 Feb 1999 17:09:27 +0000 (17:09 +0000)]
$Id$ misspelled as $Id

Submitted by: bde

25 years ago/etc/ppp/ppp.*.sample -> /usr/share/examples/ppp/ppp.*.sample
Brian Somers [Thu, 11 Feb 1999 16:34:15 +0000 (16:34 +0000)]
/etc/ppp/ppp.*.sample -> /usr/share/examples/ppp/ppp.*.sample

25 years agoAdd ppp example files.
Brian Somers [Thu, 11 Feb 1999 16:33:14 +0000 (16:33 +0000)]
Add ppp example files.

25 years agoAdd /usr/share/examples/ppp directory
Brian Somers [Thu, 11 Feb 1999 16:30:56 +0000 (16:30 +0000)]
Add /usr/share/examples/ppp directory
Don't install /etc/ppp/ppp.*.example
Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample

25 years agoThis tries to install rc.diskless, but there is no such file.
Jordan K. Hubbard [Thu, 11 Feb 1999 15:46:22 +0000 (15:46 +0000)]
This tries to install rc.diskless, but there is no such file.
I don't know which of the two to install in its place so just
remove it for now and get the release build working again.

25 years agoAdd spanish mirrors to FTP menu.
Jordan K. Hubbard [Thu, 11 Feb 1999 14:42:39 +0000 (14:42 +0000)]
Add spanish mirrors to FTP menu.

25 years agoList diamond fireport cards under Symbios section.
Jordan K. Hubbard [Thu, 11 Feb 1999 14:00:14 +0000 (14:00 +0000)]
List diamond fireport cards under Symbios section.

Submitted by: Stephen McKay <syssgm@detir.qld.gov.au>

25 years agofix conflicts
David E. O'Brien [Thu, 11 Feb 1999 12:49:40 +0000 (12:49 +0000)]
fix conflicts

25 years agoThis commit was generated by cvs2svn to compensate for changes in r43892,
David E. O'Brien [Thu, 11 Feb 1999 12:40:22 +0000 (12:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r43892,
which included commits to RCS files with non-trunk default branches.

25 years agoVirgin import of ISC-DHCP v2.0b1pl11
David E. O'Brien [Thu, 11 Feb 1999 12:40:22 +0000 (12:40 +0000)]
Virgin import of ISC-DHCP v2.0b1pl11

25 years agoupdate for latest import
David E. O'Brien [Thu, 11 Feb 1999 12:39:45 +0000 (12:39 +0000)]
update for latest import

25 years agoAdded ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.
Roger Hardiman [Thu, 11 Feb 1999 10:22:30 +0000 (10:22 +0000)]
Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.
Submitted by Roger Hardiman.

Added ioctl TVTUNER_GETCHANSET to discover which regions the bktr driver
supports. Submitted by Vsevolod Lobko <seva@alex-ua.com>

Added BT848_GPIO_SET_EN,BT848_GPIO_SET_DATA (and GETs) to allow user land
control of the GPIO pins. This allows a Radio module on the GPIO port
to be controlled. Submitted by Vsevolod Lobko <seva@alex-ua.com>
The kernel option BKTR_GPIO_ACCESS must be used to enable the GPIO ioctls.

Submitted by: Roger Hardiman and Vsevolod Lobko <seva@alex-ua.com>

25 years agoAdded new ioctls for Hauppage Infra-Red Remote Control support,
Roger Hardiman [Thu, 11 Feb 1999 10:18:04 +0000 (10:18 +0000)]
Added new ioctls for Hauppage Infra-Red Remote Control support,
Obtaining the supported channel sets and Controlling the GPIO port.

Submitted by: Roger Hardiman and Vsevolod Lobko <seva@alex-ua.com>

25 years agoWhen resending chap challenges, resend the same challenge
Brian Somers [Thu, 11 Feb 1999 10:14:08 +0000 (10:14 +0000)]
When resending chap challenges, resend the same challenge
each time rather than making up a new one.

Increase the authname/authkey max sizes to 100 characters.

Allow ``authkey'' specifications beginning with ``!''.
When a challenge is received, the text following the
``!'' is executed as a program (expanding stuff in the same
way that ``sh'' and ``!bg'' do).  The program is passed the
peer name, peer challenge and local ``authname'' on standard
input and is expected to output the name/key combination that
should be used to build the CHAP response.

This provides support for Secure ID cards (guess what I was
given at work recently!) using CHAP.

Examples will follow.

25 years agoZero p->retval[1] when starting a process. This value ends up in %edx
Mike Smith [Thu, 11 Feb 1999 07:53:28 +0000 (07:53 +0000)]
Zero p->retval[1] when starting a process.  This value ends up in %edx
when the process starts, and having it nonzero causes statically-linked
Linux binaries to fail.

PR: i386/10015
Submitted by: Marcel Moolenaar <marcel@scc.nl>

25 years agoSet the ultra enable bits in the adaptor's scratch ram area only after
Justin T. Gibbs [Thu, 11 Feb 1999 07:12:16 +0000 (07:12 +0000)]
Set the ultra enable bits in the adaptor's scratch ram area only after
we finish modifying our in kernel version during seeprom configuration.

25 years agoMake the ahc_eisa file also optional on 'eisa'.
Justin T. Gibbs [Thu, 11 Feb 1999 07:11:00 +0000 (07:11 +0000)]
Make the ahc_eisa file also optional on 'eisa'.

25 years agoEnsure that the ACK from the last information transfer phase has been
Justin T. Gibbs [Thu, 11 Feb 1999 07:10:20 +0000 (07:10 +0000)]
Ensure that the ACK from the last information transfer phase has been
de-asserted by the initiator before changing phase or releasing the bus.
Corrects a SCSI specification violation in target mode.

25 years agoCompletely set information in the transaction description before performing
Justin T. Gibbs [Thu, 11 Feb 1999 07:08:58 +0000 (07:08 +0000)]
Completely set information in the transaction description before performing
a selwakeup for it.  Cosmetic.

25 years agoCorrect a race condition where a target mode SCB dma could occur
Justin T. Gibbs [Thu, 11 Feb 1999 07:07:27 +0000 (07:07 +0000)]
Correct a race condition where a target mode SCB dma could occur
before we finished setting the pending phase information.

Use the ALL_TARGETS_MASK #define instead of 0xffff for the default
ultraenb mask.

25 years agoCorrect some indentation
Greg Lehey [Thu, 11 Feb 1999 06:44:46 +0000 (06:44 +0000)]
Correct some indentation

Implicitly-desired-by: bde
update_plex_state:  Handle empty RAID-5 plexes correctly

25 years agobuild_write_request: correct logic for handling writes to volumes with
Greg Lehey [Thu, 11 Feb 1999 06:44:12 +0000 (06:44 +0000)]
build_write_request: correct logic for handling writes to volumes with
failed plexes.

allocrqg: Remove dead code

25 years agocheck_drive: Make sure that we don't open two different drives with
Greg Lehey [Thu, 11 Feb 1999 06:43:15 +0000 (06:43 +0000)]
check_drive: Make sure that we don't open two different drives with
the same name.  Silently return EEXIST if this happens.

vinum_scandisk: Collect drive numbers, not pointers, to avoid problems
of relocated drives.

Tripped-over-by: Bernd Walter <ticso@cicely.de>
25 years agoIn some cases, it's possible that I/O errors will cause the daemon to
Greg Lehey [Thu, 11 Feb 1999 06:42:39 +0000 (06:42 +0000)]
In some cases, it's possible that I/O errors will cause the daemon to
time out on an operation.  Under these circumstances, vinum(8) will
automatically start another daemon.  Add a pid for the daemon, so that
an overtaken daemon will discover that it's no longer in favour, and
will crawl into a corner and die.

25 years agoModify example configuration file to show more optimum stripe size of
Greg Lehey [Thu, 11 Feb 1999 06:14:49 +0000 (06:14 +0000)]
Modify example configuration file to show more optimum stripe size of
256 kB instead of 16 kB.

Pointed-out-by: Steve Taylor <staylor@cybernet.com>
Modify description of start command to include 'start' with no
parameters, which reads the config from all drives found on the
system.

25 years agoExtend 'start' command: if used without any parameters, vinum scans
Greg Lehey [Thu, 11 Feb 1999 06:14:15 +0000 (06:14 +0000)]
Extend 'start' command: if used without any parameters, vinum scans
all disks known to devstat for vinum drives and reads their
configuration.

25 years agoCheck for both kinds of Vinum module (with and without RAID-5). Using
Greg Lehey [Thu, 11 Feb 1999 06:13:44 +0000 (06:13 +0000)]
Check for both kinds of Vinum module (with and without RAID-5).  Using
the wrong module can cause confusion, including loading both versions
(which conflict with each other) and incorrect ioctls, which cause
unintelligible error messages.

Extend 'start' command: if used without any parameters, vinum scans
all disks known to devstat for vinum drives and reads their
configuration.

25 years agoInclude libdevstat in executable, for extended start command.
Greg Lehey [Thu, 11 Feb 1999 06:12:06 +0000 (06:12 +0000)]
Include libdevstat in executable, for extended start command.

25 years agoFix typos
Joseph Koshy [Thu, 11 Feb 1999 06:07:27 +0000 (06:07 +0000)]
Fix typos

25 years agoadd -1 option: Try once, if we fail, EXIT
David E. O'Brien [Wed, 10 Feb 1999 23:51:25 +0000 (23:51 +0000)]
add -1 option: Try once, if we fail, EXIT

Obtained from: OpenBSD

25 years agoremove cruft I meant to remove
David E. O'Brien [Wed, 10 Feb 1999 21:23:48 +0000 (21:23 +0000)]
remove cruft I meant to remove

25 years agohook in dhclient
David E. O'Brien [Wed, 10 Feb 1999 21:09:48 +0000 (21:09 +0000)]
hook in dhclient

25 years ago* fix paths in manpages
David E. O'Brien [Wed, 10 Feb 1999 21:02:32 +0000 (21:02 +0000)]
* fix paths in manpages
* sort references

25 years agoThis commit was generated by cvs2svn to compensate for changes in r43855,
David E. O'Brien [Wed, 10 Feb 1999 20:51:22 +0000 (20:51 +0000)]
This commit was generated by cvs2svn to compensate for changes in r43855,
which included commits to RCS files with non-trunk default branches.

25 years agobmake framework for ISC-DHCP client
David E. O'Brien [Wed, 10 Feb 1999 20:51:22 +0000 (20:51 +0000)]
bmake framework for ISC-DHCP client

25 years agoThe ypbind_setdom_2 procedure returns NULL in the success case. This is
Bill Paul [Wed, 10 Feb 1999 20:04:22 +0000 (20:04 +0000)]
The ypbind_setdom_2 procedure returns NULL in the success case. This is
incorrect; returning NULL here means that the dispatcher won't send any
response back to the caller, which means the caller will sit there waiting
until it times out. I don't know how this ever worked before. The effect
is that using 'ypset foo' to get the local ypbind to change servers would
work, but would sit there hanging for a long time for no reason.

25 years agoOur default /etc/dhclient.conf.
David E. O'Brien [Wed, 10 Feb 1999 18:30:01 +0000 (18:30 +0000)]
Our default /etc/dhclient.conf.

25 years agoDon't use an arbitrary hardcoded value for nfds in select() calls.
Dag-Erling Smørgrav [Wed, 10 Feb 1999 18:08:51 +0000 (18:08 +0000)]
Don't use an arbitrary hardcoded value for nfds in select() calls.

PR: bin/9986

25 years agoUse /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf
Jordan K. Hubbard [Wed, 10 Feb 1999 18:08:16 +0000 (18:08 +0000)]
Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf
as necessary (for half-assed upgrades).

25 years agoAdd some tweaks to hopefully fix a problem I've started to notice recently.
Bill Paul [Wed, 10 Feb 1999 16:16:14 +0000 (16:16 +0000)]
Add some tweaks to hopefully fix a problem I've started to notice recently.
Under certain conditions (possibly associated with heavy load), ypserv will
fork() child processes that don't exit like they're supposed to. I think
this is because of some suspect logic in the ypproc_all procedure. I updated
it to use what I hope is a more bulletproof approach.

Also tweaked yp_svc_run() a little so that the 'are we a child?' test happens
at every pass through the for(;;) loop, not just immediately after returning
from svc_getreqset2().

25 years ago- Revise text, and fix typos and grammatical errors.
Kazutaka YOKOTA [Wed, 10 Feb 1999 14:25:03 +0000 (14:25 +0000)]
- Revise text, and fix typos and grammatical errors.
- Add syscons.4.

If there still are errors, whether technical or grammatical, they are
entirely mine, not the reviewers'.

Reviewed by: sos, jkh, archie, Nick Hilliard <nick@iol.ie>

25 years agoFixed COPYRIGHT_PC98 (good bye 1998).
KATO Takenori [Wed, 10 Feb 1999 13:09:09 +0000 (13:09 +0000)]
Fixed COPYRIGHT_PC98 (good bye 1998).

Noticed by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>

25 years agoSync with sys/i386/i386/userconfig.c revision 1.130.
KATO Takenori [Wed, 10 Feb 1999 13:02:38 +0000 (13:02 +0000)]
Sync with sys/i386/i386/userconfig.c revision 1.130.

25 years agouse /sbin/dhclient-script rather than /etc/dhclient-script
David E. O'Brien [Wed, 10 Feb 1999 09:35:26 +0000 (09:35 +0000)]
use /sbin/dhclient-script rather than /etc/dhclient-script

Obtained from: OpenBSD

25 years agopatch-ac from ports/net/isc-dhcp2
David E. O'Brien [Wed, 10 Feb 1999 09:18:30 +0000 (09:18 +0000)]
patch-ac from ports/net/isc-dhcp2

date: 1997/06/03 06:24:11;  author: pst
current apparently defines INADDR_LOOPBACK

25 years agoInformation on how I did the import.
David E. O'Brien [Wed, 10 Feb 1999 09:16:11 +0000 (09:16 +0000)]
Information on how I did the import.

I still have reservations about choosing the ISC client over the WIDE client,
but I believe the FreeBSD community in general seems to prefer this choice.
Also OpenBSD uses this version and msmith showed that the ISC client gives
us more choices in how we hook the client into sysinstall and /etc/rc*

25 years agoInstall the correct rc.conf file.
Jordan K. Hubbard [Wed, 10 Feb 1999 09:15:27 +0000 (09:15 +0000)]
Install the correct rc.conf file.

25 years agoInstall a little, erm, less from the etc/defaults directory.
Jordan K. Hubbard [Wed, 10 Feb 1999 09:14:05 +0000 (09:14 +0000)]
Install a little, erm, less from the etc/defaults directory.

25 years agoVirgin import of ISC-DHCP v2.0b1pl6
David E. O'Brien [Wed, 10 Feb 1999 09:10:13 +0000 (09:10 +0000)]
Virgin import of ISC-DHCP v2.0b1pl6

25 years agoThis commit was generated by cvs2svn to compensate for changes in r43829,
David E. O'Brien [Wed, 10 Feb 1999 09:10:13 +0000 (09:10 +0000)]
This commit was generated by cvs2svn to compensate for changes in r43829,
which included commits to RCS files with non-trunk default branches.

25 years agoRemove the lpt(4) page, and fix references in the lp(4) and rdp(4) pages.
Dag-Erling Smørgrav [Wed, 10 Feb 1999 02:45:06 +0000 (02:45 +0000)]
Remove the lpt(4) page, and fix references in the lp(4) and rdp(4) pages.
Also fix a language nit in the rdp(4) page.

25 years agoRemove the lpt driver, as discussed on -hackers.
Dag-Erling Smørgrav [Wed, 10 Feb 1999 02:41:24 +0000 (02:41 +0000)]
Remove the lpt driver, as discussed on -hackers.

25 years agoRemove lpt from the device list.
Dag-Erling Smørgrav [Wed, 10 Feb 1999 02:37:24 +0000 (02:37 +0000)]
Remove lpt from the device list.
Add the rdp driver (forgotten by Joerg?)

25 years agoUse ppbus instead of the lpt driver.
Dag-Erling Smørgrav [Wed, 10 Feb 1999 02:26:04 +0000 (02:26 +0000)]
Use ppbus instead of the lpt driver.

25 years agoUse ppbus instead of the lpt driver. Throw in a (commented-out) vpo entry
Dag-Erling Smørgrav [Wed, 10 Feb 1999 02:18:31 +0000 (02:18 +0000)]
Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entry
for good measure.

25 years agoThe loader doesn't use '@' to suppress command lines anymore.
Mike Smith [Wed, 10 Feb 1999 01:57:38 +0000 (01:57 +0000)]
The loader doesn't use '@' to suppress command lines anymore.

25 years agoFix vmstat display problems. The header printout wasn't quite right, and
Kenneth D. Merry [Wed, 10 Feb 1999 00:46:27 +0000 (00:46 +0000)]
Fix vmstat display problems.  The header printout wasn't quite right, and
the display wrapped around.

This decreases the default maximum number of disks shown to 2, so things
don't wrap around so easily.  Also, it fixes the header display issues.

Submitted by: Bruce Evans <bde@FreeBSD.ORG>

25 years agoSave pnp changes into a sysctl variable for kget, just as is done
Jordan K. Hubbard [Wed, 10 Feb 1999 00:26:47 +0000 (00:26 +0000)]
Save pnp changes into a sysctl variable for kget, just as is done
with the isa changes.

25 years agoAdd a prioritization field to the devstat_add_entry() call so that
Kenneth D. Merry [Wed, 10 Feb 1999 00:04:13 +0000 (00:04 +0000)]
Add a prioritization field to the devstat_add_entry() call so that
peripheral drivers can determine where in the devstat(9) list they are
inserted.

This requires recompilation of libdevstat, systat, vmstat, rpc.rstatd, and
any ports that depend on the devstat code, since the size of the devstat
structure has changed.  The devstat version number has been incremented as
well to reflect the change.

This sorts devices in the devstat list in "more interesting" to "less
interesting" order.  So, for instance, da devices are now more important
than floppy drives, and so will appear before floppy drives in the default
output from systat, iostat, vmstat, etc.

The order of devices is, for now, kept in a central table in devicestat.h.
If individual drivers were able to make a meaningful decision on what
priority they should be at attach time, we could consider splitting the
priority information out into the various drivers.  For now, though, they
have no way of knowing that, so it's easier to put them in an easy to find
table.

Also, move the checkversion() call in vmstat(8) to a more logical place.

Thanks to Bruce and David O'Brien for suggestions, for reviewing this, and
for putting up with the long time it has taken me to commit it.  Bruce did
object somewhat to the central priority table (he would rather the
priorities be distributed in each driver), so his objection is duly noted
here.

Reviewed by: bde, obrien

25 years agoReviewed by: jkh
Wes Peters [Tue, 9 Feb 1999 23:55:13 +0000 (23:55 +0000)]
Reviewed by: jkh
Submitted by: wes
Added commentary to ttys to clarify the meaning of the columns.
Added commentary to ttys to clarify the meaning of the columns.

25 years agoReviewed by: jkh
Wes Peters [Tue, 9 Feb 1999 23:55:04 +0000 (23:55 +0000)]
Reviewed by: jkh
Submitted by: wes
Added commentary to ttys to clarify the meaning of the columns.

25 years agoInstall rc.conf properly into /etc/defaults/ directory.
Jordan K. Hubbard [Tue, 9 Feb 1999 23:17:25 +0000 (23:17 +0000)]
Install rc.conf properly into /etc/defaults/ directory.

25 years agoWrite changes out to /etc/rc.conf again; rc.conf.site is dead!
Jordan K. Hubbard [Tue, 9 Feb 1999 22:18:10 +0000 (22:18 +0000)]
Write changes out to /etc/rc.conf again; rc.conf.site is dead!

25 years agoAdd /etc/defaults.
Jordan K. Hubbard [Tue, 9 Feb 1999 22:17:15 +0000 (22:17 +0000)]
Add /etc/defaults.

25 years agoMove rc.conf into defaults/ directory. This is part of a larger series
Jordan K. Hubbard [Tue, 9 Feb 1999 22:15:18 +0000 (22:15 +0000)]
Move rc.conf into defaults/ directory.  This is part of a larger series
of commits to deal with the rc.conf.site confusion.

25 years ago Update diskless and templated booting examples
Matthew Dillon [Tue, 9 Feb 1999 17:44:00 +0000 (17:44 +0000)]
Update diskless and templated booting examples