]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoAdd taskqueue system for easy-to-use SWIs among other things.
Doug Rabson [Sun, 28 May 2000 15:45:30 +0000 (15:45 +0000)]
Add taskqueue system for easy-to-use SWIs among other things.

Reviewed by: arch

24 years agoUse the correct name for a mapping register, not the old FreeBSD 2.x
Peter Wemm [Sun, 28 May 2000 15:15:14 +0000 (15:15 +0000)]
Use the correct name for a mapping register, not the old FreeBSD 2.x
compatability name.

24 years agoFix typo. rightous -> righteous.
Jeroen Ruigrok van der Werven [Sun, 28 May 2000 15:09:31 +0000 (15:09 +0000)]
Fix typo.  rightous -> righteous.

24 years ago1000000 usecs to 1 sec conversion
Philippe Charnier [Sun, 28 May 2000 15:06:45 +0000 (15:06 +0000)]
1000000 usecs to 1 sec conversion

24 years agoConvert to errx()
Philippe Charnier [Sun, 28 May 2000 15:05:15 +0000 (15:05 +0000)]
Convert to errx()

24 years agoAdd prototype
Philippe Charnier [Sun, 28 May 2000 15:04:01 +0000 (15:04 +0000)]
Add prototype

24 years agoUse .Fx
Philippe Charnier [Sun, 28 May 2000 15:03:14 +0000 (15:03 +0000)]
Use .Fx

24 years agoDo not add progname in err() strings, it will be printed twice
Philippe Charnier [Sun, 28 May 2000 15:02:26 +0000 (15:02 +0000)]
Do not add progname in err() strings, it will be printed twice

24 years agoSimplify .Nm. Be consistent with subcommand name
Philippe Charnier [Sun, 28 May 2000 15:01:12 +0000 (15:01 +0000)]
Simplify .Nm. Be consistent with subcommand name

24 years agoPut ASCII under .Tn
Philippe Charnier [Sun, 28 May 2000 14:59:54 +0000 (14:59 +0000)]
Put ASCII under .Tn

24 years agoDot not dot terminate in FILES and SEE ALSO sections
Philippe Charnier [Sun, 28 May 2000 14:59:02 +0000 (14:59 +0000)]
Dot not dot terminate in FILES and SEE ALSO sections

24 years agomatch prototype
Philippe Charnier [Sun, 28 May 2000 14:57:49 +0000 (14:57 +0000)]
match prototype

24 years agoDo not dot terminate lines in FILES section
Philippe Charnier [Sun, 28 May 2000 14:56:04 +0000 (14:56 +0000)]
Do not dot terminate lines in FILES section

24 years agoMass update of isa drivers using compatability shims to use
Peter Wemm [Sun, 28 May 2000 13:40:48 +0000 (13:40 +0000)]
Mass update of isa drivers using compatability shims to use
COMPAT_ISA_DRIVER() so that we can get rid of the evil isa_compat.h table.

24 years agoThe dreaded isa_compat.h tables are no longer used, so there is no need
Peter Wemm [Sun, 28 May 2000 13:32:49 +0000 (13:32 +0000)]
The dreaded isa_compat.h tables are no longer used, so there is no need
for a seperate pc98 version of this stuff.  Applying the same changes
from the i386 version yields identical files so remove these and use the
common ones.

24 years agoRedo the isa compat driver shim so that each driver is self contained
Peter Wemm [Sun, 28 May 2000 13:30:44 +0000 (13:30 +0000)]
Redo the isa compat driver shim so that each driver is self contained
and does not require that evil list of drivers in isa_compat.h.
It uses the same strategy that pci drivers use, namely a
COMPAT_ISA_DRIVER() macro that creates the glue on the fly.
Theoretically old-style isa drivers should be preloadable now.

24 years agoReviewed by: David O'Brien
Gerard Roudier [Sun, 28 May 2000 12:59:18 +0000 (12:59 +0000)]
Reviewed by: David O'Brien
Document driver support for:
- Early NCR53C810/815/825 chips.
- Newer chip architectural improvements (Hardware phase
  mismatch and LOAD/STORE instructions).

24 years agoManipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because
Andrey A. Chernov [Sun, 28 May 2000 12:43:24 +0000 (12:43 +0000)]
Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because
all other modes not set ALKED flag and it means that CapsLock always turned
off for them.
Real bug example is X11 which never turn on CapsLock with Russian keyboard.

PR: 18651
Submitted by: "Mike E. Matsnev" <mike@po.cs.msu.su>

24 years agoncr.c is no longer a COMPAT_OLDPCI device - remove the warning.
Peter Wemm [Sun, 28 May 2000 10:45:06 +0000 (10:45 +0000)]
ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.

24 years agoRemove haveseen_iobase() - it is no longer called from anywhere in the
Peter Wemm [Sun, 28 May 2000 10:11:49 +0000 (10:11 +0000)]
Remove haveseen_iobase() - it is no longer called from anywhere in the
kernel.

24 years agoCosmetics: dont say Unknown but Generic chipset in probe..
Søren Schmidt [Sun, 28 May 2000 07:51:23 +0000 (07:51 +0000)]
Cosmetics: dont say Unknown but Generic chipset in probe..

24 years agoFix alignment problem on the alpha reported by several parties.
Søren Schmidt [Sun, 28 May 2000 07:50:19 +0000 (07:50 +0000)]
Fix alignment problem on the alpha reported by several parties.

24 years agoRemove a couple of dups and fix a typo. This doesn't touch dups that
Tim Vanderhoek [Sun, 28 May 2000 05:21:45 +0000 (05:21 +0000)]
Remove a couple of dups and fix a typo.  This doesn't touch dups that
are dupped between here (fortunes2) and fortunes.

24 years agoA set of diffs to bring the new murphy into line with the
Tim Vanderhoek [Sun, 28 May 2000 05:06:38 +0000 (05:06 +0000)]
A set of diffs to bring the new murphy into line with the
fortune/Notes fortmatting instructions.  Also fix a couple typos.
I did a bit of this, by Cy Schubert did most of it.  Thanks Cy!

24 years agoQuoting submitter:
Tim Vanderhoek [Sun, 28 May 2000 04:41:02 +0000 (04:41 +0000)]
Quoting submitter:

 This is a recent conversion of an old IBM Mainframe application
 to the fortune datafile format.

 The "laws" were extracted from a S/370 Assembler program on a SHARE tape.
 The comments in the program:

 *---------------------------------------------------------------------*
 *        'MURPHY'  THE OLE PHILOSOPHER              18 AUGUST 1988    *
 *                                                                     *
 *        MURPHY WAS FOUND ON A JES2 TAPE OF ALL PLACES WITH ABOUT     *
 *        500 OR SO SAYINGS. GOT ANOTHER 250 FROM AN UNKNOWN SOURCE    *
 *        AND HAVE ADDED ABOUT 100 OR SO MYSELF.                       *
 *                                                                     *
     [list of changes omitted]
 *                                                                     *
 *        JIM MARSHALL, CAPT, USAF                                     *
 *        (301) 688-6829                                               *
 *                                                                     *
 *---------------------------------------------------------------------*

Fortunes that a sufficiently twisted mind could perceive as offensive
have been moved to murphy-o.  Thanks to the submitter for reviewing
these fortunes.

The copyright issues were considered before approval.

PR: misc/8519
Submitted by: Cy Schubert (misc/8519)
Approved by: The Fortune Teller

24 years agoBy overwhelming demand, revert the one=two joke to its previous form.
Tim Vanderhoek [Sun, 28 May 2000 04:10:33 +0000 (04:10 +0000)]
By overwhelming demand, revert the one=two joke to its previous form.
Also, fix a couple whitespace formatting errors and typos.

Note that the Klingon joke has a 12-point version in the
-chat list, mesg-id: <19990717120618.C269@marder-1> (thanks to
DES and to submitter doug@gorean).  Also, note that the following
people need to learn to double-space after a period: <DougB@gorean.org>,
<des@flood.ping.uio.no>, <mellon@pobox.com>, <jeroen@vangelderen.org>,
and <rsidd@physics.iisc.ernet.in>.

24 years agoMove adv.4, adw.4, aha.4, ahb.4, bktr.4, bt.4, dpt.4, ed.4, joy.4, ppc.4,
David E. O'Brien [Sun, 28 May 2000 03:27:49 +0000 (03:27 +0000)]
Move adv.4, adw.4, aha.4, ahb.4, bktr.4, bt.4, dpt.4, ed.4, joy.4, ppc.4,
sym.4, and wi.4 to the MI area.

24 years agoAdd AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.
Andrew Gallatin [Sun, 28 May 2000 02:52:54 +0000 (02:52 +0000)]
Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.
Only PCI and on-board ISA peripherials are supported at this time.

This support has been only lightly tested due to a lack of response to my
call for testers on the freebsd-alpha mailing list.  It works quite well
on the one AS2100 on which it has been tested, but it may not work on
an AS2100A and should therefore be regarded as experimental.

24 years agoAllow platform specific isa interrupt setup & teardown routines in
Andrew Gallatin [Sun, 28 May 2000 02:40:53 +0000 (02:40 +0000)]
Allow platform specific isa interrupt setup & teardown routines in
preparation for sable/lynx support

24 years agoSilence warnings.
Kris Kennaway [Sat, 27 May 2000 22:38:03 +0000 (22:38 +0000)]
Silence warnings.

24 years agoFix a misspelling: undefied -> undefined
Chris Costello [Sat, 27 May 2000 22:02:32 +0000 (22:02 +0000)]
Fix a misspelling: undefied -> undefined

24 years agoMFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}
David E. O'Brien [Sat, 27 May 2000 21:50:15 +0000 (21:50 +0000)]
MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}
targets.  The {depend,clean,cleandepend,tags,install,reinstall} targets
are composits of the {kernel,module}-* targets (based on NO_MODULES).

24 years agoUse /sys/sys/*.h over /usr/include/sys.
David E. O'Brien [Sat, 27 May 2000 21:35:47 +0000 (21:35 +0000)]
Use /sys/sys/*.h over /usr/include/sys.

No repsonce from: Maintainer

24 years agoAdd entry for new binutils that are needed to properly rebuild the
Warner Losh [Sat, 27 May 2000 21:20:07 +0000 (21:20 +0000)]
Add entry for new binutils that are needed to properly rebuild the
kernel.

24 years agoAdd suggested comment for TCP_DROP_SYNFIN and TCP_RESTRICT_RST
Wilko Bulte [Sat, 27 May 2000 18:03:15 +0000 (18:03 +0000)]
Add suggested comment for TCP_DROP_SYNFIN and TCP_RESTRICT_RST

PR: conf/18124
Submitted by: Matt Heckaman <matt@arpa.mail.net>

24 years agofix the return value of the SOUND_PCM_WRITE_CHANNELS ioctl
Cameron Grant [Sat, 27 May 2000 14:40:17 +0000 (14:40 +0000)]
fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctl

re-enable old pcm ioctls

24 years agoUse bus_space_handle_t instead of bus_space_tag_t to hold the result
Doug Rabson [Sat, 27 May 2000 10:02:32 +0000 (10:02 +0000)]
Use bus_space_handle_t instead of bus_space_tag_t to hold the result
from rman_get_bushandle().

24 years agoUpdate to use newbus and busspace.
Doug Rabson [Sat, 27 May 2000 09:27:36 +0000 (09:27 +0000)]
Update to use newbus and busspace.

24 years ago- Remove unnecessary 'data32' and 'addr32' prefixes and #define's.
John Baldwin [Sat, 27 May 2000 06:25:35 +0000 (06:25 +0000)]
- Remove unnecessary 'data32' and 'addr32' prefixes and #define's.
- Go ahead and use 'lgdt' again instead of hand-assembling the instruction.
  During testing this code worked fine.  If for some reason a 32-bit offset
  is needed, 'lgdtl' should be used instead of reverting to manual machine
  code.

Tested by: peter

24 years agoAdd IBM 56K Modem (PR 17992, Jeroen C. van Gelderen)
Warner Losh [Sat, 27 May 2000 04:48:30 +0000 (04:48 +0000)]
Add IBM 56K Modem (PR 17992, Jeroen C. van Gelderen)
Fix D-Link 660 entry (PR 1340, Annelise Anderson)
Add more comments to very generic pcmcia ethernet card
  entry (PR 17006, Georg Graf)
Add Linksys EtherFast 10/100 Intergrated PC Card (PCM100) (private mail
  from Sean O'Connell)

PRs: 17006, 13402, 17992

24 years agoFix conflicts.
David E. O'Brien [Sat, 27 May 2000 02:43:50 +0000 (02:43 +0000)]
Fix conflicts.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r60967,
David E. O'Brien [Sat, 27 May 2000 02:25:28 +0000 (02:25 +0000)]
This commit was generated by cvs2svn to compensate for changes in r60967,
which included commits to RCS files with non-trunk default branches.

24 years agoBring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
David E. O'Brien [Sat, 27 May 2000 02:25:28 +0000 (02:25 +0000)]
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
branch as of May 26th, 2000.  [these are changes March 31 - May 24th]

24 years agoUse .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
Peter Wemm [Sat, 27 May 2000 01:14:33 +0000 (01:14 +0000)]
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.

24 years agoSigh. Use the correct path to bsd.conf.mk. It's times like this that I
Peter Wemm [Sat, 27 May 2000 01:11:17 +0000 (01:11 +0000)]
Sigh. Use the correct path to bsd.conf.mk.  It's times like this that I
regret giving up coffee.

24 years agoAdd bsd.kmod.mk back.
Peter Wemm [Sat, 27 May 2000 00:54:45 +0000 (00:54 +0000)]
Add bsd.kmod.mk back.

24 years agoRevive a skeleton for bsd.kmod.mk (which will be in the make search path)
Peter Wemm [Sat, 27 May 2000 00:54:15 +0000 (00:54 +0000)]
Revive a skeleton for bsd.kmod.mk (which will be in the make search path)
that merely locates and includes sys/conf/kmod.mk.

24 years agoStrip spaces and comments more agressively.
Daniel C. Sobral [Fri, 26 May 2000 22:58:10 +0000 (22:58 +0000)]
Strip spaces and comments more agressively.

24 years agomove various fields from pcm_channel to snd_dbuf
Cameron Grant [Fri, 26 May 2000 21:55:13 +0000 (21:55 +0000)]
move various fields from pcm_channel to snd_dbuf

improve chn_read code- don't stop/restart on overrun, just dump data

more error checking on ioctls

24 years agoif we have a codec init routine, fail the attach if init fails
Cameron Grant [Fri, 26 May 2000 21:42:50 +0000 (21:42 +0000)]
if we have a codec init routine, fail the attach if init fails

24 years agoBring in FICL 2.04. No bump of loader version is required by this
Daniel C. Sobral [Fri, 26 May 2000 21:35:08 +0000 (21:35 +0000)]
Bring in FICL 2.04. No bump of loader version is required by this
commit.

24 years agohandle emulated dma reads
Cameron Grant [Fri, 26 May 2000 21:15:47 +0000 (21:15 +0000)]
handle emulated dma reads

don't try to get sample size from snd_dbuf

24 years agoIf the fsm header reports a length greater than the packet size,
Brian Somers [Fri, 26 May 2000 21:11:55 +0000 (21:11 +0000)]
If the fsm header reports a length greater than the packet size,
drop the packet rather than just whinging about it in the log.
If the fsm header has a smaller length, continue to whinge.

24 years agoSome joker decided to make it even harder to build modules outside the
Mike Smith [Fri, 26 May 2000 20:07:29 +0000 (20:07 +0000)]
Some joker decided to make it even harder to build modules outside the
kernel, and rather than fix the make search path, hardcoded it into the
module Makefiles themselves.  Go with the herd.

24 years agoHackish support for 302 redirect.
Dag-Erling Smørgrav [Fri, 26 May 2000 15:34:42 +0000 (15:34 +0000)]
Hackish support for 302 redirect.

24 years agoIf devclass_alloc_unit() is called with a wired unit #, and this is
Søren Schmidt [Fri, 26 May 2000 13:59:05 +0000 (13:59 +0000)]
If devclass_alloc_unit() is called with a wired unit #, and this is
buzy, only search upwards for a free slot to use..

This broke unit numbering on ATA systems where PCI attached controllers
come before the mainboard ones...

Reviewed by: dfr

24 years agoRather than checking for hlen causing misalignment, we should do the
Andrew Gallatin [Fri, 26 May 2000 13:47:02 +0000 (13:47 +0000)]
Rather than checking for hlen causing misalignment, we should do the
m_adj() and then check the resulting mbuf for misalignment, copying
backwards to align the mbuf if required.

This fixes a longstanding problem where an mbuf which would have been
properly aligned after an m_adj() was being misaligned and causing an
unaligned access trap in ip_input().  This bug only triggered when booting
diskless.

Reviewed by: dfr

24 years agoHonor FTP_PASSIVE_MODE so caller doesn't need to.
Dag-Erling Smørgrav [Fri, 26 May 2000 12:56:53 +0000 (12:56 +0000)]
Honor FTP_PASSIVE_MODE so caller doesn't need to.

24 years agoFixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).
Yoshihiro Takahashi [Fri, 26 May 2000 12:25:01 +0000 (12:25 +0000)]
Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).

24 years agoAdd SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDs
Seigo Tanimura [Fri, 26 May 2000 11:41:08 +0000 (11:41 +0000)]
Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDs
more frequently than the core part of the sio driver, it might
be good to move the PnP IDs to sio_isapnp.h or something like
that.

PR: i386/18828
Submitted by: J.P. King <jpk28@cam.ac.uk>

24 years agoRemove an unused variable
Brian Somers [Fri, 26 May 2000 08:29:11 +0000 (08:29 +0000)]
Remove an unused variable

24 years agoWhen we do a ``dial'' or ``open'' from DATALINK_READY, go to
Brian Somers [Fri, 26 May 2000 08:26:56 +0000 (08:26 +0000)]
When we do a ``dial'' or ``open'' from DATALINK_READY, go to
DATALINK_CARRIER and turn off scripting.

This should fix instances where ``term'' is used followed by ~.
and then ``dial''/``open'' (it currently just sits there looking
at you).

Reported by: Tim Vanderhoek <vanderh@ecf.utoronto.ca>

24 years agodefine CSUM_DELAY_DATA to match merge
Darren Reed [Fri, 26 May 2000 07:28:03 +0000 (07:28 +0000)]
define CSUM_DELAY_DATA to match merge

24 years agoResolve conflicts.
Jeroen Ruigrok van der Werven [Fri, 26 May 2000 07:24:14 +0000 (07:24 +0000)]
Resolve conflicts.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r60940,
Jeroen Ruigrok van der Werven [Fri, 26 May 2000 07:17:19 +0000 (07:17 +0000)]
This commit was generated by cvs2svn to compensate for changes in r60940,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of BIND v8.2.3-T5B
Jeroen Ruigrok van der Werven [Fri, 26 May 2000 07:17:19 +0000 (07:17 +0000)]
Virgin import of BIND v8.2.3-T5B

24 years agoBack out the previous change to the queue(3) interface.
Jake Burkholder [Fri, 26 May 2000 02:09:24 +0000 (02:09 +0000)]
Back out the previous change to the queue(3) interface.
It was not discussed and should probably not happen.

Requested by: msmith and others

24 years agoAdd the 'Z' key to the slice editor. Hitting it toggles the units the
David E. O'Brien [Fri, 26 May 2000 00:38:20 +0000 (00:38 +0000)]
Add the 'Z' key to the slice editor.  Hitting it toggles the units the
sizes are displayed in.

Ok'ed by: murray

24 years agoBump __FreeBSD_version after the Binutils upgrade -- just in case a port
David E. O'Brien [Fri, 26 May 2000 00:22:48 +0000 (00:22 +0000)]
Bump __FreeBSD_version after the Binutils upgrade -- just in case a port
or someone needs to decern the event.

24 years agoRegen.
Nick Hibma [Thu, 25 May 2000 22:29:47 +0000 (22:29 +0000)]
Regen.

24 years agoNew entries (Mike Meyer)
Nick Hibma [Thu, 25 May 2000 22:27:55 +0000 (22:27 +0000)]
New entries (Mike Meyer)

24 years agoReintroduce a workaround for a gas bug (misassembled lgdt instruction)
Tor Egge [Thu, 25 May 2000 21:33:52 +0000 (21:33 +0000)]
Reintroduce a workaround for a gas bug (misassembled lgdt instruction)
Use .code16 for the real mode part of the AP bootstrap trampoline code.

24 years agoRemove -a from mkisofs' argument list. It's the default for version 1.12.1
Dirk Froemberg [Thu, 25 May 2000 20:12:10 +0000 (20:12 +0000)]
Remove -a from mkisofs' argument list. It's the default for version 1.12.1
and up and causes mkisofs to fail if present.

Add $FreeBSD$ while I'm here.

Ok'ed by: jkh

24 years ago1. Add IPv6 portrange restriction code (-U flag) to passive().
Nick Sayer [Thu, 25 May 2000 19:30:18 +0000 (19:30 +0000)]
1. Add IPv6 portrange restriction code (-U flag) to passive().

2. Add portrange restriction code (for both v4 and v6) to the EPSV
processing stuff.

24 years agoOutput newline after debugging message
Dag-Erling Smørgrav [Thu, 25 May 2000 16:50:08 +0000 (16:50 +0000)]
Output newline after debugging message

24 years agoAdd (and document) fetchMakeURL()
Dag-Erling Smørgrav [Thu, 25 May 2000 16:46:09 +0000 (16:46 +0000)]
Add (and document) fetchMakeURL()

24 years agoIPv6 support.
Hajimu UMEMOTO [Thu, 25 May 2000 16:38:22 +0000 (16:38 +0000)]
IPv6 support.
Add $FreeBSD$.

24 years agofix up #ifdef jungle for FreeBSD
Darren Reed [Thu, 25 May 2000 16:24:46 +0000 (16:24 +0000)]
fix up #ifdef jungle for FreeBSD

24 years agoDump com_err, it's a stinking crock of shit.
Dag-Erling Smørgrav [Thu, 25 May 2000 16:24:31 +0000 (16:24 +0000)]
Dump com_err, it's a stinking crock of shit.

24 years agoremove duplicate prototypes
Darren Reed [Thu, 25 May 2000 16:23:30 +0000 (16:23 +0000)]
remove duplicate prototypes

24 years agoFix a topy (if (expr); command;)
Brian Somers [Thu, 25 May 2000 16:12:55 +0000 (16:12 +0000)]
Fix a topy (if (expr); command;)

Submitted by: Renaud Waldura <renaud@guppy.evolunet.com>

24 years agoDon't pass scope-id to EPRT command.
Hajimu UMEMOTO [Thu, 25 May 2000 15:27:31 +0000 (15:27 +0000)]
Don't pass scope-id to EPRT command.

Reviewed by: sumikawa

24 years agofix stray 'i' from editor.
Alfred Perlstein [Thu, 25 May 2000 08:24:38 +0000 (08:24 +0000)]
fix stray 'i' from editor.

24 years agoFix some newlines which have snuck in here in contradiction with
Tim Vanderhoek [Thu, 25 May 2000 05:45:44 +0000 (05:45 +0000)]
Fix some newlines which have snuck in here in contradiction with
fortune's formatting rules.

24 years agoAdd a missing negative to a clause.
Tim Vanderhoek [Thu, 25 May 2000 05:07:50 +0000 (05:07 +0000)]
Add a missing negative to a clause.

24 years agoAdd some fortunes, typically gleaned from FreeBSD mailing lists, remove
Tim Vanderhoek [Thu, 25 May 2000 04:38:47 +0000 (04:38 +0000)]
Add some fortunes, typically gleaned from FreeBSD mailing lists, remove
some dups, fix some typos and formatting.

Submitted-by (in no particular order):
Cy Schubert <cschuber@uumail.gov.bc.ca> (bin/12477)
David Kelly <dkelly@hiwaay.net> (misc/16647)
Zachary K Drew <drew0054@tc.umn.edu> (misc/16848)
Mark Ovens <mark@ukug.uk.freebsd.org> (misc/15809)
Bruce A. Mah <bmah@nimitz.ca.sandia.gov> (bin/17085)
And myself.

Approved by: The Fortune Teller

24 years agoRemove a period inserted by a previous commit. Corporate mottos and
Tim Vanderhoek [Thu, 25 May 2000 04:25:54 +0000 (04:25 +0000)]
Remove a period inserted by a previous commit.  Corporate mottos and
the like usually don't have periods.

Approved by: The Fortune Master

24 years agoRemove all of the block devices, correct major numbers to point to the
Mike Smith [Thu, 25 May 2000 02:48:15 +0000 (02:48 +0000)]
Remove all of the block devices, correct major numbers to point to the
corresponding character devices.  This is (currently) untested, but
should be correct.

24 years agoTeach sysinstall about 'twe' disks. Note that this is currently
Mike Smith [Thu, 25 May 2000 02:28:50 +0000 (02:28 +0000)]
Teach sysinstall about 'twe' disks.  Note that this is currently
untested, and with the current state of flux surrounding the death
of bdevs other things here may need to change.

24 years agoMark the checksum as complete when looping back multicast packets.
Jonathan Lemon [Thu, 25 May 2000 02:27:14 +0000 (02:27 +0000)]
Mark the checksum as complete when looping back multicast packets.

Submitted by: Jeff Gibbons <jgibbons@n2.net>

24 years agoTeach libdisk about 'twe' disks.
Mike Smith [Thu, 25 May 2000 02:23:47 +0000 (02:23 +0000)]
Teach libdisk about 'twe' disks.

24 years agoFix typo.
Archie Cobbs [Thu, 25 May 2000 00:36:43 +0000 (00:36 +0000)]
Fix typo.

24 years agoLearn how to create device nodes for the 'twe' devices.
Mike Smith [Wed, 24 May 2000 23:49:49 +0000 (23:49 +0000)]
Learn how to create device nodes for the 'twe' devices.

24 years agoManpage for the 'twe' driver.
Mike Smith [Wed, 24 May 2000 23:48:15 +0000 (23:48 +0000)]
Manpage for the 'twe' driver.

24 years agoBuild the twe module with the rest.
Mike Smith [Wed, 24 May 2000 23:42:03 +0000 (23:42 +0000)]
Build the twe module with the rest.

24 years agoAdd the 'twe' driver module makefile.
Mike Smith [Wed, 24 May 2000 23:41:26 +0000 (23:41 +0000)]
Add the 'twe' driver module makefile.

24 years agoInitial import of a driver for the 3ware Escalade family of ATA RAID
Mike Smith [Wed, 24 May 2000 23:35:23 +0000 (23:35 +0000)]
Initial import of a driver for the 3ware Escalade family of ATA RAID
controllers.

24 years agoTake 146 and 147 for the twe driver.
Mike Smith [Wed, 24 May 2000 23:19:15 +0000 (23:19 +0000)]
Take 146 and 147 for the twe driver.

24 years agoJust need to pass the address family to if_simloop(), not the whole sockaddr.
Archie Cobbs [Wed, 24 May 2000 21:16:56 +0000 (21:16 +0000)]
Just need to pass the address family to if_simloop(), not the whole sockaddr.

24 years agoThe name /var/log/alias.log is *not* likely to change in the near
Brian Somers [Wed, 24 May 2000 20:56:30 +0000 (20:56 +0000)]
The name /var/log/alias.log is *not* likely to change in the near
future...