]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
30 years ago1. Remove a rather strangely gratuitous bit of profanity
jkh [Fri, 24 Jun 1994 22:18:46 +0000 (22:18 +0000)]
1. Remove a rather strangely gratuitous bit of profanity
2. Use elvis instead of vi for the editor on the cpio floppy; dmesg is back.

30 years agoAdd proper links so that - and -sh are catered for.
jkh [Fri, 24 Jun 1994 16:39:30 +0000 (16:39 +0000)]
Add proper links so that - and -sh are catered for.

30 years agoJust talked with James - there's another, better way to go about this.
jkh [Fri, 24 Jun 1994 15:14:16 +0000 (15:14 +0000)]
Just talked with James - there's another, better way to go about this.
Back out my earlier change.  Note that this is just for the 1.1.5R floppies;
the 1.1.5A ones still have the work-around method (which works fine and
doesn't hurt anything, it's just kludge!).

30 years agoThis is a kludge. Unless I make a link from sh to - (which would leave a file
jkh [Fri, 24 Jun 1994 14:32:36 +0000 (14:32 +0000)]
This is a kludge.  Unless I make a link from sh to - (which would leave a file
called `-' lying around on the users system forever) login shells will fail.
Just special-case the handling of `-' for now until/unless I find a more
palatable solution.

30 years agoMy last few changes to the release code plus a small termcap file
jkh [Fri, 24 Jun 1994 14:27:25 +0000 (14:27 +0000)]
My last few changes to the release code plus a small termcap file
for the cpio floppy.

30 years agoWhoops - missed a couple of intermediate files. Nuke 'em.
jkh [Wed, 22 Jun 1994 08:37:28 +0000 (08:37 +0000)]
Whoops - missed a couple of intermediate files.  Nuke 'em.

30 years agoOk, this should about wrap it up.
jkh [Wed, 22 Jun 1994 08:33:28 +0000 (08:33 +0000)]
Ok, this should about wrap it up.

1. All the crunched files work now; don't install copies, used the crunched
   versions.
2. Make the clean rules DTRT now that we have stuff to clean.

30 years agoCommit a whole cluster of last minute critical (and one cosmetic) fixes
jkh [Wed, 22 Jun 1994 05:52:25 +0000 (05:52 +0000)]
Commit a whole cluster of last minute critical (and one cosmetic) fixes
from David Greenman, Bruce Evans and Julian Elischer.

They are:

[vnode pager - David/Bruce]:
  The following patch fixes a problem where some data could be lost in a
delayed-write buffer if the cached buffer was larger than a page. This fix was
provided by Bruce Evans and modified slightly by me.

[st.c - Julian]:
  My fix for "bad request, must be between 0 and 0"

RTFS if you're interested).

[gnu/fpemul - David/Bruce]:
  These changes fix single stepping of emulated FPU instructions.
Previously, the instruction after an emulated instruction was
executed without causing a SIGTRAP ...

The also fix the initial control word being different for the
GPL emulator (it is still wrong for the old emulator) and remove
an unnecessary panic when emulation is not configured (I hope at
least init, sh and reboot will run without floating point.  I
remember only df and mkfs being broken by the lack of FP in 0.0).

[Various fixes described below - Bruce/David]:
sys/i386/boot/boot2.S:
        Yet another attempt to propagate the correct fix for 16 vs
        32-bit mode bugs.  [verified]

sys/i386/i386/db_interface.c:
        Protect against reentering Debugger().

sys/kern/kern_time.c:
        Don't allow 'time.tv_usec == 0' except at clock interrupts.

sys/pcfs/pcfs_fat.c:
        Make it compile without -O.

sys/scsi/sd.c:
        Fix as posted to some freebsd mailing list.
        (changes the order of the assignment of "sectors" because it earlier
          value is needed first -DG)

sys/vm/vm_glue.c:
        Fix stale comments and verbose code.

sys/vm/vm_mmap.c
        Fix off by 1 errors and verbose code.

[From Nate - cosmetic but non-intrusive and useful enough to go in]
sys/i386/isa/isa.c:
Appended you'll find a patch to the NMI error log routine in isa/isa.c.
The below patch just adds some additional information when an NMI occurs
which can help debug the hardware problem.

30 years agoUpdate this to the latest version from Steve Gerakines. This is an easy
jkh [Wed, 22 Jun 1994 04:49:04 +0000 (04:49 +0000)]
Update this to the latest version from Steve Gerakines.  This is an easy
drop-in for me and looks substantailly neater than the previous version,
so I'll give the floppy tape users a break (but just this once :).

30 years agoFix serious off by one error for FreeBSD keyword, this has been driving
rgrimes [Wed, 22 Jun 1994 00:51:42 +0000 (00:51 +0000)]
Fix serious off by one error for FreeBSD keyword, this has been driving
me nuts as it was on by default and that is NOT what I wanted.

30 years agoWhoops - I missed a commit; EXTRACT scripts were misnamed. Correct.
jkh [Tue, 21 Jun 1994 12:42:56 +0000 (12:42 +0000)]
Whoops -  I missed a commit; EXTRACT scripts were misnamed.  Correct.

30 years ago1. Increase number of inodes for kcopy floppy; we've currently run out.
jkh [Tue, 21 Jun 1994 11:02:38 +0000 (11:02 +0000)]
1. Increase number of inodes for kcopy floppy; we've currently run out.
2. Get kcopy and filesystem images from current directory since we
   now build them here; a clean rule is now all that's needed to make
   the crunch stuff complete.

30 years agoCommit a small change to allow FreeBSD to install on a different drive.
jkh [Mon, 20 Jun 1994 06:05:16 +0000 (06:05 +0000)]
Commit a small change to allow FreeBSD to install on a different drive.
The kernel configs already support this, so with a boot floppy or a utility
like booteasy, the user should be able to install and boot off the second drive.
Hurrah.

30 years agoMake BOOTWAIT a truly tunable parameter. It was hard-set before.
jkh [Mon, 20 Jun 1994 04:32:40 +0000 (04:32 +0000)]
Make BOOTWAIT a truly tunable parameter.  It was hard-set before.

30 years agoCommit some additional changes for making this work with obj dirs.
jkh [Mon, 20 Jun 1994 03:39:59 +0000 (03:39 +0000)]
Commit some additional changes for making this work with obj dirs.

30 years agoRemove bogus -lcrypt line.
jkh [Sun, 19 Jun 1994 20:39:30 +0000 (20:39 +0000)]
Remove bogus -lcrypt line.

30 years agoFixes from Bruce Evans:
jkh [Fri, 17 Jun 1994 21:50:07 +0000 (21:50 +0000)]
Fixes from Bruce Evans:

o insecure and inconsistent permissions for tape devices.
o didn't make the DOSpartition wd devices.

30 years agoAdd entry for the new PCMCIA ethernet adapter code (ze0).
jkh [Fri, 17 Jun 1994 19:29:05 +0000 (19:29 +0000)]
Add entry for the new PCMCIA ethernet adapter code (ze0).

30 years agoRemove reference to the ld.so man page - ain't no such animal.
jkh [Fri, 17 Jun 1994 17:22:16 +0000 (17:22 +0000)]
Remove reference to the ld.so man page - ain't no such animal.
Reported by John Lind.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1752,
rich [Fri, 17 Jun 1994 06:42:39 +0000 (06:42 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1752,
which included commits to RCS files with non-trunk default branches.

30 years agoslstat - report serial line IP statistics: bytes in/out, packets
rich [Fri, 17 Jun 1994 06:42:39 +0000 (06:42 +0000)]
slstat - report serial line IP statistics: bytes in/out, packets
in/out, errors, compressed, and uncompressed packets in/out.

30 years agoJohn Capo's changes to make the fixit floppy image work; I didn't even
jkh [Thu, 16 Jun 1994 20:13:11 +0000 (20:13 +0000)]
John Capo's changes to make the fixit floppy image work; I didn't even
bother looking at this file before! :)

30 years agoFix comment about 8-bit clean tcsh
ache [Thu, 16 Jun 1994 17:16:31 +0000 (17:16 +0000)]
Fix comment about 8-bit clean tcsh

30 years agoAdd commented out STARTUP_LOCALE with explanation
ache [Thu, 16 Jun 1994 17:13:53 +0000 (17:13 +0000)]
Add commented out STARTUP_LOCALE with explanation

30 years agoOnly comment added to console entry:
ache [Thu, 16 Jun 1994 12:34:53 +0000 (12:34 +0000)]
Only comment added to console entry:

# If you want to be asked for password, change "secure" to "insecure" here

30 years agoI'll leave the addition of the line, but there's just absolutely no
jkh [Thu, 16 Jun 1994 12:14:08 +0000 (12:14 +0000)]
I'll leave the addition of the line, but there's just absolutely no
way I'm going to allow this to be set to secure.  People blow their
password files away all the time, and I am not at all keen to lose the
ability to get them recovered with the simple expedient of a single-user
boot.

30 years agoChoose secure single-user mode by default
ache [Thu, 16 Jun 1994 11:13:44 +0000 (11:13 +0000)]
Choose secure single-user mode by default

Without this entry init.bsdi don't ask root password when it goes
to sigle-user. This entry must present here in any case,
subject of arguing can be only default mode, I mean
"secure" or "insecure" here. Please consider this entry
like template and change "insecure" to "secure" if you
are _shure_, but not back out whole line.

# This entry needed for asking password when init goes to single-user mode
console none unknown off insecure

30 years agoThis is the IBM/National PCMCIA ethernet driver from Keith Moore,
jkh [Thu, 16 Jun 1994 05:32:10 +0000 (05:32 +0000)]
This is the IBM/National PCMCIA ethernet driver from Keith Moore,
based originally on work by David Greenman and adapted to FreeBSD
(and cleaned up a bit) by myself.  It supports the IBM Credit Card
Adapter for the IBM Thinkpad, and I've had no trouble making it work
on my Toshiba T1910 with a National `InfoMover' NE4100 PCMCIA ethernet
card (I'm commiting this message through it right now :-).

This is actually sneaking it in after feature-freeze, but it's just
too useful to pass up!  As always, necessity is a mother.

30 years agoChanged delay mechanism to rely more on I/O spinning. If spinning on the
adam [Thu, 16 Jun 1994 03:53:29 +0000 (03:53 +0000)]
Changed delay mechanism to rely more on I/O spinning. If spinning on the
like this is bad news, it will have to be revised.
Shortened some verbose messages for when the kernel is loaded below 640k.
Updated version number.

30 years agoFlags 0x80 now means enable the diags, not disable.
jkh [Wed, 15 Jun 1994 23:28:07 +0000 (23:28 +0000)]
Flags 0x80 now means enable the diags, not disable.

30 years agoSince we're using syscons now, make ^H the backspace character by
jkh [Wed, 15 Jun 1994 22:58:49 +0000 (22:58 +0000)]
Since we're using syscons now, make ^H the backspace character by
default (ack ack, evil evil, but easier than changing syscons at this
late hour).

30 years agoChanges from Paul Kranenburg which bring us into sync with his sources:
rich [Wed, 15 Jun 1994 22:41:19 +0000 (22:41 +0000)]
Changes from Paul Kranenburg which bring us into sync with his sources:

 handling of errors through the standard err() and warn()
 more fixes for Geoff Rehmet's NULL pointer bug.
 fixes NULL pointer bugs when linking mono and nested X servers.
 supports a `-nostdlib' option.
 accept object files without a symbol table
 don't attempt dynamic linking when `-A' is given

a few variable names have chaged (desc -> fd), and the formatting has
changed which should make it much easier to track his sources.

I tested 'make world' for /usr/src and X twice with these changes.

30 years agoChanged MDEC_OPT=BOOTWAIT= to BOOTWAIT=
adam [Wed, 15 Jun 1994 21:32:38 +0000 (21:32 +0000)]
Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT=

30 years ago1. Fill out the crunch target - this should do the trick (we'll see).
jkh [Wed, 15 Jun 1994 21:21:50 +0000 (21:21 +0000)]
1. Fill out the crunch target - this should do the trick (we'll see).
2. Remove the NOOBJ line - we want an object dir now.

30 years agoWhoops, missed the .cache files - those can be tossed too.
jkh [Wed, 15 Jun 1994 21:19:59 +0000 (21:19 +0000)]
Whoops, missed the .cache files - those can be tossed too.

30 years agoNuke all the intermediate files.
jkh [Wed, 15 Jun 1994 21:19:23 +0000 (21:19 +0000)]
Nuke all the intermediate files.

30 years agoAdd a beep to the load_fd stuff for each floppy insert request so
jkh [Wed, 15 Jun 1994 21:04:04 +0000 (21:04 +0000)]
Add a beep to the load_fd stuff for each floppy insert request so
that you can read a book and load the floppy distribution at the same
time.. :-)

30 years agoRemove the --exclude libc.so.1.1 line; with a static gzip and tar we
jkh [Wed, 15 Jun 1994 21:02:36 +0000 (21:02 +0000)]
Remove the --exclude libc.so.1.1 line; with a static gzip and tar we
no longer need it, and it's just one more thing we would have to remember
to change with every shared lib version bump.

30 years agoInstall manpath.config and mail.rc properly, and directly from the src
jkh [Wed, 15 Jun 1994 20:43:20 +0000 (20:43 +0000)]
Install manpath.config and mail.rc properly, and directly from the src
tree now (rather than having a local copy.

30 years agoadded comments for how to use CCFPU and MDEC_OPT
adam [Wed, 15 Jun 1994 20:24:16 +0000 (20:24 +0000)]
added comments for how to use CCFPU and MDEC_OPT

30 years agoCommit Rod's magic EXTRACT scripts to the tree so that we can work on
jkh [Wed, 15 Jun 1994 20:15:12 +0000 (20:15 +0000)]
Commit Rod's magic EXTRACT scripts to the tree so that we can work on
them.  These were al hand-copied over before.

30 years agoLots of changes:
jkh [Wed, 15 Jun 1994 20:14:29 +0000 (20:14 +0000)]
Lots of changes:

1. Properly use ${.CURDIR} now instead of hardcoded relative dirs.
2. Use ${BINOWN} and ${BINGRP} everywhere instead of root/wheel
3. Add target for copying over EXTRACT scripts (and add them here).
4. Start thinking about crunched floppy target (not in yet, next commit).

30 years ago1. Bump minimum root size to 8MB (we need that much now).
jkh [Wed, 15 Jun 1994 19:23:33 +0000 (19:23 +0000)]
1. Bump minimum root size to 8MB (we need that much now).
2. Bump version number to 1.1.5 for impending release.

30 years agoMake gzip static by default. This is needed because it's such a
jkh [Wed, 15 Jun 1994 19:16:58 +0000 (19:16 +0000)]
Make gzip static by default.  This is needed because it's such a
frequent companion to tar.

30 years agoMake tar static by default. Don't scream, you'll thank me for this
jkh [Wed, 15 Jun 1994 19:16:04 +0000 (19:16 +0000)]
Make tar static by default.  Don't scream, you'll thank me for this
someday.

30 years agoFrom Hellmuth Michaelis, reviewed by Bruce Evans: This enables
jkh [Wed, 15 Jun 1994 19:09:14 +0000 (19:09 +0000)]
From Hellmuth Michaelis, reviewed by Bruce Evans:  This enables
the keyboard clock rather than incorrectly disabling it.

30 years agomake BOOTWAIT loopcount parameter available for tuning.
adam [Wed, 15 Jun 1994 18:15:17 +0000 (18:15 +0000)]
make BOOTWAIT loopcount parameter available for tuning.
This changes nothing unless f.e. -DBOOTWAIT=0 or -DBOOTWAIT=640000 is used

30 years ago1. Clean the intermediate files when building the default fixit floppy
jkh [Wed, 15 Jun 1994 10:49:34 +0000 (10:49 +0000)]
1. Clean the intermediate files when building the default fixit floppy
   (demonstration) target.
2. Add the kcopy and filesystem floppy configuration files from Rod.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1722,
jkh [Wed, 15 Jun 1994 10:33:49 +0000 (10:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1722,
which included commits to RCS files with non-trunk default branches.

30 years agoThis is the new crunch utility for making distribution floppies from
jkh [Wed, 15 Jun 1994 10:33:49 +0000 (10:33 +0000)]
This is the new crunch utility for making distribution floppies from
James da Silva.  We need to integrate this before 1.1.5 so that we can
actually make the boot floppies.

30 years agocorrect location of corefile data segment
adam [Wed, 15 Jun 1994 08:24:25 +0000 (08:24 +0000)]
correct location of corefile data segment

30 years agoBug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>
csgr [Tue, 14 Jun 1994 12:45:41 +0000 (12:45 +0000)]
Bug reported by  Jon-Dean Mountjoy <csjm@cs.ru.ac.za>

Paul Kranenburg's description:
ld is in error here, assuming that symbols with N_EXT set always have an
entry in the (global) symbol table: this is not the case for C++ generated
constructor/destructor symbols. I can reproduce your failure by fudging
a "multiply defined" constructor symbol by hand. Checking for `g == NULL'
seems to be a ok as a fence for now.

So:
for now, in do_file_warnings() we check if g == NULL, before trying to generate
any warning messages.  This prevents a NULL pointer dereference.

30 years agoRemove CXXFLAGS from here, handled in another place
ache [Tue, 14 Jun 1994 11:46:52 +0000 (11:46 +0000)]
Remove CXXFLAGS from here, handled in another place

30 years agoAdd LIBREADLINE and LIBTERM to DPADD
ache [Tue, 14 Jun 1994 11:00:35 +0000 (11:00 +0000)]
Add LIBREADLINE and LIBTERM to DPADD

30 years agoTouch the $Revision$ string to cause a cvs revision update of the boot
rgrimes [Tue, 14 Jun 1994 07:31:42 +0000 (07:31 +0000)]
Touch the $Revision$ string to cause a cvs revision update of the boot
code (ie, should now print Revision 1.13).

30 years agoClean up small error in the ncvs code that was causing rcs co to be
rgrimes [Tue, 14 Jun 1994 02:57:09 +0000 (02:57 +0000)]
Clean up small error in the ncvs code that was causing rcs co to be
called with -K-Keoptions -Kioptions.  This should fix the problem with
$Id$ still getting changed.

I am also install both ncvs and ocvs on freefall with this change as
ocvs still had the bug with -I \! which I fixed but did not reinstall.

30 years agoAdded comment about registerd and kpasswdd not working in 1.x.
wollman [Mon, 13 Jun 1994 22:41:04 +0000 (22:41 +0000)]
Added comment about registerd and kpasswdd not working in 1.x.
Deleted commented-out line which would start mountd; that's not
the right pplace to do it (don't confuse the users).
Should probablyhave uncommented rpc.rstatd, but didn't.

30 years agoBe paranoid about setting of %dl register for braindead BIOS's,
jkh [Mon, 13 Jun 1994 19:27:52 +0000 (19:27 +0000)]
Be paranoid about setting of %dl register for braindead BIOS's,
initializing it to 0 in the floppy boot case.  This allows my Toshiba
1910 laptop to finally boot, and may help out other machines cursed
with early Phoenix BIOS's as well.

30 years agoRemove PAGE_SIZE redifinition (from param.h)
ache [Mon, 13 Jun 1994 08:03:32 +0000 (08:03 +0000)]
Remove PAGE_SIZE redifinition (from param.h)

30 years agoChange default for directory permissions to be 0755.
csgr [Sun, 12 Jun 1994 16:20:36 +0000 (16:20 +0000)]
Change default for directory permissions to be 0755.

30 years agoModify messages about the resolver manual page as per Rod's suggestions.
csgr [Sun, 12 Jun 1994 11:05:04 +0000 (11:05 +0000)]
Modify messages about the resolver manual page as per Rod's suggestions.
The configure function now tells the user to type "man 5 resolver"
for more info on resolv.conf, but mentions that the bindist must
be fully installed before this can be done (actually a user won't
have reached this stage if he doesn't have an installed bindist ;-)

30 years agoChange includes in proper way, i.e.
ache [Sun, 12 Jun 1994 08:51:09 +0000 (08:51 +0000)]
Change includes in proper way, i.e.
"readline.h" --> <readline/readline.h>
Remove -I./readline from Makefile (again!)

30 years agoMoved -DTRAD_CORE from gdb/Makefile to bfd/Makefile
paul [Sat, 11 Jun 1994 16:20:42 +0000 (16:20 +0000)]
Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefile

30 years agoModev -DTRAD_CORE for gdb/Makefile to bfd/Makefile
paul [Sat, 11 Jun 1994 16:20:07 +0000 (16:20 +0000)]
Modev -DTRAD_CORE for gdb/Makefile to bfd/Makefile

30 years agoPut back -I${.CURDIR}/readline in Makefile.
paul [Sat, 11 Jun 1994 15:18:01 +0000 (15:18 +0000)]
Put back -I${.CURDIR}/readline in Makefile.

The sources are just broken and given that an extra -I flag is going
to be needed it may as well be as above to guarantee that the library
will build.

30 years agoAllow configuration of resolv.conf though "configure". The
csgr [Sat, 11 Jun 1994 12:42:35 +0000 (12:42 +0000)]
Allow configuration of resolv.conf though "configure".  The
configuration which is done is minimal, and the script refers the user
to the resolver(5) manual page for information on fine-tuning name
resolution.

30 years agoFix from Bruce Evans:
dg [Sat, 11 Jun 1994 05:17:15 +0000 (05:17 +0000)]
Fix from Bruce Evans:
Set npx_exists = 0 in the case of broken error reporting.

30 years agoFixed minor spelling error.
dg [Sat, 11 Jun 1994 05:13:33 +0000 (05:13 +0000)]
Fixed minor spelling error.

30 years agoBruce found a bug in my changes to stop using the gs selector.
dg [Sat, 11 Jun 1994 05:12:15 +0000 (05:12 +0000)]
Bruce found a bug in my changes to stop using the gs selector.

From Bruce Evans:

fu[i]byte() checked the wrong register.  This caused interesting behaviour
in the GPL math emulator.  The emulator does not check the values returned
by fu*() or su*() (:-() and it interpreted the address of -12(%ebp) as
-1(%ebp).  The same probably occurs for all signed 8-bit offsets from
registers.

I cleaned up the new bzero() a bit.

30 years agoAdded kgdb subdir.
paul [Fri, 10 Jun 1994 16:51:29 +0000 (16:51 +0000)]
Added kgdb subdir.

30 years agoTwo files I "lost" the first time.
paul [Fri, 10 Jun 1994 15:57:46 +0000 (15:57 +0000)]
Two files I "lost" the first time.
GDB4:

30 years agoGDB-4.12 from ports with support for shlibs but not the kernel.
paul [Fri, 10 Jun 1994 13:42:18 +0000 (13:42 +0000)]
GDB-4.12 from ports with support for shlibs but not the kernel.

This is a greatly pared down version of the full gdb-4.12, all the
config stuff has been removed and the supporting libraries have
been stripped to a minimum. This is a 1.1.5 only port, I'll do a
more complete port for 2.0 which will have all the config stuff
and will install the gnu support libraries as system libraries like
we do for readline.

There wasn't much point for 1.1.5 since only gdb would use them so I
went for saving space instead. For 2.0 I'll config all the
other gnu tools to use them as well.

30 years agoCopyright changes per the author.
rich [Fri, 10 Jun 1994 07:45:04 +0000 (07:45 +0000)]
Copyright changes per the author.
Added specific permissions for redistribution with FreeBSD and NetBSD.
Fixed author's email address.

30 years agoRemove -I./readline, unneded with make includes
ache [Fri, 10 Jun 1994 07:35:49 +0000 (07:35 +0000)]
Remove -I./readline, unneded with make includes

30 years agoAdd commented out PRINTER=ps entry for easy choose
ache [Thu, 9 Jun 1994 11:13:52 +0000 (11:13 +0000)]
Add commented out PRINTER=ps entry for easy choose
system documentation format

30 years agoAdd commented out CXXFLAGS entry similar to CFLAGS entry
ache [Thu, 9 Jun 1994 08:32:58 +0000 (08:32 +0000)]
Add commented out CXXFLAGS entry similar to CFLAGS entry

30 years agoChange all lib*.so.1.0 to lib*.so.1.1
csgr [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.
csgr [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 agoCommented out a pointer to qtar(1), we don't have that yet.
ats [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 agocheck for diskless boot, and remount / RW in that case.
phk [Mon, 6 Jun 1994 17:45:37 +0000 (17:45 +0000)]
check for diskless boot, and remount / RW in that case.

30 years agoAdded some missing cld's (OOPS!) and changed the position of some of
dg [Mon, 6 Jun 1994 15:08:51 +0000 (15:08 +0000)]
Added some missing cld's (OOPS!) and changed the position of some of
the others to make them easier to spot.

30 years agotrap.c:
dg [Mon, 6 Jun 1994 14:54:41 +0000 (14:54 +0000)]
trap.c:
Vastly improved trap.c from me. This rewritten version has a variety of
features, amoung them: higher performance and much higher code quality.

support.s, cpufunc.h:
No longer use gs override to enforce range limits - compare directly
against VM_MAXUSER_ADDRESS instead. The old way caused problems in
preserving the gs selector...and this method is just as fast or faster.

30 years agoBack out previous change for the moment - I need to commit some other
dg [Mon, 6 Jun 1994 14:23:49 +0000 (14:23 +0000)]
Back out previous change for the moment - I need to commit some other
changes first.

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

30 years agoDon't move the page's position in the active queue if it is busy or
dg [Mon, 6 Jun 1994 11:56:27 +0000 (11:56 +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 agoMake these Makefiles work properly when NOMAN is defined.
csgr [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 agoManual pages are now installed via the bsd.man.mk macro, since the
csgr [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
csgr [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 -r and -s flags to the Usage string.
ats [Sun, 5 Jun 1994 19:04:11 +0000 (19:04 +0000)]
Add the -r and -s flags to the Usage string.

30 years agoAdded a manpage for the tw device. Changed the Makefile to install that
ats [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.
ats [Sun, 5 Jun 1994 16:03:57 +0000 (16:03 +0000)]
Comment out the startup of the xtend daemon by default.

30 years agoI just realized that the vtty's won't kick in until the user loads the bindist
jkh [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.
jkh [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.
dg [Sat, 4 Jun 1994 11:01:15 +0000 (11:01 +0000)]
Removed extra (bogus) declaration of Xrsvd14 that was confusing me.

30 years ago1. Removed duplicate include of <stdio.h>
jkh [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
phk [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
ache [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
ache [Sat, 4 Jun 1994 00:41:25 +0000 (00:41 +0000)]
Updated for new sio driver

30 years agomake /etc/motd mode 644 NOT 666
csgr [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 agoFix the absolute paths for boot blocks. Now uses ${DESTDIR}.
jkh [Fri, 3 Jun 1994 05:18:18 +0000 (05:18 +0000)]
Fix the absolute paths for boot blocks.  Now uses ${DESTDIR}.