]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoBring ng_iface up-to-date with what has happenned to the bpf code.
julian [Mon, 25 Oct 1999 22:36:39 +0000 (22:36 +0000)]
Bring ng_iface up-to-date with what has happenned to the bpf code.

24 years agoAdd an option for the van Jacobson Compression Netgraph node.
julian [Mon, 25 Oct 1999 22:07:30 +0000 (22:07 +0000)]
Add an option for the van Jacobson Compression Netgraph node.

24 years agoAdd Kirk's comment about "copycenter"; it's just too good to pass up.
wes [Mon, 25 Oct 1999 21:59:31 +0000 (21:59 +0000)]
Add Kirk's comment about "copycenter"; it's just too good to pass up.

24 years agoAdd $FreeBSD$
billf [Mon, 25 Oct 1999 21:51:04 +0000 (21:51 +0000)]
Add $FreeBSD$

24 years agoSmall tweak: just reset the transmit block instead of doing a global reset
wpaul [Mon, 25 Oct 1999 20:52:32 +0000 (20:52 +0000)]
Small tweak: just reset the transmit block instead of doing a global reset
in xl_init(). This achieves the effect that I wanted without totally
resetting the chip.

24 years ago Add -c, -s, and -W options to nfsstat. Improve interval output and add
dillon [Mon, 25 Oct 1999 19:39:17 +0000 (19:39 +0000)]
Add -c, -s, and -W options to nfsstat.  Improve interval output and add
    wide-format option to get client-side ops and cache statistics on a single
    line.

    Change client side ops to the number of attempted ops, whether cached or
    not, rather then just the number of rpc's that went through to the server.
    This brings nfsstat inline with systat -vm and vmstat and reduces
    confusion.  The combined cache percentage stats now available via
    'nfsstat -cW 1' becomes very useful.

24 years ago Move NFS access cache hits/misses into nfsstats structure so
dillon [Mon, 25 Oct 1999 19:22:33 +0000 (19:22 +0000)]
Move NFS access cache hits/misses into nfsstats structure so
    /usr/bin/nfsstat can get to it easily.

24 years agoMake release is now falling over in if_fe.c due to Warner's pccard changes:
wpaul [Mon, 25 Oct 1999 17:04:17 +0000 (17:04 +0000)]
Make release is now falling over in if_fe.c due to Warner's pccard changes:
if_fe.c uses PCCARD_MODULE() and is part of GENERIC. I've #ifdef'ed out
the #include of "card.h" to hopefully disable pccard support in this
driver until it can be converted. I'm not positive this will fix make
release, but it can't possibly make it any worse than it is now.

I hope this stuff settles down soon.

24 years agoinstall netgraph.h a bit earlier.
julian [Mon, 25 Oct 1999 14:50:13 +0000 (14:50 +0000)]
install netgraph.h a bit earlier.

Submitted by: Boris Popov <bp@butya.kz>

24 years agoIntroduce ``set logout''; another chat script. This is in preparation
brian [Mon, 25 Oct 1999 13:49:44 +0000 (13:49 +0000)]
Introduce ``set logout''; another chat script.  This is in preparation
for the abstraction of ``set dial'' and ``set hangup''.

24 years agoDon't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.
brian [Mon, 25 Oct 1999 13:31:42 +0000 (13:31 +0000)]
Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.

24 years agoBring back texindex from the dead. Some ports use it to format their docs.
tg [Mon, 25 Oct 1999 10:35:39 +0000 (10:35 +0000)]
Bring back texindex from the dead. Some ports use it to format their docs.

24 years agoDo not rely on malloc() to zero-fill allocated memory, since it is
sheldonh [Mon, 25 Oct 1999 09:46:57 +0000 (09:46 +0000)]
Do not rely on malloc() to zero-fill allocated memory, since it is
not documented as doing so.  This fixes a potential segmentation
violation.

PR: 14465
Reported by: Tony Finch <fanf@demon.net>

24 years agoAdd text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.
alc [Mon, 25 Oct 1999 06:28:04 +0000 (06:28 +0000)]
Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.

24 years agoIf running on the client side of a remote commit, don't reject root when
peter [Mon, 25 Oct 1999 06:24:11 +0000 (06:24 +0000)]
If running on the client side of a remote commit, don't reject root when
trying to do a commit.  The server side will use the correct name, and the
client side restriction is just an annoyance.

Requested by:  lots of folks

24 years agoHave only one attach routine, rather than two.
imp [Mon, 25 Oct 1999 06:15:45 +0000 (06:15 +0000)]
Have only one attach routine, rather than two.
Remove debug printfs.

This should allow the ed driver to work when memory mapping works again.

24 years agoMIN unused, so kill it
imp [Mon, 25 Oct 1999 04:28:53 +0000 (04:28 +0000)]
MIN unused, so kill it

24 years agoDon't say a fscking word, any one of you.
wes [Mon, 25 Oct 1999 04:23:21 +0000 (04:23 +0000)]
Don't say a fscking word, any one of you.

24 years agoSony CXD1847A FireWire Host Controller
imp [Mon, 25 Oct 1999 04:18:20 +0000 (04:18 +0000)]
Sony CXD1847A FireWire Host Controller

24 years ago"S" comes before "U"...
obrien [Mon, 25 Oct 1999 03:51:01 +0000 (03:51 +0000)]
"S" comes before "U"...

Alphabet taught to Green by: obrien

24 years agoAdd pccard attachment. This won't work with memory mapped ed devices
imp [Mon, 25 Oct 1999 02:55:14 +0000 (02:55 +0000)]
Add pccard attachment.  This won't work with memory mapped ed devices
yet, but that should be resolved shortly.  Non memory mapped ed
devices should work, but I cannot test this since my only ed card is
memory mapped.

Submitted by: Matt Dodd <mdodd@freebsd.org>

24 years agoAdd newbus attachment for pccard driver. Heavily tested by me, and
imp [Mon, 25 Oct 1999 02:52:16 +0000 (02:52 +0000)]
Add newbus attachment for pccard driver.  Heavily tested by me, and
I'm committing this from a laptop running this driver.  Have only one
devclass for all ep devices (at least for pccard and eisa) so unit
numbering is sane.  Might not work with both isa and non-isa devices
on the same system until ep is updated (Matt has some patches in the
pipeline which should resolve this, he wanted me to commit this so he
can resolve any conflicts against cvs rather than my patches).

Reviewed by: Matt Dodd <mdodd@freebsd.org>

24 years agoAdd newbus pccard attachment for sio. Some of this code was written
imp [Mon, 25 Oct 1999 02:46:52 +0000 (02:46 +0000)]
Add newbus pccard attachment for sio.  Some of this code was written
by Peter Wemm, but I've not merged all the changes he sent to me yet.
This has not been reviewed by bde, so I'm committing to resolve any
issues he has with this when he returns from FreeBSD CON 99.

I've had four reports of this working for them.  I've been able to
communicate to both my built in modem and a pccard modem with these
patches.

24 years agoMassive rewrite of pccard to convert it to newbus.
imp [Mon, 25 Oct 1999 02:41:58 +0000 (02:41 +0000)]
Massive rewrite of pccard to convert it to newbus.
o Gut the compatibility interface, you now must attach with newbus.
o Unit numbers from pccardd are now ignored.  This may change the units
  assigned to a card.  It now uses the first available unit.
o kill old skeleton code that is now obsolete.
o Use newbus attachment code.
o cleanup interfile dependencies some.
o kill list of devices per slot.  we use the device tree for what we need.
o Remove now obsolete code.
o The ep driver (and maybe ed) may need some config file tweaks to
  allow it to attach.  See config files that were committed for examples
  on how to do this.

Drivers to be commited shortly.

This is an interrum fix until the new pccard.  ed, ep and sio will be
supported by me with this release, although others are welcome to try
to support other devices before new pccard is working.

I plan on doing minimal further work on this code base.  Be careful
when upgrading, since this code is known to work on my laptop and
those of a couple others as well, but your milage may vary.

BUGS TO BE FIXED:

o system memory isn't allocated yet, it will be soon.
o No devices actually have a pccard newbus attach in the tree.

BUGS THAT MIGHT BE FIXED:

o card removal, including suspend, usually hangs the system.

Many thanks to Peter Wemm and Doug Rabson for helping me to fill in
the missing bits of New Bus understanding at FreeBSD Con '99.

24 years agoAdd text for the Athlon's MMX and 3DNow! (DSP) instruction extensions
alc [Sun, 24 Oct 1999 23:36:20 +0000 (23:36 +0000)]
Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensions
to print_AMD_features.

24 years agoFixed to compile a kernel with scbus0 and without da0.
nyan [Sun, 24 Oct 1999 14:54:12 +0000 (14:54 +0000)]
Fixed to compile a kernel with scbus0 and without da0.
Added $FreeBSD$.

Submitted by:   chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoRemove UNSAFE_WARN ifdef for mktemp warning (never defined)
ache [Sun, 24 Oct 1999 11:57:24 +0000 (11:57 +0000)]
Remove UNSAFE_WARN ifdef for mktemp warning (never defined)
Use _mktemp internally

24 years agoRemove a KASSERT() that has fulfilled its purpose. Note that it did
green [Sun, 24 Oct 1999 08:37:21 +0000 (08:37 +0000)]
Remove a KASSERT() that has fulfilled its purpose.  Note that it did
cause problems by tripping on shutdown (reboot(), not the socket
operation :).  Cause is still uncertain, but the panic isn't really
necessary here.

24 years agoFix compiling PCCARD kernels.
mdodd [Sun, 24 Oct 1999 07:17:26 +0000 (07:17 +0000)]
Fix compiling PCCARD kernels.

This is a hack and I don't like it.

Hopefully the new PCCARD stuff should be in working order in a day or so.

24 years agoModerate the "public" fortunes file somewhat; add the original to
wes [Sun, 24 Oct 1999 06:39:58 +0000 (06:39 +0000)]
Moderate the "public" fortunes file somewhat; add the original to
the -offensive database.  Also provide some whimsy in the $FBSD$
headers.

Suggested by: The Kibbutz squad.

24 years agoCosmetique: use standard prototypes scheme
ache [Sun, 24 Oct 1999 04:47:57 +0000 (04:47 +0000)]
Cosmetique: use standard prototypes scheme
Back out prev change: toupper is more compatible with sort -f

24 years agoCosmetique: use standard prototypes scheme
ache [Sun, 24 Oct 1999 04:41:31 +0000 (04:41 +0000)]
Cosmetique: use standard prototypes scheme
Back out prev. change: toupper is more compatible with sort -f

24 years agotoupper->tolower to match what strcasecmp does
ache [Sun, 24 Oct 1999 04:21:42 +0000 (04:21 +0000)]
toupper->tolower to match what strcasecmp does

24 years agoUse strcoll to provide the same results as sort and comm
ache [Sun, 24 Oct 1999 04:08:15 +0000 (04:08 +0000)]
Use strcoll to provide the same results as sort and comm
Use LINE_MAX for max line size (as comm does)

24 years agoLocalize it
ache [Sun, 24 Oct 1999 03:42:35 +0000 (03:42 +0000)]
Localize it

PR: 11221
Submitted by: Grigoriy Strokin <grg@philol.msu.ru>

24 years ago Adjust the buffer cache to better handle small-memory machines. A
dillon [Sun, 24 Oct 1999 03:27:28 +0000 (03:27 +0000)]
Adjust the buffer cache to better handle small-memory machines.  A
    slightly older version of this code was tested by BDE and I.

    Also fixes a lockup situation when kva gets too fragmented.

    Remove the maxvmiobufspace variable and sysctl, they are no longer
    used.  Also cleanup (remove) #if 0 sections from prior commits.

    This code is more of a hack, but presumably the whole buffer cache
    implementation is going to be rewritten in the next year so it's no
    big deal.

24 years ago Put tty back in, problem was due to cvsup mess on freefall.
dillon [Sun, 24 Oct 1999 03:01:41 +0000 (03:01 +0000)]
Put tty back in, problem was due to cvsup mess on freefall.

24 years ago Put include <netgraph.h> back in - problem was due to a cvsup mess on
dillon [Sun, 24 Oct 1999 02:58:39 +0000 (02:58 +0000)]
Put include <netgraph.h> back in - problem was due to a cvsup mess on
    freefall.  There may also be a real problem w/ buildworld but the fix
    would go somewhere else, not here.

24 years agoAdd commented entry to the lo0 section inviting bridge users to
nsayer [Sun, 24 Oct 1999 00:26:49 +0000 (00:26 +0000)]
Add commented entry to the lo0 section inviting bridge users to
enable ARP on filtering bridges.

24 years agomore fixes, braino's, typo's, etc.
julian [Sat, 23 Oct 1999 22:46:38 +0000 (22:46 +0000)]
more fixes, braino's, typo's, etc.

24 years ago Temporarily remove 'tty' netgraph sub module until it can be made
dillon [Sat, 23 Oct 1999 18:53:46 +0000 (18:53 +0000)]
Temporarily remove 'tty' netgraph sub module until it can be made
    to compile.

24 years agoFix a typo: ``maintain compatible'' -> ``maintain compatibility''
chris [Sat, 23 Oct 1999 18:15:14 +0000 (18:15 +0000)]
Fix a typo:  ``maintain compatible'' -> ``maintain compatibility''

24 years ago Cleanup missing includes, stale includes, and a few printf format
dillon [Sat, 23 Oct 1999 17:45:11 +0000 (17:45 +0000)]
Cleanup missing includes, stale includes, and a few printf format
    inconsistancies.

24 years agoAdd the -F option. This is for forcing restarts with -r by inhibiting
green [Sat, 23 Oct 1999 15:22:53 +0000 (15:22 +0000)]
Add the -F option.  This is for forcing restarts with -r by inhibiting
transmission of the If-Range HTTP header field.

24 years agoA version of the pppoe code ellicits a response from the ISP end
julian [Sat, 23 Oct 1999 15:15:42 +0000 (15:15 +0000)]
A version of the pppoe code ellicits a response from the ISP end
(but still not quite right)

24 years agodang, deleted a line
julian [Sat, 23 Oct 1999 04:52:54 +0000 (04:52 +0000)]
dang, deleted a line

24 years agoNow that Netgraph is in the system there are some cleanups we can do.
julian [Sat, 23 Oct 1999 04:28:11 +0000 (04:28 +0000)]
Now that Netgraph is in the system there are some cleanups we can do.
Also save a slightly closer to completion version of the PPPOE code.

Submitted by: Archie Cobbs <archie@freebsd.org>

24 years agoSmall bugfixes (point not getting marked in one case, string not NUL and
green [Sat, 23 Oct 1999 00:54:58 +0000 (00:54 +0000)]
Small bugfixes (point not getting marked in one case, string not NUL and
wrong size in the other.)

Submitted by: Martin Blapp <mb@imp.ch>

24 years agoUse the physical block number, not the logical block number, for I/O
msmith [Fri, 22 Oct 1999 20:55:15 +0000 (20:55 +0000)]
Use the physical block number, not the logical block number, for I/O
operations.  The latter only works where the partion begins at the bottom
of the disk.  Whoops.

Submitted by: Chris Csanady <cc@137.org>

24 years agoremember to initialize mailbox 2 for FC isp bus resets
mjacob [Fri, 22 Oct 1999 17:03:03 +0000 (17:03 +0000)]
remember to initialize mailbox 2 for FC isp bus resets

24 years agoFrom: src/sys/i386/conf/PCCARD
n_hibma [Fri, 22 Oct 1999 04:36:52 +0000 (04:36 +0000)]
From: src/sys/i386/conf/PCCARD

revision 1.21
date: 1999/10/15 17:29:20;  author: imp;  state: Exp;  lines: +3 -3
Reorganize the attachement point for pcic (it was unattached and
floating before).  Attach pccard devices to pcic, one per slot
(although this may change to one per pcic).  pcic is now attached to
isa (to act as a bridge) and pccard is attached to pcic, cbb and
pc98ic (the last two are card bus bridge and the pc98ic version of
pcic, neither of which are in the tree yet).  Move pccard compat code
into pccard/pccard_compat.c.

THIS REQUIRES A CONFIG FILE CHANGE.  You must change your pcic/card
entries to be:
# PCCARD (PCMCIA) support
controller pcic0 at isa?
controller pcic1 at isa?
controller card0

The old system was upside down and this corrects that problem.  It
will make it easier to add support for YENTA pccard/card bus bridges.

Much more cleanup needs to happen before newbus devices can have
pccard attachments.  My previous commit's comments were premature.

Forgotten by: imp

24 years agoAdd missing entries in a structure.
julian [Fri, 22 Oct 1999 04:23:11 +0000 (04:23 +0000)]
Add missing entries in a structure.

24 years agoAdd a location to grog's assesment for historical reasons.
billf [Fri, 22 Oct 1999 00:01:29 +0000 (00:01 +0000)]
Add a location to grog's assesment for historical reasons.

Submitted by: grog

24 years agoSome more old quotations I had sitting around that I shared and were
nsayer [Thu, 21 Oct 1999 23:59:50 +0000 (23:59 +0000)]
Some more old quotations I had sitting around that I shared and were
laughed at.

Reviewed by: the FreeBSDcon terminal room

24 years agoFreeBSDcon Wisdom.
billf [Thu, 21 Oct 1999 23:51:25 +0000 (23:51 +0000)]
FreeBSDcon Wisdom.

Reviewed by: the anonymous members of the FreeBSDcon terminal room.

24 years agoManually create a correct(*) entry in wtmp when logging out a PPPoTCP or
brian [Thu, 21 Oct 1999 21:55:22 +0000 (21:55 +0000)]
Manually create a correct(*) entry in wtmp when logging out a PPPoTCP or
PPPoUDP connection.

(*) This is as correct as ftp and uucp wtmp entries are - that is,
multiple concurrent connections will not record enough information
in wtmp to tell last(1) who was logged in for how long.

24 years agoA few improvements and cleanups.
luoqi [Thu, 21 Oct 1999 21:15:02 +0000 (21:15 +0000)]
A few improvements and cleanups.

24 years agoMake some tweaks to the RealTek driver:
wpaul [Thu, 21 Oct 1999 19:42:03 +0000 (19:42 +0000)]
Make some tweaks to the RealTek driver:

- Fix a bug in rl_rxeof() handler: in the case where the packet wraps
  from the end of the receive buffer back to the beginning, we need to
  insure that at least sizeof(ether_header) bytes make it into the first
  mbuf. If we don't, then doing eh = mtod(m, struct ether_header *)
  loses. To avoid this, we use m_pullup() to suck at least MHLEN -
  RL_ETHER_ALIGN bytes into the first mbuf, which should also help
  small packets fit into a single mbuf.

  Pointed out by: Philip A. Prindeville <philipp@zembu.com>

- Make the transmit threshold autotuning: start off with a small value
  and jack it up when TX underruns are detected.

- Also improve TX error recovery: kick the chip in the head with a
  reset/init sequence to make sure it recovers afer a transmit error.

24 years agoNon-functional changes. Add some comments before I start to forget how
luoqi [Thu, 21 Oct 1999 15:49:25 +0000 (15:49 +0000)]
Non-functional changes. Add some comments before I start to forget how
everything works myself.

24 years agofix typo
julian [Thu, 21 Oct 1999 14:31:32 +0000 (14:31 +0000)]
fix typo

24 years agoCorrectly document the -V and --version options.
mpp [Thu, 21 Oct 1999 11:30:10 +0000 (11:30 +0000)]
Correctly document the -V and --version options.

PR: docs/14417
Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>

24 years agoFix the duplicate filenames that are the result of using getdents.
marcel [Thu, 21 Oct 1999 09:14:49 +0000 (09:14 +0000)]
Fix the duplicate filenames that are the result of using getdents.

glibc2 defines struct dirent differently than the Linux kernel does.
The getdents function therefore needs to read a heuristically defined
number of kernel dirents to satisfy the request. In case where too
many kernel dirents have been read, the function lseeks on the
directory so that a next call will start with the right dirent. The
offset used in lseeking is the offset-field in the last dirent passed
to the application. This can only mean that the offset-field holds
the offset of the next dirent and not the offset of the dirent itself.

24 years agoResurrect the aic driver.
luoqi [Thu, 21 Oct 1999 09:12:18 +0000 (09:12 +0000)]
Resurrect the aic driver.

24 years agoWhistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian [Thu, 21 Oct 1999 09:06:11 +0000 (09:06 +0000)]
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.

Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from:  Whistle CVS tree

24 years agoAdd aic CAM driver support.
luoqi [Thu, 21 Oct 1999 09:00:20 +0000 (09:00 +0000)]
Add aic CAM driver support.

24 years agoAdaptec 6260/6360 CAM driver.
luoqi [Thu, 21 Oct 1999 08:56:53 +0000 (08:56 +0000)]
Adaptec 6260/6360 CAM driver.

24 years agoTest commit of first Netgraph file
julian [Thu, 21 Oct 1999 07:27:47 +0000 (07:27 +0000)]
Test commit of first Netgraph file

24 years agoCleanup towards -Wall
julian [Thu, 21 Oct 1999 07:08:56 +0000 (07:08 +0000)]
Cleanup towards -Wall

24 years agoUse ${INSTALL} instead of 'install'.
bp [Thu, 21 Oct 1999 01:50:21 +0000 (01:50 +0000)]
Use ${INSTALL} instead of 'install'.

24 years agoIf we're running ppp -direct over a tcp or udp connection,
brian [Thu, 21 Oct 1999 01:19:23 +0000 (01:19 +0000)]
If we're running ppp -direct over a tcp or udp connection,
record the IP number in the `from' slot and not the tty slot.
We put ``ppp'' in the tty slot - in line with what ftp (and
probably others) does.

24 years agoDon't go from PHASE_NETWORK to PHASE_ESTABLISH when we want to
brian [Thu, 21 Oct 1999 00:19:33 +0000 (00:19 +0000)]
Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want to
re-open a device.  The fact that we're in NETWORK phase indicates
that there are other links in DATALINK_OPEN and that we don't want
to stop using them.

24 years agofix a serious bug where, on alpha, due to a an int/long type mismatch,
gallatin [Wed, 20 Oct 1999 15:20:00 +0000 (15:20 +0000)]
fix a serious bug where, on alpha, due to a an int/long type mismatch,
the uid arg to use_yp() was getting clobbered by the call to my_yp_match().
This led to a problem where a NIS user could edit root's passwd information.

24 years agoRemove one obsoleted entry from the BUGS section.
ru [Wed, 20 Oct 1999 12:59:35 +0000 (12:59 +0000)]
Remove one obsoleted entry from the BUGS section.

24 years agoAdd ncplist program. That makes minimal set of ncp
bp [Wed, 20 Oct 1999 11:31:02 +0000 (11:31 +0000)]
Add ncplist program. That makes minimal set of ncp
utilities to use NetWare volumes. Other functionality
(ncpsend, ncprint) will be added later.

24 years agoFix termcap % code processing for some terminals.
tg [Wed, 20 Oct 1999 08:52:09 +0000 (08:52 +0000)]
Fix termcap % code processing for some terminals.

Submitted by: Ross Ridge <ross@zooid.guild.org> via
buster@lambda.hh.provi.de (Andreas Burmester)

24 years agoAllow for incoming DNS UDP queries.
ru [Wed, 20 Oct 1999 08:15:13 +0000 (08:15 +0000)]
Allow for incoming DNS UDP queries.

24 years agomergemaster bmake glue.
billf [Wed, 20 Oct 1999 07:33:09 +0000 (07:33 +0000)]
mergemaster bmake glue.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52400,
billf [Wed, 20 Oct 1999 07:22:52 +0000 (07:22 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52400,
which included commits to RCS files with non-trunk default branches.

24 years agoImport mergemaster into the tree, a product of freebsdcon.
billf [Wed, 20 Oct 1999 07:22:52 +0000 (07:22 +0000)]
Import mergemaster into the tree, a product of freebsdcon.

Submitted by:  Doug Barton <doug@gorean.org>

24 years ago A tentative agreement has been reached in regards to a procedure
dillon [Wed, 20 Oct 1999 06:31:49 +0000 (06:31 +0000)]
A tentative agreement has been reached in regards to a procedure
    to remove 'b'lock devices.  The agreement is, essentially, that
    block devices will be collapsed into character devices as a first
    step (though I don't particularly agree), and raw device names 'rxxx'
    will become simply 'xxx' in devfs in the second step (i.e. no 'rxxx'
    names will exist).  The renaming will not effect the original /dev
    and the expectation is that devfs will eventually (but not immediately)
    become the standard way to access devices in the system.

    If it is determined that a reimplementation of block device access
    characteristics is beneficial, a number of alternatives will
    be possible that do not involve resurrecting the 'b'lock device class.
    For example, an ioctl() that might be made on an open character device
    descriptor or a generic buffered overlay device.

    This commit removes the blockdev disablement sysctl which does not
    apply to the solution that was reached.

24 years agoChange MFS sizes to 2400k since gzip will compact free space anyway.
dwhite [Wed, 20 Oct 1999 04:48:35 +0000 (04:48 +0000)]
Change MFS sizes to 2400k since gzip will compact free space anyway.
Add 'install' to the internal floppy type list.

24 years agoRemove pccard attachment stub, this caused pccard unit 0 to be allocated
peter [Tue, 19 Oct 1999 17:12:28 +0000 (17:12 +0000)]
Remove pccard attachment stub, this caused pccard unit 0 to be allocated
and unusable by the pccard system since pccard doesn't attach to the
nexus any more.  This was stopping my 3c589D from working as pccard unit
0 is used directly for resource allocation and this fails when unit 0
isn't actually attached to anything.

24 years agoAdd the -unit command line switch for specifying the tun device.
brian [Tue, 19 Oct 1999 15:21:09 +0000 (15:21 +0000)]
Add the -unit command line switch for specifying the tun device.
Warn about -alias being depricated (but still allow it).
Don't moan twice about failing to open any tun device.
Fix a diagnostic and add the -quiet switch to the usage message.

24 years agoMake the "machine" target a prequisite to all source files.
dcs [Tue, 19 Oct 1999 03:53:59 +0000 (03:53 +0000)]
Make the "machine" target a prequisite to all source files.

Hinted-at by: bde

24 years agoGive credit where credit's due. The previous commit should have the following
chris [Mon, 18 Oct 1999 23:03:47 +0000 (23:03 +0000)]
Give credit where credit's due.  The previous commit should have the following
information:

PR: docs/14407
Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>

24 years agoFix a few typos (capitalization and punctuation).
chris [Mon, 18 Oct 1999 22:40:13 +0000 (22:40 +0000)]
Fix a few typos (capitalization and punctuation).

PR: docs/14407
Submitted by: grog

24 years agoAdd ua.koi8-u.kbd
ache [Mon, 18 Oct 1999 22:17:08 +0000 (22:17 +0000)]
Add ua.koi8-u.kbd

Submitted by: Alexey Zelkin <phantom@cris.net>

24 years agoAdd uk_UA.KOI8-U
ache [Mon, 18 Oct 1999 22:04:06 +0000 (22:04 +0000)]
Add uk_UA.KOI8-U

Submitted by: Alexey Zelkin <phantom@cris.net>

24 years agoAdd uk_UA.KOI8-U
ache [Mon, 18 Oct 1999 21:57:33 +0000 (21:57 +0000)]
Add uk_UA.KOI8-U

Submitted by: Alexey Zelkin <phantom@cris.net>

24 years agoadd uk_UA.KOI8-U
ache [Mon, 18 Oct 1999 21:49:02 +0000 (21:49 +0000)]
add uk_UA.KOI8-U

Submitted by: Alexey Zelkin <phantom@cris.net>

24 years agoadd uk_UA.KOI8-U locale dirs
ache [Mon, 18 Oct 1999 20:18:04 +0000 (20:18 +0000)]
add uk_UA.KOI8-U locale dirs

24 years agoIncrease the timeout to be 3*hz. This recalibrates the timeout so that
gallatin [Mon, 18 Oct 1999 17:55:38 +0000 (17:55 +0000)]
Increase the timeout to be 3*hz.  This recalibrates the timeout so that
it has the same value on all platforms.  Previously it was just under
3 seconds on x86 (typically hz<=128) and just under 1/3 of a second on
alpha (typically hz>=1024).  This covers up a race between ad_interrupt()
and ad_timeout() which is being looked into.

reviewd by: sos

24 years agoChange the default for the vfs.bdev_buffered sysctl to zero.
phk [Mon, 18 Oct 1999 16:59:50 +0000 (16:59 +0000)]
Change the default for the vfs.bdev_buffered sysctl to zero.

This means that access to block devices nodes will act the
same as char device nodes for disk-like devices.

If you encounter problems after this, where programs accessing
disks directly fail to operate, please use the following command
to revert to previous behaviour:

        sysctl -w vfs.bdev_buffered=1

And verify that this was indeed the cause of your trouble.

See the mail-archives of the arch@FreeBSD.org list for background.

24 years agoFor emacs key binding clearly describe ^t/^u as "begin of file"/"end of file"
ache [Mon, 18 Oct 1999 16:30:35 +0000 (16:30 +0000)]
For emacs key binding clearly describe ^t/^u as "begin of file"/"end of file"
Old description "start of text"/"end of text" is too confusing assuming
text currently visible on the screen

24 years agoMoved to share
ache [Mon, 18 Oct 1999 14:00:59 +0000 (14:00 +0000)]
Moved to share

24 years agoAdd colldef
ache [Mon, 18 Oct 1999 13:57:10 +0000 (13:57 +0000)]
Add colldef

24 years agoAdd 8859-5, remove BUILD_TOOLS ifdef
ache [Mon, 18 Oct 1999 13:54:51 +0000 (13:54 +0000)]
Add 8859-5, remove BUILD_TOOLS ifdef

24 years agomoved to share
ache [Mon, 18 Oct 1999 13:47:02 +0000 (13:47 +0000)]
moved to share

24 years agoMove sources one directory up
ache [Mon, 18 Oct 1999 13:39:50 +0000 (13:39 +0000)]
Move sources one directory up

24 years agoAppend missing newline to log() message for permanent ARP modification
sheldonh [Mon, 18 Oct 1999 11:56:50 +0000 (11:56 +0000)]
Append missing newline to log() message for permanent ARP modification
attempt warning, which was added in rev 1.48 .

PR: 14371
Submitted by: sec@pi.musin.de (Stefan `Sec` Zehl)