]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
30 years agoMore idempotency....... this is fun :-)
paul [Sun, 21 Aug 1994 06:50:16 +0000 (06:50 +0000)]
More idempotency....... this is fun :-)

30 years agoMade idempotent.
paul [Sun, 21 Aug 1994 06:22:12 +0000 (06:22 +0000)]
Made idempotent.

Submitted by: paul

30 years agoMade idempotent -- made some of them more consistent with rest of tree.
paul [Sun, 21 Aug 1994 06:14:33 +0000 (06:14 +0000)]
Made idempotent -- made some of them more consistent with rest of tree.
Reviewed by:
Submitted by:

30 years agoAdd an ID to this. Be a bit more charitable about giving out 2.0 CDs.. :)
jkh [Sun, 21 Aug 1994 06:12:11 +0000 (06:12 +0000)]
Add an ID to this.  Be a bit more charitable about giving out 2.0 CDs.. :)
Submitted by: jkh

30 years agoInstall aliases "fasthalt" and "fastboot" for halt and boot respectively.
dg [Sun, 21 Aug 1994 05:48:34 +0000 (05:48 +0000)]
Install aliases "fasthalt" and "fastboot" for halt and boot respectively.
This is for "backwards compatibility". Documented these aliases in the
manual page.

30 years agoMade idempotent
paul [Sun, 21 Aug 1994 05:44:12 +0000 (05:44 +0000)]
Made idempotent

30 years agoMade idempotent.
paul [Sun, 21 Aug 1994 05:27:42 +0000 (05:27 +0000)]
Made idempotent.

Submitted by: Paul

30 years agoMake idempotent.
paul [Sun, 21 Aug 1994 05:11:48 +0000 (05:11 +0000)]
Make idempotent.

Submitted by: Paul

30 years agofastboot is no longer - don't install it.
dg [Sun, 21 Aug 1994 04:57:00 +0000 (04:57 +0000)]
fastboot is no longer - don't install it.

30 years agoMade idempotent.
paul [Sun, 21 Aug 1994 04:55:31 +0000 (04:55 +0000)]
Made idempotent.
Reviewed by:
Submitted by:

30 years agoMade them all idempotent.
paul [Sun, 21 Aug 1994 04:42:17 +0000 (04:42 +0000)]
Made them all idempotent.
Reviewed by:
Submitted by:

30 years ago1) adapted to a world without "fastboot" and "fasthalt".
dg [Sun, 21 Aug 1994 04:28:44 +0000 (04:28 +0000)]
1) adapted to a world without "fastboot" and "fasthalt".
2) updated to work with 2.0/4.4 binaries.

30 years agoChanged idempotent strings to reflect directory area.
paul [Sun, 21 Aug 1994 04:05:05 +0000 (04:05 +0000)]
Changed idempotent strings to reflect directory area.
Reviewed by:
Submitted by:

30 years agoMade them idempotent.
paul [Sun, 21 Aug 1994 04:03:58 +0000 (04:03 +0000)]
Made them idempotent.
Reviewed by:
Submitted by:

30 years agoLDADD= -lcrypt
csgr [Sat, 20 Aug 1994 21:36:40 +0000 (21:36 +0000)]
LDADD= -lcrypt
Submitted by: Geoff

30 years ago- turn NOCRYPT off
csgr [Sat, 20 Aug 1994 21:34:59 +0000 (21:34 +0000)]
- turn NOCRYPT off
- add NOSECURE and NOKERBEROS
- turn NOKERBEROS on
- add secure directory

(NOCRYPT now has a blanket effect over src/secure and src/kerberosIV,
while NOSECURE and NOKERBEROS control these indiviually.)
Submitted by: Geoff

30 years agoLDADD= -lcrypt
csgr [Sat, 20 Aug 1994 21:29:33 +0000 (21:29 +0000)]
LDADD= -lcrypt
Submitted by: Geoff

30 years agoLDADD= -lcrypt
csgr [Sat, 20 Aug 1994 21:19:46 +0000 (21:19 +0000)]
LDADD= -lcrypt
Submitted by: Geoff

30 years agoPut __infinity back here again until someone does the right thing and
jkh [Sat, 20 Aug 1994 20:16:57 +0000 (20:16 +0000)]
Put __infinity back here again until someone does the right thing and
repartitions libc into something human again.  I don't have that kind of
time right now myself, unfortunately.
Submitted by: jkh

30 years agoFix afterinstall rule for generating links to the real libcrypt
csgr [Sat, 20 Aug 1994 18:16:57 +0000 (18:16 +0000)]
Fix afterinstall rule for generating links to the real libcrypt
Submitted by: Geoff

30 years agoFix afterinstall rule for generating links to the real libcrypt
csgr [Sat, 20 Aug 1994 18:13:59 +0000 (18:13 +0000)]
Fix afterinstall rule for generating links to the real libcrypt
Submitted by: geoff

30 years agoAdded a "clean" field to the output - to show the state of the clean flag.
dg [Sat, 20 Aug 1994 16:57:45 +0000 (16:57 +0000)]
Added a "clean" field to the output - to show the state of the clean flag.

30 years agoAdded filesystem clean bit support. This only affects fsck during a
dg [Sat, 20 Aug 1994 16:56:36 +0000 (16:56 +0000)]
Added filesystem clean bit support. This only affects fsck during a
preen (-p), and in that case the filesystem is skipped if it is clean.
A new flag "-f" for 'force' has been added which basically gives back
the old behavior of checking all the filesystems all the time. This
very closely models the behavior of SunOS and Ultrix.

30 years agoImplemented filesystem clean bit via:
dg [Sat, 20 Aug 1994 16:03:26 +0000 (16:03 +0000)]
Implemented filesystem clean bit via:

machdep.c:
Changed printf's a little and call vfs_unmountall() if the sync was
successful.

cd9660_vfsops.c, ffs_vfsops.c, nfs_vfsops.c, lfs_vfsops.c:
Allow dismount of root FS. It is now disallowed at a higher level.

vfs_conf.c:
Removed unused rootfs global.

vfs_subr.c:
Added new routines vfs_unmountall and vfs_unmountroot. Filesystems
are now dismounted if the machine is properly rebooted.

ffs_vfsops.c:
Toggle clean bit at the appropriate places. Print warning if an
unclean FS is mounted.

ffs_vfsops.c, lfs_vfsops.c:
Fix bug in selecting proper flags for VOP_CLOSE().

vfs_syscalls.c:
Disallow dismounting root FS via umount syscall.

30 years agoAdded skey.h to Makefile and reformatted the list a bit.
paul [Sat, 20 Aug 1994 12:00:06 +0000 (12:00 +0000)]
Added skey.h to Makefile and reformatted the list a bit.
Reviewed by:
Submitted by:

30 years agoChanged cpp to cc since cpp is hidden away in /usr/libexec
paul [Sat, 20 Aug 1994 11:22:58 +0000 (11:22 +0000)]
Changed cpp to cc since cpp is hidden away in /usr/libexec

Reviewed by:
Submitted by:

30 years agoI don't like what they did to cmp(1) in 4.4 Lite; now it whines all
jkh [Sat, 20 Aug 1994 11:14:07 +0000 (11:14 +0000)]
I don't like what they did to cmp(1) in 4.4 Lite; now it whines all
the time, even with -s.  Make cmp SHUT UP about non-existant files
when run with -s.
Submitted by: jkh

30 years agoBrought it over form 1.1.5
paul [Sat, 20 Aug 1994 10:48:18 +0000 (10:48 +0000)]
Brought it over form 1.1.5
Reviewed by:
Submitted by: Paul Richards

30 years agoAdd the TODO file that phk wanted. This file is just here temporarily during
jkh [Sat, 20 Aug 1994 10:38:10 +0000 (10:38 +0000)]
Add the TODO file that phk wanted.  This file is just here temporarily during
2.0 development, then it'll migrate into doc someplace I suppose.
Submitted by: jkh

30 years ago- bsd.dep.mk and bsd.own.mk have been required for some time. Install them.
bde [Sat, 20 Aug 1994 08:25:00 +0000 (08:25 +0000)]
- bsd.dep.mk and bsd.own.mk have been required for some time.  Install them.
- Install with group BINGRP, not BINOWN.

30 years agoInstall with group BINGRP, not BINOWN.
bde [Sat, 20 Aug 1994 08:16:43 +0000 (08:16 +0000)]
Install with group BINGRP, not BINOWN.

30 years agoAdded -f to rm so install doesn't abort if the file doesn't exist.
paul [Sat, 20 Aug 1994 06:28:37 +0000 (06:28 +0000)]
Added -f to rm so install doesn't abort if the file doesn't exist.
Reviewed by:
Submitted by:

30 years agoInstall with group BINGRP, not BINOWN.
bde [Sat, 20 Aug 1994 05:51:48 +0000 (05:51 +0000)]
Install with group BINGRP, not BINOWN.

30 years ago1) cleaned up after Garrett - fixed more redundant declarations, changed
dg [Sat, 20 Aug 1994 03:49:02 +0000 (03:49 +0000)]
1) cleaned up after Garrett - fixed more redundant declarations, changed
   use of timeout_t -> timeout_func_t in aha1542 and aha1742 drivers.
2) fix a bug in the portalfs that was uncovered by better prototyping -
   specifically, the time must be converted from timeval to timespec
   before storing in va_atime.
3) fixed/added some miscellaneous prototypes

30 years agoWoops...forgot to commit this file. Part of Terry Lambert's loadable kernel
dg [Sat, 20 Aug 1994 02:23:40 +0000 (02:23 +0000)]
Woops...forgot to commit this file. Part of Terry Lambert's loadable kernel
module support, with NetBSD improvements.

30 years agoCorrect missing backslash braindamage pointed out by Julian Elischer.
jkh [Sat, 20 Aug 1994 00:36:36 +0000 (00:36 +0000)]
Correct missing backslash braindamage pointed out by Julian Elischer.
Reviewed by: jkh
Submitted by: julian

30 years agoLatest fix from jtc:
jkh [Fri, 19 Aug 1994 23:52:29 +0000 (23:52 +0000)]
Latest fix from jtc:
The fyl2xp1 instruction has such a limited range:
   -(1 - (sqrt(2) / 2)) <= x <= sqrt(2) - 1
it's not worth trying to use it.

Also, I'm not sure fyl2xp1's extra precision will
matter once the result is converted from extended
real (80 bits) back to double real (64 bits).

Reviewed by: jkh
Submitted by: jtc

30 years agoRemoved bogus save of CMAP2.
dg [Fri, 19 Aug 1994 22:49:42 +0000 (22:49 +0000)]
Removed bogus save of CMAP2.

30 years agoReviewed by:
ats [Fri, 19 Aug 1994 21:02:05 +0000 (21:02 +0000)]
Reviewed by:
Corrected a little typo in a comment.
Throw out the typedef timeout_t with an ifdef __FreeBSD__, it is already
defined in sys/systm.h .

30 years agoActually install LKM examples.
wollman [Fri, 19 Aug 1994 20:43:42 +0000 (20:43 +0000)]
Actually install LKM examples.

30 years agoAdded entries for key, keyinfo, keyinit
guido [Fri, 19 Aug 1994 18:19:34 +0000 (18:19 +0000)]
Added entries for key, keyinfo, keyinit
Reviewed by:
Submitted by: guido

30 years agoAdd entry for libskey
guido [Fri, 19 Aug 1994 18:16:40 +0000 (18:16 +0000)]
Add entry for libskey
Reviewed by:
Submitted by: guido

30 years agoHmmm...my workaround for Garrett's new exec prototypes wasn't sufficient.
dg [Fri, 19 Aug 1994 14:24:16 +0000 (14:24 +0000)]
Hmmm...my workaround for Garrett's new exec prototypes wasn't sufficient.
I guess we'll have to not specify what the args to the exec functions
are.

30 years agoKilled explicit OS specification.
dg [Fri, 19 Aug 1994 13:40:41 +0000 (13:40 +0000)]
Killed explicit OS specification.

30 years agoKill explicit OS specification.
dg [Fri, 19 Aug 1994 13:39:20 +0000 (13:39 +0000)]
Kill explicit OS specification.

30 years agoNetBSD -> FreeBSD
dg [Fri, 19 Aug 1994 13:29:23 +0000 (13:29 +0000)]
NetBSD -> FreeBSD

30 years agonetbsd -> kernel, NetBSD -> FreeBSD
dg [Fri, 19 Aug 1994 13:28:21 +0000 (13:28 +0000)]
netbsd -> kernel, NetBSD -> FreeBSD

30 years agoTerry Lambert's loadable kernel module support - example modules.
dg [Fri, 19 Aug 1994 12:42:13 +0000 (12:42 +0000)]
Terry Lambert's loadable kernel module support - example modules.

30 years agoDon't explicitly define __FreeBSD__ - this is no longer necessary.
dg [Fri, 19 Aug 1994 12:24:45 +0000 (12:24 +0000)]
Don't explicitly define __FreeBSD__ - this is no longer necessary.

30 years agoTerry Lambert's loadable kernel module support - modstat utility with
dg [Fri, 19 Aug 1994 12:14:10 +0000 (12:14 +0000)]
Terry Lambert's loadable kernel module support - modstat utility with
improvements from the NetBSD group.

30 years agoTerry Lambert's loadable kernel module support - modload & modunload
dg [Fri, 19 Aug 1994 12:07:23 +0000 (12:07 +0000)]
Terry Lambert's loadable kernel module support - modload & modunload
utilities w/improvements from the NetBSD group.

30 years agoTerry Lambert's loadable kernel module support w/improvements from the
dg [Fri, 19 Aug 1994 11:45:29 +0000 (11:45 +0000)]
Terry Lambert's loadable kernel module support w/improvements from the
NetBSD group.

30 years ago1. Make this idempotent.
jkh [Fri, 19 Aug 1994 11:20:11 +0000 (11:20 +0000)]
1. Make this idempotent.
2. Hack.

Hack is to define RCSID() to null macro so that new msun stuff
will compile.  This does NOT belong here, and I DON'T want it to
stay, I just need to put this here for now to enable msun and we need
to talk about what our RCSID story is supposed to be.  We talked about
supporting RCSID() one day, and everyone seemed to like the idea
reasonably well of making it a macro you could just no-op this way,
but we never did anything.  Now I see that JTCs code has it and I'm
loath to remove it or do anything until we've discussed it some more.

Well, so how about it?  What's our story vis-a-vis RCSID() going to
be?

Submitted by: jkh

30 years agoMake this puppy actually compile now.
jkh [Fri, 19 Aug 1994 11:15:40 +0000 (11:15 +0000)]
Make this puppy actually compile now.
Submitted by: jkh

30 years agoDo all the includes: <machine/asm.h> -> <machine/asmacros.h>
jkh [Fri, 19 Aug 1994 11:14:32 +0000 (11:14 +0000)]
Do all the includes: <machine/asm.h> -> <machine/asmacros.h>
Reviewed by:
Submitted by:

30 years agoChange includes to reference <machine/asmacros.h>.
jkh [Fri, 19 Aug 1994 11:12:52 +0000 (11:12 +0000)]
Change includes to reference <machine/asmacros.h>.
Submitted by: jkh

30 years agoMake libmsun a switchable option, as before.
jkh [Fri, 19 Aug 1994 10:24:56 +0000 (10:24 +0000)]
Make libmsun a switchable option, as before.
Submitted by: jkh

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2116,
jkh [Fri, 19 Aug 1994 09:40:01 +0000 (09:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2116,
which included commits to RCS files with non-trunk default branches.

30 years agoJ.T. Conklin's latest version of the Sun math library.
jkh [Fri, 19 Aug 1994 09:40:01 +0000 (09:40 +0000)]
J.T. Conklin's latest version of the Sun math library.

-- Begin comments from J.T. Conklin:
The most significant improvement is the addition of "float" versions
of the math functions that take float arguments, return floats, and do
all operations in floating point.  This doesn't help (performance)
much on the i386, but they are still nice to have.

The float versions were orginally done by Cygnus' Ian Taylor when
fdlibm was integrated into the libm we support for embedded systems.
I gave Ian a copy of my libm as a starting point since I had already
fixed a lot of bugs & problems in Sun's original code.  After he was
done, I cleaned it up a bit and integrated the changes back into my
libm.
-- End comments

Reviewed by: jkh
Submitted by: jtc

30 years agoSmash together Poul-Henning's, Garrett's and Steve Gerakines 24f changes
jkh [Fri, 19 Aug 1994 00:32:52 +0000 (00:32 +0000)]
Smash together Poul-Henning's, Garrett's and Steve Gerakines 24f changes
into one, hopefully functioning, Ultrastore driver.  Any Ultrastore owners
out there - please speak up!  We need to test this puppy.
Reviewed by:
Submitted by:

30 years agoAdded my ProAudioSpectum SCSI driver for cards with the 5380 SCSI-chip.
phk [Fri, 19 Aug 1994 00:01:08 +0000 (00:01 +0000)]
Added my ProAudioSpectum SCSI driver for cards with the 5380 SCSI-chip.
This is the slowest and most stupid of our SCSI-drivers, but it is there
and it works.  It has been tested with CD-ROM and disk.
It uses no interrupts, no DMA, just polled I/0.
Transfer-rate is <= 100Kbyte/sec.
If you set the jumpers on the board, you can change the unit-number and
you will be able to have four of these co-exist in one computer, why one
would do that is somewhat unclear though.
If I ever get my hand on the docs for this, I will improve it of course,
but for now we can install and access those CD-ROMs.

30 years agoAdded {} around two initializers for spare[2] in some structs. This calms
phk [Thu, 18 Aug 1994 23:36:40 +0000 (23:36 +0000)]
Added {} around two initializers for spare[2] in some structs.  This calms
down -Wall a little bit.

30 years agoFix up some sloppy coding practices:
wollman [Thu, 18 Aug 1994 22:36:09 +0000 (22:36 +0000)]
Fix up some sloppy coding practices:

- Delete redundant declarations.
- Add -Wredundant-declarations to Makefile.i386 so they don't come back.
- Delete sloppy COMMON-style declarations of uninitialized data in
  header files.
- Add a few prototypes.
- Clean up warnings resulting from the above.

NB: ioconf.c will still generate a redundant-declaration warning, which
is unavoidable unless somebody volunteers to make `config' smarter.

30 years agoGot rid of stupid warning message.
dg [Thu, 18 Aug 1994 14:35:23 +0000 (14:35 +0000)]
Got rid of stupid warning message.

30 years agoGot rid of extra space between args and (command).
dg [Thu, 18 Aug 1994 14:30:53 +0000 (14:30 +0000)]
Got rid of extra space between args and (command).

30 years agoLink to "vi" and "ex" too.
jkh [Thu, 18 Aug 1994 12:53:50 +0000 (12:53 +0000)]
Link to "vi" and "ex" too.
Submitted by: jkh

30 years agoDon't bodge around with vi.1, just go get and copy the file.
jkh [Thu, 18 Aug 1994 12:50:59 +0000 (12:50 +0000)]
Don't bodge around with vi.1, just go get and copy the file.
Submitted by: jkh

30 years agoPut back dependencies on header files.
jkh [Thu, 18 Aug 1994 12:43:14 +0000 (12:43 +0000)]
Put back dependencies on header files.
Submitted by: jkh

30 years agoAdded support for TIOCSTAT ioctl. This allows shells that use raw/cbreak
dg [Thu, 18 Aug 1994 09:16:37 +0000 (09:16 +0000)]
Added support for TIOCSTAT ioctl. This allows shells that use raw/cbreak
tty modes to process a control-T and do the right thing.

30 years agoOops...forgot to list the changes....
dg [Thu, 18 Aug 1994 05:15:26 +0000 (05:15 +0000)]
Oops...forgot to list the changes....

/usr/src/usr.sbin.config:
o -DSTATCLOCK gives kludges to support the rtc non-device as well as
  old kludges to support the clk non-device.

/usr/src/usr.sbin/config.8:
o Document the trivialness of the new vector.h.

/usr/src/usr.sbin/mkglue.c:
o Only print DEVICE_NAMES and NR_DEVICES in vector.h.  These are
  only required to support vmstat.  The vmstat interface will need
  to be improved for dynamic loading.

/usr/src/usr.sbin/mkioconf.c:
o Print device ids to be used as indexes into DEVICE_NAMES.
o Print secondary interrupt handler entry points (xxxintr()) instead
  of primary ones (VdevU()).  Primary ones are now XintrI() and
  XfastintrI() and are independent of the config so they are not
  handled here.
o Minor cleanups.

Submitted by: Bruce Evans

30 years agoSupport for Bruce Evans' new dynamic interrupt support.
dg [Thu, 18 Aug 1994 05:11:32 +0000 (05:11 +0000)]
Support for Bruce Evans' new dynamic interrupt support.

Submitted by: Bruce Evans

30 years ago Bruce Evans' dynamic interrupt support.
dg [Thu, 18 Aug 1994 05:09:36 +0000 (05:09 +0000)]
   Bruce Evans' dynamic interrupt support.

/usr/src/sys/i386/isa/clock.c:
o Garrett's statclock changes.
o Wire xxxintr, not Vclk.
o Wire using register_intr(), not setidt().

/usr/src/sys/i386/isa/icu.s:
o Garrett's statclock changes.
o Removed unused variable high_imask.
o Fake int 8 for rtc as well as int 0 for clk.  Required for kernel
  profiling with statclock, harmless otherwise.

/usr/src/sys/i386/isa/isa.c:
o Allow isdp->id_irq and other things in *isdp to be changed by
  probes.  Changing interrupts later requires direct calls to
  register_intr() and unregister_intr() and more care.
  ALLOW_CONFLICT_* is brought over from 1.1.5, except
  ALLOW_CONFLICT_IRQ is not supported.  IRQ conflict checking is
  delayed until after probing so that drivers can change the IRQ
  to a free one; real conflicts require more cooperation between
  drivers to handle.
o Too many details to list.
o This file requires splitting and a lot more work.

/usr/src/sys/i386/isa/isa_device.h:
o Declare more things more completely.

/usr/src/sys/i386/isa/sio.c:
o Prepare to register interrupt handlers as fast.

/usr/src/sys/i386/isa/vector.s:
o Generate entry code for 16 fast interrupt handlers and 16 normal
  interrupt handlers.  Changed some constants to variables:
  # $unit is now intr_unit[intr].  Type is int.  Someday it should
    be a cookie suitable for the handler (e.g., a struct com_s for
    sio).
  # $handler is now intr_handler[intr].
  # intrcnt_actv[id_num] is now *intr_countp[intr].  The indirection
    is required to get a contiguous range of counters for vmstat
    and so that the drivers depend more in the driver than on the
    interrupt number (drivers could take turns using an interrupt
    and the counts would remain correct).  There is a separate
    counter for each device and for each stray interrupt.  In
    1.1.5, stray interrupt 7 clobbers the count for device 7 or
    something worse if there is no device 7 :-(.
  # mask is now intr_mask[intr] (was already indirect).
 o Entry points are now _XintrI and _XfastintrI (I = intr = 0-15),
   not _VdevU (U = unit).
 o Removed BUILD_VECTORS stuff.  There's a trace of it left for
   the string table for vmstat but config now generates the
   string in one piece because nothing more is required.
 o Removed old handling of stray interrupts and older comments
   about it.

Submitted by:  Bruce Evans

30 years agoMoved over my fix for vnode lossage when multiple TIOCSCTTY ioctls are
dg [Thu, 18 Aug 1994 03:53:38 +0000 (03:53 +0000)]
Moved over my fix for vnode lossage when multiple TIOCSCTTY ioctls are
done. This patch was extended to also include a suggested change by
Kirk McKusick which allows the control tty to be reasigned to a different
tty without losing a vnode.

30 years agoBringing in version 1.34.
sef [Thu, 18 Aug 1994 01:15:57 +0000 (01:15 +0000)]
Bringing in version 1.34.

Reviewed by: Sean Eric Fagan

30 years agoBringing in nvi 1.34.
sef [Thu, 18 Aug 1994 01:15:30 +0000 (01:15 +0000)]
Bringing in nvi 1.34.

Reviewed by: Sean Eric Fagan

30 years agoBringin in nvi 1.34.
sef [Thu, 18 Aug 1994 01:14:32 +0000 (01:14 +0000)]
Bringin in nvi 1.34.

Reviewed by: Sean Eric Fagan

30 years agoBringing in version 1.34.
sef [Thu, 18 Aug 1994 01:13:30 +0000 (01:13 +0000)]
Bringing in version 1.34.

Reviewed by:  Sean Eric Fagan

30 years agoBringing in nvi 1.34. Keith is too active.
sef [Thu, 18 Aug 1994 01:12:10 +0000 (01:12 +0000)]
Bringing in nvi 1.34.  Keith is too active.

Reviewed by: Sean Eric Fagan

30 years agoIncorporating nvi 1.34. Keith needs to get away from the keyboard.
sef [Thu, 18 Aug 1994 00:56:19 +0000 (00:56 +0000)]
Incorporating nvi 1.34.  Keith needs to get away from the keyboard.

Reviewed by: Sean Eric Fagan

30 years agovi.0 -> vi.1
jkh [Wed, 17 Aug 1994 23:39:15 +0000 (23:39 +0000)]
vi.0 -> vi.1
Submitted by: jkh

30 years agoBringing up to version 1.33.
sef [Wed, 17 Aug 1994 22:18:26 +0000 (22:18 +0000)]
Bringing up to version 1.33.

Reviewed by: Sean Eric Fagan

30 years agoBringing up to version 1.33
sef [Wed, 17 Aug 1994 22:18:03 +0000 (22:18 +0000)]
Bringing up to version 1.33

Reviewed by: Sean Eric Fagan

30 years agoOops, changed order of include lines...
sos [Wed, 17 Aug 1994 19:32:23 +0000 (19:32 +0000)]
Oops, changed order of include lines...

Reviewed by:
Submitted by:

30 years agoInclude ../../Makefile.inc so BINDIR gets set. This should make installs
sef [Wed, 17 Aug 1994 17:04:51 +0000 (17:04 +0000)]
Include ../../Makefile.inc so BINDIR gets set.  This should make installs
work *much* better.

Submitted by: Sean Eric Fagan

30 years agoAdded kbdcontrol & vidcontrol utils (from 1.1.5.1+)
sos [Wed, 17 Aug 1994 09:01:52 +0000 (09:01 +0000)]
Added kbdcontrol & vidcontrol utils (from 1.1.5.1+)

Reviewed by:
Submitted by:

30 years agoAdded vidcontrol util from 1.1.5.1+
sos [Wed, 17 Aug 1994 09:00:13 +0000 (09:00 +0000)]
Added vidcontrol util from 1.1.5.1+

Reviewed by:
Submitted by:

30 years agoAdded kbdcontrol util from 1.1.5.1+
sos [Wed, 17 Aug 1994 08:59:37 +0000 (08:59 +0000)]
Added kbdcontrol util from 1.1.5.1+

Reviewed by:
Submitted by:

30 years agoUpdated to latest 1.1.5.1+ version
sos [Wed, 17 Aug 1994 08:51:59 +0000 (08:51 +0000)]
Updated to latest 1.1.5.1+ version

Reviewed by:
Submitted by:

30 years agoUpdated to latest version from 1.1.5.1+
sos [Wed, 17 Aug 1994 08:51:10 +0000 (08:51 +0000)]
Updated to latest version from 1.1.5.1+
Reviewed by:
Submitted by:

30 years agoIt wasn't put in during the initial import.
sef [Wed, 17 Aug 1994 05:36:45 +0000 (05:36 +0000)]
It wasn't put in during the initial import.

Reviewed by: Sean Eric Fagan

30 years agoBuild vi (nvi), now that it's checked in.
sef [Tue, 16 Aug 1994 23:58:00 +0000 (23:58 +0000)]
Build vi (nvi), now that it's checked in.
Submitted by: Sean Eric Fagan

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2081,
sef [Tue, 16 Aug 1994 23:36:45 +0000 (23:36 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2081,
which included commits to RCS files with non-trunk default branches.

30 years agoLatest public release of nvi, from Keith Bostic. I hope I got this
sef [Tue, 16 Aug 1994 23:36:45 +0000 (23:36 +0000)]
Latest public release of nvi, from Keith Bostic.  I hope I got this
right ;).
Reviewed by: Sean Eric Fagan

30 years agoReenable the makedb stuff; it works fine.
jkh [Tue, 16 Aug 1994 22:44:28 +0000 (22:44 +0000)]
Reenable the makedb stuff; it works fine.
Submitted by: jkh

30 years agoWhoops, nuke libobjc until we have it too.
jkh [Tue, 16 Aug 1994 02:55:14 +0000 (02:55 +0000)]
Whoops, nuke libobjc until we have it too.
Submitted by: jkh

30 years agoAdd option KBD_RESET_FAIL_OK so that GCC 2.6 doesn't break my
wollman [Mon, 15 Aug 1994 22:41:33 +0000 (22:41 +0000)]
Add option KBD_RESET_FAIL_OK so that GCC 2.6 doesn't break my
console.

30 years agoPlug already known security hole. (Brought over from 1.1.5):
guido [Mon, 15 Aug 1994 20:06:13 +0000 (20:06 +0000)]
Plug already known security hole. (Brought over from 1.1.5):
Fixed security problem with telnetd, which allowed
        telnet -l -hcert.org localhost
to change the user's host in utmp.
Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one.

Reviewed by: karl, guido
Submitted by: mrgreen@@mame.mu.oz.au

30 years agoPlug security hole that was already fixed in 1.1. It prevents
guido [Mon, 15 Aug 1994 19:44:50 +0000 (19:44 +0000)]
Plug security hole that was already fixed in 1.1. It prevents
user from specifying their hostname when rlogin()-ing in
(using rlogin -f-h<host>)

Reviewed by:
Submitted by:

30 years agoDon't bother with XNSrouted and trsp, nobody uses either. If anybody
wollman [Mon, 15 Aug 1994 03:19:25 +0000 (03:19 +0000)]
Don't bother with XNSrouted and trsp, nobody uses either.  If anybody
decides they want to, they can change the Makefile.

30 years agoEnable use of the RTC chip for the statistical clock. While this does
wollman [Mon, 15 Aug 1994 03:15:20 +0000 (03:15 +0000)]
Enable use of the RTC chip for the statistical clock.  While this does
not provide the full accuracy of a randomized statistical clock, it does
provide greater accuracy than the previous method, while not significantly
increasing overhead.  It also provides profiling support at 1024 Hz.

You must re-compile config before making a new kernel, or you will end
up with unresolved symbols.

Reviewed uy: Bruce evans said it worked for him.