]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years ago Minor reorganization of vm_page_alloc(). No functional changes have
dillon [Mon, 15 Feb 1999 06:52:14 +0000 (06:52 +0000)]
Minor reorganization of vm_page_alloc().  No functional changes have
    been made but the code has been reorganized and documented to make
    it more readable, reduce the size of the code, and optimize the branch
    path caching capabilities that most modern processors have.

25 years ago- Set the system immutable flag when installing ld.so to avoid people
nate [Mon, 15 Feb 1999 05:02:54 +0000 (05:02 +0000)]
- Set the system immutable flag when installing ld.so to avoid people
  accidentally clobbering it.

Submitted by: numberous people on -current

25 years agoAdd entry for gnome category.
jkh [Mon, 15 Feb 1999 04:57:07 +0000 (04:57 +0000)]
Add entry for gnome category.

25 years agoWrite out new boot blocks on upgrade.
jkh [Mon, 15 Feb 1999 02:22:47 +0000 (02:22 +0000)]
Write out new boot blocks on upgrade.

25 years agoDo a better job of finding the default root device.
jkh [Mon, 15 Feb 1999 02:22:24 +0000 (02:22 +0000)]
Do a better job of finding the default root device.

25 years ago Fix a bug in the new madvise() code that would possibly (improperly)
dillon [Mon, 15 Feb 1999 02:03:40 +0000 (02:03 +0000)]
Fix a bug in the new madvise() code that would possibly (improperly)
    free swap space out from under a busy page.  This is not legal because
    the swap may be reallocated and I/O issued while I/O is still in
    progress on the same swap page from the madvise()'d object.  This bug
    could only occur under extreme paging conditions but might not cause
    an error until much later.  As a side-benefit, madvise() is now even
    smaller.

25 years agoaway go lkms, in come klds.
jkh [Mon, 15 Feb 1999 00:56:38 +0000 (00:56 +0000)]
away go lkms, in come klds.

25 years agoUnbreak the fixit floppy.
jkh [Mon, 15 Feb 1999 00:49:33 +0000 (00:49 +0000)]
Unbreak the fixit floppy.
Clean up some of the media handling to use common routines.

25 years agoCopy the 'reboot' script only for "dial" floppy.
abial [Mon, 15 Feb 1999 00:27:00 +0000 (00:27 +0000)]
Copy the 'reboot' script only for "dial" floppy.

25 years agoRemove couple of 'extern int errno'. (They turned to something funny when
dt [Sun, 14 Feb 1999 22:22:54 +0000 (22:22 +0000)]
Remove couple of 'extern int errno'. (They turned to something funny when
<errno.h> included).

25 years agoCosmetic reformating.
obrien [Sun, 14 Feb 1999 22:04:09 +0000 (22:04 +0000)]
Cosmetic reformating.

25 years agoMore appropriate fix to the id_irq read during probe
nsouch [Sun, 14 Feb 1999 22:02:47 +0000 (22:02 +0000)]
More appropriate fix to the id_irq read during probe

25 years agoFrom rev. 1.12 of usr.sbin/pstat/pstat.c by phk:
dt [Sun, 14 Feb 1999 21:42:05 +0000 (21:42 +0000)]
From rev. 1.12 of usr.sbin/pstat/pstat.c by phk:
Reflect the fact that we do not swap on the first <dmmax> blocks of a
swapdev, to protect disklabels and other such magic stuff.

25 years agoPut a convenient marker in rc.conf to show updates.
jkh [Sun, 14 Feb 1999 21:35:02 +0000 (21:35 +0000)]
Put a convenient marker in rc.conf to show updates.
Better screen saver descriptions.

25 years agoFix incorrect initial state for two variables.
jkh [Sun, 14 Feb 1999 21:26:29 +0000 (21:26 +0000)]
Fix incorrect initial state for two variables.

25 years ago Only needed to cast array index from char to unsigned char, did not
dillon [Sun, 14 Feb 1999 20:58:21 +0000 (20:58 +0000)]
Only needed to cast array index from char to unsigned char, did not
    also have to cast it to int.  (int)(unsigned char)char_exp ->
    (unsigned char)char_exp.

25 years agoOn second thought: do previous fux in pcic.c better.
guido [Sun, 14 Feb 1999 20:41:01 +0000 (20:41 +0000)]
On second thought: do previous fux in pcic.c better.
Now we just untimeout the call to inserted() if it exists.

25 years agoMF3: add SYSVMSG
jkh [Sun, 14 Feb 1999 20:28:38 +0000 (20:28 +0000)]
MF3: add SYSVMSG

25 years agoSomehow, it is possible to get a pcicintr() when in the resume process.
guido [Sun, 14 Feb 1999 20:16:15 +0000 (20:16 +0000)]
Somehow, it is possible to get a pcicintr() when in the resume process.
This will trigger inserted()) to be called twice which confuses pccardd.
Add code to not process pcicitr())'s when in the middle of a resume
process. The real insertion of cards and the emulated one in the suspend/resume
code really do not mix up.

25 years agoMF3: SYSVMSG addition, fluff with release notes.
jkh [Sun, 14 Feb 1999 20:14:58 +0000 (20:14 +0000)]
MF3: SYSVMSG addition, fluff with release notes.

25 years agoInclude all the recent screen savers.
jkh [Sun, 14 Feb 1999 20:14:07 +0000 (20:14 +0000)]
Include all the recent screen savers.

25 years agoLook in correct rc.conf file.
jkh [Sun, 14 Feb 1999 20:06:02 +0000 (20:06 +0000)]
Look in correct rc.conf file.

Submitted by: Kevin Street <street@iname.com

25 years agoDTRT for acd/wcd backwards compatibility
jkh [Sun, 14 Feb 1999 19:41:36 +0000 (19:41 +0000)]
DTRT for acd/wcd backwards compatibility

25 years agoUpdate to match ports reality.
jkh [Sun, 14 Feb 1999 18:53:17 +0000 (18:53 +0000)]
Update to match ports reality.

25 years ago4.0-current!
jkh [Sun, 14 Feb 1999 18:48:44 +0000 (18:48 +0000)]
4.0-current!

25 years agoThe way the interrupt id was calculated was wrong and the lpt
nsouch [Sun, 14 Feb 1999 17:09:59 +0000 (17:09 +0000)]
The way the interrupt id was calculated was wrong and the lpt
driver was thinking irq was enabled although it wasn't.
This case was particular to a no-interrupt static configuration.

Reported by: "Norman C. Rice" <nrice@emu.sourcee.com>

25 years agoMove lp.4 to man4. It is not i386 dependent.
nsouch [Sun, 14 Feb 1999 16:22:27 +0000 (16:22 +0000)]
Move lp.4 to man4. It is not i386 dependent.

Fix ppbus and lpt declaration ('0' forgotten). Add info about retrieving
printer status with 'cat /dev/lpt0'.

25 years agoMove away from lpt.h data structure definition that only lpt.c relies on.
nsouch [Sun, 14 Feb 1999 16:19:16 +0000 (16:19 +0000)]
Move away from lpt.h data structure definition that only lpt.c relies on.

Remove if_plip.c dependency to lpt.h.

25 years agoReturn approriate errors to userland.
nsouch [Sun, 14 Feb 1999 14:36:45 +0000 (14:36 +0000)]
Return approriate errors to userland.

25 years agoMention that chflags can fail with EOPNOTSUPP.
des [Sun, 14 Feb 1999 13:58:18 +0000 (13:58 +0000)]
Mention that chflags can fail with EOPNOTSUPP.

25 years agoIgnore errors from chflags. This makes it possible to make installworld
des [Sun, 14 Feb 1999 13:56:15 +0000 (13:56 +0000)]
Ignore errors from chflags. This makes it possible to make installworld
with DESTDIR set to an NFS-mounted file system.

25 years agoAdd -e option and change unit to device access in lptcontrol.8
nsouch [Sun, 14 Feb 1999 12:23:49 +0000 (12:23 +0000)]
Add -e option and change unit to device access in lptcontrol.8

Change unit to device access in lptcontrol.c. Now usage is

lptcontrol -i | -p | -e [-d /dev/lpt?]

25 years agoDescribe manual dialing in greater detail.
brian [Sun, 14 Feb 1999 12:16:41 +0000 (12:16 +0000)]
Describe manual dialing in greater detail.
Mention more rfc numbers.
Don't ``.Nm Ppp'' (just use ``.Nm'').

25 years agoCreate new lpt manpage with ppbus info and the original lpt info.
nsouch [Sun, 14 Feb 1999 12:06:16 +0000 (12:06 +0000)]
Create new lpt manpage with ppbus info and the original lpt info.

Fix lp.4 ppbus terminology.

25 years agoFix interrupt handling with DMA. Bit nFault was tested in the control reg.
nsouch [Sun, 14 Feb 1999 12:03:35 +0000 (12:03 +0000)]
Fix interrupt handling with DMA. Bit nFault was tested in the control reg.
instead of the status reg. and check ECP mode before considering nFault.

25 years agoRename nlpt to lpt.
nsouch [Sun, 14 Feb 1999 12:00:00 +0000 (12:00 +0000)]
Rename nlpt to lpt.

Remove from ppi.c the old depreciated module stuff.
Print info when if_plip can't use interrupts.

25 years agouse minimum length for strcoll too
ache [Sun, 14 Feb 1999 09:44:56 +0000 (09:44 +0000)]
use minimum length for strcoll too

25 years agoUse more sensible defaults.
jkh [Sun, 14 Feb 1999 07:43:07 +0000 (07:43 +0000)]
Use more sensible defaults.

25 years agorc.conf vars no longer "dirty" by default.
jkh [Sun, 14 Feb 1999 07:35:27 +0000 (07:35 +0000)]
rc.conf vars no longer "dirty" by default.

25 years agoPreserve existing rc.conf contents.
jkh [Sun, 14 Feb 1999 05:52:57 +0000 (05:52 +0000)]
Preserve existing rc.conf contents.

25 years agolpt -> nlpt and ppbus due to Dag's changes.
imp [Sun, 14 Feb 1999 05:18:35 +0000 (05:18 +0000)]
lpt -> nlpt and ppbus due to Dag's changes.

Submitted by: Joseph Koshy <jkoshy@FreeBSD.ORG>

P.S.  Forgive the delay on committing this.  I've been out of town at
a funeral until just a few minutes ago.

25 years agoFix .Fx usage.
fenner [Sat, 13 Feb 1999 21:45:58 +0000 (21:45 +0000)]
Fix .Fx usage.

25 years agoMake sure correct path is set in upgrade.
jkh [Sat, 13 Feb 1999 18:49:02 +0000 (18:49 +0000)]
Make sure correct path is set in upgrade.

Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>

25 years agoFix the date and add an smbus declaration
nsouch [Sat, 13 Feb 1999 18:08:35 +0000 (18:08 +0000)]
Fix the date and add an smbus declaration

25 years agoHandle correctly iicbus request/release mechanism. Add iicbus allocation
nsouch [Sat, 13 Feb 1999 18:01:55 +0000 (18:01 +0000)]
Handle correctly iicbus request/release mechanism. Add iicbus allocation
to the general purpose i/o iic(4) driver.

25 years agoFix smbus allocation and add the alsmb (see alpm(4)) driver.
nsouch [Sat, 13 Feb 1999 17:57:19 +0000 (17:57 +0000)]
Fix smbus allocation and add the alsmb (see alpm(4)) driver.

25 years agoAdd alpm, Acer Aladdin-IV/V/Pro2 Power Management Unit. See alpm(4).
nsouch [Sat, 13 Feb 1999 17:54:32 +0000 (17:54 +0000)]
Add alpm, Acer Aladdin-IV/V/Pro2 Power Management Unit. See alpm(4).

25 years agoAdd alpm.c, Aladdin Power Management SMBus support for the SMBus framework.
nsouch [Sat, 13 Feb 1999 17:51:46 +0000 (17:51 +0000)]
Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.

Update pcisupport.c with NALPM and Aladdin USB detection printf.

25 years agoAdd pci/alpm.c, Aladdin SMBus driver (alpm(4)).
nsouch [Sat, 13 Feb 1999 17:49:57 +0000 (17:49 +0000)]
Add pci/alpm.c, Aladdin SMBus driver (alpm(4)).

25 years agoAdd alpm.4, Aladdin Power Management SMBus support for the SMBus framework.
nsouch [Sat, 13 Feb 1999 17:48:41 +0000 (17:48 +0000)]
Add alpm.4, Aladdin Power Management SMBus support for the SMBus framework.

25 years agoDon't pass PSL_NT to vm86 signal handlers. Some vm86/real mode
bde [Sat, 13 Feb 1999 17:45:15 +0000 (17:45 +0000)]
Don't pass PSL_NT to vm86 signal handlers.  Some vm86/real mode
programs, including msdos, set PSL_NT in probes for old cpu types,
although PSL_NT doesn't do anything useful in vm86 or real mode.
PSL_NT is even less useful in the signal handlers.  It just causes
T_TSSFLT faults on return from syscalls made by the handlers.
These faults are fixed up lazily so that Xsyscall() doesn't have
to be slowed down to prevent them.  The fault handler recently
started complaining about these faults occurring "with interrupts
disabled".  It should not have, but the complaints pointed to this
bug.

PR: 9211

25 years agoremove collating optimization - not work with substituted characters
ache [Sat, 13 Feb 1999 15:45:30 +0000 (15:45 +0000)]
remove collating optimization - not work with substituted characters

25 years agosyntax change: allow symbolic names as substitute first arg
ache [Sat, 13 Feb 1999 14:15:25 +0000 (14:15 +0000)]
syntax change: allow symbolic names as substitute first arg
use this to substitute <ss>

25 years agosyntax change: allow symbolic names as substitute first arg
ache [Sat, 13 Feb 1999 14:14:47 +0000 (14:14 +0000)]
syntax change: allow symbolic names as substitute first arg

25 years agouse strcoll() where it is easy to sort german ss and similar properly
ache [Sat, 13 Feb 1999 13:05:04 +0000 (13:05 +0000)]
use strcoll() where it is easy to sort german ss and similar properly

25 years agoAdd "beep" subcommand.
kuriyama [Sat, 13 Feb 1999 11:32:01 +0000 (11:32 +0000)]
Add "beep" subcommand.

Obtained from: PAO3
Reviewed by: -current list

25 years agoAdd "beep" ioctl. (#10 is reserved for PIOCSVIR)
kuriyama [Sat, 13 Feb 1999 11:32:00 +0000 (11:32 +0000)]
Add "beep" ioctl.  (#10 is reserved for PIOCSVIR)

Obtained from: PAO3
Reviewed by: -current list

25 years agoFix ufs mounting support
obrien [Sat, 13 Feb 1999 11:06:20 +0000 (11:06 +0000)]
Fix ufs mounting support

PR: 10044
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>

25 years ago Add -z option to vmstat to dump data from the zone allocator
dillon [Sat, 13 Feb 1999 09:59:24 +0000 (09:59 +0000)]
Add -z option to vmstat to dump data from the zone allocator

25 years agoremove BUGS section, now behaviour is predictable enough
ache [Sat, 13 Feb 1999 09:57:58 +0000 (09:57 +0000)]
remove BUGS section, now behaviour is predictable enough

25 years ago General additional cleanup of VOP API for NFS ops - mainly NFS ignoring
dillon [Sat, 13 Feb 1999 09:47:30 +0000 (09:47 +0000)]
General additional cleanup of VOP API for NFS ops - mainly NFS ignoring
    the API for freeing up cnp's.  This cleanup should not effect nominal
    operation one way or the other since NFS VOPs just happen to be called
    with flags that match what it actually does to the NAMEI components it
    gets.  Still, if an NFS error occured, there was probably some memory
    leakage of NAMEI components with certain NFS VOP ops.

25 years ago Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFS
dillon [Sat, 13 Feb 1999 08:38:28 +0000 (08:38 +0000)]
Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT().  NFS
    is being fixed now.

25 years agoPR: kern/9970
dillon [Sat, 13 Feb 1999 08:01:59 +0000 (08:01 +0000)]
PR: kern/9970

    Remove incorrect vput() in nfs_link()

25 years ago Clarify more of what VOP_LINK expects.
dillon [Sat, 13 Feb 1999 07:56:49 +0000 (07:56 +0000)]
Clarify more of what VOP_LINK expects.

25 years ago Update man page - directory vnode should not be unlocked or released
dillon [Sat, 13 Feb 1999 07:44:14 +0000 (07:44 +0000)]
Update man page - directory vnode should not be unlocked or released
    by the VOP routine.  The caller does it.

25 years agoCorrect various mentions of rc.conf
jkh [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
jkh [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 [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
ache [Sat, 13 Feb 1999 00:04:54 +0000 (00:04 +0000)]
more words about return value

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

25 years agofix wrong return result
ache [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
ache [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
ache [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
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
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
ache [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.
abial [Fri, 12 Feb 1999 20:36:13 +0000 (20:36 +0000)]
Merge from RELENG_3.

25 years agofix tabs lost apparently in copy&paste
ache [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 [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().
dcs [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.
dcs [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 [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 [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 [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.
bde [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
bde [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 [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
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 [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").
alex [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 [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.
jkh [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
wpaul [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 [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 [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
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
jdp [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.
jdp [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
jdp [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
wosch [Thu, 11 Feb 1999 17:09:27 +0000 (17:09 +0000)]
$Id$ misspelled as $Id

Submitted by: bde