]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoThis commit was generated by cvs2svn to compensate for changes in r6823,
Bill Paul [Thu, 2 Mar 1995 06:41:40 +0000 (06:41 +0000)]
This commit was generated by cvs2svn to compensate for changes in r6823,
which included commits to RCS files with non-trunk default branches.

29 years agoObtained from: An old BPF release packaged with the tcpdump-2.0 source code.
Bill Paul [Thu, 2 Mar 1995 06:41:40 +0000 (06:41 +0000)]
Obtained from: An old BPF release packaged with the tcpdump-2.0 source code.

"Yes Virginia, there is a rarpd."

(Before anyone asks, this *not* the rarpd from NetBSD. It did come from
the same place as theirs, however.)

This is a port of the rarpd program included with the tcpdump-2.0
source code (which I finally unearthed after scrounging around
some of the darker corners of the Internet). It's as close to the
original as I could keep it except for the following changes:

- The original program was based on an older version of the Berkeley
  Packet Filter which used different filter programming instructions.
  Fortunately, an updated RARP packet filter is available right in the
  BPF man page so this was easy to fix.

- The old code didn't know how to deal with variable length addresses
  in ifreq buffers. This has been fixed.

- Some byte order weirdness had to be fixed. The sanity checks in
  rarp_check() needed some htons()es, and the rarp_reply() function
  needed to properly set the ether_type field in the ethernet header
  to ETHERTYPE_REVARP before transmitting the packet, otherwise
  the bytes in ether_type would wind up reversed. It is important to note
  that using htons(ETHERTYPE_REVARP) will not work. This is odd, because
  the NetBSD rarpd uses htons(ETHERTYPE_REVARP). (Praise be to tcpdump:
  I would never have been able to track this silliness down without it.)

- The update_arptab() function has been castrated. It depends on
  SIOCSARP which has been deprecated in 4.4BSD. The NetBSD people
  don't seem to be using this function either. It wouldn't be too
  hard to replace this with equivalent code from arp.c, but it
  might not be necessary.

- I put together an ether_ntohost() support function that allows
  both local (/etc/ethers) and NIS lookups. This stuff should go
  in libc at some point, but nothing else seems to need it for now,
  so it can wait a while.

As you may have guessed, you need to have the Berkeley Packet Filter in
your kernel in order to use this program. The good news is that together
with the recently added bootparamd, you can use finally use a FreeBSD
box to boot Sun boxes over the network. (This was my whole motivation
for getting this stuff to work: I have this one subnet that has a whole
bunch of Sun3 X-terminals on it with only two Sun4 workstations, both
of which are locked in peoples' offices. If those two machines crash
(and they do every so often) then none of the X-terms will boot. Now I
can use a spare PC that I have as a boot server. :)

29 years agoAdd entry for Sound Blaster/Matsushita CDROM
Jordan K. Hubbard [Thu, 2 Mar 1995 04:18:43 +0000 (04:18 +0000)]
Add entry for Sound Blaster/Matsushita CDROM

29 years agoAdd Matsushita CDROM device entries.
Jordan K. Hubbard [Thu, 2 Mar 1995 04:11:47 +0000 (04:11 +0000)]
Add Matsushita CDROM device entries.
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>

29 years agoChanges to incorporate the Matsushita CDROM driver (otherwise known as
Jordan K. Hubbard [Thu, 2 Mar 1995 04:07:03 +0000 (04:07 +0000)]
Changes to incorporate the Matsushita CDROM driver (otherwise known as
the "Sound blaster CDROM").
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>

29 years agoMissed a reference to numvnd.
Poul-Henning Kamp [Thu, 2 Mar 1995 01:04:38 +0000 (01:04 +0000)]
Missed a reference to numvnd.
Thanks Ollivier.

29 years agoFix arrows printout for non-arrows keys in menubox
Andrey A. Chernov [Thu, 2 Mar 1995 01:03:39 +0000 (01:03 +0000)]
Fix arrows printout for non-arrows keys in menubox
Move arrows printout to single kernel function
Add PgUp/PgDn/Home/End to checkbox and radiobox

29 years agoUse su/fubyte instead of directly touching the user's address space.
David Greenman [Wed, 1 Mar 1995 23:59:21 +0000 (23:59 +0000)]
Use su/fubyte instead of directly touching the user's address space.

29 years agoVarious changes from John and myself that do the following:
David Greenman [Wed, 1 Mar 1995 23:30:04 +0000 (23:30 +0000)]
Various changes from John and myself that do the following:

New functions create - vm_object_pip_wakeup and pagedaemon_wakeup that
are used to reduce the actual number of wakeups.
New function vm_page_protect which is used in conjuction with some new
page flags to reduce the number of calls to pmap_page_protect.
Minor changes to reduce unnecessary spl nesting.
Rewrote vm_page_alloc() to improve readability.
Various other mostly cosmetic changes.

29 years agoOn snap 950210, format %s (print seconds from the epoch) is missing
Joerg Wunsch [Wed, 1 Mar 1995 23:08:40 +0000 (23:08 +0000)]
On snap 950210, format %s (print seconds from the epoch) is missing
from the code in strftime.c . This affects both the library code
and all the commands using it (e.g. date +%s).

Note that %s is not required by ANSI, but we've already got it in 1.1.5.1.

Suggested by: luigi@labinfo.iet.unipi.it (Luigi Rizzo)

29 years agoAdded configuration for SCSI devices wired in place. The documentation
Peter Dufault [Wed, 1 Mar 1995 22:34:05 +0000 (22:34 +0000)]
Added configuration for SCSI devices wired in place.  The documentation
is in "man 4 scsi".

29 years agoUpdated man pages to reflect new configuration options. These man pages
Peter Dufault [Wed, 1 Mar 1995 22:32:38 +0000 (22:32 +0000)]
Updated man pages to reflect new configuration options.  These man pages
are getting pretty out of date and need to be visited some more.

29 years agoMade host id configurable with a kernel option "AIC_SCSI_HOSTID=val".
Peter Dufault [Wed, 1 Mar 1995 22:30:47 +0000 (22:30 +0000)]
Made host id configurable with a kernel option "AIC_SCSI_HOSTID=val".
This is really only a stop gap; it should be settable in config.

29 years ago1. Added a "scsi" command to userconfig as a start
Peter Dufault [Wed, 1 Mar 1995 22:29:06 +0000 (22:29 +0000)]
1. Added a "scsi" command to userconfig as a start
2. "uk" is no longer an option.

29 years agoAdded a little documentation on the fixed SCSI config and
Peter Dufault [Wed, 1 Mar 1995 22:27:45 +0000 (22:27 +0000)]
Added a little documentation on the fixed SCSI config and
fixed a few quirks that snuck in.

29 years ago1. "uk" driver now optional on scbus
Peter Dufault [Wed, 1 Mar 1995 22:26:23 +0000 (22:26 +0000)]
1. "uk" driver now optional on scbus
2. Added base scsi driver file scsi_driver.c

29 years agoReviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com
Peter Dufault [Wed, 1 Mar 1995 22:24:47 +0000 (22:24 +0000)]
Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com
1. Support for fixed device configuration
2. Hoisted common code to scsi_driver
3. SCSI busses dynamically allocated at boot
4. Reorg'd for LKMs

29 years agoVarious changes from John and myself that do the following:
David Greenman [Wed, 1 Mar 1995 22:08:55 +0000 (22:08 +0000)]
Various changes from John and myself that do the following:

New functions create - vm_object_pip_wakeup and pagedaemon_wakeup that
are used to reduce the actual number of wakeups.
New function vm_page_protect which is used in conjuction with some new
page flags to reduce the number of calls to pmap_page_protect.
Minor changes to reduce unnecessary spl nesting.
Rewrote vm_page_alloc() to improve readability.
Various other mostly cosmetic changes.

29 years agoSlight change to include file order to accommodate upcoming changes.
David Greenman [Wed, 1 Mar 1995 21:37:44 +0000 (21:37 +0000)]
Slight change to include file order to accommodate upcoming changes.

29 years agoMy patch this morning was not complete. I never tested make install - stupidly
Jordan K. Hubbard [Wed, 1 Mar 1995 20:36:20 +0000 (20:36 +0000)]
My patch this morning was not complete. I never tested make install - stupidly
thinking that it would work :( The install program never get a destination
directory. Here is another patch that should also be added. I think this
should be the last one for these makefiles :)

[Note:  I realize that there are more things wrong than this, but this should
at least get the tree compiling again! -jkh]

Submitted by: John Hay <jhay@mikom.csir.co.za>

29 years agoFix the deletion of trailing newlines with backquote expansion.
Guido van Rooij [Wed, 1 Mar 1995 13:04:15 +0000 (13:04 +0000)]
Fix the deletion of trailing newlines with backquote expansion.
Reviewed by:
Submitted by:
Obtained from:

29 years agoImplement "clean" entries for device config entries.
Justin T. Gibbs [Wed, 1 Mar 1995 10:09:03 +0000 (10:09 +0000)]
Implement "clean" entries for device config entries.

Submitted by: Pointed out by Bruce Evans <bde@zeta.org.au>

29 years agoFix "dependency" spelling error. Implement "clean" entries for device
Justin T. Gibbs [Wed, 1 Mar 1995 10:08:07 +0000 (10:08 +0000)]
Fix "dependency" spelling error.  Implement "clean" entries for device
config entries.  Add clean rules to aic7xxx and aic7xxx_seq.h.

Submitted by: Pointed out by Bruce Evans <bde@zeta.org.au>

29 years agoDisable fib
Paul Richards [Wed, 1 Mar 1995 08:32:42 +0000 (08:32 +0000)]
Disable fib

29 years agoPull old lex.l out of attic and update to new one.
Paul Richards [Wed, 1 Mar 1995 08:25:40 +0000 (08:25 +0000)]
Pull old lex.l out of attic and update to new one.

29 years agoCompletely rewrite libforms so everything is done at runtime rather
Paul Richards [Wed, 1 Mar 1995 08:19:06 +0000 (08:19 +0000)]
Completely rewrite libforms so everything is done at runtime rather
than at compile time.

Should have same functionality as old libforms but with new mechanism.

Lots of new features that use the new mechanism are still to be added.

29 years agoThe current bootparamd makefiles break if you do a make obj first. It does
Poul-Henning Kamp [Wed, 1 Mar 1995 08:04:40 +0000 (08:04 +0000)]
The current bootparamd makefiles break if you do a make obj first. It does
work if you don't have the obj link. Here is a patch for it. It will still
work if you don't have an obj link:)

(I stuck a ${DESTDIR} in front of the absolute path to /usr/include... /phk)
Reviewed by: phk
Submitted by: John Hay <jhay@mikom.csir.co.za>

29 years agoUpdate entry.
Poul-Henning Kamp [Wed, 1 Mar 1995 06:43:12 +0000 (06:43 +0000)]
Update entry.

29 years agoUpdate some of the FTP entries here.
Gary Clark II [Wed, 1 Mar 1995 06:12:15 +0000 (06:12 +0000)]
Update some of the FTP entries here.
Also correct name of sup package

29 years agoTry to be even more understandable and clear.
Poul-Henning Kamp [Wed, 1 Mar 1995 05:41:14 +0000 (05:41 +0000)]
Try to be even more understandable and clear.
What I need is a good speech writer...

29 years agoAdditions from Thomas Graichen to mention each functions' floating point
Jordan K. Hubbard [Wed, 1 Mar 1995 05:06:48 +0000 (05:06 +0000)]
Additions from Thomas Graichen to mention each functions' floating point
counterpart.
Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>

29 years agoLess bogus allocation of softc to avoid races.
Poul-Henning Kamp [Wed, 1 Mar 1995 05:05:21 +0000 (05:05 +0000)]
Less bogus allocation of softc to avoid races.
Thanks for the hint David!

29 years agoNo longer assume that a process's address space can be directly written to.
David Greenman [Wed, 1 Mar 1995 04:09:50 +0000 (04:09 +0000)]
No longer assume that a process's address space can be directly written to.

29 years agoBetter collate table for koi8-r
Andrey A. Chernov [Tue, 28 Feb 1995 23:38:20 +0000 (23:38 +0000)]
Better collate table for koi8-r
Submitted by: alex@elvisti.kiev.ua

29 years agoWorkaround IXOFF bug when output queue is full && RTS control is on
Andrey A. Chernov [Tue, 28 Feb 1995 23:21:33 +0000 (23:21 +0000)]
Workaround IXOFF bug when output queue is full && RTS control is on

29 years agotypo.
Joerg Wunsch [Tue, 28 Feb 1995 23:16:33 +0000 (23:16 +0000)]
typo.

Submitted by: "Philippe Charnier" <charnier@lirmm.fr>

29 years agoAdded lock-files, so we should know if the machine panic'ed in the middle
Poul-Henning Kamp [Tue, 28 Feb 1995 20:52:56 +0000 (20:52 +0000)]
Added lock-files, so we should know if the machine panic'ed in the middle
of an "apply".

29 years agoMove a -P
Poul-Henning Kamp [Tue, 28 Feb 1995 20:32:29 +0000 (20:32 +0000)]
Move a -P

29 years agocvs export doesn't like a explicit '-P'
Poul-Henning Kamp [Tue, 28 Feb 1995 04:38:21 +0000 (04:38 +0000)]
cvs export doesn't like a explicit '-P'

29 years agoDo a vnode_pager_uncache after the VOP_RENAME to lose the remaining
David Greenman [Tue, 28 Feb 1995 02:52:48 +0000 (02:52 +0000)]
Do a vnode_pager_uncache after the VOP_RENAME to lose the remaining
reference to the old vnode.

Suggested by: Bruce Evans

29 years agoMore bugfixes.
Poul-Henning Kamp [Tue, 28 Feb 1995 01:15:52 +0000 (01:15 +0000)]
More bugfixes.

29 years agoFix a minor grammar bug.
Paul Traina [Tue, 28 Feb 1995 00:24:47 +0000 (00:24 +0000)]
Fix a minor grammar bug.

29 years agoIncorporate bde's code-review comments.
Paul Traina [Tue, 28 Feb 1995 00:21:11 +0000 (00:21 +0000)]
Incorporate bde's code-review comments.

(a) bring back ttselect, now that we have xxxdevtotty() it isn't dangerous.
(b) remove all of the wrappers that have been replaced by ttselect
(c) fix formatting in syscons.c and definition in syscons.h
(d) add cxdevtotty

NOT DONE:
(e) make pcvt work... it was already broken...when someone fixes pcvt to
link properly, just rename get_pccons to xxxdevtotty and we're done

29 years agoDelete one of the two references to intro(3) in the SEE ALSO section
Andreas Schulz [Tue, 28 Feb 1995 00:19:41 +0000 (00:19 +0000)]
Delete one of the two references to intro(3) in the SEE ALSO section
and add an intro(7) instead.

29 years agobuild the link from man8/man8.i386/MAKEDEV.8 toman8/MAKEDEV.8 so that this
Andreas Schulz [Tue, 28 Feb 1995 00:16:13 +0000 (00:16 +0000)]
build the link from man8/man8.i386/MAKEDEV.8 toman8/MAKEDEV.8 so that this
manual page can now also be read.
Change the references in MAKEDEV from com to tty and delete flog and add
sd instead.
Need much more work, but for today, after i lost my first changes through
a new sup :-), that's enough.

29 years agoMany stylistic and grammar changes.
Jordan K. Hubbard [Tue, 28 Feb 1995 00:13:20 +0000 (00:13 +0000)]
Many stylistic and grammar changes.

29 years agoUpdated.
Poul-Henning Kamp [Mon, 27 Feb 1995 23:58:19 +0000 (23:58 +0000)]
Updated.

29 years agoLatest updates to this.
Poul-Henning Kamp [Mon, 27 Feb 1995 22:26:58 +0000 (22:26 +0000)]
Latest updates to this.

29 years agoFix completely broken find behaviour:
Guido van Rooij [Mon, 27 Feb 1995 20:52:36 +0000 (20:52 +0000)]
Fix completely broken find behaviour:
a find -foo -o -bar would behave like find -bar. The same for -a
This broke (among others) ./etc/security.

Obtained from: NetBSD

29 years ago same
Ugen J.S. Antsilevich [Mon, 27 Feb 1995 19:48:19 +0000 (19:48 +0000)]
 same

29 years agosame
Ugen J.S. Antsilevich [Mon, 27 Feb 1995 19:47:53 +0000 (19:47 +0000)]
same

29 years ago same..
Ugen J.S. Antsilevich [Mon, 27 Feb 1995 19:46:27 +0000 (19:46 +0000)]
 same..

29 years agoSnoop device stuff
Ugen J.S. Antsilevich [Mon, 27 Feb 1995 19:45:57 +0000 (19:45 +0000)]
Snoop device stuff
 * Make snoop see the output in tty ECHO mode
 * Allow writing to observed tty (very funny)
 * Fix and extend watch util.
 * Fix and update manpages

29 years agoAdd entry for bootparamd and friends.
Bill Paul [Mon, 27 Feb 1995 19:21:16 +0000 (19:21 +0000)]
Add entry for bootparamd and friends.

29 years agoCleanup device names, add more devices for Linux sounddriver
Andrey A. Chernov [Mon, 27 Feb 1995 18:54:27 +0000 (18:54 +0000)]
Cleanup device names, add more devices for Linux sounddriver

29 years agoDon't try to make use of useless rotational position optimisation,
Stefan Eßer [Mon, 27 Feb 1995 17:43:57 +0000 (17:43 +0000)]
Don't try to make use of useless rotational position optimisation,
if all free blocks are in the same bucket (i.e. NRPOS == 1).
Else a free block is choosen, possibly from a different cylinder,
even if the block succeeding bpref was free ...

Submitted by: se

29 years agoAdd code to deal with PCI-PCI bridge chips, especially the DEC 21050.
Stefan Eßer [Mon, 27 Feb 1995 17:22:09 +0000 (17:22 +0000)]
Add code to deal with PCI-PCI bridge chips, especially the DEC 21050.
Try to deduce maximum number of PCI buses in system (working around
chip set bugs).
Better check for devices at multiple addresses (aliases).

Reviewed by: se
Submitted by: <wolf@kintaro.cologne.de> Wolfgang Stanglmeier

29 years agoFirst try to add support for PCI-PCI bridge chips (written for the
Stefan Eßer [Mon, 27 Feb 1995 17:17:14 +0000 (17:17 +0000)]
First try to add support for PCI-PCI bridge chips (written for the
DEC 21050 chip in particular, don't have specs of other such chips).

This should add support for Multiple-Ethernet PCI cards (e.g. Znyx 314).

Reviewed by: se
Submitted by: <wolf@kintaro.cologne.de> Wolfgang Stanglmeier

29 years agoDelete bogus semicolon in macro definition.
Stefan Eßer [Mon, 27 Feb 1995 17:10:20 +0000 (17:10 +0000)]
Delete bogus semicolon in macro definition.

29 years agoRemove strncmp() fro userconfig,it's
Ugen J.S. Antsilevich [Mon, 27 Feb 1995 13:39:39 +0000 (13:39 +0000)]
Remove strncmp() fro userconfig,it's
already in libkern..if there is any other place
strncmp() used,remove it there guys..

29 years agoFixing minor bug and allow help(Not for all command) and quit
Atsushi Murai [Mon, 27 Feb 1995 10:57:54 +0000 (10:57 +0000)]
Fixing minor bug and allow help(Not for all command) and quit
but not close line connection by "quit all" command if not
authorized.

Reviewed by: amurai@spec.co.jp
Submitted by: tony-o@iij.ad.jp amurai@spec.co.jp

29 years ago Fixed manpage..ldeny,lreject and log options are there
Ugen J.S. Antsilevich [Mon, 27 Feb 1995 10:52:22 +0000 (10:52 +0000)]
 Fixed manpage..ldeny,lreject and log options are there
and others not..
Submitted by: torstenb@FreeBSD.ORG

29 years agoBacked out previous change. I forgot (for about the fourth time) that
David Greenman [Mon, 27 Feb 1995 10:15:38 +0000 (10:15 +0000)]
Backed out previous change. I forgot (for about the fourth time) that
v_rdev is a #define which is dereferenced through v_specinfo->si_rdev,
and that isn't initialized until later in checkalias().

29 years agoAdd strncmp() function..I need it and
Ugen J.S. Antsilevich [Mon, 27 Feb 1995 09:16:04 +0000 (09:16 +0000)]
Add strncmp() function..I need it and
hope nobody will eat me alive for this..:)

29 years agoAnother shameless plug for CTM :-)
Poul-Henning Kamp [Mon, 27 Feb 1995 08:31:19 +0000 (08:31 +0000)]
Another shameless plug for CTM :-)

29 years agoDocument CTM now that it went public.
Poul-Henning Kamp [Mon, 27 Feb 1995 08:25:53 +0000 (08:25 +0000)]
Document CTM now that it went public.

29 years agoInitialize v_rdev in getnewvnode() - it appears that some filesystems
David Greenman [Mon, 27 Feb 1995 06:50:08 +0000 (06:50 +0000)]
Initialize v_rdev in getnewvnode() - it appears that some filesystems
may not properly initialize this field in all cases, and this would
result in very anti-social behavior (overwriting on some other random
device/location).

Submitted by: John Dyson

29 years agoSlight change to wdwait() to improve performance while not violating the
David Greenman [Mon, 27 Feb 1995 06:42:35 +0000 (06:42 +0000)]
Slight change to wdwait() to improve performance while not violating the
ATA spec.

Submitted by: John Dyson

29 years agoCompile error occured by missing auth.h/cdefs.h
Atsushi Murai [Mon, 27 Feb 1995 03:18:28 +0000 (03:18 +0000)]
Compile error occured by missing auth.h/cdefs.h
Reviewed by: amurai@spec.co.jp

29 years agoRe add ppp entry causing by missing auth.h/cdefs.h
Atsushi Murai [Mon, 27 Feb 1995 03:16:48 +0000 (03:16 +0000)]
Re add ppp entry causing by missing auth.h/cdefs.h
Reviewed by: amurai@spec.co.jp

29 years agoFix two quad_t casts, one reported by wcp@lpds.sublink.org
Andrey A. Chernov [Sun, 26 Feb 1995 23:48:51 +0000 (23:48 +0000)]
Fix two quad_t casts, one reported by wcp@lpds.sublink.org

29 years agoObtained from: The Xkernel source distribution
Bill Paul [Sun, 26 Feb 1995 23:40:53 +0000 (23:40 +0000)]
Obtained from: The Xkernel source distribution

I hope I'm doing this right.

This is an initial version of bootparamd for FreeBSD based on a public
domain rpc.bootparamd implementation by a gentleman named Klas Heggemann.
This program has apparently been around for a while. The README explicitly
lists the code as public domain, so I guess it's safe to use.

This program is needed for booting diskless SunOS and Solaris machines.
rarpd is also required, but that's in the works too.

I have made two changes to this code:

- Implemented NIS lookups. If /etc/bootparams contains a '+' then the
  bootparams map is consulted.

- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd
  returns this value in many cases.

29 years agoI think the security check to invalidate ALL write requests was just a little
Jordan K. Hubbard [Sun, 26 Feb 1995 23:28:00 +0000 (23:28 +0000)]
I think the security check to invalidate ALL write requests was just a little
excessive, and violates the specification defined in the manpage to boot.

29 years agoI really hate this:
Poul-Henning Kamp [Sun, 26 Feb 1995 21:41:41 +0000 (21:41 +0000)]
I really hate this:
unless I go "splhigh" (as opposed to splimp before) the TCP/IP driver
doesn't work anymore...  Why ?

29 years agoUpdate Mitsumi CD-ROM entry to state we do not support the IDE
Gary Clark II [Sun, 26 Feb 1995 21:27:29 +0000 (21:27 +0000)]
Update Mitsumi CD-ROM entry to state we do not support the IDE
interfaces.

29 years agoThe bootparam protocol file needs some extra includes in FreeBSD in order
Bill Paul [Sun, 26 Feb 1995 21:11:08 +0000 (21:11 +0000)]
The bootparam protocol file needs some extra includes in FreeBSD in order
to properly resolve some definitions in <nfs/nfs.h>. I suppose nobody noticed
this before because no one's tried to build bootparamd in FreeBSD until
now.

(Yes, you read that right: I've got bootparamd ready to go. And
rarpd is on the way. :)

29 years agoVarious things, bits and pieces to make this maybe work next time.
Poul-Henning Kamp [Sun, 26 Feb 1995 20:45:34 +0000 (20:45 +0000)]
Various things, bits and pieces to make this maybe work next time.

29 years agoThe things you have to go through some times! Add a minimal program to
Poul-Henning Kamp [Sun, 26 Feb 1995 20:39:40 +0000 (20:39 +0000)]
The things you have to go through some times!  Add a minimal program to
read a termcap entry, since tset is picky about filedescriptors...

29 years agoMove symlinks creation here
Andrey A. Chernov [Sun, 26 Feb 1995 20:29:37 +0000 (20:29 +0000)]
Move symlinks creation here

29 years agoUpdate to use 4.4 style includes.
Rodney W. Grimes [Sun, 26 Feb 1995 20:13:15 +0000 (20:13 +0000)]
Update to use 4.4 style includes.
Include proper files for 2.x.
Remove old unused argument to ixreset (int uba)
Nolonger convert ether_type to host byte order.
Use arp_ifinit in place of arpwhohas.
Change cb_ias to be non volatile.

29 years agoDoubled 'maxwait' to 200 (240us).
David Greenman [Sun, 26 Feb 1995 20:03:53 +0000 (20:03 +0000)]
Doubled 'maxwait' to 200 (240us).

Submitted by: brian@mediacity.com (Brian Litzinger)

29 years agoUpdate copyright to be UCB style allowing redistributions.
Rodney W. Grimes [Sun, 26 Feb 1995 19:40:07 +0000 (19:40 +0000)]
Update copyright to be UCB style allowing redistributions.

29 years agoAdd some functionality to ftpd so it logs all anonymous file
Guido van Rooij [Sun, 26 Feb 1995 19:36:59 +0000 (19:36 +0000)]
Add some functionality to ftpd so it logs all anonymous file
transfers. It only does this when -S is set.
Reviewed by:
Submitted by:
Obtained from: logdaemon package

29 years agoPatch bei Wolfram to avoid processing duplicate directories.
Joerg Wunsch [Sun, 26 Feb 1995 19:35:06 +0000 (19:35 +0000)]
Patch bei Wolfram to avoid processing duplicate directories.

Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)

29 years agoLast 1.x version of Intel EtherExpress driver.
Rodney W. Grimes [Sun, 26 Feb 1995 19:34:34 +0000 (19:34 +0000)]
Last 1.x version of Intel EtherExpress driver.

29 years agoTake ppp out until it works again - there's actually stuff missing from
Jordan K. Hubbard [Sun, 26 Feb 1995 18:58:49 +0000 (18:58 +0000)]
Take ppp out until it works again - there's actually stuff missing from
the merge.

29 years agoI assume someone had a good reason for breaking this? Try again!
Jordan K. Hubbard [Sun, 26 Feb 1995 18:20:36 +0000 (18:20 +0000)]
I assume someone had a good reason for breaking this?  Try again!
For now, I'll content myself with fixing the tree.

29 years agoNew user Process PPP based on iij-ppp0.94beta2.
Atsushi Murai [Sun, 26 Feb 1995 12:18:08 +0000 (12:18 +0000)]
New user Process PPP based on iij-ppp0.94beta2.

   o Supporting SYNC SIO device (But need a device driver)
     - add "set speed sync"
   o Fixing bug for Predictor-1 function.
   o Add new parameter that re-sent interval for set timeout commands.
   o Improving RTT (Round Trip Time) and reducing processor time.
     - Previous Timer service was using polling, and now using
       SIGALRM ;-)
     - A 0.94beta2 will not work correctly....

   -- Follows are additinal feature not including 0.94beta2
   o Support Proxy ARP
     - add "enable/disable proxy" commands
   o Marging common routine in CHAP/PAP.
   o Enhancing LCP/IPCP log information.
   o Support local Authfication connection on port 300x and tty.
     - You can set up pair of your "hostname -s" and
       password in ppp.secret. if either ppp.secret file nor
       your hostname line don't exist, It will notify a message
       and working as same as previous version.(Backword compatibility)
     - If you did set up them, It's allow connection but nothing to do
       except help and passwd command.
     - add "passwd yourpasswd" commands
   o Support afilter - keep Alive filter that a packet can send/receiving
     according to ifilter/ofilter but doesn't count it as preventing idle
     timer expires.
     - Same syntax of other filters.
   o Fixing bugs reported by current user for previous one. Thanks !!

Reviewed by: Atsushi Murai (amurai@spec.co.jp)

29 years agoReplace all remaining instances of `i386/include' by `machine' and fix
Bruce Evans [Sun, 26 Feb 1995 05:14:53 +0000 (05:14 +0000)]
Replace all remaining instances of `i386/include' by `machine' and fix
nearby #include inconsistencies.

29 years agoUse relative include path and -nostdinc avoid getting anything from
Bruce Evans [Sun, 26 Feb 1995 05:05:53 +0000 (05:05 +0000)]
Use relative include path and -nostdinc avoid getting anything from
/usr/include.

29 years agoSubmitted by: Sebastian Strollo <seb@erix.eriksson.se>
Bill Paul [Sun, 26 Feb 1995 04:42:48 +0000 (04:42 +0000)]
Submitted by: Sebastian Strollo <seb@erix.eriksson.se>

Fixes to ypbind:

- Correctly report the fact that we've bound to a new server when
logging the 'server OK' message.

- Report 'server not responding' just once instead of every
5 seconds while searching for a new server. (Prevents overstuffing
the syslog.)

- Apply patch from Sebstian Strollo to implement '-s' (secure) flag.
ypbind will reject connections from servers that do not originate
from a reserved TCP port.

- Apply patch from Sebastian Strollo to detect when a YP server has
crashed and come back up on a different port number.

29 years agoEliminate my private type `bool_t'.
Bruce Evans [Sun, 26 Feb 1995 03:15:36 +0000 (03:15 +0000)]
Eliminate my private type `bool_t'.

29 years agoInstall manpath.config.sample with the correct mode. It should be installed
Bruce Evans [Sun, 26 Feb 1995 03:03:15 +0000 (03:03 +0000)]
Install manpath.config.sample with the correct mode.  It should be installed
elsewhere.

29 years agoRemove dbsym.
Bruce Evans [Sun, 26 Feb 1995 02:33:09 +0000 (02:33 +0000)]
Remove dbsym.

29 years agoDon't confuse the frequency with the wavelength in DELAY() args. 960 cps
Bruce Evans [Sun, 26 Feb 1995 02:30:18 +0000 (02:30 +0000)]
Don't confuse the frequency with the wavelength in DELAY() args.  960 cps
is close to 1000000 / 960 usec so the confusion probably didn't matter.

Test for COMCONSOLE before testing for RB_SERIAL so that the RB_SERIAL
test can be optimized away if COMCONSOLE is 1.

Simplify and Uniformize style of previous commit.

29 years agoUpdated TODO a bit.
Poul-Henning Kamp [Sun, 26 Feb 1995 02:10:04 +0000 (02:10 +0000)]
Updated TODO a bit.

PLEASE take a little time to dump a couple of the things you know you will
never get around to do yourself into this file !!

29 years agooops.
Poul-Henning Kamp [Sun, 26 Feb 1995 02:00:35 +0000 (02:00 +0000)]
oops.

29 years agoAdd a '-p' option to md5. This will save some time in generation of the
Poul-Henning Kamp [Sun, 26 Feb 1995 01:55:31 +0000 (01:55 +0000)]
Add a '-p' option to md5.  This will save some time in generation of the
ctm deltas.

29 years agoDeclare all the args of Fdopen() and fdclose().
Bruce Evans [Sun, 26 Feb 1995 01:37:51 +0000 (01:37 +0000)]
Declare all the args of Fdopen() and fdclose().

Initialize dk_wpms[] less bogusly.

Clean up includes.

Remove some obsolete comments.

29 years agoVarious changes to make this work.
Poul-Henning Kamp [Sun, 26 Feb 1995 01:35:32 +0000 (01:35 +0000)]
Various changes to make this work.