]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoSmall stylistic change - don't spawn a subshell, just use the -C flag to tar.
jkh [Thu, 10 Nov 1994 02:50:42 +0000 (02:50 +0000)]
Small stylistic change - don't spawn a subshell, just use the -C flag to tar.

29 years agoMove the echo to the right place in case the bindist has already extracted.
jkh [Thu, 10 Nov 1994 02:47:06 +0000 (02:47 +0000)]
Move the echo to the right place in case the bindist has already extracted.

29 years agoaddress @freefall.cdrom.com -> @freebsd.org
phk [Thu, 10 Nov 1994 02:34:54 +0000 (02:34 +0000)]
address @freefall.cdrom.com -> @freebsd.org

29 years ago/dev/apm should be /dev/apm0
phk [Thu, 10 Nov 1994 02:32:29 +0000 (02:32 +0000)]
/dev/apm should be /dev/apm0

29 years agoNow that the default for the shared gcc-internal lib changed, make this match.
phk [Thu, 10 Nov 1994 02:29:41 +0000 (02:29 +0000)]
Now that the default for the shared gcc-internal lib changed, make this match.

29 years agoMake it extract anything it finds...
phk [Thu, 10 Nov 1994 02:24:47 +0000 (02:24 +0000)]
Make it extract anything it finds...

29 years agoDocument that we support 1522 controllers now.
jkh [Wed, 9 Nov 1994 23:26:57 +0000 (23:26 +0000)]
Document that we support 1522 controllers now.

29 years agoReally build bindist...
phk [Wed, 9 Nov 1994 23:07:04 +0000 (23:07 +0000)]
Really build bindist...

29 years ago[Changes are now for BETA]
jkh [Wed, 9 Nov 1994 23:02:11 +0000 (23:02 +0000)]
[Changes are now for BETA]

This attempts to make the installion a little less grating by not
clearing the screen every time a like-sized dialog is going to splat
on top of another one.  If you don't want the screen to clear, set
clear="", otherwise leave it set to (or set it back to) "--clear".

It can't be set to "" all the time since then small dialogs appearing
on top of big dialogs look funky.

29 years agosome things Jordan forgot...
phk [Wed, 9 Nov 1994 20:27:32 +0000 (20:27 +0000)]
some things Jordan forgot...

29 years agoOne last formatting change. Done.
jkh [Wed, 9 Nov 1994 20:16:09 +0000 (20:16 +0000)]
One last formatting change.  Done.

29 years agoFixed bug that somehow made it into here: the ifp must be stored in the
dg [Wed, 9 Nov 1994 15:12:44 +0000 (15:12 +0000)]
Fixed bug that somehow made it into here: the ifp must be stored in the
mbuf header for received packets. Minor performance optimizations. Removed
#ifdef MULTICAST's as this isn't optional in our kernel.

29 years agoChanges from Gary Palmer to make all this stuff fit on the screen!
jkh [Wed, 9 Nov 1994 02:51:21 +0000 (02:51 +0000)]
Changes from Gary Palmer to make all this stuff fit on the screen!
Submitted by: gpalmer

29 years agoRemove ppp from the list of options - we don't even have ppp in the default
jkh [Wed, 9 Nov 1994 02:49:04 +0000 (02:49 +0000)]
Remove ppp from the list of options - we don't even have ppp in the default
kernel, and ppp people can generally use SLIP.

A few more formatting changes.

Make slip installation work.

29 years agoDon't declare DELAY() here. Callers should include <machine/clock.h>.
bde [Wed, 9 Nov 1994 00:51:38 +0000 (00:51 +0000)]
Don't declare DELAY() here.  Callers should include <machine/clock.h>.

29 years agoSigh. I'm sleepy, and I just read this again. Have it make sense this time.
jkh [Wed, 9 Nov 1994 00:10:04 +0000 (00:10 +0000)]
Sigh.  I'm sleepy, and I just read this again.  Have it make sense this time.

29 years agoAdd a long-needed comment about logging in as root.
jkh [Wed, 9 Nov 1994 00:05:42 +0000 (00:05 +0000)]
Add a long-needed comment about logging in as root.

29 years agoJust some last tweaks to make NFS install more friendly.
jkh [Tue, 8 Nov 1994 23:59:04 +0000 (23:59 +0000)]
Just some last tweaks to make NFS install more friendly.

29 years agoAnd the tree is 2.1.0-Development, have fun guys... Who breaks it first ?
phk [Tue, 8 Nov 1994 21:28:34 +0000 (21:28 +0000)]
And the tree is 2.1.0-Development, have fun guys...  Who breaks it first ?

29 years agoDamn!! I left Soren's name off the core team roster by mistake! :-( :-(
jkh [Tue, 8 Nov 1994 20:17:45 +0000 (20:17 +0000)]
Damn!!  I left Soren's name off the core team roster by mistake! :-( :-(

I'm going to re-roll the boot floppies to have this in, and hopefully
Poul will update it into his world tree before making the bin tarballs.
Be a real shame to leave this incorrect!  Very sorry, Soren!  It was
simply an updating oversight! :-(

29 years agoUse mount_nfs directly for NFS install.
jkh [Tue, 8 Nov 1994 19:51:50 +0000 (19:51 +0000)]
Use mount_nfs directly for NFS install.
Add mount_nfs to the cpio floppy.

Thanks, Michael R.!
Submitted by: mr

29 years agoDon't install Makefile
phk [Tue, 8 Nov 1994 18:54:33 +0000 (18:54 +0000)]
Don't install Makefile

29 years agoPoul's and my idea of avoiding the last reboot at the end was
jkh [Tue, 8 Nov 1994 18:44:14 +0000 (18:44 +0000)]
Poul's and my idea of avoiding the last reboot at the end was
too ambitious; we can't make the transiton from install to /sbin/init
without another reboot.  Sigh..  Oh well, not that big a deal.

29 years agoAdd full support for NFS installation. Add support for CD installation,
jkh [Tue, 8 Nov 1994 18:36:46 +0000 (18:36 +0000)]
Add full support for NFS installation.  Add support for CD installation,
even though we don't use it yet (I may burn some one-offs tonite though! :-).

29 years agoForget to change = to += in previous commit
ache [Tue, 8 Nov 1994 17:33:22 +0000 (17:33 +0000)]
Forget to change = to += in previous commit

29 years agoAdd missing link for shared libtermlib
ache [Tue, 8 Nov 1994 17:31:52 +0000 (17:31 +0000)]
Add missing link for shared libtermlib

29 years agoFix beforeinstall target:
ache [Tue, 8 Nov 1994 14:59:22 +0000 (14:59 +0000)]
Fix beforeinstall target:
use chflags /usr/bin/chpass ONLY if chpass present

29 years agoUgen makes it in with 10 seconds to spare with a one-char diff. Some
jkh [Tue, 8 Nov 1994 14:25:17 +0000 (14:25 +0000)]
Ugen makes it in with 10 seconds to spare with a one-char diff.  Some
people are born lucky..
Submitted by: ugen

29 years agoDetect that bininst has finished and go straight into the new system.
jkh [Tue, 8 Nov 1994 14:04:19 +0000 (14:04 +0000)]
Detect that bininst has finished and go straight into the new system.
Reviewed by: phk

29 years agoPut in a hook to communicate properly with sysinstall.
jkh [Tue, 8 Nov 1994 13:58:34 +0000 (13:58 +0000)]
Put in a hook to communicate properly with sysinstall.

29 years agoIt *is* OK to strip the kernel after all. Poul has one in his bindist
jkh [Tue, 8 Nov 1994 13:54:21 +0000 (13:54 +0000)]
It *is* OK to strip the kernel after all.  Poul has one in his bindist
that overwrites this one anyway, so..

29 years agoswapon had a bug. Thanks Michael, but couldn't you told me and not Jordan ?
phk [Tue, 8 Nov 1994 13:40:01 +0000 (13:40 +0000)]
swapon had a bug.  Thanks Michael, but couldn't you told me and not Jordan ?
now I have to listen to him all morning teasing me...

29 years agoRemove the redirects for extract.sh. Upon further reflection, you
jkh [Tue, 8 Nov 1994 13:28:06 +0000 (13:28 +0000)]
Remove the redirects for extract.sh.  Upon further reflection, you
need to see the output on the main vty.  cpio likes to open /dev/tty
for its output! :-(

29 years agoI was being too conservative in my estimation of disk space. Bump
jkh [Tue, 8 Nov 1994 13:20:15 +0000 (13:20 +0000)]
I was being too conservative in my estimation of disk space.  Bump
these values up a bit after being yelled at by Poul.

29 years agoAdd a little user-proofing.
jkh [Tue, 8 Nov 1994 13:08:18 +0000 (13:08 +0000)]
Add a little user-proofing.

29 years agoMore 12th hour fixes from Ugen.
jkh [Tue, 8 Nov 1994 12:48:02 +0000 (12:48 +0000)]
More 12th hour fixes from Ugen.
Submitted by: ugen

29 years agoAlmost 12th hour (the 11th hour was almost an hour ago :-) patches
jkh [Tue, 8 Nov 1994 12:47:29 +0000 (12:47 +0000)]
Almost 12th hour (the 11th hour was almost an hour ago :-) patches
from Ugen.

29 years agoWhoops - forgot to set the interface name for lp0.
jkh [Tue, 8 Nov 1994 12:45:04 +0000 (12:45 +0000)]
Whoops - forgot to set the interface name for lp0.

29 years agoSome changes from Michael Reifenberger. Thanks, Michael!
jkh [Tue, 8 Nov 1994 12:34:57 +0000 (12:34 +0000)]
Some changes from Michael Reifenberger.  Thanks, Michael!

29 years agoRemember to set the d_type field correctly
phk [Tue, 8 Nov 1994 11:51:44 +0000 (11:51 +0000)]
Remember to set the d_type field correctly

29 years agoChange TITLE to something more rational. Make sysinstall.c use it instead
jkh [Tue, 8 Nov 1994 11:44:04 +0000 (11:44 +0000)]
Change TITLE to something more rational.  Make sysinstall.c use it instead
of its own hardcoded constant.

29 years agoMake sure the extract.sh gets into the bindist.
jkh [Tue, 8 Nov 1994 11:29:35 +0000 (11:29 +0000)]
Make sure the extract.sh gets into the bindist.

29 years agoTemporarily correct for Poul's insane serial-killer bindist (that wants
jkh [Tue, 8 Nov 1994 11:17:29 +0000 (11:17 +0000)]
Temporarily correct for Poul's insane serial-killer bindist (that wants
to kill myname and wipe out my oh-so-carefully constructed hosts file).

29 years ago11th hour fixes to get the install just right. Fix some bugs
jkh [Tue, 8 Nov 1994 11:14:45 +0000 (11:14 +0000)]
11th hour fixes to get the install just right.  Fix some bugs
in how ftp transfers were done, make sure all output goes to /dev/ttyv1
for debugging, add in the parallel-IP support so Poul will stop
squeaking (for the moment, anyway).

29 years agoIf we have no MBR, we need to allow the poor guy to write one...
phk [Tue, 8 Nov 1994 10:35:52 +0000 (10:35 +0000)]
If we have no MBR, we need to allow the poor guy to write one...

29 years agoAlways say the magic word at the end.
phk [Tue, 8 Nov 1994 10:14:19 +0000 (10:14 +0000)]
Always say the magic word at the end.

29 years agoSorry about last commit message (or lack thereof) - slip of the fingers.
jkh [Tue, 8 Nov 1994 07:48:05 +0000 (07:48 +0000)]
Sorry about last commit message (or lack thereof) - slip of the fingers.
Adjust the docs to point out how to get a sub-shell during the install.
Add an entry for the PCMCIA ethernet driver.

29 years agoReviewed by:
jkh [Tue, 8 Nov 1994 07:45:15 +0000 (07:45 +0000)]
Reviewed by:
Submitted by:
Obtained from:

29 years agoChange Fatals to Warnings.
jkh [Tue, 8 Nov 1994 07:44:57 +0000 (07:44 +0000)]
Change Fatals to Warnings.

29 years agoAdd back ze0 driver; somebody took it out of _both_ LINT and GENERIC,
jkh [Tue, 8 Nov 1994 07:39:28 +0000 (07:39 +0000)]
Add back ze0 driver; somebody took it out of _both_ LINT and GENERIC,
kinda hosing the laptop folks.

29 years agoTrim back the confirm dialog.
jkh [Tue, 8 Nov 1994 07:24:51 +0000 (07:24 +0000)]
Trim back the confirm dialog.
Increase the amount of space available to the ethernet setup dialog
Put in a last parting-shot dialog telling you to run tzsetup, and promising
to do this for you later.
Adjust flags to ifconfig - they were bogus.

29 years agoChange "fdx: Floppy not writeable" to less confusing
ache [Tue, 8 Nov 1994 06:34:04 +0000 (06:34 +0000)]
Change "fdx: Floppy not writeable" to less confusing
"fdx: write protected". Not writeable maybe means bad, etc.

29 years agoFrom: Lars Fredriksen <fredriks@mcs.com>
jkh [Tue, 8 Nov 1994 05:42:10 +0000 (05:42 +0000)]
From: Lars Fredriksen <fredriks@mcs.com>

Here is a patch to fd.c that will check to make sure the floppy
is not writeprotected when you try to open the device RW.
Submitted by: lars

29 years agoFrom: Lars Fredriksen <fredriks@mcs.com>
jkh [Tue, 8 Nov 1994 05:41:34 +0000 (05:41 +0000)]
From: Lars Fredriksen <fredriks@mcs.com>

Here is the improved probe for the mse (Bus Mouse) device driver. I
have been running with this under 1.1.5.1 as well as 2.0 without a hitch for
quite a while.
Submitted by: lars

29 years agoRemoved un-needed hard-coded path to REFER .
nate [Tue, 8 Nov 1994 05:26:46 +0000 (05:26 +0000)]
Removed un-needed hard-coded path to REFER .

29 years agoMake installs better, install the FAQ stuff, don't install CVS-dirs.
phk [Tue, 8 Nov 1994 03:58:52 +0000 (03:58 +0000)]
Make installs better, install the FAQ stuff, don't install CVS-dirs.

29 years agoActually allow the poor user to get out of the script.
jkh [Tue, 8 Nov 1994 03:48:58 +0000 (03:48 +0000)]
Actually allow the poor user to get out of the script.

29 years agoFixup:
jkh [Tue, 8 Nov 1994 03:41:52 +0000 (03:41 +0000)]
Fixup:
1. Don't use kernel name for headers - I'm running 2.0.1-Development,
   not ALPHA, and this messes things up.
2. The last dialog was too big, make it a little smaller.  Just cosmetic,
   while I'm in here.

29 years ago"dm" must be owned by "games" to do it's stunt.
phk [Tue, 8 Nov 1994 03:36:51 +0000 (03:36 +0000)]
"dm" must be owned by "games" to do it's stunt.

29 years agoRelease notes for the ALPHA release. "What's new" information from README
jkh [Tue, 8 Nov 1994 03:33:13 +0000 (03:33 +0000)]
Release notes for the ALPHA release.  "What's new" information from README
is now here.

29 years agoHere's the README for the ALPHA. It's less verbose, having had much
jkh [Tue, 8 Nov 1994 03:26:37 +0000 (03:26 +0000)]
Here's the README for the ALPHA.  It's less verbose, having had much
moved into its more proper home in the release notes.

29 years agoI noticed some weird english had crept in - fix it up a bit.
jkh [Tue, 8 Nov 1994 02:53:42 +0000 (02:53 +0000)]
I noticed some weird english had crept in - fix it up a bit.

29 years agoCosmetic - the help screen didn't have its header properly formatted. Needed
jkh [Tue, 8 Nov 1994 02:25:20 +0000 (02:25 +0000)]
Cosmetic - the help screen didn't have its header properly formatted.  Needed
an extra tab.

29 years agoAdd gnu/include to includes target
ache [Tue, 8 Nov 1994 00:55:08 +0000 (00:55 +0000)]
Add gnu/include to includes target

29 years agoAdd include
ache [Tue, 8 Nov 1994 00:50:00 +0000 (00:50 +0000)]
Add include

29 years agoAdd missing values.h (it isn't part of libg++ anymore) but it
ache [Tue, 8 Nov 1994 00:47:04 +0000 (00:47 +0000)]
Add missing values.h (it isn't part of libg++ anymore) but it
accords ANSI standard, provides backward 1.x compatibility and
used in many applications.

29 years ago*** ATTENTION *** YOU MIGHT BE ABOUT TO BE HOSED *** ATTENTION ***
phk [Mon, 7 Nov 1994 21:07:09 +0000 (21:07 +0000)]
*** ATTENTION *** YOU MIGHT BE ABOUT TO BE HOSED *** ATTENTION ***

This effectively changes the non-DES password algoritm.

If you have the "securedist" installed you will have no problems with this.
(Though you might want to consider using this password-encryption instead
of the DES-based if your system is likely to be hacked)

If you are running a -current system without the "securedist" installed:
YOU WILL NEED TO CHANGE ALL PASSWORDS !!    There is no backwards mode.

Suggested procedure is:
Update your sources
cd /usr/src/lib/libcrypt
make clean
make all
make install
passwd root
<set roots new password>
change password for any other users on the system.

This algorithm is expected to be much better than the traditional DES-
based algorithm.  It uses the MD5 algorithm at what it is best at, as
opposed to the DES algorithm at something it isn't good at at all.  The
algorithm is designed such that it should very hard to shortcut the
calculations needed to build a dictionary, and to make partial knowledge
(Hmm, his password starts with a 'P'...) useless.  Of course if somebody
breaks the MD5 algorithm this looses too.

The salt is 48 bits (8 char @ base64).
The encrypted password is 128 bits.

And I am positively delighted to say that it takes 34 msec to crypt() a
password on a Pentium/60Mhz, so building a dictionary is not really an
option for hackers at the moment.

29 years agoAdded "const" to the arguments here and there.
phk [Mon, 7 Nov 1994 20:48:35 +0000 (20:48 +0000)]
Added "const" to the arguments here and there.

29 years agoSet given term name exactly, not first name from termcap entry.
ache [Mon, 7 Nov 1994 20:26:35 +0000 (20:26 +0000)]
Set given term name exactly, not first name from termcap entry.
It helps for rlogin/telnet to another systems without our termcap

29 years agoAvoid a division by zero if the actual sector size isn't known during the
joerg [Mon, 7 Nov 1994 20:09:35 +0000 (20:09 +0000)]
Avoid a division by zero if the actual sector size isn't known during the
device announcement; assume a sector size of 512 instead (likely to be
right at all).
This case happens when booting with a removable disk device attached
(e.g. an MOD), but no medium inserted.

29 years agoTreat formfeeds like any other whitespace.
wollman [Mon, 7 Nov 1994 19:57:20 +0000 (19:57 +0000)]
Treat formfeeds like any other whitespace.

29 years agoA semicolon was lost.
phk [Mon, 7 Nov 1994 19:54:55 +0000 (19:54 +0000)]
A semicolon was lost.

29 years agoMy last cosmetic changes.
jkh [Mon, 7 Nov 1994 13:48:54 +0000 (13:48 +0000)]
My last cosmetic changes.

29 years agoCommit latest working sources. Go to bed.
jkh [Mon, 7 Nov 1994 13:43:27 +0000 (13:43 +0000)]
Commit latest working sources.  Go to bed.

29 years agoFix a botch Poul introduced.
jkh [Mon, 7 Nov 1994 11:30:15 +0000 (11:30 +0000)]
Fix a botch Poul introduced.

29 years agoImproved the user interface:
dg [Mon, 7 Nov 1994 11:26:30 +0000 (11:26 +0000)]
Improved the user interface:

1) Added file list capability via '?'.
2) Arranged usage info to be more unix-like.
3) Fixed backspace over prompt annoyance.

29 years agoAdd a little bit of documentation about how to use dialog boxes
jkh [Mon, 7 Nov 1994 10:39:14 +0000 (10:39 +0000)]
Add a little bit of documentation about how to use dialog boxes
and such.

29 years agoJust a little last-minute stylistic cleanup.
jkh [Mon, 7 Nov 1994 10:35:55 +0000 (10:35 +0000)]
Just a little last-minute stylistic cleanup.

29 years ago2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich.
jkh [Mon, 7 Nov 1994 10:01:32 +0000 (10:01 +0000)]
2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich.
I think it's time for Ugen to get a freefall account, just so I can
direct mail at him directly and let him drop off patches for us here.  Ugen?
Done!
Submitted by: ugen

29 years agoRemove extract.sh from CPIO3 - there's no reason for it on the cpio dist.
jkh [Mon, 7 Nov 1994 09:54:23 +0000 (09:54 +0000)]
Remove extract.sh from CPIO3 - there's no reason for it on the cpio dist.
It's supposed to come with a package or *dist.

29 years agoCosmetic.
jkh [Mon, 7 Nov 1994 09:49:06 +0000 (09:49 +0000)]
Cosmetic.

29 years agoFrom: "gj%pcs.dec.com@inet-gw-1.pa.dec.com" <garyj@rks32.pcs.dec.com>
jkh [Mon, 7 Nov 1994 09:42:24 +0000 (09:42 +0000)]
From: "gj%pcs.dec.com@inet-gw-1.pa.dec.com" <garyj@rks32.pcs.dec.com>
Given the right circumstances, a call to kvm_open can result in a core
dump.

The diff belows fixes this (note that this change is already in the
NetBSD code). Could somebody apply this?

Gary J.
Submitted by: gj

29 years agoEnabled build/install of kgdb.
dg [Mon, 7 Nov 1994 08:22:17 +0000 (08:22 +0000)]
Enabled build/install of kgdb.

29 years agoBeat this quite a bit more into shape. Almost there - time to test at
jkh [Mon, 7 Nov 1994 06:23:07 +0000 (06:23 +0000)]
Beat this quite a bit more into shape.  Almost there - time to test at
least one major install method.

29 years agocleanup
phk [Mon, 7 Nov 1994 05:02:42 +0000 (05:02 +0000)]
cleanup

29 years agoAlways clear before we "TellEm()"
phk [Mon, 7 Nov 1994 04:53:23 +0000 (04:53 +0000)]
Always clear before we "TellEm()"

29 years agoAs pointed out by Paul Traina, we need the libs to be 261.0 not 26.1.
phk [Mon, 7 Nov 1994 04:40:26 +0000 (04:40 +0000)]
As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1.

29 years agoCalling sync will panic you more often than not.
phk [Mon, 7 Nov 1994 04:23:58 +0000 (04:23 +0000)]
Calling sync will panic you more often than not.

29 years agoUpdate make.conf and sys.mk to reflect the most recent advances in
phk [Mon, 7 Nov 1994 04:18:04 +0000 (04:18 +0000)]
Update make.conf and sys.mk to reflect the most recent advances in
civilization:  Use -O2 and MSUN as default, and X11 is in /usr/X11R6

29 years agoOnly so savecore if people ask for it.
phk [Mon, 7 Nov 1994 04:02:26 +0000 (04:02 +0000)]
Only so savecore if people ask for it.

29 years agoGet us back on fd1200 floppies. Fix extract.sh to right filenames.
phk [Mon, 7 Nov 1994 03:53:14 +0000 (03:53 +0000)]
Get us back on fd1200 floppies.  Fix extract.sh to right filenames.

29 years agoAdded a kernel variable, "dodump" defaulting to zero, which disables dumps.
phk [Mon, 7 Nov 1994 03:51:32 +0000 (03:51 +0000)]
Added a kernel variable, "dodump" defaulting to zero, which disables dumps.
Somebody should make a mib variable for it.
Just now it is pointless to dump the kernel, since we have nothing which
can read the dump.
Furthermore is should never be the default to dump.
options DODUMP
will enable dumps.

29 years agoOnly Mount relative to Written disklabel.
phk [Mon, 7 Nov 1994 00:41:38 +0000 (00:41 +0000)]
Only Mount relative to Written disklabel.

29 years agoAdd extract-script.
phk [Sun, 6 Nov 1994 23:47:06 +0000 (23:47 +0000)]
Add extract-script.

29 years agoNever have more than one active partition.
phk [Sun, 6 Nov 1994 23:33:20 +0000 (23:33 +0000)]
Never have more than one active partition.

29 years agoInitialize %fs and %gs from %ds.
phk [Sun, 6 Nov 1994 22:18:45 +0000 (22:18 +0000)]
Initialize %fs and %gs from %ds.
This seems to stabilize the APM-bios on my Gateway Handbook, and it makes
sense in general too.

29 years agoPut a small hack into a large hack named makeyscall.sh. Generate only
ats [Sun, 6 Nov 1994 21:57:16 +0000 (21:57 +0000)]
Put a small hack into a large hack named makeyscall.sh. Generate only
one lkmnosys() entry in init_sysent.c.

29 years agoRestore my fixes to 2.6.0. The changes should not affect anything except
bde [Sun, 6 Nov 1994 21:32:11 +0000 (21:32 +0000)]
Restore my fixes to 2.6.0.  The changes should not affect anything except
profiling and wchar_t.  Profiled libraries will shrink.

tm.h:
Our wchar_t is int, not unsigned short.
Always link statically if profiling.
Define all the SPECs together.

final.c, tm.h:
Don't emit unused profiling code and data.

aux-output.c:
Always preserve the PIC register if profiling.

aux-output.c, tm.h:
Implement FUNCTION_PROFILER_EPILOGUE (currently not used).

New:
tm.h:
Set the target defaults in the correct way.

29 years agoAlways make the salt a 8 char string (incl '\0') for algorithms that can use it
phk [Sun, 6 Nov 1994 21:08:19 +0000 (21:08 +0000)]
Always make the salt a 8 char string (incl '\0') for algorithms that can use it

29 years agoAfter fixing curses bugs use LINExCOLS in show file
ache [Sun, 6 Nov 1994 15:35:50 +0000 (15:35 +0000)]
After fixing curses bugs use LINExCOLS in show file