unix-history/.git
30 years agoAdded ftp.physics.su.oz.au and ftp.une.edu.au to list of FreeBSD mirror
Sean Vickery [Wed, 8 Jun 1994 13:33:51 +0000 (13:33 +0000)]
Added ftp.physics.su.oz.au and ftp.une.edu.au to list of FreeBSD mirror
sites

30 years agoChange all lib*.so.1.0 to lib*.so.1.1
Geoff Rehmet [Wed, 8 Jun 1994 11:01:46 +0000 (11:01 +0000)]
Change all  lib*.so.1.0 to lib*.so.1.1
(Once again, pointed out by Volker Paepcke.)

30 years agoChange reference to libc.so.1.0 to libc.so.1.1.
Geoff Rehmet [Wed, 8 Jun 1994 10:52:10 +0000 (10:52 +0000)]
Change reference to libc.so.1.0 to libc.so.1.1.
(Pointed out by Volker Paepcke)

30 years agoAdding the ST-01/02, Future Domain SCSI driver to the FAQ system
Gary Clark II [Wed, 8 Jun 1994 10:47:47 +0000 (10:47 +0000)]
Adding the ST-01/02, Future Domain SCSI driver to the FAQ system

30 years agoFix ugly bug with PAS chip rev detection
Andrey Chernov [Wed, 8 Jun 1994 10:40:55 +0000 (10:40 +0000)]
Fix ugly bug with PAS chip rev detection
My previsious fix for mixer on Rev D boards becomes more correct too

30 years agoadded description of DISKLABEL_UNPROTECTED.
Poul-Henning Kamp [Wed, 8 Jun 1994 01:38:31 +0000 (01:38 +0000)]
added description of DISKLABEL_UNPROTECTED.
Where is 'makeinfo' on freefall ?

30 years agoAdded
Poul-Henning Kamp [Wed, 8 Jun 1994 00:30:34 +0000 (00:30 +0000)]
Added
cpu "I586_CPU"
Since the new CPU-ID code finds them.

30 years ago elvis hang vt when I want to delete (input mode and with mapped
Andrey Chernov [Wed, 8 Jun 1994 00:14:07 +0000 (00:14 +0000)]
elvis hang vt when I want to delete (input mode and with mapped
keys) some last lines in buffer.

Repeat-by:
This is part of my $HOME/.exrc

-------------- $HOME/.exrc ------------
set inputmode
" For FreeBSD syscons pc3
" map for input mode: F2 to MarkLines, F3 to DeleteText
map! \16\e[N visual V
map! \16\e[O visual d
" Do not leave blank line at the end of .exrc
-------------- end of $HOME/.exrc --------

elvis t
(elvis in INPUT MODE)
creat some lines
press F2 at last one
press F3 ... and hang

30 years agoFrom Bruce:
Andrey Chernov [Wed, 8 Jun 1994 00:07:24 +0000 (00:07 +0000)]
From Bruce:
Require a master port to specify the irq for non-AST ports too (as
documented in sio.4 :-).  May require changing the config file so that
the master port isn't 0.  Non-master ports should not have the irq
specified, and option ALLOW_CONFLICT_IRQ should not be used.

30 years agoAdded definitions of new flags in EFLAGS.
Poul-Henning Kamp [Tue, 7 Jun 1994 23:53:52 +0000 (23:53 +0000)]
Added definitions of new flags in EFLAGS.

30 years agoAdded code to use the CPU-ID instruction. Partly taken from NetBSD, except
Poul-Henning Kamp [Tue, 7 Jun 1994 23:53:25 +0000 (23:53 +0000)]
Added code to use the CPU-ID instruction.  Partly taken from NetBSD, except
their code didn't work when it came down to it... :-)
Look for the "CPU:" line when you boot.  Only applicable to newer pieces
of silicon.

30 years agomake sure that the pseudo_set isn't empty.
Poul-Henning Kamp [Tue, 7 Jun 1994 23:27:52 +0000 (23:27 +0000)]
make sure that the pseudo_set isn't empty.

30 years agoCommented out a pointer to qtar(1), we don't have that yet.
Andreas Schulz [Tue, 7 Jun 1994 21:38:23 +0000 (21:38 +0000)]
Commented out a pointer to qtar(1), we don't have that yet.
Changed the -description in the SYNOPSIS to description.

30 years agoWhoops, I messed up the last commit. This time it's fixed.
David Greenman [Tue, 7 Jun 1994 17:48:46 +0000 (17:48 +0000)]
Whoops, I messed up the last commit. This time it's fixed.

30 years agoCorrected extern definition of pmap_pte.
David Greenman [Tue, 7 Jun 1994 17:44:20 +0000 (17:44 +0000)]
Corrected extern definition of pmap_pte.

30 years agoChange PWD to CUROPWD so it doesn't conflict with other Bourne "compatible"
Guido van Rooij [Tue, 7 Jun 1994 15:53:21 +0000 (15:53 +0000)]
Change PWD to CUROPWD so it doesn't conflict with other Bourne "compatible"
shells.

30 years ago>From: "Volker Paepcke (CIP 87)" <vepaepck@cip.informatik.uni-erlangen.de>
Geoff Rehmet [Tue, 7 Jun 1994 15:49:24 +0000 (15:49 +0000)]
>From: "Volker Paepcke (CIP 87)" <vepaepck@cip.informatik.uni-erlangen.de>
> Description:
>     The Makefile in /usr/src/usr.bin/su is missing the line
>     SRCS= su.c
>     This leads to an empty variable LDDESTDIR and will

This was happening due to LDDESTDIR only being set when SRCS was defined,
which it isn't, in cases of programs such as  as su(1), where there is only
one source module.
This is fixed by moving the setting of LDDESTDIR out of the ".if defined(SRCS)"

30 years agoFixed a bug (a misplaced #else) that was introduced with the MULTICAST
David Greenman [Tue, 7 Jun 1994 14:40:16 +0000 (14:40 +0000)]
Fixed a bug (a misplaced #else) that was introduced with the MULTICAST
changes.

30 years agoMake the SLIP mtu settable in the (kernel) config file with SLMTU.
David Greenman [Tue, 7 Jun 1994 13:02:36 +0000 (13:02 +0000)]
Make the SLIP mtu settable in the (kernel) config file with SLMTU.

30 years agoFrom: stever@tarjan.cba.csuohio.edu (Steve Ratliff)
Jordan K. Hubbard [Tue, 7 Jun 1994 12:30:04 +0000 (12:30 +0000)]
From: stever@tarjan.cba.csuohio.edu (Steve Ratliff)
The following is a patch for the recently modified groups program.  CTM
#99.  It cleans up some leftover cruft from the old source and also
restores the original behavior when used from "su some_other_user".

30 years agoUnescape the '#' characters (as in #line) - whole chunks of text
Geoff Rehmet [Tue, 7 Jun 1994 09:49:31 +0000 (09:49 +0000)]
Unescape the '#' characters (as in #line) - whole chunks of text
were being lost before.

30 years agoanother place option !defined(DISKLABEL_UNPROTECTED) was needed.
Poul-Henning Kamp [Tue, 7 Jun 1994 01:36:39 +0000 (01:36 +0000)]
another place option !defined(DISKLABEL_UNPROTECTED) was needed.

30 years agoadded option DISKLABEL_UNPROTECTED which disables overwrite-check for
Poul-Henning Kamp [Tue, 7 Jun 1994 01:21:39 +0000 (01:21 +0000)]
added option DISKLABEL_UNPROTECTED which disables overwrite-check for
disklabel.  This is useful in some weird cases (like mine).  What's the
path to follow with respect to options.<whatever> ?

30 years agoRemove flcopy from Makefile - it has no use (unless you are using a
Geoff Rehmet [Mon, 6 Jun 1994 22:23:42 +0000 (22:23 +0000)]
Remove flcopy from Makefile - it has no use (unless you are using a
vax console ;-)

30 years agocheck for diskless boot, and remount / RW in that case.
Poul-Henning Kamp [Mon, 6 Jun 1994 17:45:37 +0000 (17:45 +0000)]
check for diskless boot, and remount / RW in that case.

30 years agoAdded one more cld I noticed when doing the commit on the Lite tree. (this
David Greenman [Mon, 6 Jun 1994 14:16:34 +0000 (14:16 +0000)]
Added one more cld I noticed when doing the commit on the Lite tree. (this
one is probably paranoia).

30 years agoAdded some missing cld's (OOPS!) and changed the position of some of
David Greenman [Mon, 6 Jun 1994 14:02:37 +0000 (14:02 +0000)]
Added some missing cld's (OOPS!) and changed the position of some of
the others to make them easier to spot.

30 years agoUse b_bufsize in some places instead of b_bcount. John hopes that this
David Greenman [Mon, 6 Jun 1994 12:08:16 +0000 (12:08 +0000)]
Use b_bufsize in some places instead of b_bcount. John hopes that this
will fix the last of the bounce buffer problems.

30 years agoDon't move the page's position in the active queue if it is busy or
David Greenman [Mon, 6 Jun 1994 11:54:47 +0000 (11:54 +0000)]
Don't move the page's position in the active queue if it is busy or
held. John has noticed some stability problems when doing this.

30 years agoAn lseek used incorrectly a FILE *fp instead of the fp->_file. Bug found
Andreas Schulz [Mon, 6 Jun 1994 08:35:25 +0000 (08:35 +0000)]
An lseek used incorrectly a FILE *fp instead of the fp->_file. Bug found
and reported by Philippe Charnier.

30 years agodvp->id_iobase is now unsigned, so checking for 0xffff as being < 0
Geoff Rehmet [Mon, 6 Jun 1994 08:00:34 +0000 (08:00 +0000)]
dvp->id_iobase is now unsigned, so checking for 0xffff as being < 0
does not work.  Thanks to BDE for alerting me to this.

30 years agoFrom: stever@tarjan.cba.csuohio.edu (Steve Ratliff)
Jordan K. Hubbard [Mon, 6 Jun 1994 00:24:00 +0000 (00:24 +0000)]
From: stever@tarjan.cba.csuohio.edu (Steve Ratliff)

There are bugs in the utility /usr/bin/groups.  When a normal
user is in more than three or four groups then using the following two
commands gives different results with groups.
logged on as steve.

bsd 22 % groups
staff staff wheel games

bsd 23 % groups steve
wheel operator games staff dialer

[Also added extra check in case getlogin() returns NULL].

30 years agoMake these Makefiles work properly when NOMAN is defined.
Geoff Rehmet [Sun, 5 Jun 1994 21:57:16 +0000 (21:57 +0000)]
Make these Makefiles work properly when NOMAN is defined.
(I wish they just used bsd.prog.mk)

30 years agoChanged the sentence "The character c is returned .." to "The location
Andreas Schulz [Sun, 5 Jun 1994 20:59:04 +0000 (20:59 +0000)]
Changed the sentence "The character c is returned .." to "The location
of the character c is returned ..". Found in the mailing-list.

30 years agoLatest changes to Buslogic driver from Atsushi Murai (amurai@spec.co.jp):
Jordan K. Hubbard [Sun, 5 Jun 1994 20:58:28 +0000 (20:58 +0000)]
Latest changes to Buslogic driver from Atsushi Murai (amurai@spec.co.jp):

   o Fixing English comments from Japanese-English to Native English ;-)
   o Fixing a FAST synchronouse value for old firmware-2.xx.
   o More accurate information for synchronouse setting.
   o Restrict checking but JUST display a warning message.
     - a bt5xx sereies and Bad firmware(bt445s-3.36/bt742a-old firmware?),
       I suspect these are  not only incorrect response but also has
       a problem of functionality for over 16Mbytes.
       (I've still waiting a BUSLOGIC comment but I recommend for upgrading
        firmware ROM if you got "ISA bus type".)

30 years agoManual pages are now installed compressed (gzipped) by default. This
Geoff Rehmet [Sun, 5 Jun 1994 20:42:39 +0000 (20:42 +0000)]
Manual pages are now installed compressed (gzipped) by default.  This
brings about a saving of 2805K on an installed system.
Installation of compressed manual pages can be turned off via the
NOMANCOMPRESS variable, which can be set via /etc/make.conf.

(Thanks to Jordan for testing the new bsd.man.mk.)

30 years agoManual pages are now installed via the bsd.man.mk macro, since the
Geoff Rehmet [Sun, 5 Jun 1994 20:39:58 +0000 (20:39 +0000)]
Manual pages are now installed via the bsd.man.mk macro, since the
existing arrangement in this makefile doesn't allow for compressed
manual pages.

30 years agoAdd mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESS
Geoff Rehmet [Sun, 5 Jun 1994 20:37:15 +0000 (20:37 +0000)]
Add mention of WANT_MSUN, HAVE_FPU  and NOMANCOMPRESS
(NOMANCOMPRESS works together with the new bsd.man.mk to turn off
compression of manual pages - manual pages are installed compressed
by default now.)

30 years agoAdd the optional user argument to the manpage of rrestore.
Andreas Schulz [Sun, 5 Jun 1994 20:28:49 +0000 (20:28 +0000)]
Add the optional user argument to the manpage of rrestore.

30 years agoBump up the SYMTAB_SPACE for LINT. It was already too small again.
Andreas Schulz [Sun, 5 Jun 1994 19:57:28 +0000 (19:57 +0000)]
Bump up the SYMTAB_SPACE for LINT. It was already too small again.

30 years agoChanged some wrong comments from my last commit and document some more
Andreas Schulz [Sun, 5 Jun 1994 19:31:45 +0000 (19:31 +0000)]
Changed some wrong comments from my last commit and document some more
opcodes.

30 years agoAdded a conmditional ALLOW_SELECT around the sequencer_select routine.
Andreas Schulz [Sun, 5 Jun 1994 19:22:37 +0000 (19:22 +0000)]
Added a conmditional ALLOW_SELECT around the sequencer_select routine.
Else you are getting an error if you define a EXCLUDE_SEQUENCER.

30 years agoFixed two typos in comments.
Andreas Schulz [Sun, 5 Jun 1994 19:18:10 +0000 (19:18 +0000)]
Fixed two typos in comments.

30 years agoAdd the -r and -s flags to the Usage string.
Andreas Schulz [Sun, 5 Jun 1994 19:04:11 +0000 (19:04 +0000)]
Add the -r and -s flags to the Usage string.

30 years agoAdd popper to my responsibility list.
Andreas Schulz [Sun, 5 Jun 1994 17:29:34 +0000 (17:29 +0000)]
Add popper to my responsibility list.

30 years agoAdded a manpage for the tw device. Changed the Makefile to install that
Andreas Schulz [Sun, 5 Jun 1994 16:21:49 +0000 (16:21 +0000)]
Added a manpage for the tw device. Changed the Makefile to install that
manpage into the proper place.

30 years agoComment out the startup of the xtend daemon by default.
Andreas Schulz [Sun, 5 Jun 1994 16:03:57 +0000 (16:03 +0000)]
Comment out the startup of the xtend daemon by default.

30 years agoDeleted the BINDIR and BINOWN lines. They are at the default. Changed
Andreas Schulz [Sun, 5 Jun 1994 16:00:08 +0000 (16:00 +0000)]
Deleted the BINDIR and BINOWN lines. They are at the default. Changed
the BINMODE line from 6555 ( suid and sgid ) to 4555 ( suid only ).

30 years agoIncluded Henry Spencer's regular expression library, it's
Joerg Wunsch [Sun, 5 Jun 1994 15:48:12 +0000 (15:48 +0000)]
Included Henry Spencer's regular expression library, it's
needed for re_comp()/re_exec().

The function interface is clearly marked obsoletish in the
manual page. It's just here for compatibility - but that's
what libcompat is for:-)

30 years agoIncluded Henry Spencer's regexp library. It is needed by the
Joerg Wunsch [Sun, 5 Jun 1994 15:46:17 +0000 (15:46 +0000)]
Included Henry Spencer's regexp library. It is needed by the
re_exec()/re_comp() module in libcompat.

The man page installation has been tweaked to not interfere with
the default regular expression library.

30 years agoDeleted the MACROS for BINDIR, BINOWN, BINMODE. They are already setup
Andreas Schulz [Sun, 5 Jun 1994 12:44:01 +0000 (12:44 +0000)]
Deleted the MACROS for BINDIR, BINOWN, BINMODE. They are already setup
from the upper level Makefiles.

30 years agoInstall manual page in /usr/share/man/man8 - we don't have a vax
Geoff Rehmet [Sun, 5 Jun 1994 09:25:31 +0000 (09:25 +0000)]
Install manual page in /usr/share/man/man8 - we don't have a vax
subdirectory, and Jordan and I have decided that we don't want one.

Previously the manula page ws getting installed as /usr/share/man/man8/vax ;-)
(Without this fix, the new bsd.man.mk breaks.)

30 years agoAdd -ltermcap to SHARED_LDADD to resolve some required symbols.
Jordan K. Hubbard [Sat, 4 Jun 1994 21:11:06 +0000 (21:11 +0000)]
Add -ltermcap to SHARED_LDADD to resolve some required symbols.

30 years agoAdded Sean Vickery to list of FreeBSD support people.
Sean Vickery [Sat, 4 Jun 1994 17:21:26 +0000 (17:21 +0000)]
Added Sean Vickery to list of FreeBSD support people.

30 years agoI just realized that the vtty's won't kick in until the user loads the bindist
Jordan K. Hubbard [Sat, 4 Jun 1994 12:00:51 +0000 (12:00 +0000)]
I just realized that the vtty's won't kick in until the user loads the bindist
and reboots multiuser.  Ammend the text slightly to avoid confusion.

30 years ago1. Bumped version number to 1.1.5 in preparation for impending release.
Jordan K. Hubbard [Sat, 4 Jun 1994 11:55:56 +0000 (11:55 +0000)]
1. Bumped version number to 1.1.5 in preparation for impending release.
2. Added notes that tell the user a little bit about how to use syscons
   since they'll be running it from the outset now and would probably like
   to know how to switch terminals.

30 years agoRemoved extra (bogus) declaration of Xrsvd14 that was confusing me.
David Greenman [Sat, 4 Jun 1994 10:59:58 +0000 (10:59 +0000)]
Removed extra (bogus) declaration of Xrsvd14 that was confusing me.

30 years agoChanges to KNOWNBUGS:
Jordan K. Hubbard [Sat, 4 Jun 1994 10:39:57 +0000 (10:39 +0000)]
Changes to KNOWNBUGS:

Remove comment about switching to syscons when encountering
keyboard problems since syscons *is* the default driver now
and doesn't represent a fall-back.

Changes to REGISTER.FreeBSD:

Sorry, Poul, but I just didn't like the wording at all so I
re-wrote it from scratch to be a little more "politically correct"
in view of general religion about these things.  I also fixed up
Harald's notes to be a general *BSD registration doc again
since we really should not have changed it to be so FreeBSD-centric.
I've left a line at the top that gives the `canned' registration
line, so people should not be confused.

30 years agoInstall mail.rc as /etc/mail.rc.sample to avoid blowing the
Jordan K. Hubbard [Sat, 4 Jun 1994 08:57:16 +0000 (08:57 +0000)]
Install mail.rc as /etc/mail.rc.sample to avoid blowing the
installed copy (if any) away. This seems to be our
evolving convention for /etc/ files.

30 years ago1. Removed duplicate include of <stdio.h>
Jordan K. Hubbard [Sat, 4 Jun 1994 07:11:51 +0000 (07:11 +0000)]
1. Removed duplicate include of <stdio.h>
2. Replaced bogus __ARGS with __P

30 years agoAdded reference to RFC 1597 about "private-net" IP#'s. The following numbers
Poul-Henning Kamp [Sat, 4 Jun 1994 02:03:45 +0000 (02:03 +0000)]
Added reference to RFC 1597 about "private-net" IP#'s.  The following numbers
will never be routed over the InterNet:
10.0.0.0        -   10.255.255.255
        172.16.0.0      -   172.31.255.255
        192.168.0.0     -   192.168.255.255

30 years agoNow rc.serial used for initial setup of serial lines
Andrey Chernov [Sat, 4 Jun 1994 00:44:00 +0000 (00:44 +0000)]
Now rc.serial used for initial setup of serial lines

30 years agoUpdated for new sio driver
Andrey Chernov [Sat, 4 Jun 1994 00:41:25 +0000 (00:41 +0000)]
Updated for new sio driver

30 years agoAdd a note about a bug in fsck.
Andreas Schulz [Fri, 3 Jun 1994 22:22:41 +0000 (22:22 +0000)]
Add a note about a bug in fsck.

30 years agoCatch two null pointer references.
Andreas Schulz [Fri, 3 Jun 1994 22:04:59 +0000 (22:04 +0000)]
Catch two null pointer references.
If you want to repeat that bug, destroy the super-block on a filesystem :-)
wait for the error message "VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN
FIRST ALTERNATE", "LOOK FOR ALTERNATE SUPERBLOCKS" and then hit your
interrupt char and you should get a nice core dump from fsck.

30 years agoAdded a reference to the Norvegian counter. And asked people to register.
Poul-Henning Kamp [Fri, 3 Jun 1994 21:42:33 +0000 (21:42 +0000)]
Added a reference to the Norvegian counter.  And asked people to register.
We all agree this is not perfect, but until something better comes around,
we will have to make do with this.  I just got the status of it, and it is
clear that not even everybody in the core-team has registered with the counter.
Please sign up guys...

30 years agomake /etc/motd mode 644 NOT 666
Geoff Rehmet [Fri, 3 Jun 1994 08:54:35 +0000 (08:54 +0000)]
make /etc/motd mode 644 NOT 666
(Thank heavens I run cops every night.)

30 years agoPatch from Bruce Evans: npxintr() needs to mask softclock().
David Greenman [Fri, 3 Jun 1994 06:42:30 +0000 (06:42 +0000)]
Patch from Bruce Evans: npxintr() needs to mask softclock().

30 years agoAdded -o ${.TARGET} for c++rt0.o; probably doesn't hurt to keep things
Jordan K. Hubbard [Fri, 3 Jun 1994 05:35:04 +0000 (05:35 +0000)]
Added -o ${.TARGET} for c++rt0.o; probably doesn't hurt to keep things
orthogonal.

30 years agoFix the absolute paths for boot blocks. Now uses ${DESTDIR}.
Jordan K. Hubbard [Fri, 3 Jun 1994 05:18:18 +0000 (05:18 +0000)]
Fix the absolute paths for boot blocks.  Now uses ${DESTDIR}.

30 years agoYikes! Almost forgot to add skey.h as well.
Guido van Rooij [Thu, 2 Jun 1994 20:27:11 +0000 (20:27 +0000)]
Yikes! Almost forgot to add skey.h as well.

30 years agoMove skey.h to /usr/include so other packages will be able to use
Guido van Rooij [Thu, 2 Jun 1994 20:25:48 +0000 (20:25 +0000)]
Move skey.h to /usr/include so other packages will be able to use
libskey. (such as wu-ftp and xdm).
Editted skey so it matches the standard /usr/include way.

30 years agomore changes, fixed some bugs in the code, -gateway will work now, added
Poul-Henning Kamp [Thu, 2 Jun 1994 19:25:36 +0000 (19:25 +0000)]
more changes, fixed some bugs in the code, -gateway will work now, added
-server (probably of limited use, but if your server is multihomed, you
need this).

30 years agoFixed a bug, where bzero was called with 3 args, just as memset.
Poul-Henning Kamp [Thu, 2 Jun 1994 18:19:35 +0000 (18:19 +0000)]
Fixed a bug, where bzero was called with 3 args, just as memset.
Added #ifdefs to make it compile on Solaris 2.3.

30 years agoforgot to run the changed makesyscalls.sh. I though make world would do
Poul-Henning Kamp [Thu, 2 Jun 1994 17:37:35 +0000 (17:37 +0000)]
forgot to run the changed makesyscalls.sh.  I though make world would do
that ?

30 years agoThis should fix up the absolute paths to /usr/mdec - just prepended
Jordan K. Hubbard [Thu, 2 Jun 1994 16:50:56 +0000 (16:50 +0000)]
This should fix up the absolute paths to /usr/mdec - just prepended
${DESTDIR} to all the right places (any reason why not?).

30 years agoRemove Guy Hlemer as per his own request.
Jordan K. Hubbard [Thu, 2 Jun 1994 15:10:29 +0000 (15:10 +0000)]
Remove Guy Hlemer as per his own request.

30 years agoRemove "STAR_SAVER" and rother *_SAVER options, as these are
Geoff Rehmet [Thu, 2 Jun 1994 12:18:27 +0000 (12:18 +0000)]
Remove "STAR_SAVER" and rother *_SAVER options, as these are
no longer used by syscons. (vidcontrol now switches screen savers)

30 years agoAdded mention of the slip.faq.
Gary Clark II [Thu, 2 Jun 1994 11:50:23 +0000 (11:50 +0000)]
Added mention of the slip.faq.

30 years agoChanged id_iobase from short to u_short to fix bugs in handling EISA
David Greenman [Thu, 2 Jun 1994 08:21:36 +0000 (08:21 +0000)]
Changed id_iobase from short to u_short to fix bugs in handling EISA
cards in slots >=8 (io addresses >=0x8000).

30 years agoNew schedule.
Jordan K. Hubbard [Thu, 2 Jun 1994 07:53:04 +0000 (07:53 +0000)]
New schedule.

30 years agofix spelling error
Geoff Rehmet [Thu, 2 Jun 1994 07:30:03 +0000 (07:30 +0000)]
fix spelling error

30 years agoEmpty pathname disallowing ifdefed out
Andrey Chernov [Thu, 2 Jun 1994 06:53:37 +0000 (06:53 +0000)]
Empty pathname disallowing ifdefed out

30 years agoFix a typo: `c-compiler'.
Jordan K. Hubbard [Thu, 2 Jun 1994 06:50:20 +0000 (06:50 +0000)]
Fix a typo: `c-compiler'.

30 years agoFixed: incorrect boundary condition which can incorrectly return an error
Steven Wallace [Thu, 2 Jun 1994 06:48:34 +0000 (06:48 +0000)]
Fixed:  incorrect boundary condition which can incorrectly return an error
from function isofs_fhtovp.  (Example:  mount FreeBSD 1.0 CDROM over NFS
and ls filesys/usr/src/gnu/groff/soelim and get a stale NFS file handle)

In function isofs_fhtovp(), should return an error if offset + structure size >
block size, not if it is >=.

30 years agoMake sc0 the default to match our GENERIC* kernels.
Jordan K. Hubbard [Thu, 2 Jun 1994 06:45:01 +0000 (06:45 +0000)]
Make sc0 the default to match our GENERIC* kernels.
Comment out lpa drivers and put in a nasty comment about not using it anymore.

30 years agofix to make vi.1 &c install.
Poul-Henning Kamp [Thu, 2 Jun 1994 00:27:52 +0000 (00:27 +0000)]
fix to make vi.1 &c install.

30 years agoInstall ipcs setgid to kmem. Bug report from Thomas Krebs.
Jeffrey Hsu [Wed, 1 Jun 1994 22:47:28 +0000 (22:47 +0000)]
Install ipcs setgid to kmem.  Bug report from Thomas Krebs.

30 years agoRemove obsoleted COM_BIDIR, FIFO_TRIGGER_* and "comcontrol bidir"
Andrey Chernov [Wed, 1 Jun 1994 21:38:46 +0000 (21:38 +0000)]
Remove obsoleted COM_BIDIR, FIFO_TRIGGER_* and "comcontrol bidir"
references

30 years agoadded missing trailing \n to the last line of generated syscalls.h
Poul-Henning Kamp [Wed, 1 Jun 1994 21:13:53 +0000 (21:13 +0000)]
added missing trailing \n to the last line of generated syscalls.h

30 years agoAdded
Paul Richards [Wed, 1 Jun 1994 17:04:01 +0000 (17:04 +0000)]
Added
     if [ -x /usr/libexec/xtend ]; then
          echo -n ' xtend';   /usr/libexec/xtend
     fi

to etc/rc

30 years agoAdded xten, controller for the X-10 driver
Paul Richards [Wed, 1 Jun 1994 16:49:43 +0000 (16:49 +0000)]
Added xten, controller for the X-10 driver

30 years agoAdded xten to list of directories
Paul Richards [Wed, 1 Jun 1994 16:48:37 +0000 (16:48 +0000)]
Added xten to list of directories

30 years agoAdded tw0 entry (xten driver)
Paul Richards [Wed, 1 Jun 1994 16:48:16 +0000 (16:48 +0000)]
Added tw0 entry (xten driver)

30 years agoAdded Gene Stark's xtend X-10 daemon.
Paul Richards [Wed, 1 Jun 1994 15:40:27 +0000 (15:40 +0000)]
Added Gene Stark's xtend X-10 daemon.

30 years agoFix "cd ." non-POSIXness
Andrey Chernov [Wed, 1 Jun 1994 15:15:50 +0000 (15:15 +0000)]
Fix "cd ." non-POSIXness

30 years agoAdded Gene Stark's X10 driver:
Paul Richards [Wed, 1 Jun 1994 14:56:24 +0000 (14:56 +0000)]
Added Gene Stark's X10 driver:

The TW523 is designed for communications using the X-10 protocol,
which is compatible with a number of home control systems, including
Radio Shack "Plug 'n Power(tm)" and Stanley "Lightmaker(tm)."

30 years agoAdded new kernel source file 'config.c'. This file is generated by config(8),
Poul-Henning Kamp [Wed, 1 Jun 1994 09:50:09 +0000 (09:50 +0000)]
Added new kernel source file 'config.c'.  This file is generated by config(8),
and contains the text of the file input to config(8).  This allows you to
retreive from a binary kernel, using strings(1), the name of the file used,
and the contents of it.  The delta in kernel size is in the order of 2k.  This
file is put right after locore, so that we don't get too much garbage in
strings before the stuff we want.

*** YOU NEED TO RECOMPILE config(8) ***

Pyramids had something like this too.

30 years agoHow to set up a SLIP dialup line. This is just how I did it, I welcome
Satoshi Asami [Wed, 1 Jun 1994 09:03:08 +0000 (09:03 +0000)]
How to set up a SLIP dialup line.  This is just how I did it, I welcome
additions and corrections.

30 years agoadded a couple of files to CLEANFILES.
Poul-Henning Kamp [Wed, 1 Jun 1994 07:55:12 +0000 (07:55 +0000)]
added a couple of files to CLEANFILES.