]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoAdd xtend.
jkh [Sat, 22 Oct 1994 14:58:56 +0000 (14:58 +0000)]
Add xtend.

29 years agoChange to use the correct lock file directory.
dfr [Sat, 22 Oct 1994 14:40:48 +0000 (14:40 +0000)]
Change to use the correct lock file directory.

29 years agoMake the diagnostics a little more useful.
phk [Sat, 22 Oct 1994 11:55:16 +0000 (11:55 +0000)]
Make the diagnostics a little more useful.

A word of wisdom, don't do this:

| cd /usr/bin
| for i in *
| do
| cp $i /tmp/a
| gzip -9 < /tmp/a > $i
| done

It will compress files with multiple links several times.  do it this way:

| cd /usr/bin
| for i in *
| do
| gunzip -f < $i > /tmp/a
| gzip -9 < /tmp/a > $i
| done

29 years agoI belive imgact_gzip is finally reentrant. It is also a whole lot more
phk [Sat, 22 Oct 1994 11:40:38 +0000 (11:40 +0000)]
I belive imgact_gzip is finally reentrant.  It is also a whole lot more
readable.

inflate is now much more general, and is there if anybody feels like making
a uncompressing filesystem or something like that (hint hint !)

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3782,
jkh [Sat, 22 Oct 1994 09:55:43 +0000 (09:55 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3782,
which included commits to RCS files with non-trunk default branches.

29 years agoX-10 stuff from 1.1.5.1.
jkh [Sat, 22 Oct 1994 09:55:43 +0000 (09:55 +0000)]
X-10 stuff from 1.1.5.1.

29 years agoX-10 stuff from 1.1.5.1.
jkh [Sat, 22 Oct 1994 09:55:43 +0000 (09:55 +0000)]
X-10 stuff from 1.1.5.1.

29 years agoAdd tw.c for the X10 driver.
jkh [Sat, 22 Oct 1994 09:55:02 +0000 (09:55 +0000)]
Add tw.c for the X10 driver.

29 years agoThe X-10 demon. From 1.1.5.1.
jkh [Sat, 22 Oct 1994 09:53:33 +0000 (09:53 +0000)]
The X-10 demon.  From 1.1.5.1.

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3779,
jkh [Sat, 22 Oct 1994 09:53:33 +0000 (09:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3779,
which included commits to RCS files with non-trunk default branches.

29 years agoInvoke install.man if USE_IMAKE is set.
jkh [Sat, 22 Oct 1994 09:21:35 +0000 (09:21 +0000)]
Invoke install.man if USE_IMAKE is set.

29 years agoFigured it out, misapplied a patch, ftpd now works again.
pst [Sat, 22 Oct 1994 06:23:15 +0000 (06:23 +0000)]
Figured it out, misapplied a patch, ftpd now works again.

29 years agoFix broken command parser (fall back 10 yards and scratch head).
pst [Sat, 22 Oct 1994 06:19:53 +0000 (06:19 +0000)]
Fix broken command parser (fall back 10 yards and scratch head).

29 years agoAdded cvsinit shell script as a runnable command.
nate [Sat, 22 Oct 1994 04:51:40 +0000 (04:51 +0000)]
Added cvsinit shell script as a runnable command.

Submitted by:  CVS mailing list.

29 years agoSome cosmetics in printfs mostly.
phk [Sat, 22 Oct 1994 04:23:12 +0000 (04:23 +0000)]
Some cosmetics in printfs mostly.

29 years agoAllow '#' in address in rmail arguments
ache [Sat, 22 Oct 1994 03:51:36 +0000 (03:51 +0000)]
Allow '#' in address in rmail arguments
Obtained from: taylor-uucp list

29 years agoFixed a comment from the previous commit.
dg [Sat, 22 Oct 1994 02:41:19 +0000 (02:41 +0000)]
Fixed a comment from the previous commit.

29 years agoFatal() fixed:
ache [Sat, 22 Oct 1994 02:37:24 +0000 (02:37 +0000)]
Fatal() fixed:
end_dialog() called too early here.

29 years agoCosmetique: just fix tabs after patch of diff -cb (previous)
ache [Sat, 22 Oct 1994 02:35:09 +0000 (02:35 +0000)]
Cosmetique: just fix tabs after patch of diff -cb (previous)

29 years agoExitSysinstall() fixed:
ache [Sat, 22 Oct 1994 02:32:16 +0000 (02:32 +0000)]
ExitSysinstall() fixed:
use dialog functions properly.
don't clear screen with last message on exit(0), I want to see it still.
relay on dialog_active properly.

29 years agoRestrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().
dg [Sat, 22 Oct 1994 02:27:35 +0000 (02:27 +0000)]
Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().
This is part of a bug fix from Kirk McKusick to work around problems in FFS
related to the blkno of a 64bit offset not fitting into an int. Note the
proper solution would be to deal with 64bit block numbers, but doing this
would require sweeping changes; some other day perhaps.

Submitted by: Marshall Kirk McKusick

29 years agoRestrict fs_maxfilesize to 2^40; this is part of a bug fix from Kirk
dg [Sat, 22 Oct 1994 02:21:53 +0000 (02:21 +0000)]
Restrict fs_maxfilesize to 2^40; this is part of a bug fix from Kirk
McKusick to work around problems in FFS related to the blkno of a 64bit
offset not fitting into an int.

Submitted by: Marshall Kirk McKusick

29 years agoVarious changes to allow operation without any swapspace configured. Note
dg [Sat, 22 Oct 1994 02:18:03 +0000 (02:18 +0000)]
Various changes to allow operation without any swapspace configured. Note
that this is intended for use only in floppy situations and is done at
the sacrifice of performance in that case (in ther words, this is not the
best solution, but works okay for this exceptional situation).

Submitted by: John Dyson

29 years agospkrtest added
ache [Sat, 22 Oct 1994 02:16:04 +0000 (02:16 +0000)]
spkrtest added

29 years agoReflect the fact that we only have one GENERIC kernel now.
phk [Sat, 22 Oct 1994 02:11:08 +0000 (02:11 +0000)]
Reflect the fact that we only have one GENERIC kernel now.

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3762,
ache [Sat, 22 Oct 1994 02:09:06 +0000 (02:09 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3762,
which included commits to RCS files with non-trunk default branches.

29 years agoSpeaker driver test script
ache [Sat, 22 Oct 1994 02:09:06 +0000 (02:09 +0000)]
Speaker driver test script
Obtained from: FreeBSD 1.1.5.1

29 years agoThe wdprobe was too picky.
phk [Sat, 22 Oct 1994 01:57:12 +0000 (01:57 +0000)]
The wdprobe was too picky.

29 years agomakeraw(): forget to clear IMAXBEL, set VMIN/VTIME
ache [Sat, 22 Oct 1994 01:49:27 +0000 (01:49 +0000)]
makeraw(): forget to clear IMAXBEL, set VMIN/VTIME

29 years agoFrom: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
jkh [Fri, 21 Oct 1994 22:59:45 +0000 (22:59 +0000)]
From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)

   One of the alpha testers (ETO, Toshihisa <eto@osl.fujitsu.co.jp>)
of my APM driver sent me a very small patch to if_ze.c for using IBM
PCMCIA Ethernet card II.  There are only a few difference between
Ethernet card I and II.  So we can use them both with this patch.  It
also includes a patch for PCIC of ThinkPad 230Cs (As long as I
remember, this model is available in Japan only. But it is very
popular subnote in Japan).
Submitted by: hosokawa

29 years agoFixed a typo and moved a dialog_clear() line.
paul [Fri, 21 Oct 1994 18:26:25 +0000 (18:26 +0000)]
Fixed a typo  and moved a dialog_clear() line.

29 years agoFix all the bugs introduced by the source shuffle.
paul [Fri, 21 Oct 1994 18:08:33 +0000 (18:08 +0000)]
Fix all the bugs introduced by the source shuffle.

All the mbr code now seems to be working. We can build a basic
unix disklabel in any existing DOS partition while retaining the
existing mbr bootcode or we can install to the whole disk which
puts FreeBSD's boot code into the MBR and creates a clean MBR
partition table with FreeBSD in partition 0 taking up the whole disk.

29 years agoFix dialog_clear() to clear windows.
ache [Fri, 21 Oct 1994 17:52:19 +0000 (17:52 +0000)]
Fix dialog_clear() to clear windows.

29 years agoChecking for timeout at several critical calls to ``out_fdc()'' now,
joerg [Fri, 21 Oct 1994 16:58:50 +0000 (16:58 +0000)]
Checking for timeout at several critical calls to ``out_fdc()'' now,
so i hope i've finally removed all the occasions where the driver
got stuck when there's no floppy in the drive.
Also attemmpting to  omit the error mesage for ``recalib failed''
for the first time, since people tend to be confused about this.

29 years agoImplement line_edit() function (full line editor) which may called
ache [Fri, 21 Oct 1994 15:42:30 +0000 (15:42 +0000)]
Implement line_edit() function (full line editor) which may called
externally.
Rewrite inputbox/textbox to use this function.

29 years agoNow stage2 runs all the way..
phk [Fri, 21 Oct 1994 05:36:43 +0000 (05:36 +0000)]
Now stage2 runs all the way..

29 years agoSync with termcap.src
ache [Fri, 21 Oct 1994 04:59:27 +0000 (04:59 +0000)]
Sync with termcap.src

29 years agoRemove "mh" capability for -mono family
ache [Fri, 21 Oct 1994 04:57:11 +0000 (04:57 +0000)]
Remove "mh" capability for -mono family

29 years agoAdd hardcoded cons25-m entry for mono console, if termcap.small
ache [Fri, 21 Oct 1994 04:48:51 +0000 (04:48 +0000)]
Add hardcoded cons25-m entry for mono console, if termcap.small
not fit on installation floppy.

29 years agoSecond time bugfix, please be carefully.
ache [Fri, 21 Oct 1994 04:43:07 +0000 (04:43 +0000)]
Second time bugfix, please be carefully.
Use dialog functions in Fatal only if dialog_active, else
use fprintf(stderr, because it may be called before dialog
initialization

29 years agoATTENTION!
phk [Fri, 21 Oct 1994 03:17:11 +0000 (03:17 +0000)]
ATTENTION!

From now on, >all< swapdevices must be activated with "swapon".

If you havn't got it, add this line to /etc/fstab:
/dev/wd0b none swap sw 0 0
ne sec

Reason:
We want our GENERIC* kernels to have a large selection of swap-devices, but
on the other hand, we don't want to use a wd0b as swap when we boot of a
floppy.  This way, we will never use a unexpected swapdevice.  Nothing else
has changed.

29 years agoBug fixes from John Brezak.
wollman [Fri, 21 Oct 1994 02:38:29 +0000 (02:38 +0000)]
Bug fixes from John Brezak.

29 years agoLatest changes from me. Over to you Paul...
phk [Fri, 21 Oct 1994 02:14:54 +0000 (02:14 +0000)]
Latest changes from me.  Over to you Paul...

29 years agoMake my ALLDEVS kernel compile (basically, LINT minus a lot of options).
wollman [Fri, 21 Oct 1994 01:19:28 +0000 (01:19 +0000)]
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).

This involves fixing a few things I broke last time.

29 years agoMake my ALLDEVS kernel compile (basically, LINT minus a lot of options).
wollman [Fri, 21 Oct 1994 01:18:38 +0000 (01:18 +0000)]
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).

29 years agoLINT: vastly restructured so that it's actually useful for something
wollman [Fri, 21 Oct 1994 01:10:54 +0000 (01:10 +0000)]
LINT: vastly restructured so that it's actually useful for something
Makefile.i386: make definition of STRIP unconditional.

29 years agoAdded
paul [Thu, 20 Oct 1994 23:41:57 +0000 (23:41 +0000)]
Added
#define MBR_PTYPE_FreeBSD 0xa5  /* FreeBSD partition type */

Reviewed by:
Submitted by:
Obtained from:

29 years agoRemove ncurses.h, now included into dialog.h
ache [Thu, 20 Oct 1994 21:58:10 +0000 (21:58 +0000)]
Remove ncurses.h, now included into dialog.h

29 years agoDeclare more functions externally.
ache [Thu, 20 Oct 1994 21:56:45 +0000 (21:56 +0000)]
Declare more functions externally.
Don't forget to use 'make beforeinstall'...

29 years agoremove unneded includes
ache [Thu, 20 Oct 1994 19:30:56 +0000 (19:30 +0000)]
remove unneded includes
use dialog functions properly
move alloc_memory early to prevent core dump at stage 3
Change 25x80 to 24x80
Fix setenv diagnostic
Fix Fatal to call end_dialog()

29 years agoNow stage 2 should do it's job I hope. Havn't tested yet.
phk [Thu, 20 Oct 1994 06:48:40 +0000 (06:48 +0000)]
Now stage 2 should do it's job I hope.  Havn't tested yet.

29 years agoJust a safety measure for me and Paul.
phk [Thu, 20 Oct 1994 06:14:29 +0000 (06:14 +0000)]
Just a safety measure for me and Paul.

29 years agoRemake lost changes to sysinstall.h. Sorry Paul !
phk [Thu, 20 Oct 1994 06:08:19 +0000 (06:08 +0000)]
Remake lost changes to sysinstall.h.  Sorry Paul !

29 years agoIntegrate my code a lot more with Pauls. (I have left sysinstall.c
phk [Thu, 20 Oct 1994 05:00:00 +0000 (05:00 +0000)]
Integrate my code a lot more with Pauls.  (I have left sysinstall.c
here, even though it isn't used in the Makefile for Paul not to have
an heart-attack when he wakes up. :-)

Way to go still...

29 years agoThe beginning of some structural changes, and the merge of my code into
phk [Thu, 20 Oct 1994 02:51:55 +0000 (02:51 +0000)]
The beginning of some structural changes, and the merge of my code into
Pauls.

29 years agoAdded a big comment about the general scheme of things during install...
phk [Thu, 20 Oct 1994 01:17:26 +0000 (01:17 +0000)]
Added a big comment about the general scheme of things during install...

29 years agoAccording to a quick reading of sources, one experiment and Bruce's word:
phk [Thu, 20 Oct 1994 00:53:30 +0000 (00:53 +0000)]
According to a quick reading of sources, one experiment and Bruce's word:
aha, ahb and bt all on "irq ?" now.

29 years agoActually implement the functionality documented in sysctl.h for type CTL_FS.
wollman [Thu, 20 Oct 1994 00:48:28 +0000 (00:48 +0000)]
Actually implement the functionality documented in sysctl.h for type CTL_FS.
(Namely, call a filesystem-dependent sysctl function analogous to how it works
for networking and (now) physical devices.)

29 years agoA missing bit from Peter Dufaults patches, as best I could guess...
phk [Thu, 20 Oct 1994 00:45:36 +0000 (00:45 +0000)]
A missing bit from Peter Dufaults patches, as best I could guess...

29 years agoBruce told me to: Make uha0 use irq ?
phk [Thu, 20 Oct 1994 00:19:37 +0000 (00:19 +0000)]
Bruce told me to:  Make uha0 use irq ?

29 years agoPeter Dufaults comconsole changes.
phk [Thu, 20 Oct 1994 00:08:31 +0000 (00:08 +0000)]
Peter Dufaults comconsole changes.

Submitted by: Peter Dufault

29 years agoMore code rearrangment, moved all mbr code into its own file
paul [Wed, 19 Oct 1994 23:58:03 +0000 (23:58 +0000)]
More code rearrangment, moved all mbr code into its own file
so it can be used by other programs.

Added all the necessary menus to take the user through the installation
of the bootblocks.

29 years agoDon't check for IRQ conflicts before probing the device, so that
bde [Wed, 19 Oct 1994 21:57:51 +0000 (21:57 +0000)]
Don't check for IRQ conflicts before probing the device, so that
drivers have a chance to change their IRQ before it is checked.
This was implemented in revision 1.21 and broken in revision 1.26.
Drivers that can change their IRQ should probably be configured
with "irq ?".

29 years agoClean up previous commit.
bde [Wed, 19 Oct 1994 21:38:19 +0000 (21:38 +0000)]
Clean up previous commit.

29 years agoFix typo in description of LIBRPCSVC.
bde [Wed, 19 Oct 1994 21:36:31 +0000 (21:36 +0000)]
Fix typo in description of LIBRPCSVC.

29 years agoDon't change the active partition when the user says not to change it.
bde [Wed, 19 Oct 1994 21:25:28 +0000 (21:25 +0000)]
Don't change the active partition when the user says not to change it.

Convert absolute sector 0 to C/H/S 0/0/0, not 0/0/1.

Open in O_RDWR mode for the undocumented -a option, so that -a can be
used without -u.

29 years agoFix the test for the code segment being the usual one. Unusual code
bde [Wed, 19 Oct 1994 21:13:51 +0000 (21:13 +0000)]
Fix the test for the code segment being the usual one.  Unusual code
segments can still cause panics.  Their pc is converted to 0 and 0
is only checked for in one place before use.

29 years agoImplement scsi_externalize(), again. (This was supposed to be committed in the
wollman [Wed, 19 Oct 1994 20:34:15 +0000 (20:34 +0000)]
Implement scsi_externalize(), again.  (This was supposed to be committed in the
last batch of changes but somehow got lost in the shuffle.)

29 years agoMartins latest changes. RFC1048 and swap-file should be in the game now.
phk [Wed, 19 Oct 1994 20:25:37 +0000 (20:25 +0000)]
Martins latest changes.  RFC1048 and swap-file should be in the game now.

Submitted by: Martin Renters.

29 years agoP was missing from getopt string
adam [Wed, 19 Oct 1994 11:15:30 +0000 (11:15 +0000)]
P was missing from getopt string

29 years agoAdd lkm.4
ache [Wed, 19 Oct 1994 05:20:01 +0000 (05:20 +0000)]
Add lkm.4

29 years agoPrevents segm. fault on unknown option
ache [Wed, 19 Oct 1994 05:10:06 +0000 (05:10 +0000)]
Prevents segm. fault on unknown option

29 years agoDon't exit silently, if initscr failed; put error message
ache [Wed, 19 Oct 1994 04:45:41 +0000 (04:45 +0000)]
Don't exit silently, if initscr failed; put error message

29 years agoCheck initscr() for NULL
ache [Wed, 19 Oct 1994 04:10:48 +0000 (04:10 +0000)]
Check initscr() for NULL

29 years agoRemove which per Rod's request.
pst [Wed, 19 Oct 1994 03:14:13 +0000 (03:14 +0000)]
Remove which per Rod's request.

29 years agoAdd support for devconf to a large number of device drivers, and do
wollman [Wed, 19 Oct 1994 01:59:11 +0000 (01:59 +0000)]
Add support for devconf to a large number of device drivers, and do
the right thing in dev_goawayall() when kdc_goaway is null.

29 years agoDefine SCSI_EXTERNALLEN outside of #ifdef KERNEL, for lsdev.
wollman [Wed, 19 Oct 1994 01:49:23 +0000 (01:49 +0000)]
Define SCSI_EXTERNALLEN outside of #ifdef KERNEL, for lsdev.

29 years agoForgot to bring this file over from previous commit.
wollman [Wed, 19 Oct 1994 01:20:44 +0000 (01:20 +0000)]
Forgot to bring this file over from previous commit.

29 years agoAdded which
pst [Wed, 19 Oct 1994 00:34:23 +0000 (00:34 +0000)]
Added which

29 years agonew file does skey_getpass() support
pst [Wed, 19 Oct 1994 00:14:32 +0000 (00:14 +0000)]
new file does skey_getpass() support

29 years agokdc_datalen is now a number, not a function pointer.
wollman [Wed, 19 Oct 1994 00:10:10 +0000 (00:10 +0000)]
kdc_datalen is now a number, not a function pointer.

29 years agoall: register devices
wollman [Wed, 19 Oct 1994 00:09:47 +0000 (00:09 +0000)]
all: register devices
cd.c sd.c: implement disk stats

29 years agoUse a static length for externalized data, rather than calling a function.
wollman [Wed, 19 Oct 1994 00:08:48 +0000 (00:08 +0000)]
Use a static length for externalized data, rather than calling a function.

29 years agoisa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize().
wollman [Wed, 19 Oct 1994 00:08:07 +0000 (00:08 +0000)]
isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize().
fd.c: register devices and implement disk stats.
wd.c: fix disk stats and call isa_externalize() as appropriate.

29 years agoMove some declarations to more appropriate header files.
wollman [Wed, 19 Oct 1994 00:06:24 +0000 (00:06 +0000)]
Move some declarations to more appropriate header files.

29 years agoImplement disk_externalize().
wollman [Wed, 19 Oct 1994 00:05:59 +0000 (00:05 +0000)]
Implement disk_externalize().

29 years agoInclude most of the logdaemon v4.4 S/key changes
pst [Wed, 19 Oct 1994 00:03:45 +0000 (00:03 +0000)]
Include most of the logdaemon v4.4 S/key changes

29 years agoAdded libmd.a -> LIBMD
pst [Tue, 18 Oct 1994 23:01:22 +0000 (23:01 +0000)]
Added libmd.a -> LIBMD

29 years agoChange ``on'' to ``at'' globally.
wollman [Tue, 18 Oct 1994 22:01:58 +0000 (22:01 +0000)]
Change ``on'' to ``at'' globally.

29 years agoPut skey.acccess in usr/share/examples/etc
guido [Tue, 18 Oct 1994 21:26:48 +0000 (21:26 +0000)]
Put skey.acccess in usr/share/examples/etc

29 years agoConditionally define CC, CWARNOPTS, etc., so that `makeoptions' in
wollman [Tue, 18 Oct 1994 19:45:46 +0000 (19:45 +0000)]
Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' in
config files actually does something useful.

29 years agoBring over the lkm manpage.
jkh [Tue, 18 Oct 1994 19:45:26 +0000 (19:45 +0000)]
Bring over the lkm manpage.
Obtained from: NetBSD

29 years agoFix several dialog/terminal problems.
ache [Tue, 18 Oct 1994 18:45:49 +0000 (18:45 +0000)]
Fix several dialog/terminal problems.
Add code to autodetect terminal entry, if TERM undefined

29 years agoMade zero-fill stats a bit more clear.
dg [Tue, 18 Oct 1994 15:17:09 +0000 (15:17 +0000)]
Made zero-fill stats a bit more clear.

29 years agoUpdated to changes in struct vmmeter.
dg [Tue, 18 Oct 1994 15:03:10 +0000 (15:03 +0000)]
Updated to changes in struct vmmeter.

29 years agoUpdated to changes in struct vmmeter and reorganized -s stats to be more
dg [Tue, 18 Oct 1994 15:00:06 +0000 (15:00 +0000)]
Updated to changes in struct vmmeter and reorganized -s stats to be more
logical.

29 years agoFix the remaining vmmeter counters. They all now work correctly.
dg [Tue, 18 Oct 1994 14:59:20 +0000 (14:59 +0000)]
Fix the remaining vmmeter counters. They all now work correctly.

29 years agoAdded a slot in the swap-dev-table for NFS-diskless to abuse.
phk [Tue, 18 Oct 1994 08:16:29 +0000 (08:16 +0000)]
Added a slot in the swap-dev-table for NFS-diskless to abuse.

29 years agoLates snapshot:
paul [Tue, 18 Oct 1994 07:56:34 +0000 (07:56 +0000)]
Lates snapshot:

Re-organised files, moved bootcode routines into their own files.
Check return types of everything and pass error messages to
windows so we get good diagnostics.

Made start on stage 2 installation. Implemented a status file that
keeeps track of where we are in the installation process and allows
installation from media sequences.

29 years agoTypo in a comment.
phk [Tue, 18 Oct 1994 07:21:57 +0000 (07:21 +0000)]
Typo in a comment.