]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
30 years agoLatest flex requires yywrap() function to avoid -ll.
bde [Sun, 28 Aug 1994 16:35:58 +0000 (16:35 +0000)]
Latest flex requires yywrap() function to avoid -ll.

30 years agoDon't test if a u_int is < 0. The remaining test is sufficient and the
bde [Sun, 28 Aug 1994 16:16:33 +0000 (16:16 +0000)]
Don't test if a u_int is < 0.  The remaining test is sufficient and the
extra one caused a warning.

30 years agoUpdate declarations for timeout stuff the same as for the other SCSI
bde [Sun, 28 Aug 1994 16:08:51 +0000 (16:08 +0000)]
Update declarations for timeout stuff the same as for the other SCSI
drivers.

30 years agoWe do have <dirent.h>, and it was harmful to pretend that we don't.
bde [Sun, 28 Aug 1994 16:04:56 +0000 (16:04 +0000)]
We do have <dirent.h>, and it was harmful to pretend that we don't.
Several files in uucp/libunix included <sys/dir.h> and defined dirent
as direct, but <sys/dir.h> defines direct as dirent.  This macro
recursion is not allowed by cpp in traditional mode.  The 2.0 mkdep
uses cpp in traditional mode (another bug) so cpp prints a error
message and exits with a nonzero status.  The error status leaks out
of the pipe (another bug) so mkdep "succeeds".  It may even succeed.

30 years agoReviewed by:
ats [Sun, 28 Aug 1994 15:49:55 +0000 (15:49 +0000)]
Reviewed by:
Submitted by:
Put in a signal handler to catch the SIGSYS signal that indicates that
ktrace was not built into the kernel and prevent ktrace to core dump
somewhere.

30 years agoUse ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
bde [Sun, 28 Aug 1994 15:37:40 +0000 (15:37 +0000)]
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.

30 years agoUse ${ECHODIR} instead of `echo' for printing directory names so that
bde [Sun, 28 Aug 1994 15:35:30 +0000 (15:35 +0000)]
Use ${ECHODIR} instead of `echo' for printing directory names so that
`make -ss' is very quiet.

30 years agoFix spelling error in little-used target.
bde [Sun, 28 Aug 1994 15:32:10 +0000 (15:32 +0000)]
Fix spelling error in little-used target.

Build an intermediate object file even when there is only one source
file.  This costs a little space but saves time if the target is rebuilt
a lot, and it stops the target varying with the name of temporary
intermediates.

Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.

Use ${ECHODIR} instead of echo for printing directory names so that
`make -ss' is very quiet.

30 years agoadd: rpc.rstatd rpc.rusersd rpc.rwalld
csgr [Sun, 28 Aug 1994 15:18:51 +0000 (15:18 +0000)]
add: rpc.rstatd rpc.rusersd rpc.rwalld
Submitted by: Geoff.

30 years agoadd rup rusers rwall
csgr [Sun, 28 Aug 1994 15:17:56 +0000 (15:17 +0000)]
add rup rusers rwall
Submitted by: Geoff

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2347,
csgr [Sun, 28 Aug 1994 15:11:02 +0000 (15:11 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2347,
which included commits to RCS files with non-trunk default branches.

30 years agorwall from FreeBSD 1.1.5.1
csgr [Sun, 28 Aug 1994 15:11:02 +0000 (15:11 +0000)]
rwall from FreeBSD 1.1.5.1
Reviewed by: Geoff
Submitted by: Christopher G. Demetriou

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2345,
csgr [Sun, 28 Aug 1994 15:06:02 +0000 (15:06 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2345,
which included commits to RCS files with non-trunk default branches.

30 years agorusers from FreeBSD 1.1.5.1
csgr [Sun, 28 Aug 1994 15:06:02 +0000 (15:06 +0000)]
rusers from FreeBSD 1.1.5.1
Reviewed by: Geoff.
Submitted by: John Brezak

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2343,
csgr [Sun, 28 Aug 1994 15:01:31 +0000 (15:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2343,
which included commits to RCS files with non-trunk default branches.

30 years agorup from FreeBSD 1.1.5.1
csgr [Sun, 28 Aug 1994 15:01:31 +0000 (15:01 +0000)]
rup from FreeBSD 1.1.5.1
Reviewed by: Geoff
Submitted by: John Brezak

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2341,
csgr [Sun, 28 Aug 1994 14:58:36 +0000 (14:58 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2341,
which included commits to RCS files with non-trunk default branches.

30 years agorwalld from FreeBSD 1.1.5.1
csgr [Sun, 28 Aug 1994 14:58:36 +0000 (14:58 +0000)]
rwalld from FreeBSD 1.1.5.1
Reviewed by: Geoff
Submitted by: Christopher G. Demetriou

30 years agoRecover improvements in 4.4lite version that were clobbered by the
bde [Sun, 28 Aug 1994 14:56:07 +0000 (14:56 +0000)]
Recover improvements in 4.4lite version that were clobbered by the
previous commit:
+ Everything is initialized using ?= instead of =.
+ Nicer formatting (more white space).
+ .c: rule.

Add macros ECHO and ECHODIR.  Both are normally `echo', but when
the make flags include -s, ECHO is set to `true' and when the make
flags include two or more -s's ECHODIR is set to `true'.  @${ECHO}
should be used instead of @echo in most cases.  ${ECHODIR} is
intended to be used mainly for messages about directory names.

30 years agorusersd from FreeBSD 1.1.5.1
csgr [Sun, 28 Aug 1994 14:53:45 +0000 (14:53 +0000)]
rusersd from FreeBSD 1.1.5.1
Reviewed by: geoff.
Submitted by: John Brezak

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2337,
csgr [Sun, 28 Aug 1994 14:53:45 +0000 (14:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2337,
which included commits to RCS files with non-trunk default branches.

30 years agorstatd -- from FreeBSD-1.1.5.1, with changes for 4.4-Lite kvm interface.
csgr [Sun, 28 Aug 1994 14:49:04 +0000 (14:49 +0000)]
rstatd -- from FreeBSD-1.1.5.1, with changes for 4.4-Lite kvm interface.
Original rstatd by John Brezak
Submitted by: Geoff.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2334,
csgr [Sun, 28 Aug 1994 14:49:04 +0000 (14:49 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2334,
which included commits to RCS files with non-trunk default branches.

30 years agoLots of changes - get the NO_XXX things over, add @'s to the touches for
jkh [Sun, 28 Aug 1994 14:41:34 +0000 (14:41 +0000)]
Lots of changes - get the NO_XXX things over, add @'s to the touches for
default extract and configure targets, add a pre-clean since I need it for
pkg_install port.
Submitted by: jkh

30 years agoFix filenames for LIBC and LIBTERM.
bde [Sun, 28 Aug 1994 14:21:55 +0000 (14:21 +0000)]
Fix filenames for LIBC and LIBTERM.

30 years agoAdd @srcdir option for customizing creation of packages.
jkh [Sun, 28 Aug 1994 14:15:30 +0000 (14:15 +0000)]
Add @srcdir option for customizing creation of packages.
Submitted by: jkh

30 years agoFix gethostbyaddr():
csgr [Sun, 28 Aug 1994 13:33:10 +0000 (13:33 +0000)]
Fix gethostbyaddr():
call _getdnsbyaddr() instead of _getdnsbyname() ;-)
Submitted by: Geoff

30 years agoPrevent installation.
jkh [Sun, 28 Aug 1994 13:05:23 +0000 (13:05 +0000)]
Prevent installation.
Submitted by: jkh

30 years agoSet proper destination directory for cron.
jkh [Sun, 28 Aug 1994 13:05:14 +0000 (13:05 +0000)]
Set proper destination directory for cron.
Submitted by: jkh

30 years agoWhat cretin named both a global and a function "reboot"? Global
jkh [Sun, 28 Aug 1994 10:00:49 +0000 (10:00 +0000)]
What cretin named both a global and a function "reboot"?  Global
changed to Reboot.
Submitted by: jkh

30 years agoAdd bsd.port* to the Makefile.
jkh [Sun, 28 Aug 1994 09:35:51 +0000 (09:35 +0000)]
Add bsd.port* to the Makefile.
Reviewed by:
Submitted by:

30 years agoMade a little more up to date.
dg [Sun, 28 Aug 1994 06:46:25 +0000 (06:46 +0000)]
Made a little more up to date.

30 years agoAdd cron.
jkh [Sun, 28 Aug 1994 06:19:10 +0000 (06:19 +0000)]
Add cron.
Submitted by: jkh

30 years agoBring in my changes from the 1.1 init.bsdi which causes a reboot (was a
nate [Sat, 27 Aug 1994 21:32:01 +0000 (21:32 +0000)]
Bring in my changes from the 1.1 init.bsdi which causes a reboot (was a
halt before)  if init is sent an interrupt signal.  This is necessary
for <CTL><ALT><DEL> to do the right thing if enabled.

30 years agoddb ps function from 1.1.5. Moved into its own file and cleaned up a bit
dg [Sat, 27 Aug 1994 16:28:45 +0000 (16:28 +0000)]
ddb ps function from 1.1.5. Moved into its own file and cleaned up a bit
by me.

30 years agoUpdated this a bit. It's still woefully out of date.
dg [Sat, 27 Aug 1994 16:23:03 +0000 (16:23 +0000)]
Updated this a bit. It's still woefully out of date.

30 years ago1) Changed ddb into a option rather than a pseudo-device (use options DDB
dg [Sat, 27 Aug 1994 16:14:39 +0000 (16:14 +0000)]
1) Changed ddb into a option rather than a pseudo-device (use options DDB
   in your kernel config now).
2) Added ps ddb function from 1.1.5. Cleaned it up a bit and moved into its
   own file.
3) Added \r handing in db_printf.
4) Added missing memory usage stats to statclock().
5) Added dummy function to pseudo_set so it will be emitted if there
   are no other pseudo declarations.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2316,
csgr [Sat, 27 Aug 1994 15:48:54 +0000 (15:48 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2316,
which included commits to RCS files with non-trunk default branches.

30 years agoThe telnet version with encryption in in.
csgr [Sat, 27 Aug 1994 15:48:54 +0000 (15:48 +0000)]
The telnet version with encryption in in.
Reviewed by: geoff.

30 years agoThe telnet version with encryption in in.
csgr [Sat, 27 Aug 1994 15:48:54 +0000 (15:48 +0000)]
The telnet version with encryption in in.
Reviewed by: geoff.

30 years agoFix big f*ckup by doing "make nocrypt"
csgr [Sat, 27 Aug 1994 15:46:29 +0000 (15:46 +0000)]
Fix big f*ckup by doing "make nocrypt"
(Don't think I don't realize what a big f*ckup this was.)
Submitted by: geoff.

30 years agoContinue previous fix:
ache [Sat, 27 Aug 1994 15:28:34 +0000 (15:28 +0000)]
Continue previous fix:
Add MIN_DELAY definition instead of hard-coded 10

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2311,
jkh [Sat, 27 Aug 1994 13:43:04 +0000 (13:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2311,
which included commits to RCS files with non-trunk default branches.

30 years agoPaul Vixie's cron, version 3.0. Munged into bmake format. If this goes
jkh [Sat, 27 Aug 1994 13:43:04 +0000 (13:43 +0000)]
Paul Vixie's cron, version 3.0.  Munged into bmake format.  If this goes
well, expect our two seperate directories for cron and crontab to go away
shortly.
Submitted by: jkh

30 years ago1) Raw partition number was incorrectly 0, changed to 3
ache [Sat, 27 Aug 1994 13:15:25 +0000 (13:15 +0000)]
1) Raw partition number was incorrectly 0, changed to 3
2) DELAY(1) does nothing, it affects audio playing f.e:
driver can't play second half of disk, changed to DELAY(10)
3) Debugging messages #ifdef DEBUGed

30 years agoChange references to flex(1) and flexdoc(1) to lex(1) and
csgr [Sat, 27 Aug 1994 10:00:14 +0000 (10:00 +0000)]
Change references to flex(1) and flexdoc(1) to lex(1) and
lexdoc(1).
Submitted by: geoff

30 years agoDo not install as flex
csgr [Sat, 27 Aug 1994 09:52:32 +0000 (09:52 +0000)]
Do not install as flex
Submitted by: Geoff

30 years agoHopefully fix bogus permissions.
wollman [Fri, 26 Aug 1994 23:31:11 +0000 (23:31 +0000)]
Hopefully fix bogus permissions.

30 years agoAdd lex lib to LDADD.
jkh [Fri, 26 Aug 1994 22:45:49 +0000 (22:45 +0000)]
Add lex lib to LDADD.
Submitted by: jkh

30 years agoObey RFC 793, section 3.4:
wollman [Fri, 26 Aug 1994 22:27:16 +0000 (22:27 +0000)]
Obey RFC 793, section 3.4:

  Several examples of connection initiation follow.  Although these
  examples do not show connection synchronization using data-carrying
  segments, this is perfectly legitimate, so long as the receiving TCP
  doesn't deliver the data to the user until it is clear the data is
  valid (i.e., the data must be buffered at the receiver until the
  connection reaches the ESTABLISHED state).

30 years agoRemoved an echo about directories not being enabled.
paul [Fri, 26 Aug 1994 20:44:12 +0000 (20:44 +0000)]
Removed an echo about directories not being enabled.

I removed libkern for the libraries target in the last commit too but
forgot to mention it.
Reviewed by:
Submitted by:

30 years agoAdded an update target. It does nothing by default but you
paul [Fri, 26 Aug 1994 20:16:58 +0000 (20:16 +0000)]
Added an update target. It does nothing by default but you
can enable things in /etc/make.conf if you wish for those
who might want to use it.

directories has got enabled by this patch too whch I hadn't meant
to do but there's no harm in it since the mtree stuff has been
pulled over now.

Reviewed by:
Submitted by:

30 years agoInstall ld.so immutable.
wollman [Fri, 26 Aug 1994 19:11:14 +0000 (19:11 +0000)]
Install ld.so immutable.

30 years agoInstall libdescrypt.so immutable.
wollman [Fri, 26 Aug 1994 19:03:23 +0000 (19:03 +0000)]
Install libdescrypt.so immutable.

30 years agolibc.so should be installed immutable.
wollman [Fri, 26 Aug 1994 18:59:39 +0000 (18:59 +0000)]
libc.so should be installed immutable.

30 years agoAdd support for two modifier variables which will be useful soon:
wollman [Fri, 26 Aug 1994 18:58:10 +0000 (18:58 +0000)]
Add support for two modifier variables which will be useful soon:

PRECIOUSLIB causes the shared library to be installed with the system
immutable flag (schg) set.  (You can add other flags for shared-library
installation by modifying SHLINSTALLFLAGS.)

INTERNALLIB disables the generation of non-shared versions of the library.
This may be of use for programs like Taylor UUCP and GCC which have large
internal libraries shared among a number of programs.

30 years agoAdded ntp_gettime and ntp_adjtime syscalls, both nosys'ed out until
wollman [Fri, 26 Aug 1994 18:15:25 +0000 (18:15 +0000)]
Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out until
someone gets to re-integrating the code.  ntp_gettime() should be
turned into a sysctl variable and emulated in the library.

30 years agoAdded comcontrol ...this thing *really* should be renamed.
dg [Fri, 26 Aug 1994 16:30:55 +0000 (16:30 +0000)]
Added comcontrol ...this thing *really* should be renamed.

30 years agoBring back our support for 57K and 115K.
jkh [Fri, 26 Aug 1994 12:07:31 +0000 (12:07 +0000)]
Bring back our support for 57K and 115K.
Submitted by: jkh

30 years agoSet fs_clean.
dg [Fri, 26 Aug 1994 10:41:13 +0000 (10:41 +0000)]
Set fs_clean.

30 years agoOops didn't check that init_sysent.c was generated proberly. Fixed.
sos [Fri, 26 Aug 1994 09:33:37 +0000 (09:33 +0000)]
Oops didn't check that init_sysent.c was generated proberly. Fixed.

Reviewed by:
Submitted by:

30 years agoChanges to new sysent structure. TODO MOD_EXEC support.
sos [Fri, 26 Aug 1994 08:42:07 +0000 (08:42 +0000)]
Changes to new sysent structure. TODO MOD_EXEC support.

Reviewed by:
Submitted by:

30 years agoAdd timex.h for xntpd. The system calls will have to wait for tomorrow,
jkh [Fri, 26 Aug 1994 06:29:22 +0000 (06:29 +0000)]
Add timex.h for xntpd.  The system calls will have to wait for tomorrow,
when I'm less sleepy.
Submitted by: jkh

30 years agoRemove duplicate declaration of sys_errlist[].
jkh [Fri, 26 Aug 1994 06:09:21 +0000 (06:09 +0000)]
Remove duplicate declaration of sys_errlist[].
Submitted by: jkh

30 years agoxntp and tcpdump targets added.
jkh [Fri, 26 Aug 1994 05:55:13 +0000 (05:55 +0000)]
xntp and tcpdump targets added.
Reviewed by:
Submitted by:

30 years agoAdd -ll to link flags to link with the lex library.
jkh [Fri, 26 Aug 1994 05:44:06 +0000 (05:44 +0000)]
Add -ll to link flags to link with the lex library.
Submitted by: jkh

30 years agoWhoops - forgot to add this guy.
jkh [Fri, 26 Aug 1994 05:32:15 +0000 (05:32 +0000)]
Whoops - forgot to add this guy.
Reviewed by:
Submitted by: jkh

30 years agoReplace this with the 1.1.5.1 getty. David says that the 4.4 version is too
jkh [Fri, 26 Aug 1994 05:19:17 +0000 (05:19 +0000)]
Replace this with the 1.1.5.1 getty.  David says that the 4.4 version is too
broken to live.
Submitted by: jkh

30 years agoWe really, really /don't/ want to have a shared lex library. Also,
wollman [Thu, 25 Aug 1994 23:11:07 +0000 (23:11 +0000)]
We really, really /don't/ want to have a shared lex library.  Also,
current users should note that the old 1.1.5 lex can't process the
new scan.l, so you have to copy initscan.c to obj/scan.c before it will
build.

30 years agoAdd a pre-configure rule after all, since it's helpful to be able
jkh [Thu, 25 Aug 1994 22:59:56 +0000 (22:59 +0000)]
Add a pre-configure rule after all, since it's helpful to be able
to also run a rule before you apply patches and then go into the 3 stage
script configuration.  This bit Adam David in his dgd port.
Submitted by: jkh

30 years agoMethinks p_sysent should be in the copy-on-fork rather than the
wollman [Thu, 25 Aug 1994 22:59:35 +0000 (22:59 +0000)]
Methinks p_sysent should be in the copy-on-fork rather than the
zero-on-fork section of the struct proc.  (At least, my system
won't boot unless it is.)

30 years agoAlso `make Makefiles' in USE_IMAKE case to catch subdirs.
jkh [Thu, 25 Aug 1994 21:02:45 +0000 (21:02 +0000)]
Also `make Makefiles' in USE_IMAKE case to catch subdirs.
Submitted by: jkh

30 years agoAdd Charles Martin Hannum to copyright notice so he can stop whining and
wollman [Thu, 25 Aug 1994 20:16:59 +0000 (20:16 +0000)]
Add Charles Martin Hannum to copyright notice so he can stop whining and
find something useful to do other than taking credit for other people's
work.  Also make the 3C507 bits match the indentation style of the rest of
the code.

30 years agoStop cvs up -P from removing empty compile directories.
paul [Thu, 25 Aug 1994 16:20:16 +0000 (16:20 +0000)]
Stop cvs up -P from removing empty compile directories.
Reviewed by:
Submitted by:

30 years agoAdded libkern to list of libraries to build.
paul [Thu, 25 Aug 1994 14:45:46 +0000 (14:45 +0000)]
Added libkern to list of libraries to build.
Deleted mdec target, the bootblocks should get built during
the normal build process now that the sys/Makefile works.

Submitted by: Paul Richards

30 years agoSigh. I am a hosebrain. I've been using gmake for so long, I've
jkh [Thu, 25 Aug 1994 13:56:08 +0000 (13:56 +0000)]
Sigh.  I am a hosebrain.  I've been using gmake for so long, I've
started using some of its features reflexively.
Submitted by: jkh

30 years agoAdded ${MACHINE}/boot to build bootblocks.
paul [Thu, 25 Aug 1994 13:54:28 +0000 (13:54 +0000)]
Added ${MACHINE}/boot to build bootblocks.
Submitted by: Paul Richards

30 years agoAdd a new flag: USE_IMAKE
jkh [Thu, 25 Aug 1994 13:53:02 +0000 (13:53 +0000)]
Add a new flag:  USE_IMAKE
This will cause the configure pass to do an `xmkmf' if set.
Submitted by: jkh

30 years agoMoved the csu directory to be first on the SUBDIR list. This is
paul [Thu, 25 Aug 1994 13:39:18 +0000 (13:39 +0000)]
Moved the csu directory to be first on the SUBDIR list. This is
because libmd builds a test program before installation and if
you've used CLOBBER there's no crt.0 to link with. This ensures
that in a make world the csu objects will get installed before
reaching the libmd directory.

Reviewed by:
Submitted by:

30 years agoAdded ${.CURDIRb to vuilding of man pages so it works with obj
paul [Thu, 25 Aug 1994 13:33:35 +0000 (13:33 +0000)]
Added ${.CURDIRb to vuilding of man pages so it works with obj

Submitted by: Paul Richards

30 years agoRemoved all refernces to *26 directories.
paul [Thu, 25 Aug 1994 10:47:30 +0000 (10:47 +0000)]
Removed all refernces to *26 directories.
Reviewed by:
Submitted by:

30 years agoUpdated to final 1.1.5 version (revision 1.56).
bde [Thu, 25 Aug 1994 10:15:28 +0000 (10:15 +0000)]
Updated to final 1.1.5 version (revision 1.56).

Merged changes from 2.0 version (revisions 1.46-1.50) by hand.

Finished conversion to clists: removed flush of tty output buffer
in comflush() (most writes were truncated to 256 bytes) and restored
bypass of ttyinput() in siopoll().

Finished conversion to 2.0 types - more void *'s, less caddr_t's,
less casts, no Dev_t's.

Only these things are seriously broken now compared with 1.1.5:
waiting for output complete is impossible so ttywait() can deadlock;
sioclose() isn't called enough so sioopen() sometimes returns EBUSY
unnecessarily; input flow control is not implemented.

30 years agoSupport speeds 57600 and 115200.
bde [Thu, 25 Aug 1994 10:01:00 +0000 (10:01 +0000)]
Support speeds 57600 and 115200.
Privatize functions.

30 years agoFixed Makefile for make depend some more. The .depend target was not
bde [Thu, 25 Aug 1994 08:36:26 +0000 (08:36 +0000)]
Fixed Makefile for make depend some more.  The .depend target was not
being created and config.h depended on Makefile.inc being in the wrong
directory so real dependencies were not being checked.  The "depend"
target was not created either so "make depend" always found work to do.

30 years agoReviewed by:
ats [Wed, 24 Aug 1994 22:37:56 +0000 (22:37 +0000)]
Reviewed by:
Submitted by:
Add the elink.c file to the necessary modules for the ie and ep driver.

30 years agoReviewed by:
ats [Wed, 24 Aug 1994 22:32:44 +0000 (22:32 +0000)]
Reviewed by:
Submitted by:
Add the 3com 3C507 card to the if_ie.c driver. The files elink.c and
elink.h are helding routines that are shared between the 3C507 and the
3C509/3C579. if_ie507.h are constant declarations unique to the 3C507.
The code is based on the NetBSD driver if_ie.c donated to NetBSD by
Rafal Boni and then modified by Charles Hannum.

30 years agoChanged cc26 to cc
paul [Wed, 24 Aug 1994 21:17:33 +0000 (21:17 +0000)]
Changed cc26 to cc
Reviewed by:
Submitted by:

30 years agoFix a problem with passing quoted strings down to commands.
sef [Wed, 24 Aug 1994 21:14:27 +0000 (21:14 +0000)]
Fix a problem with passing quoted strings down to commands.

Reviewed by: Sean Eric Fagan

30 years agoAlso create a link "view" to nvi, in stead of nview solely.
guido [Wed, 24 Aug 1994 20:09:47 +0000 (20:09 +0000)]
Also create a link "view" to nvi, in stead of nview solely.

Reviewed by:
Submitted by: guido

30 years agoMake it make-able by adding a rule for paper.ps
guido [Wed, 24 Aug 1994 19:01:36 +0000 (19:01 +0000)]
Make it make-able by adding a rule for paper.ps

Reviewed by:
Submitted by: guido

30 years agoMake it make-able by adding a rule for paper.ps.
guido [Wed, 24 Aug 1994 18:57:49 +0000 (18:57 +0000)]
Make it make-able by adding a rule for paper.ps.
Reviewed by:
Submitted by: guido

30 years agoSome cosmetic changes.
jkh [Wed, 24 Aug 1994 14:49:33 +0000 (14:49 +0000)]
Some cosmetic changes.
Add pre-{build,extract,install,...} targets for Torsten, who apparently
needs them.  Can't do effective post-* targets without major work, sorry.

Jordan
Reviewed by:
Submitted by:

30 years agoAdd lex to makefile
csgr [Wed, 24 Aug 1994 13:29:01 +0000 (13:29 +0000)]
Add lex to makefile
Submitted by: Geoff.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2258,
csgr [Wed, 24 Aug 1994 13:10:34 +0000 (13:10 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2258,
which included commits to RCS files with non-trunk default branches.

30 years agoFlex version 2.4.7 from LBL
csgr [Wed, 24 Aug 1994 13:10:34 +0000 (13:10 +0000)]
Flex version 2.4.7 from LBL
Reviewed by: Geoff.

30 years agoChanges preparing for iBCS support
sos [Wed, 24 Aug 1994 11:52:21 +0000 (11:52 +0000)]
Changes preparing for iBCS support
Reviewed by:
Submitted by:

30 years agoChanges preparing for iBCS support
sos [Wed, 24 Aug 1994 11:51:46 +0000 (11:51 +0000)]
Changes preparing for iBCS support

Reviewed by:
Submitted by:

30 years agoNew file declaring the sysent structures
sos [Wed, 24 Aug 1994 11:47:23 +0000 (11:47 +0000)]
New file declaring the sysent structures
Reviewed by:
Submitted by:

30 years agoChanges preparing for iBCS2 support
sos [Wed, 24 Aug 1994 11:45:19 +0000 (11:45 +0000)]
Changes preparing for iBCS2 support

Reviewed by:
Submitted by:

30 years agoAdded iBCS2 files
sos [Wed, 24 Aug 1994 11:44:45 +0000 (11:44 +0000)]
Added iBCS2 files
Reviewed by:
Submitted by: