]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
28 years agocmp -s || install -c -> install -C
peter [Fri, 30 Aug 1996 03:12:16 +0000 (03:12 +0000)]
cmp -s || install -c  -> install -C

28 years agofix prototypes/forward declarations/return type
peter [Fri, 30 Aug 1996 03:08:26 +0000 (03:08 +0000)]
fix prototypes/forward declarations/return type
kill obsolete updatedb.csh, it's been rewritten in sh now.

28 years agodelete unused #include <string.h>
peter [Fri, 30 Aug 1996 03:06:15 +0000 (03:06 +0000)]
delete unused #include <string.h>

28 years agoMake the dependencies work a little better..
peter [Fri, 30 Aug 1996 03:04:49 +0000 (03:04 +0000)]
Make the dependencies work a little better..

28 years agoUse a variable to prevent multiple inclusion from duplicating CFLAGS args.
peter [Fri, 30 Aug 1996 03:03:21 +0000 (03:03 +0000)]
Use a variable to prevent multiple inclusion from duplicating CFLAGS args.

28 years agoDelete temporary man page rules
peter [Fri, 30 Aug 1996 03:01:34 +0000 (03:01 +0000)]
Delete temporary man page rules

28 years agoGrab the next slot for AF_INET6/PF_INET6, the resolver uses it.
peter [Fri, 30 Aug 1996 02:18:24 +0000 (02:18 +0000)]
Grab the next slot for AF_INET6/PF_INET6, the resolver uses it.

28 years agocmp -s || install -c ==> install -C
peter [Fri, 30 Aug 1996 02:13:06 +0000 (02:13 +0000)]
cmp -s || install -c ==> install -C
Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files

28 years agooops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave up
peter [Fri, 30 Aug 1996 02:12:08 +0000 (02:12 +0000)]
oops!! back out last accidental commit!  (gcc-2.7.2.1 tweak that I gave up
on..)

28 years agocmp -s || install -c ==> install -C
peter [Fri, 30 Aug 1996 02:12:07 +0000 (02:12 +0000)]
cmp -s || install -c ==> install -C

28 years agoReplace some bizzare AT&T(?) make macros (``${*F}'' ??!?!?!?)
peter [Fri, 30 Aug 1996 02:02:09 +0000 (02:02 +0000)]
Replace some bizzare AT&T(?) make macros (``${*F}'' ??!?!?!?)
Use more conventional implicit rule

28 years agocmp -s || install -c ==> install -C, use .for loop for includes
peter [Fri, 30 Aug 1996 01:59:46 +0000 (01:59 +0000)]
cmp -s || install -c ==> install -C, use .for loop for includes

28 years ago.include "bsd.prog.mk" -> .include <bsd.prog.mk>
peter [Fri, 30 Aug 1996 01:59:14 +0000 (01:59 +0000)]
.include "bsd.prog.mk" -> .include <bsd.prog.mk>

28 years agocmp -s || install -c ==> install -C, use a .for loop
peter [Fri, 30 Aug 1996 01:53:09 +0000 (01:53 +0000)]
cmp -s || install -c ==> install -C, use a .for loop

28 years agocmp -s || install -c ==> install -C
peter [Fri, 30 Aug 1996 01:51:09 +0000 (01:51 +0000)]
cmp -s || install -c ==> install -C

28 years agoAdd missing DPADD, remove duplicate -ltermcap
peter [Fri, 30 Aug 1996 01:50:07 +0000 (01:50 +0000)]
Add missing DPADD, remove duplicate -ltermcap

28 years agoDon't create/install libc_r_pic.a
peter [Fri, 30 Aug 1996 01:43:15 +0000 (01:43 +0000)]
Don't create/install libc_r_pic.a

28 years agocmp -s || install -c --> install -C
peter [Fri, 30 Aug 1996 01:41:52 +0000 (01:41 +0000)]
cmp -s || install -c --> install -C

28 years agoNow that we have a complete Bind Operations Guide, build and install it.
peter [Fri, 30 Aug 1996 01:22:18 +0000 (01:22 +0000)]
Now that we have a complete Bind Operations Guide, build and install it.

28 years agoHmm, well, whaddya know? ypserv was making calls to the undocumented
peter [Fri, 30 Aug 1996 01:17:47 +0000 (01:17 +0000)]
Hmm, well, whaddya know? ypserv was making calls to the undocumented
private internal _gethostbydnsname() resolver functions..

28 years agoQuick hack to replace a destructive libresolv.so.2.0 with something
peter [Fri, 30 Aug 1996 01:14:40 +0000 (01:14 +0000)]
Quick hack to replace a destructive libresolv.so.2.0 with something
that transparently resolves references to libc.

28 years agoAdd a missing ${ on a make variable..
peter [Fri, 30 Aug 1996 01:08:03 +0000 (01:08 +0000)]
Add a missing ${ on a make variable..

28 years agooops, brain-lapse caused undefined symbol
peter [Fri, 30 Aug 1996 00:26:49 +0000 (00:26 +0000)]
oops, brain-lapse caused undefined symbol

28 years ago Massively COMMENT at_control.c
julian [Thu, 29 Aug 1996 23:16:34 +0000 (23:16 +0000)]
 Massively COMMENT at_control.c
and fix some bugs..
also fix a bug in aarp.c that didn't take netranges into account.
default routes now work with appletalk, which is a poor-man's
way of being able to access netranges if you only have one network :)

Hopefully the full netranges fix will happen soon.

28 years agodelete bind, add named named.reload named.restart ndc
peter [Thu, 29 Aug 1996 22:20:58 +0000 (22:20 +0000)]
delete bind, add named named.reload named.restart ndc

28 years agokill these, they were declared a bad idea.
peter [Thu, 29 Aug 1996 22:19:21 +0000 (22:19 +0000)]
kill these, they were declared a bad idea.

28 years agoAdd named-xfer
peter [Thu, 29 Aug 1996 22:17:27 +0000 (22:17 +0000)]
Add named-xfer

28 years agoThe last commit failed part-way through, re-add the generated
peter [Thu, 29 Aug 1996 22:13:00 +0000 (22:13 +0000)]
The last commit failed part-way through, re-add the generated
resolver man pages.

28 years agoRevert change to build the reolver man pages on the fly, install the
peter [Thu, 29 Aug 1996 22:06:51 +0000 (22:06 +0000)]
Revert change to build the reolver man pages on the fly, install the
machine-generated versions

28 years agobuild bind-4.9.4-P1 dnsquery in it's own directory
peter [Thu, 29 Aug 1996 21:54:39 +0000 (21:54 +0000)]
build bind-4.9.4-P1 dnsquery in it's own directory

28 years agobuild bind-4.9.4-P1 host in it's own directory
peter [Thu, 29 Aug 1996 21:53:39 +0000 (21:53 +0000)]
build bind-4.9.4-P1 host in it's own directory

28 years agobuild bind-4.9.4-P1 dig in it's own directory
peter [Thu, 29 Aug 1996 21:51:42 +0000 (21:51 +0000)]
build bind-4.9.4-P1 dig in it's own directory

28 years agobuild bind-4.9.4-P1 named-xfer in it's own directory
peter [Thu, 29 Aug 1996 21:50:49 +0000 (21:50 +0000)]
build bind-4.9.4-P1 named-xfer in it's own directory

28 years agobuild bind-4.9.4-P1 named.restart in it's own directory
peter [Thu, 29 Aug 1996 21:48:19 +0000 (21:48 +0000)]
build bind-4.9.4-P1 named.restart in it's own directory

28 years agobuild bind-4.9.4-P1 named.reload in it's own directory
peter [Thu, 29 Aug 1996 21:47:33 +0000 (21:47 +0000)]
build bind-4.9.4-P1 named.reload in it's own directory

28 years agobuild bind-4.9.4-P1 ndc in it's own directory
peter [Thu, 29 Aug 1996 21:46:46 +0000 (21:46 +0000)]
build bind-4.9.4-P1 ndc in it's own directory

28 years agoBuild bind-4.9.4-P1 nslookup
peter [Thu, 29 Aug 1996 21:40:09 +0000 (21:40 +0000)]
Build bind-4.9.4-P1 nslookup

28 years agoRevert back to building bind-4.9.4-P1 in seperate directories...
peter [Thu, 29 Aug 1996 21:38:16 +0000 (21:38 +0000)]
Revert back to building bind-4.9.4-P1 in seperate directories...

28 years agofunction appeared in Version 7 AT&T UNIX
wosch [Thu, 29 Aug 1996 21:24:19 +0000 (21:24 +0000)]
function appeared in Version 7 AT&T UNIX
Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2

28 years agoKnock libresolv out of the SUBDIR for the moment while it doesn't build.
peter [Thu, 29 Aug 1996 20:17:12 +0000 (20:17 +0000)]
Knock libresolv out of the SUBDIR for the moment while it doesn't build.

28 years agoSwing the SUBDIR entry across for the new bind-4.9.4-p1 dir..
peter [Thu, 29 Aug 1996 20:15:11 +0000 (20:15 +0000)]
Swing the SUBDIR entry across for the new bind-4.9.4-p1 dir..

28 years agoMerge in bind-4.9.4-P1 resolver...
peter [Thu, 29 Aug 1996 20:08:19 +0000 (20:08 +0000)]
Merge in bind-4.9.4-P1 resolver...

28 years agoHand merge in the bind-4.9.4-P1 resolver updates.
peter [Thu, 29 Aug 1996 20:01:00 +0000 (20:01 +0000)]
Hand merge in the bind-4.9.4-P1 resolver updates.

28 years agoreplace cmp -s || install with ${INSTALL} -C, and @for with .for
peter [Thu, 29 Aug 1996 19:59:48 +0000 (19:59 +0000)]
replace cmp -s || install with ${INSTALL} -C, and @for with .for

28 years agoClean up include Makefile:
peter [Thu, 29 Aug 1996 19:57:48 +0000 (19:57 +0000)]
Clean up include Makefile:
 - use .for loops instead of shell for loops. This means we can be
   shown what is happening while it's going, rather than some pacifier
   "echo" statement.
 - use "${INSTALL} -C", nuke the "cmp -s" hack
 - for "copies" mode,  the include files are no longer touched each time
   the world is built. (ie: no rm -rf.  symlinks are removed, mtree builds
   the new dirs or confirms the existing ones)
 - osreldate.h is build in the local dir and conditionally installed,
   rather than built in /usr/include and either renamed or deleted.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r17897,
peter [Thu, 29 Aug 1996 19:43:00 +0000 (19:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r17897,
which included commits to RCS files with non-trunk default branches.

28 years agoImport some bmake glue for bind-4.9.4-p1.
peter [Thu, 29 Aug 1996 19:43:00 +0000 (19:43 +0000)]
Import some bmake glue for bind-4.9.4-p1.

This is based on Paul Vixie's makefiles, but some of it doesn't look much
like it now.

28 years agoregenerated..
peter [Thu, 29 Aug 1996 19:33:04 +0000 (19:33 +0000)]
regenerated..

28 years agoFix the sed rule that I used to hammer out the TCL_BUILD_LIB_SPEC entry
peter [Thu, 29 Aug 1996 19:30:50 +0000 (19:30 +0000)]
Fix the sed rule that I used to hammer out the TCL_BUILD_LIB_SPEC entry
from tclConfig.sh..  It needs to be valid for the tk41 port to use...

28 years agoThis commit was generated by cvs2svn to compensate for changes in r17892,
peter [Thu, 29 Aug 1996 19:20:22 +0000 (19:20 +0000)]
This commit was generated by cvs2svn to compensate for changes in r17892,
which included commits to RCS files with non-trunk default branches.

28 years agoTake #2. Import bind-4.9.4-P1 into the intended directory!
peter [Thu, 29 Aug 1996 19:20:22 +0000 (19:20 +0000)]
Take #2.  Import bind-4.9.4-P1 into the intended directory!
This has most of the non-essential stuff removed (ie: what is not built)

bmake glue to follow.

28 years ago[HISTORY] command appeared in Version 1 AT&T UNIX
wosch [Thu, 29 Aug 1996 18:06:19 +0000 (18:06 +0000)]
[HISTORY] command appeared in Version 1 AT&T UNIX
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41

28 years agoCommitting the output of mkMakefile.sh, including changes to make
chuckr [Thu, 29 Aug 1996 18:02:03 +0000 (18:02 +0000)]
Committing the output of mkMakefile.sh, including changes to make
tcl install extra include files, and fixes on major/minor numbering.
Reviewed by: Peter Wemm

28 years agoCause libtcl to install 5 include files for compibility with ports.
chuckr [Thu, 29 Aug 1996 16:46:14 +0000 (16:46 +0000)]
Cause libtcl to install 5 include files for compibility with ports.
Also repair a small install bogon causing install of libtcl.so.0.0.
Reviewed by: Peter Wemm

28 years agoAdd new include directories tcl, tcl/unix, and tcl/generic.
chuckr [Thu, 29 Aug 1996 16:07:58 +0000 (16:07 +0000)]
Add new include directories tcl, tcl/unix, and tcl/generic.
Reviewed by: Peter Wemm

28 years agoAdd one line fix to stop my old 'don't barf if you see the same
wpaul [Thu, 29 Aug 1996 14:20:57 +0000 (14:20 +0000)]
Add one line fix to stop my old 'don't barf if you see the same
hostname/IP twice on same line in /etc/exports' fix from dumping core
due to bogus /etc/exports entries.

Submitted by: Toshihiro Kanda <candy@fct.kgc.co.jp>

28 years agoChange prefix of ports-all from "/usr/ports" to "/usr", so that the
asami [Thu, 29 Aug 1996 12:06:22 +0000 (12:06 +0000)]
Change prefix of ports-all from "/usr/ports" to "/usr", so that the
ports collection won't end up in "/usr/ports/ports".

Verified by: Steve Passe <smp@csn.net>

28 years agoRegenerate Makefile with mkMakefile.sh, add generated tclConfig.sh
peter [Thu, 29 Aug 1996 10:40:03 +0000 (10:40 +0000)]
Regenerate Makefile with mkMakefile.sh, add generated tclConfig.sh

28 years agoMore cleanup:
peter [Thu, 29 Aug 1996 10:28:51 +0000 (10:28 +0000)]
More cleanup:
 - don't install nroff tcl.macros in /usr/include.... :-]
 - set $MAN3 and $MANn in one go rather than a string of MAN3+= ...
 - cosmetic tweaks to make it more readable
 - no longer copy tcl.macros to the obj dir, install it from source dir

28 years agoArrange to have libtcl automatically pull in libm since it's dependent
peter [Thu, 29 Aug 1996 09:43:50 +0000 (09:43 +0000)]
Arrange to have libtcl automatically pull in libm since it's dependent
on it.

28 years agoMake some updates to the hardware guide, take some of Chuck Robey's comments
jkh [Thu, 29 Aug 1996 04:26:42 +0000 (04:26 +0000)]
Make some updates to the hardware guide, take some of Chuck Robey's comments
regarding the source syncing section (sss!).

28 years agoadd Version 1 AT&T UNIX to .At macro
wosch [Wed, 28 Aug 1996 22:37:00 +0000 (22:37 +0000)]
add Version 1 AT&T UNIX to .At macro

28 years agoRemoved sccsids and rcsids and added Id$ to save space like everything
bde [Wed, 28 Aug 1996 20:32:21 +0000 (20:32 +0000)]
Removed sccsids and rcsids and added Id$ to save space like everything
else in libkern.

28 years agoCleaned up interrupt masking by declaring the state variable in a
bde [Wed, 28 Aug 1996 20:15:32 +0000 (20:15 +0000)]
Cleaned up interrupt masking by declaring the state variable in a
machine-dependent macro and passing it to all machine-dependent
macros.

Eliminated the state variable for the GUPROF case.

28 years agoBack out src-tools addition, src-etc target must be fixed instead
ache [Wed, 28 Aug 1996 18:54:49 +0000 (18:54 +0000)]
Back out src-tools addition, src-etc target must be fixed instead

28 years agoUse "" instead of <> for a header in the current directory.
bde [Wed, 28 Aug 1996 18:54:26 +0000 (18:54 +0000)]
Use "" instead of <> for a header in the current directory.

Don't #include an unused header from i386/isa.  Headers from there
shouldn't be included in "isa-independent" files anyway.

28 years agoFixed a wrong comment. Did tsleep() ever return the networking errno
bde [Wed, 28 Aug 1996 18:45:09 +0000 (18:45 +0000)]
Fixed a wrong comment.  Did tsleep() ever return the networking errno
ETIMEDOUT?

28 years agoAdd g to flags help
ache [Wed, 28 Aug 1996 18:39:24 +0000 (18:39 +0000)]
Add g to flags help

28 years agoFixed a stale comment.
bde [Wed, 28 Aug 1996 18:36:30 +0000 (18:36 +0000)]
Fixed a stale comment.

28 years agoAdd g option to usage line
ache [Wed, 28 Aug 1996 18:33:15 +0000 (18:33 +0000)]
Add g option to usage line

28 years agoRemoved a ton of unused #includes. The introduction of SYSINIT() and
bde [Wed, 28 Aug 1996 18:32:51 +0000 (18:32 +0000)]
Removed a ton of unused #includes.  The introduction of SYSINIT() and
possibly the cleaning up of extern declarations made them unnecessary.

28 years agoAdd some padding to struct ifmibdata and move the `struct ifdata' to
wollman [Wed, 28 Aug 1996 18:32:19 +0000 (18:32 +0000)]
Add some padding to struct ifmibdata and move the `struct ifdata' to
the end of that sstructure to make evolution easier.

Add definitions for the 802.3/Ethernet MIB.  To implement this, simply
add a `struct ifmib_iso_8802_3' somewhere in your interface's softc,
point if_linkmib to it, set if_linkmiblen, and fill in the statistics
with appropriate values.  (I didn't want to create Yet Another Ethernet-
related header file, otherwise this would have been separated out.)

28 years agoFixed restoral of nsscons variable. The tty for /dev/console was lost.
bde [Wed, 28 Aug 1996 18:20:22 +0000 (18:20 +0000)]
Fixed restoral of nsscons variable.  The tty for /dev/console was lost.
A warning was introduced.

28 years agoAdd missing src-tools
ache [Wed, 28 Aug 1996 18:08:20 +0000 (18:08 +0000)]
Add missing src-tools

28 years agoUse "" instead of <> for a header in the current directory.
bde [Wed, 28 Aug 1996 18:00:25 +0000 (18:00 +0000)]
Use "" instead of <> for a header in the current directory.

28 years agoUse (full) <> paths instead of ambiguous "" paths for headers not in
bde [Wed, 28 Aug 1996 17:54:17 +0000 (17:54 +0000)]
Use (full) <> paths instead of ambiguous "" paths for headers not in
the current directory.

28 years agotypo police
adam [Wed, 28 Aug 1996 17:54:14 +0000 (17:54 +0000)]
typo police

I couldn't make any sense of the sentence "Eval variables in this file." so I
left it alone.

also allow creation of new local group when NIS groups are used.
this can probably be done more elegantly, and needs more thought.

28 years agoClean up formatting and fix an & -> && bug pointed out by bde
pst [Wed, 28 Aug 1996 17:49:33 +0000 (17:49 +0000)]
Clean up formatting and fix an & -> && bug pointed out by bde

28 years agoCall bdevsw_add_generic() later so that there is no chance of returning
bde [Wed, 28 Aug 1996 17:45:08 +0000 (17:45 +0000)]
Call bdevsw_add_generic() later so that there is no chance of returning
with an inconsistent state.  I think the return actually "can't happen".

Cleaned up style of recent changes.

I only fiddled with this because of bugs in recent changes.

28 years agoSorted and fixed tabs.
bde [Wed, 28 Aug 1996 17:19:04 +0000 (17:19 +0000)]
Sorted and fixed tabs.

The only excuse this had for becoming misordered was that some drivers
were sorted on the driver name field, but the ffs versus mfs ordering
shows that this is not a consistent order.

The only case that I know of where simple sorting is wrong is for files
that must be compiled without profiling if profiling is configured and
normally otherwise.  Then the line with `profiling-routine' must appear
first to get the file compiled with ${PROFILE_C}.

28 years agoFixed SYNOPSIS (#includes, return types, arg names and formatting) and
bde [Wed, 28 Aug 1996 16:58:34 +0000 (16:58 +0000)]
Fixed SYNOPSIS (#includes, return types, arg names and formatting) and
a couple of other things.

28 years agoMade rintf() actually work. It was completely broken (when s_rint.c
bde [Wed, 28 Aug 1996 16:34:36 +0000 (16:34 +0000)]
Made rintf() actually work.  It was completely broken (when s_rint.c
was compiled with -O) by the precision bug in the i386 version of
gcc (assignments and casts don't clip the precision).  E.g.,
rintf(12.3456789) was 12.125.

Avoid the same bug in rint().  It was only broken for the unusual
case when the i387 precision is 64 bits.  FreeBSD defaults to 53
bit precision to avoid problems like this, but the standard math
emulator always uses 64 bit precision.

28 years agoKeep in sync with latest bash
ache [Wed, 28 Aug 1996 15:47:16 +0000 (15:47 +0000)]
Keep in sync with latest bash

28 years agoDon't install zgrep twice.
bde [Wed, 28 Aug 1996 15:45:32 +0000 (15:45 +0000)]
Don't install zgrep twice.

28 years agoAdd missing src-tools
ache [Wed, 28 Aug 1996 14:06:32 +0000 (14:06 +0000)]
Add missing src-tools

28 years agoRevamp the generated libtcl Makefile :-
peter [Wed, 28 Aug 1996 07:56:55 +0000 (07:56 +0000)]
Revamp the generated libtcl Makefile :-
 Use the MANFILTER rather than generate rules for each page
 Use .PATH to source the man pages rather than copy them for build
 Install a tclConfig.sh with build params, may need more tweeks yet.
 Install libtcl.so.75.0 *and* libtcl75.so.1.0 for ports compat.

28 years agoMight as well update the date too, since so much has changed.
asami [Wed, 28 Aug 1996 06:40:49 +0000 (06:40 +0000)]
Might as well update the date too, since so much has changed.

28 years agoBring this up to match reality. Also, fix dozens of small bogons I noticed
asami [Wed, 28 Aug 1996 06:26:38 +0000 (06:26 +0000)]
Bring this up to match reality.  Also, fix dozens of small bogons I noticed
while translating this thing into Japanese.

28 years agoUse "(the) X Window System" consistently, not X-Window or lowercase
asami [Wed, 28 Aug 1996 00:44:00 +0000 (00:44 +0000)]
Use "(the) X Window System" consistently, not X-Window or lowercase
variants.

Submitted by: Hanai Hiroyuki <hanai@astec.co.jp>

28 years agoset error status on exit, to be consistent with manpage and standard commands.
adam [Tue, 27 Aug 1996 21:51:48 +0000 (21:51 +0000)]
set error status on exit, to be consistent with manpage and standard commands.

28 years agoOops, send the operation type, not the name to the NAT code...
sos [Tue, 27 Aug 1996 20:52:27 +0000 (20:52 +0000)]
Oops, send the operation type, not the name to the NAT code...

28 years agoPut back the initialization of the time constants of the SCSI and Sync.
se [Tue, 27 Aug 1996 20:41:02 +0000 (20:41 +0000)]
Put back the initialization of the time constants of the SCSI and Sync.
logic clock signal, which had been erroneously commented out by the
previous commit. This will re-enable support for sync. transfer negotiation,
which depends on one of those values.

28 years agosync copyright with /usr/share/examples/etc/bsd-style-copyright
wosch [Tue, 27 Aug 1996 20:04:45 +0000 (20:04 +0000)]
sync copyright with /usr/share/examples/etc/bsd-style-copyright

28 years agoAllow the user to switch into gdb mode from ddb
pst [Tue, 27 Aug 1996 19:46:28 +0000 (19:46 +0000)]
Allow the user to switch into gdb mode from ddb

28 years agoSupport for GDB remote debug protocol.
pst [Tue, 27 Aug 1996 19:45:58 +0000 (19:45 +0000)]
Support for GDB remote debug protocol.

Sponsored by: Juniper Networks, Inc. <pst@jnx.com>

28 years agoAdd hints to the file ./LINT and the handbook.
wosch [Tue, 27 Aug 1996 16:25:53 +0000 (16:25 +0000)]
Add hints to the file ./LINT and the handbook.

28 years agoMerge new routed from vendor branch.
wollman [Tue, 27 Aug 1996 16:22:05 +0000 (16:22 +0000)]
Merge new routed from vendor branch.

28 years agoNew version of routed.h to match new version of routed.
wollman [Tue, 27 Aug 1996 16:21:34 +0000 (16:21 +0000)]
New version of routed.h to match new version of routed.

28 years agoInitial revision
wollman [Tue, 27 Aug 1996 16:12:46 +0000 (16:12 +0000)]
Initial revision

28 years ago add I686_CPU to the list of possible values of keyword 'cpu'
wosch [Tue, 27 Aug 1996 12:00:18 +0000 (12:00 +0000)]
 add I686_CPU to the list of possible values of keyword 'cpu'