]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoUpdate for fileops.fo_stat() addition. Note, this would panic if
peter [Mon, 8 Nov 1999 03:36:29 +0000 (03:36 +0000)]
Update for fileops.fo_stat() addition.  Note, this would panic if
it saw a DTYPE_PIPE.  This isn't quite right but should stop a crash.

24 years agoUpdate the stream socket fileops table to match fo_stat() additions.
peter [Mon, 8 Nov 1999 03:34:53 +0000 (03:34 +0000)]
Update the stream socket fileops table to match fo_stat() additions.

24 years agoUse fo_stat() rather than Yet Another duplication of kern_descrip.c's stat
peter [Mon, 8 Nov 1999 03:33:21 +0000 (03:33 +0000)]
Use fo_stat() rather than Yet Another duplication of kern_descrip.c's stat
code.

24 years agoAdd a vnode fo_stat() entry point.
peter [Mon, 8 Nov 1999 03:32:15 +0000 (03:32 +0000)]
Add a vnode fo_stat() entry point.

24 years agoUpdate socket file type for fo_stat(). soo_stat() becomes a fileops
peter [Mon, 8 Nov 1999 03:31:01 +0000 (03:31 +0000)]
Update socket file type for fo_stat().  soo_stat() becomes a fileops
switch entry point rather than being used externally with knowledge of the
internals of the DTYPE_SOCKET f_data contents.

24 years agoUpdate pipe code for fo_stat() entry point - pipe_stat() is now no longer
peter [Mon, 8 Nov 1999 03:28:49 +0000 (03:28 +0000)]
Update pipe code for fo_stat() entry point - pipe_stat() is now no longer
used outside the pipe code.

24 years agoUse fo_stat() rather than duplicating knowledge of file type internals
peter [Mon, 8 Nov 1999 03:27:14 +0000 (03:27 +0000)]
Use fo_stat() rather than duplicating knowledge of file type internals
in here for stat(2) and friends.  Update the badops entries accordingly.

24 years agoCreate a fileops fo_stat() entry point. This will enable collection
peter [Mon, 8 Nov 1999 03:25:23 +0000 (03:25 +0000)]
Create a fileops fo_stat() entry point.  This will enable collection
of a bunch of duplicated code that breaks (read: panic) when a new
file type is added and some switch/case entries are missed.

24 years agoUpdate to better reflect reality.
archie [Mon, 8 Nov 1999 03:14:58 +0000 (03:14 +0000)]
Update to better reflect reality.

24 years agoAdd missing documentation for the two control messages supported
archie [Mon, 8 Nov 1999 03:14:15 +0000 (03:14 +0000)]
Add missing documentation for the two control messages supported
by this node type.

24 years agoAdd some more clarification.
archie [Mon, 8 Nov 1999 03:13:28 +0000 (03:13 +0000)]
Add some more clarification.

24 years agoFix crash when trying to duplicate a NULL meta.
archie [Mon, 8 Nov 1999 03:11:22 +0000 (03:11 +0000)]
Fix crash when trying to duplicate a NULL meta.

24 years agoGet rid of the 'sync2' hook, which was a hack. Instead, just
archie [Mon, 8 Nov 1999 03:10:20 +0000 (03:10 +0000)]
Get rid of the 'sync2' hook, which was a hack. Instead, just
directly detect outgoing LCP frames and do the right thing.

24 years agoAdd support for the IFF_MULTICAST flag. There's not
archie [Mon, 8 Nov 1999 03:08:59 +0000 (03:08 +0000)]
Add support for the IFF_MULTICAST flag. There's not
much to do because we are a point-to-point interface.

Submitted by: phk

24 years agoRemove unused declarations.
alc [Mon, 8 Nov 1999 00:53:34 +0000 (00:53 +0000)]
Remove unused declarations.

24 years agoRemove unused #include's.
alc [Sun, 7 Nov 1999 20:03:54 +0000 (20:03 +0000)]
Remove unused #include's.

Submitted by: phk

24 years agoCorrect logic from previous commit - middle processes in long pipes
steve [Sun, 7 Nov 1999 17:07:05 +0000 (17:07 +0000)]
Correct logic from previous commit - middle processes in long pipes
don't have their stdin closed indisciminantly.

Reviewed by: markm

24 years agoUse vop_panic() instead of spec_badop().
phk [Sun, 7 Nov 1999 15:09:59 +0000 (15:09 +0000)]
Use vop_panic() instead of spec_badop().

24 years agoMake vop_panic() a little more informative.
phk [Sun, 7 Nov 1999 15:09:49 +0000 (15:09 +0000)]
Make vop_panic() a little more informative.

24 years agoSimplify and de-bogotify check for raw disk.
phk [Sun, 7 Nov 1999 13:09:09 +0000 (13:09 +0000)]
Simplify and de-bogotify check for raw disk.

24 years agoPatch got this one wrong, we want to check securelevel in open()
phk [Sun, 7 Nov 1999 12:32:45 +0000 (12:32 +0000)]
Patch got this one wrong, we want to check securelevel in open()

24 years agoRemove the iskmemdev() function. Make it the responsibility of the mem.c
phk [Sun, 7 Nov 1999 12:01:32 +0000 (12:01 +0000)]
Remove the iskmemdev() function.  Make it the responsibility of the mem.c
drivers to enforce the securelevel checks.

24 years agoRev 1.2 appears to have come from this commit to gcc-2.6.1:
obrien [Sun, 7 Nov 1999 10:38:07 +0000 (10:38 +0000)]
Rev 1.2 appears to have come from this commit to gcc-2.6.1:

phk         95/03/10 00:24:10

Modified:    gnu/usr.bin/cc/cc_int final.c
Since we are in the gcc bashing mood anyway:  Add two changes for
basic-block profiling:
1. use a .stabs(25) symbol to link all the data structures together
with.  The regular method isn't safe for the kernel.
2. add a BB before the prologue and add a BB after the epilogue,
this alows us to find the length of any counted BB.  This is a
cheap and somewhat reasonable measure of actual cost.

Note #1 was removed in rev 1.4.

24 years agoRemove the devsw magic from DEV_MODULE()
phk [Sun, 7 Nov 1999 10:01:17 +0000 (10:01 +0000)]
Remove the devsw magic from DEV_MODULE()

24 years agoAdd the ata driver to the compiled in targets.
sos [Sun, 7 Nov 1999 09:52:04 +0000 (09:52 +0000)]
Add the ata driver to the compiled in targets.
Document the options available for the ata driver.

Disconnect the atapi devices from the old wd driver to avoid conflicts
(they will go away at some point anyways)

24 years agoDon't zero-pad netgraph node ids
brian [Sun, 7 Nov 1999 09:03:45 +0000 (09:03 +0000)]
Don't zero-pad netgraph node ids

Recommended by: julian

24 years agoReplace freebsdelf with freebsd in BINDIR
jb [Sun, 7 Nov 1999 08:07:02 +0000 (08:07 +0000)]
Replace freebsdelf with freebsd in BINDIR

Requested by: obrien

24 years agoMake an incredibly stupid change because Warner threatened to do it and
sef [Sun, 7 Nov 1999 07:52:02 +0000 (07:52 +0000)]
Make an incredibly stupid change because Warner threatened to do it and
continue doing it despite objections by me (the principal author).

Note that this doesn't fix the real problem -- the real problem is generally
bad setup by ignorant users, and education is the right way to fix it.

So while this doesn't actually solve the prolem mentioned in the complaint
(since it's still possible to do it via other methods, although they mostly
involve a bit more complicity), and there are better methods to do this,
nobody was willing or able to provide me with a real world example that
couldn't be worked around using the existing permissions and group
mechanism.  And therefore, security by removing features is the method of
the day.

I only had three applications that used it, in any event.  One of them would
have made debugging easier, but I still haven't finished it, and won't
now, so it doesn't really matter.

24 years agoThe functions declared by this header file no longer exist.
alc [Sun, 7 Nov 1999 06:46:48 +0000 (06:46 +0000)]
The functions declared by this header file no longer exist.

Submitted by: phk (in part)

24 years agoThese have been repo-copied to i386-freebsd.
jb [Sun, 7 Nov 1999 06:13:35 +0000 (06:13 +0000)]
These have been repo-copied to i386-freebsd.

24 years agoThese have been repo-copied to alpha-freebsd.
jb [Sun, 7 Nov 1999 06:11:36 +0000 (06:11 +0000)]
These have been repo-copied to alpha-freebsd.

24 years agoReplace freebsdelf with freebsd in most places.
jb [Sun, 7 Nov 1999 06:01:35 +0000 (06:01 +0000)]
Replace freebsdelf with freebsd in most places.

Requested by: obrien

24 years agoAfter a repo copy of as_{alpha,i386,mips} to {alpha,i386,mips}-freebsd,
jb [Sun, 7 Nov 1999 05:59:25 +0000 (05:59 +0000)]
After a repo copy of as_{alpha,i386,mips} to {alpha,i386,mips}-freebsd,
tidy up the logic that works out which sub-directories to build.

The new directories with freebsdelf suffixes now have freebsd suffixes
after a repo move by Peter at the request of David O'Brien.

24 years agoFix the advisory file locking by restoring previous ordering in closef()/
green [Sun, 7 Nov 1999 05:58:38 +0000 (05:58 +0000)]
Fix the advisory file locking by restoring previous ordering in closef()/
fdrop().  This only showed up when a file descriptor was duplicated
and then closed once, where the lock would be released on the first close().

24 years agoReplace freebsdelf with freebsd in BINDIR.
jb [Sun, 7 Nov 1999 05:56:04 +0000 (05:56 +0000)]
Replace freebsdelf with freebsd in BINDIR.

[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied
  by Peter (one of the repo-men) ]

Requested by: obrien

24 years agoStop nroff from complaining about the freeBSD version..
julian [Sun, 7 Nov 1999 05:16:27 +0000 (05:16 +0000)]
Stop nroff from complaining about the freeBSD version..
Also some updates to the vjc node man page.

24 years agoUndo rev 1.10, which took out TH_FIN from the CLOSING state. This
jlemon [Sun, 7 Nov 1999 04:18:30 +0000 (04:18 +0000)]
Undo rev 1.10, which took out TH_FIN from the CLOSING state.  This
breaks simultaneous closes.

24 years agoBe more accepting about the format of node IDs.
julian [Sun, 7 Nov 1999 04:18:20 +0000 (04:18 +0000)]
Be more accepting about the format of node IDs.
Submitted by: Brian Somers <brian@Awfulhak.org>

24 years agoConserve stereo mode in ioctl SNDCTL_DSP_SETFMT.
tanimura [Sun, 7 Nov 1999 04:15:30 +0000 (04:15 +0000)]
Conserve stereo mode in ioctl SNDCTL_DSP_SETFMT.

PR: 14372
Submitted by: Mattias Pantzare <pantzer@ludd.luth.se>, Ville-Pertti Keinonen <will@iki.fi>

24 years agoAdd a new "-r" (right) option that reverses the order a filename and the
obrien [Sun, 7 Nov 1999 04:14:55 +0000 (04:14 +0000)]
Add a new "-r" (right) option that reverses the order a filename and the
hash is printed.  This aids visual diffs.

24 years agoFix spelling errors.
chris [Sun, 7 Nov 1999 01:24:47 +0000 (01:24 +0000)]
Fix spelling errors.

(``compatible'' is misspelled here as ``compatable'')

24 years agoadd in actual getenv_quad function
mjacob [Sun, 7 Nov 1999 01:10:30 +0000 (01:10 +0000)]
add in actual getenv_quad function

24 years agoadd in getenv_quad function
mjacob [Sun, 7 Nov 1999 01:09:20 +0000 (01:09 +0000)]
add in getenv_quad function

24 years agoChange spaces to tabs where appropriate
eivind [Sat, 6 Nov 1999 23:51:29 +0000 (23:51 +0000)]
Change spaces to tabs where appropriate

24 years agoOptions cleanup.
eivind [Sat, 6 Nov 1999 23:41:10 +0000 (23:41 +0000)]
Options cleanup.
* GC unused options
* Move options that exist on all architectures to conf/options
* Add missing options to LINT
* Sort undocumented options list in LINT

Reviewed by: green

24 years agoAdd support for additional architectures.
jb [Sat, 6 Nov 1999 22:52:33 +0000 (22:52 +0000)]
Add support for additional architectures.

24 years agoSupport PPPoE
brian [Sat, 6 Nov 1999 22:50:59 +0000 (22:50 +0000)]
Support PPPoE

Help (lots) from: julian, archie
Facilities from: ahebert@pubnix.net

24 years agoUse the simplified genscripts.sh and set the cross-compiled library
jb [Sat, 6 Nov 1999 22:46:45 +0000 (22:46 +0000)]
Use the simplified genscripts.sh and set the cross-compiled library
directory to /usr/cross/${MACHINE_ARCH}-freebsdelf/usr/lib so that
the cross tools behave the same way that the host versions do. When
building cross tools, Cygnus doesn't set the default library directory.
This doesn't suit FreeBSD IMHO.

Add WinNT emulation support too. You only get this if you've set
BINUTILSDISTDIR because the contrib/binutils repository doesn't
contain the required sources.

24 years agoUse the simplified genscripts.sh and set the cross-compiled library
jb [Sat, 6 Nov 1999 22:44:32 +0000 (22:44 +0000)]
Use the simplified genscripts.sh and set the cross-compiled library
directory to /usr/cross/${MACHINE_ARCH}-freebsdelf/usr/lib so that
the cross tools behave the same way that the host versions do. When
building cross tools, Cygnus doesn't set the default library directory.
This doesn't suit FreeBSD IMHO.

24 years agoThis is a simplified version of the binutils script which better suits
jb [Sat, 6 Nov 1999 22:40:15 +0000 (22:40 +0000)]
This is a simplified version of the binutils script which better suits
the (few) things that the FreeBSD makefiles need to specify.

24 years agoAdd a BINUTILSDISTDIR hook here too.
jb [Sat, 6 Nov 1999 22:36:40 +0000 (22:36 +0000)]
Add a BINUTILSDISTDIR hook here too.

24 years agoThis one might be a bit controversial. 8-)
jb [Sat, 6 Nov 1999 22:26:43 +0000 (22:26 +0000)]
This one might be a bit controversial. 8-)

gas for i386 targeted to NT for those (like me) who have to do work
targeted to NT, but can't stand actually looking at it all day long.
I cross build apps on FreeBSD and just run them on NT later. Life is
better that way.

24 years agogas for m68k targeted to NetBSD's a.out format. Useful for porting or
jb [Sat, 6 Nov 1999 22:21:57 +0000 (22:21 +0000)]
gas for m68k targeted to NetBSD's a.out format. Useful for porting or
even just building applications targeted to NetBSD.

I know this will upset some people (outside FreeBSD).

24 years agogas for powerpc targeted to FreeBSD.
jb [Sat, 6 Nov 1999 22:16:59 +0000 (22:16 +0000)]
gas for powerpc targeted to FreeBSD.

24 years agogas for m68k targeted to FreeBSD.
jb [Sat, 6 Nov 1999 22:14:26 +0000 (22:14 +0000)]
gas for m68k targeted to FreeBSD.

24 years agogas for sparc targeted to FreeBSD as ELF32 for a start (suject to change).
jb [Sat, 6 Nov 1999 22:12:24 +0000 (22:12 +0000)]
gas for sparc targeted to FreeBSD as ELF32 for a start (suject to change).

24 years agoDon't change the name when building a cross-tool. Just set the BINDIR
jb [Sat, 6 Nov 1999 21:59:29 +0000 (21:59 +0000)]
Don't change the name when building a cross-tool. Just set the BINDIR
to /usr/libexec/cross/${MACHINE_ARCH}-freebsdelf.

24 years agoAdd the BINUTILSDISTDIR hook here too.
jb [Sat, 6 Nov 1999 21:55:33 +0000 (21:55 +0000)]
Add the BINUTILSDISTDIR hook here too.

24 years agoChange CROSS_TARGETS to CROSS_FORMATS because that makes more sense.
jb [Sat, 6 Nov 1999 21:54:21 +0000 (21:54 +0000)]
Change CROSS_TARGETS to CROSS_FORMATS because that makes more sense.

Check if already cross-compiling and only build the cross-tools if
not cross-compiling (to save time).

24 years agoAdd support for additional architectures.
jb [Sat, 6 Nov 1999 21:38:41 +0000 (21:38 +0000)]
Add support for additional architectures.

24 years agoAdd support for additional architectures.
jb [Sat, 6 Nov 1999 21:28:22 +0000 (21:28 +0000)]
Add support for additional architectures.

24 years agoChange CROSS_TOOLS to CROSS_ARCH because that makes more sense.
jb [Sat, 6 Nov 1999 21:13:47 +0000 (21:13 +0000)]
Change CROSS_TOOLS to CROSS_ARCH because that makes more sense.

Allow for the case where the host architecture might also be listed
in CROSS_ARCH, so don't do things twice. This situation can arise if you
want NT support in binutils (CROSS_ARCH=i386 CROSS_FORMAT=winnt).

24 years agoTeach binutils how to understand NT format objects and libs. This is useful
jb [Sat, 6 Nov 1999 21:09:40 +0000 (21:09 +0000)]
Teach binutils how to understand NT format objects and libs. This is useful
for those who want to objdump --disassemble things that they're not
supposed to. 8-)

24 years agoBring the man page for netgraph socket nodes up to date.
julian [Sat, 6 Nov 1999 21:07:32 +0000 (21:07 +0000)]
Bring the man page for netgraph socket nodes up to date.

24 years agoAdd a BINUTILSDISTDIR hook to provide a path to a full binutils release
jb [Sat, 6 Nov 1999 21:04:46 +0000 (21:04 +0000)]
Add a BINUTILSDISTDIR hook to provide a path to a full binutils release
outside the contrib files that FreeBSD distributes. This for use by
those who want to work on porting FreeBSD to additional architectures.

24 years agoAdd binutils support for additional architectures.
jb [Sat, 6 Nov 1999 21:02:48 +0000 (21:02 +0000)]
Add binutils support for additional architectures.

24 years agoLog username with password failure.
eivind [Sat, 6 Nov 1999 20:58:44 +0000 (20:58 +0000)]
Log username with password failure.
This has proved useful in real life installations.

24 years agoFlag empty UID entries as errors (to stop typos from turning into
eivind [Sat, 6 Nov 1999 20:21:04 +0000 (20:21 +0000)]
Flag empty UID entries as errors (to stop typos from turning into
alternate root accounts).

24 years agoTurn on the pppoe node module
julian [Sat, 6 Nov 1999 19:47:03 +0000 (19:47 +0000)]
Turn on the pppoe node module

24 years agoMove a structure Netstat needs back out to ng_socketvar.h (yech)
julian [Sat, 6 Nov 1999 19:27:04 +0000 (19:27 +0000)]
Move a structure Netstat needs back out to ng_socketvar.h (yech)

24 years agoFix IRQ allocation bug on controllers using a shared interrupt.
sos [Sat, 6 Nov 1999 16:50:21 +0000 (16:50 +0000)]
Fix IRQ allocation bug on controllers using a shared interrupt.

Fix a bug which could cause panics in ad/atapi-interrupt.

Add support for UDMA66 on Promise Ultra/Fasttrak controllers.

Get rid of ATA_IGNORE_INTR, and introduce ATA_WAIT_INTR instead.

Add a delay in the dump routine in ata-disk.c, some controllers
seem to need this. Also dont use the timeout watchdog when dumping.

Disable DMA on ATAPI devices as default, add option ATA_ENABLE_ATAPI_DMA
for those that has HW that works.

Add support for some not-up-to-spec ATAPI devices that returns data
together with completition status on data moving cmd's.

24 years agoPut a lock on the disk structure while we open to avoid races.
phk [Sat, 6 Nov 1999 10:25:58 +0000 (10:25 +0000)]
Put a lock on the disk structure while we open to avoid races.

PR: 14486

24 years agoClean up a couple of initialisations in order to suppress a correct
msmith [Sat, 6 Nov 1999 07:43:22 +0000 (07:43 +0000)]
Clean up a couple of initialisations in order to suppress a correct
but un-useful warning.

24 years agoresource_list_{alloc,release}() takes a struct resource_list * as its
mdodd [Sat, 6 Nov 1999 07:38:01 +0000 (07:38 +0000)]
resource_list_{alloc,release}() takes a struct resource_list * as its
first arg.

Reminded by: Andy Farkas <andyf@speednet.com.au>

24 years agoOur capibilities updated for GCC 2.95.2.
obrien [Sat, 6 Nov 1999 05:57:53 +0000 (05:57 +0000)]
Our capibilities updated for GCC 2.95.2.

24 years agoThe unit of sndstat is fixed to zero.
tanimura [Sat, 6 Nov 1999 05:31:47 +0000 (05:31 +0000)]
The unit of sndstat is fixed to zero.

24 years agoFix several bugs found in the first bit of testing.
archie [Sat, 6 Nov 1999 02:09:17 +0000 (02:09 +0000)]
Fix several bugs found in the first bit of testing.

24 years agoFix the style of some options.
obrien [Fri, 5 Nov 1999 20:41:09 +0000 (20:41 +0000)]
Fix the style of some options.

24 years agoStyle lint LINT.
obrien [Fri, 5 Nov 1999 20:40:01 +0000 (20:40 +0000)]
Style lint LINT.
mostly this was fixing options to be "options<sp>^IOPTION", along with
many <sp> replaced by ^I to be consistant.

24 years agoChange some wdX entries from "disk" to "device". These got missed in the
obrien [Fri, 5 Nov 1999 20:37:23 +0000 (20:37 +0000)]
Change some wdX entries from "disk" to "device".  These got missed in the
rev 1.665 commit.

24 years agoStyle sync with GENERIC.
obrien [Fri, 5 Nov 1999 20:06:38 +0000 (20:06 +0000)]
Style sync with GENERIC.

24 years agoRe-add this till I can fix netstat to not need it.
julian [Fri, 5 Nov 1999 20:04:00 +0000 (20:04 +0000)]
Re-add this till I can fix netstat to not need it.

24 years agoGuard against freeing NULL if vfs_mountroot_try is called with NULL
msmith [Fri, 5 Nov 1999 19:28:07 +0000 (19:28 +0000)]
Guard against freeing NULL if vfs_mountroot_try is called with NULL
as an argument (this is legal to make other code simpler).

24 years agoAdd missing netinet6.
jlemon [Fri, 5 Nov 1999 18:49:00 +0000 (18:49 +0000)]
Add missing netinet6.

Detected by: make world

24 years agoKAME related header files additions and merges.
shin [Fri, 5 Nov 1999 14:41:39 +0000 (14:41 +0000)]
KAME related header files additions and merges.
(only those which don't affect c source files so much)

Reviewed by: cvs-committers
Obtained from: KAME project

24 years agoRemove calls to alpha_register_pci_scsi(). After Mike's recent boot
gallatin [Fri, 5 Nov 1999 13:10:39 +0000 (13:10 +0000)]
Remove calls to alpha_register_pci_scsi().  After Mike's recent boot
changes, it no longer exists and is preventing alpha kernels from building.

reviewed by: msmith

24 years agoMerge vendor changes into our version of this.
obrien [Fri, 5 Nov 1999 12:56:09 +0000 (12:56 +0000)]
Merge vendor changes into our version of this.

24 years agoUpdate for 6.0.3s1 changes.
obrien [Fri, 5 Nov 1999 12:34:00 +0000 (12:34 +0000)]
Update for 6.0.3s1 changes.

24 years agoWhen a backquote command inside a here-document had a pipe with more
cracauer [Fri, 5 Nov 1999 12:06:30 +0000 (12:06 +0000)]
When a backquote command inside a here-document had a pipe with more
than two processes (got that? :-), the stdin fd of the middle
processes that has just been set up was accidetially closed. Don't do
this.

PR: bin/14527

24 years agoAdd a forgotten source file.
roberto [Fri, 5 Nov 1999 12:00:36 +0000 (12:00 +0000)]
Add a forgotten source file.

Approved by: bp

24 years agoUpdate for the 6.0.3s1 import.
obrien [Fri, 5 Nov 1999 11:59:47 +0000 (11:59 +0000)]
Update for the 6.0.3s1 import.

24 years agoFix conflicts.
obrien [Fri, 5 Nov 1999 11:58:05 +0000 (11:58 +0000)]
Fix conflicts.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52894,
obrien [Fri, 5 Nov 1999 11:42:30 +0000 (11:42 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52894,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of AMD (am-utils) v6.0.3s1
obrien [Fri, 5 Nov 1999 11:42:30 +0000 (11:42 +0000)]
Virgin import of AMD (am-utils) v6.0.3s1

24 years agoGet the tar arguments right.
obrien [Fri, 5 Nov 1999 11:37:09 +0000 (11:37 +0000)]
Get the tar arguments right.

24 years agoEntry for Network Everywhere Ethernet 10BaseT PC Card.
obrien [Fri, 5 Nov 1999 11:21:19 +0000 (11:21 +0000)]
Entry for Network Everywhere Ethernet 10BaseT PC Card.

Submitted by: alfred

24 years agoAdd entry for BayNetworks NETGEAR FA410TXC Fast Ethernet. Poster had this
obrien [Fri, 5 Nov 1999 11:17:23 +0000 (11:17 +0000)]
Add entry for BayNetworks NETGEAR FA410TXC Fast Ethernet.  Poster had this
in PAO format, so there might be a buglet in my conversion.

Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>

24 years agoAdd network entry for Xircom Realport (Ethernet + modem).
obrien [Fri, 5 Nov 1999 11:11:09 +0000 (11:11 +0000)]
Add network entry for Xircom Realport (Ethernet + modem).

Submitted by: Nick Slager <nicks@albury.net.au>

24 years agoMake sure modes on new skeleton files are correct.
jkh [Fri, 5 Nov 1999 11:04:30 +0000 (11:04 +0000)]
Make sure modes on new skeleton files are correct.

24 years ago*blush* Instead of undoing my own change, i clobbered dcs's rev 1.21
joerg [Fri, 5 Nov 1999 08:17:53 +0000 (08:17 +0000)]
*blush*  Instead of undoing my own change, i clobbered dcs's rev 1.21
change.

I'll never touch this again...