]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoFix spelling, slingly -> singly.
asmodai [Fri, 24 Mar 2000 21:02:14 +0000 (21:02 +0000)]
Fix spelling, slingly -> singly.

Submitted by: nrahlstr

24 years agoAdd Mach64-LB graphics accelerator
billf [Fri, 24 Mar 2000 19:31:02 +0000 (19:31 +0000)]
Add Mach64-LB graphics accelerator

Submitted by: Brandon Martus <bmartus@chc-chimes.com> (unwittingly)
Obtained from: NetBSD (syssrc/sys/dev/pci/pcidevs)

24 years agoWrap uucpd behind the NOUUCP knob.
dan [Fri, 24 Mar 2000 18:21:09 +0000 (18:21 +0000)]
Wrap uucpd behind the NOUUCP knob.

Noticed by: Doug Barton

24 years agoUse pipe() instead of socketpair() in sshd when communicating
brian [Fri, 24 Mar 2000 15:39:37 +0000 (15:39 +0000)]
Use pipe() instead of socketpair() in sshd when communicating
with the client.
This allows ppp/ssh style tunnels to function again.

Ok'd by: markk
Submitted by: markk@knigma.org

24 years agoA little more cosmetics.
ru [Fri, 24 Mar 2000 08:36:39 +0000 (08:36 +0000)]
A little more cosmetics.

24 years agoFix the panic occuring on non-changer devices.
sos [Fri, 24 Mar 2000 07:44:20 +0000 (07:44 +0000)]
Fix the panic occuring on non-changer devices.

24 years agoCorrect grammar.
sheldonh [Fri, 24 Mar 2000 07:37:02 +0000 (07:37 +0000)]
Correct grammar.
Rename and (where appropriate) re-order sections.
Put something useful in the BUGS section.
Clear the Os macro and add a HISTORY section.

Reviewed by: bp

24 years agofix bug with du -hd
mharo [Fri, 24 Mar 2000 06:25:32 +0000 (06:25 +0000)]
fix bug with du -hd

Submitted by: dcs

24 years agodon't check extended features on codecs known to hang. should fix neomagic
cg [Fri, 24 Mar 2000 03:14:35 +0000 (03:14 +0000)]
don't check extended features on codecs known to hang.  should fix neomagic
problems.

24 years agoFix a few spelling errors.
mpp [Fri, 24 Mar 2000 02:26:54 +0000 (02:26 +0000)]
Fix a few spelling errors.

24 years agoFix some spelling errors.
mpp [Fri, 24 Mar 2000 02:17:04 +0000 (02:17 +0000)]
Fix some spelling errors.

24 years agoSome minor mdoc style and spelling fixes.
mpp [Fri, 24 Mar 2000 02:05:54 +0000 (02:05 +0000)]
Some minor mdoc style and spelling fixes.

24 years agoFix a couple of typos and make the FILES section follow mdoc style.
mpp [Fri, 24 Mar 2000 01:57:57 +0000 (01:57 +0000)]
Fix a couple of typos and make the FILES section follow mdoc style.

24 years agoMinor style fixes: freebsd.org -> FreeBSD.org
mpp [Fri, 24 Mar 2000 01:49:46 +0000 (01:49 +0000)]
Minor style fixes:  freebsd.org -> FreeBSD.org

24 years agoGrammar nit ("has not got a very good recovery" -> "does not recover well")
billf [Fri, 24 Mar 2000 01:41:58 +0000 (01:41 +0000)]
Grammar nit ("has not got a very good recovery" -> "does not recover well")

24 years agoMinor style fixes: freebsd.org -> FreeBSD.org
mpp [Fri, 24 Mar 2000 01:37:42 +0000 (01:37 +0000)]
Minor style fixes: freebsd.org -> FreeBSD.org

24 years agoFix some spelling errors.
mpp [Fri, 24 Mar 2000 01:27:35 +0000 (01:27 +0000)]
Fix some spelling errors.

24 years agoSpelling fix.
mpp [Fri, 24 Mar 2000 01:22:53 +0000 (01:22 +0000)]
Spelling fix.

24 years agomdoc style fixes.
mpp [Fri, 24 Mar 2000 01:15:04 +0000 (01:15 +0000)]
mdoc style fixes.

24 years agoFix a minor grammar problem.
mpp [Fri, 24 Mar 2000 01:02:33 +0000 (01:02 +0000)]
Fix a minor grammar problem.

24 years agoFix some spelling errors.
mpp [Fri, 24 Mar 2000 00:58:49 +0000 (00:58 +0000)]
Fix some spelling errors.

24 years agoFix a spelling error.
mpp [Fri, 24 Mar 2000 00:47:49 +0000 (00:47 +0000)]
Fix a spelling error.

24 years ago Fix in-kernel infinite loop in pipe_write() when the reader goes away
dillon [Fri, 24 Mar 2000 00:47:37 +0000 (00:47 +0000)]
Fix in-kernel infinite loop in pipe_write() when the reader goes away
    at just the wrong time.

24 years agoChange the usage of the .Nm macro in the NAME section to be
mpp [Fri, 24 Mar 2000 00:30:30 +0000 (00:30 +0000)]
Change the usage of the .Nm macro in the NAME section to be
consistent with the rest of the system.

24 years agoRemove unused file.
bde [Thu, 23 Mar 2000 19:22:14 +0000 (19:22 +0000)]
Remove unused file.

24 years agoFixed most disordering (almost all except for i4b and targets with
bde [Thu, 23 Mar 2000 19:08:49 +0000 (19:08 +0000)]
Fixed most disordering (almost all except for i4b and targets with
complicated rules).

24 years agoFixed most disordering (all except for targets with complicated rules).
bde [Thu, 23 Mar 2000 19:03:26 +0000 (19:03 +0000)]
Fixed most disordering (all except for targets with complicated rules).

24 years ago Fix parens in m_pullup() line in arp handling code. The code was
dillon [Thu, 23 Mar 2000 18:58:59 +0000 (18:58 +0000)]
Fix parens in m_pullup() line in arp handling code.  The code was
    improperly doing the equivalent of (m = (function() == NULL)) instead
    of ((m = function()) == NULL).

    This fixes a NULL pointer dereference panic with runt arp packets.

24 years agoFixed my breakage of SPLASSERT() in rev.1.15. There was a stray semicolon
bde [Thu, 23 Mar 2000 18:46:44 +0000 (18:46 +0000)]
Fixed my breakage of SPLASSERT() in rev.1.15.  There was a stray semicolon
after "if ()".

24 years agoFix detection of the card-ready-for-command state. Use an ultimate
msmith [Thu, 23 Mar 2000 18:33:19 +0000 (18:33 +0000)]
Fix detection of the card-ready-for-command state.  Use an ultimate
timeout closer to the 1-second value that AMI use in their Linux
driver, and mark the mailbox structures as volatile so that gcc
doesn't over-optimise access to them.

This should fix the "controller wedged" bug.

Submitted by: Brian Dean <brdean@unx.sas.com>

24 years agoReturn IPv4 native address for IPv4 mapped IPv6 address, even if
ume [Thu, 23 Mar 2000 17:25:00 +0000 (17:25 +0000)]
Return IPv4 native address for IPv4 mapped IPv6 address, even if
A RR is not found.

Reviewed by: shin

24 years agoCorrect instructions/examples about manual pages.
ru [Thu, 23 Mar 2000 16:48:04 +0000 (16:48 +0000)]
Correct instructions/examples about manual pages.

24 years agoCheck for MAN9 for consistency.
ru [Thu, 23 Mar 2000 16:46:20 +0000 (16:46 +0000)]
Check for MAN9 for consistency.

24 years agoRemove redundant SRCS.
ru [Thu, 23 Mar 2000 16:41:45 +0000 (16:41 +0000)]
Remove redundant SRCS.

24 years agoA bit of cleanup.
ru [Thu, 23 Mar 2000 16:40:42 +0000 (16:40 +0000)]
A bit of cleanup.

24 years agoFixed missing #include of <sys/types.h> in synopsis.
bde [Thu, 23 Mar 2000 16:29:05 +0000 (16:29 +0000)]
Fixed missing #include of <sys/types.h> in synopsis.
Fixed spelling error in prototype for inet_option_space().
Fixed syntax error in prototype for inet6_option_alloc().

24 years agoDocument options HZ, place it in its own section `CLOCK OPTIONS' and
asmodai [Thu, 23 Mar 2000 16:22:50 +0000 (16:22 +0000)]
Document options HZ, place it in its own section `CLOCK OPTIONS' and
add the undocumented CLK_* options to that section as well.

Submitted by: Mike Tancsa <mike@sentex.ca> (partially)

24 years agoFixed missing #include of <sys/types.h> in synopsis.
bde [Thu, 23 Mar 2000 16:20:20 +0000 (16:20 +0000)]
Fixed missing #include of <sys/types.h> in synopsis.

24 years agoFixed clean rule for font.h.
bde [Thu, 23 Mar 2000 15:42:24 +0000 (15:42 +0000)]
Fixed clean rule for font.h.

24 years agoFixed wrong arg type in synopsis.
bde [Thu, 23 Mar 2000 15:28:30 +0000 (15:28 +0000)]
Fixed wrong arg type in synopsis.

24 years agoProperly separate the K5-only buld from K4.
markm [Thu, 23 Mar 2000 14:56:47 +0000 (14:56 +0000)]
Properly separate the K5-only buld from K4.

Submitted by: sheldonh

24 years agoFixed bitrot in synopsis (the third arg of vsunlock went away).
bde [Thu, 23 Mar 2000 14:33:14 +0000 (14:33 +0000)]
Fixed bitrot in synopsis (the third arg of vsunlock went away).

24 years agoClear the Os macro and provide an HISTORY section instead.
sheldonh [Thu, 23 Mar 2000 12:05:10 +0000 (12:05 +0000)]
Clear the Os macro and provide an HISTORY section instead.

24 years agoCorrect grammar.
sheldonh [Thu, 23 Mar 2000 11:59:30 +0000 (11:59 +0000)]
Correct grammar.
Rename and (where appropriate) re-order sections:
        NOTES -> IMPLEMENTATION NOTES
        AUTHOR -> AUTHORS
Put something useful in the BUGS section.

Only the first gammar fix in the file comes was given in the
attributed PR.

PR: 17545
Submitted by: Yoshihiro Ota <hiro@mail.advok.com>

24 years agoSwitch to the new time counter code to follow the i386.
obrien [Thu, 23 Mar 2000 10:22:52 +0000 (10:22 +0000)]
Switch to the new time counter code to follow the i386.

Assisted by: phk

24 years agoClean up the FreeBSD configuration files -- includes removing the usage
obrien [Thu, 23 Mar 2000 10:18:26 +0000 (10:18 +0000)]
Clean up the FreeBSD configuration files -- includes removing the usage
of svr4.h on the i386, and moving all the shared arch neutral bits into
the FreeBSD general config header.

24 years agoMerged from sys/i386/isa/clock.c and sys/isa/sio.c revisions 1.150 and
kato [Thu, 23 Mar 2000 08:55:45 +0000 (08:55 +0000)]
Merged from sys/i386/isa/clock.c and sys/isa/sio.c revisions 1.150 and
1.292, respectively.

24 years agoRemoved B_READ and B_WRITE.
kato [Thu, 23 Mar 2000 08:53:15 +0000 (08:53 +0000)]
Removed B_READ and B_WRITE.

24 years agoDisable fdctl_wr_foo. This feature is not supported by PC98.
kato [Thu, 23 Mar 2000 08:50:56 +0000 (08:50 +0000)]
Disable fdctl_wr_foo.  This feature is not supported by PC98.

24 years agoMerged from sys/conf/files.i386 revision 1.310 (re-activate K6-2
kato [Thu, 23 Mar 2000 08:13:32 +0000 (08:13 +0000)]
Merged from sys/conf/files.i386 revision 1.310 (re-activate K6-2
MTRR driver).

24 years agoAdd entry about the isa/pci shim issue.
imp [Thu, 23 Mar 2000 05:57:10 +0000 (05:57 +0000)]
Add entry about the isa/pci shim issue.

24 years agoMove "Melco Airconnect" entry to correct place.
kuriyama [Thu, 23 Mar 2000 05:06:25 +0000 (05:06 +0000)]
Move "Melco Airconnect" entry to correct place.

24 years agoThis is FreeBSD version 5.0.
obrien [Thu, 23 Mar 2000 01:20:46 +0000 (01:20 +0000)]
This is FreeBSD version 5.0.

24 years ago"can received" -> "can receive".
ru [Wed, 22 Mar 2000 16:07:32 +0000 (16:07 +0000)]
"can received" -> "can receive".

24 years agoRefer to the correct include file for the IPTOS_XXX constants.
ru [Wed, 22 Mar 2000 16:02:49 +0000 (16:02 +0000)]
Refer to the correct include file for the IPTOS_XXX constants.

24 years agoRemove the trailing zeroes on the entries for the kernel config.
n_hibma [Wed, 22 Mar 2000 10:18:43 +0000 (10:18 +0000)]
Remove the trailing zeroes on the entries for the kernel config.

Submitted by:  Anders Andersson <anders@sanyusan.se>

24 years agoIgnoreUserKnownHosts is a boolean flag, not an integer value.
sheldonh [Wed, 22 Mar 2000 09:36:35 +0000 (09:36 +0000)]
IgnoreUserKnownHosts is a boolean flag, not an integer value.

The fix submitted in the attributed PR is identical to the one
adopted by OpenBSD.

PR: 17027
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Obtained from: OpenBSD

24 years agoFix one place which knew that B_WRITE was zero.
phk [Wed, 22 Mar 2000 08:40:13 +0000 (08:40 +0000)]
Fix one place which knew that B_WRITE was zero.

Fix a stylistic mistake of mine while here.

Found by: Stephen Hocking <shocking@prth.pgs.com>

24 years agoAdded the joy driver (commented out).
nyan [Wed, 22 Mar 2000 03:19:37 +0000 (03:19 +0000)]
Added the joy driver (commented out).

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

24 years agoCorrect the parent notification diagnostic emitted from the child
brian [Wed, 22 Mar 2000 03:02:01 +0000 (03:02 +0000)]
Correct the parent notification diagnostic emitted from the child
process in -background mode (it should report failure if appropriate).

24 years agoIf a links LCP FSM has reached TLF and it's the last link,
brian [Wed, 22 Mar 2000 03:02:00 +0000 (03:02 +0000)]
If a links LCP FSM has reached TLF and it's the last link,
don't bother to re-initialise the NCPs.  Instead wait for
bundle_LinkClosed() to be called - IFF it actually is called.

By initialising the NCPs at this point, ppp was recursing
back into the fsm_Down() routing for the link, and losing
track of the reason that the link was being brought down.
The end result was that ``set reconnect'' would never do
anything.

Patiently pointed out by: ru

24 years agoDon't bother setting the dial timer if we've closed a
brian [Wed, 22 Mar 2000 03:01:56 +0000 (03:01 +0000)]
Don't bother setting the dial timer if we've closed a
background/foreground/direct and zero'd the redial/reconnect
counts.

24 years agoDo some vfork() trickery so that the parent can determine
brian [Wed, 22 Mar 2000 03:01:53 +0000 (03:01 +0000)]
Do some vfork() trickery so that the parent can determine
if the childs exec() has succeeded or failed by taking advantage
of the fact that both processes share the same memory.

FWIW:
  I tried to implement this by doing a pipe(), setting the
  write desciptors close-on-exec flag in the child and writing
  errno to the descriptor if the exec() fails.  The parent can
  then ``if (read()) got errno else exec worked''.

  This didn't work though - the child could write() to fd[1] on
  exec failure, but the parent got 0 trying to read() from fd[0] !
  Is this a bug in execve() ?

24 years agoCall bundle_CleanDatalinks() after UpdateSet() in case we're
brian [Wed, 22 Mar 2000 03:01:48 +0000 (03:01 +0000)]
Call bundle_CleanDatalinks() after UpdateSet() in case we're
dropping out of background/foreground/direct mode.

This avoids either having to wait for the redial timer before
exiting or jaming up in select() waiting for something that'll
never happen.

24 years agoin6_pcb.c:
green [Wed, 22 Mar 2000 02:27:30 +0000 (02:27 +0000)]
in6_pcb.c:
Remove a bogus (redundant, just weird, etc.) key_freeso(so).
There are no consumers of it now, nor does it seem there
ever will be.

in6?_pcb.c:
Add an if (inp->in6?p_sp != NULL) before the call to
ipsec[46]_delete_pcbpolicy(inp).  In low-memory conditions
this can cause a crash because in6?_sp can be NULL...

24 years agoAdd the DOC_LANG variable, and associated documentary comments.
nik [Wed, 22 Mar 2000 00:49:20 +0000 (00:49 +0000)]
Add the DOC_LANG variable, and associated documentary comments.

24 years agoAdded NetBSD 1.4.2
wosch [Tue, 21 Mar 2000 20:17:17 +0000 (20:17 +0000)]
Added NetBSD 1.4.2

24 years agoWhine at users who still have block devices in /dev, give them until
phk [Tue, 21 Mar 2000 19:25:56 +0000 (19:25 +0000)]
Whine at users who still have block devices in /dev, give them until
june 1st to fix their system.

24 years agoMassive gut. We're not into 5.0 so remove all 4.x entries from this
imp [Tue, 21 Mar 2000 19:19:47 +0000 (19:19 +0000)]
Massive gut.  We're not into 5.0 so remove all 4.x entries from this
file and start over.

Also note that we're in the traditional whack-a-ball kernel model/api
reorg for 5.0 and that one needs to be extra careful about making sure
models and kernels are in sync.

24 years agoAdapt to the crypto distribution.
jkh [Tue, 21 Mar 2000 19:13:31 +0000 (19:13 +0000)]
Adapt to the crypto distribution.

24 years agoRemove trailing comma.
asmodai [Tue, 21 Mar 2000 17:34:56 +0000 (17:34 +0000)]
Remove trailing comma.

24 years agoInclude a space between hash ('#') and 'Berkeley packet filter' like
dan [Tue, 21 Mar 2000 17:00:58 +0000 (17:00 +0000)]
Include a space between hash ('#') and 'Berkeley packet filter' like
all the other comments have.

24 years agoAs bde was kind to point out:
asmodai [Tue, 21 Mar 2000 16:38:19 +0000 (16:38 +0000)]
As bde was kind to point out:
"Man pages shouldn't refer to higher level interfaces
built using the interfaces in the man pages."

Submitted by: bde

24 years agoRegenerate usbdevs files.
wpaul [Tue, 21 Mar 2000 15:20:41 +0000 (15:20 +0000)]
Regenerate usbdevs files.

Also add device entry in if_kue.c for the LINKSYS USB10T adapter.

Also add calls to bpfdetach() in detach routines.

24 years agoAdd device ID for LinkSys USB10T ethernet adapter (0x2202).
wpaul [Tue, 21 Mar 2000 15:18:51 +0000 (15:18 +0000)]
Add device ID for LinkSys USB10T ethernet adapter (0x2202).

24 years agoFor version 0.9 change DNET output
dmlb [Tue, 21 Mar 2000 14:39:36 +0000 (14:39 +0000)]
For version 0.9 change DNET output

24 years agoAdded user level updates and reading of parameters.
dmlb [Tue, 21 Mar 2000 14:27:46 +0000 (14:27 +0000)]
Added user level updates and reading of parameters.

24 years agoTypo.
dmlb [Tue, 21 Mar 2000 14:26:38 +0000 (14:26 +0000)]
Typo.

24 years agoFix lameness I introduced by typing the Xr as a filename, sigh.
asmodai [Tue, 21 Mar 2000 13:46:57 +0000 (13:46 +0000)]
Fix lameness I introduced by typing the Xr as a filename, sigh.

24 years agoMake ATAPI CD changer devices work, hopefully better than before.
sos [Tue, 21 Mar 2000 13:26:54 +0000 (13:26 +0000)]
Make ATAPI CD changer devices work, hopefully better than before.

24 years agoFix EXAMPLE -> EXAMPLES.
asmodai [Tue, 21 Mar 2000 13:21:36 +0000 (13:21 +0000)]
Fix EXAMPLE -> EXAMPLES.
Add Xr's for SPLASSERT and CONDSPLASSERT.

24 years agoAssorted bag o' fixes:
asmodai [Tue, 21 Mar 2000 13:18:40 +0000 (13:18 +0000)]
Assorted bag o' fixes:
fix Jonathan's name, fix copyright date, man -> manual,
add const before char *msg, add email address.

24 years agoFix bogus reporting of interface names, the field returned
luigi [Tue, 21 Mar 2000 12:09:23 +0000 (12:09 +0000)]
Fix bogus reporting of interface names, the field returned
in sdl_data is not 0-terminated

24 years agoAdd a man page for aio_waitcomplete(). Update the aio_cancel() man page to
jasone [Tue, 21 Mar 2000 10:25:22 +0000 (10:25 +0000)]
Add a man page for aio_waitcomplete().  Update the aio_cancel() man page to
reflect the fact that aio_cancel() works now.

Submitted by: Christopher Sedore <cmsedore@maxwell.syr.edu>

24 years agoAdd a knob to turn off the mostly static docs (src/share/doc/).
obrien [Tue, 21 Mar 2000 09:24:09 +0000 (09:24 +0000)]
Add a knob to turn off the mostly static docs (src/share/doc/).

On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.

However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s
respectively.

This commit allows one to speed up their build time, without not getting
any important and required changes if one used "NOSHARE".

24 years agoAdd sysctl kern.coredump to enable/disable core dumps system wide.
ps [Tue, 21 Mar 2000 07:10:42 +0000 (07:10 +0000)]
Add sysctl kern.coredump to enable/disable core dumps system wide.

24 years agoRemove references to man pages that don't exist.
shin [Tue, 21 Mar 2000 02:46:28 +0000 (02:46 +0000)]
Remove references to man pages that don't exist.

PR: docs/17506

24 years agoCall bpfdetach() before going away.
archie [Tue, 21 Mar 2000 01:42:56 +0000 (01:42 +0000)]
Call bpfdetach() before going away.

24 years agoBogusly returned zero always. Return 1 if we pass the checksum.
imp [Mon, 20 Mar 2000 23:29:27 +0000 (23:29 +0000)]
Bogusly returned zero always.  Return 1 if we pass the checksum.

24 years agoMake memcontrol(8) able to delete the segments starting at a base of 0
green [Mon, 20 Mar 2000 22:53:32 +0000 (22:53 +0000)]
Make memcontrol(8) able to delete the segments starting at a base of 0
which it can create..

24 years agoUncorrupt the SCCS id (s/ From: / /).
green [Mon, 20 Mar 2000 21:31:30 +0000 (21:31 +0000)]
Uncorrupt the SCCS id (s/ From: / /).
Put a tab before the comment for "rflags".

Submitted by: bde

24 years agoAdd entry for the Microtech USB to SCSI cable.
n_hibma [Mon, 20 Mar 2000 20:33:09 +0000 (20:33 +0000)]
Add entry for the Microtech USB to SCSI cable.

24 years agoActually install KASSERT.9.
bde [Mon, 20 Mar 2000 20:23:43 +0000 (20:23 +0000)]
Actually install KASSERT.9.

24 years agoFixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde.
bde [Mon, 20 Mar 2000 20:07:28 +0000 (20:07 +0000)]
Fixed style bugs in rev.1.28.  Rev.1.28 was not submitted by bde.

24 years agoAdd entry for Y-E Data floppy drive.
n_hibma [Mon, 20 Mar 2000 20:03:52 +0000 (20:03 +0000)]
Add entry for Y-E Data floppy drive.

24 years agoAdd an entry on the Y-E Data floppy drive
n_hibma [Mon, 20 Mar 2000 19:55:08 +0000 (19:55 +0000)]
Add an entry on the Y-E Data floppy drive

24 years agoMake syslogd boot -s by default, which prevents Bad People from filling up
billf [Mon, 20 Mar 2000 19:53:56 +0000 (19:53 +0000)]
Make syslogd boot -s by default, which prevents Bad People from filling up
your diskspace.

PR: conf/15737
Submitted by: Kevin Day <toasty@dragondata.com> (PR)
Nick Johnson <freebsd@spatula.net> (on -current)

24 years agoRegen.
gehenna [Mon, 20 Mar 2000 19:49:50 +0000 (19:49 +0000)]
Regen.

24 years agoAdd 22 vendor IDs.
gehenna [Mon, 20 Mar 2000 19:49:20 +0000 (19:49 +0000)]
Add 22 vendor IDs.

24 years agoAdd '-L' option to usage().
guido [Mon, 20 Mar 2000 18:33:11 +0000 (18:33 +0000)]
Add '-L' option to usage().