]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoInclude copyright message from <sys/copyright.h>
Wolfram Schneider [Sat, 1 Mar 1997 17:49:09 +0000 (17:49 +0000)]
Include copyright message from <sys/copyright.h>

27 years agoAdd Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de> for the locale
Wolfram Schneider [Sat, 1 Mar 1997 15:26:03 +0000 (15:26 +0000)]
Add Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de> for the locale
support.

27 years agoBugfix for man pages created by perlpod(1).
Wolfram Schneider [Sat, 1 Mar 1997 15:20:50 +0000 (15:20 +0000)]
Bugfix for man pages created by perlpod(1).

Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>

27 years agoPlug an old security hole: suidperl didn't honor MNT_NOSUID.
Joerg Wunsch [Sat, 1 Mar 1997 12:58:49 +0000 (12:58 +0000)]
Plug an old security hole: suidperl didn't honor MNT_NOSUID.

Strong 2.2 and 2.1.x candidate.  Someone should review the patch before,
however.

The maintainer of the Perl5 port should probably introduce a similar patch
there.

27 years agoSynchronize with sys/i386/conf/options.i386 revision 1.36.
KATO Takenori [Sat, 1 Mar 1997 11:06:41 +0000 (11:06 +0000)]
Synchronize with sys/i386/conf/options.i386 revision 1.36.

27 years agoSynchronize with sys/i386/isa/syscons.c up to revision 1.204.
KATO Takenori [Sat, 1 Mar 1997 10:53:07 +0000 (10:53 +0000)]
Synchronize with sys/i386/isa/syscons.c up to revision 1.204.

27 years agoWhen we perform an "automatic request sense", we issue an untagged command.
Justin T. Gibbs [Sat, 1 Mar 1997 06:50:41 +0000 (06:50 +0000)]
When we perform an "automatic request sense", we issue an untagged command.
The sequencer expects untagged transactions to have the SCBID of the
transaction in the "busy target" array.  So, ensure that the busy entry
is up to date for the target in this case.  The new identify code in the
sequencer that performs additional sanity checking got caught up when a
tagged transaction created an untagged request sense.

In ahc_handle_seqint, ensure that the target ID is taken from the right
place.  In the case of a selection, the ID is in SCSIID.  In the case of
a reconnection it is found in SELID.

27 years agoAdd missing #include <machine/segments.h> for ISPL and SEL_UPL macros
Andrey A. Chernov [Sat, 1 Mar 1997 05:44:09 +0000 (05:44 +0000)]
Add missing #include <machine/segments.h> for ISPL and SEL_UPL macros

27 years agoAdd generic colldef for ISO-8859-2.
Wolfram Schneider [Sat, 1 Mar 1997 00:28:08 +0000 (00:28 +0000)]
Add generic colldef for ISO-8859-2.
Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>

Use '.for' loop from make(1), not sh(1) 'for' loops.

27 years agoCopyright macros and FreeBSD copyright definition.
Wolfram Schneider [Fri, 28 Feb 1997 23:32:02 +0000 (23:32 +0000)]
Copyright macros and FreeBSD copyright definition.

27 years agominor nit
Adam David [Fri, 28 Feb 1997 22:44:31 +0000 (22:44 +0000)]
minor nit

27 years agoAdd lt_LN.ISO_8859-2.src.
Wolfram Schneider [Fri, 28 Feb 1997 19:51:39 +0000 (19:51 +0000)]
Add lt_LN.ISO_8859-2.src.
Use '.for' loop from make(1), not sh(1) 'for' loops.

Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>

27 years agoFix a comment and some commented-out code in ip_mloopback to
Bill Fenner [Fri, 28 Feb 1997 19:40:48 +0000 (19:40 +0000)]
Fix a comment and some commented-out code in ip_mloopback to
reflect how multicast loopback really works.

27 years agoFix various overflows for items longer then menu width.
Andrey A. Chernov [Fri, 28 Feb 1997 19:18:47 +0000 (19:18 +0000)]
Fix various overflows for items longer then menu width.
Fix cursor place after PgUp/PgDn.

Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>

27 years agoCreate directory /etc/skel.
Wolfram Schneider [Fri, 28 Feb 1997 18:23:14 +0000 (18:23 +0000)]
Create directory /etc/skel.

27 years agoFixed a panic in nfs_writevp(). Lite2 provided a fix for a silly
Bruce Evans [Fri, 28 Feb 1997 17:56:27 +0000 (17:56 +0000)]
Fixed a panic in nfs_writevp().  Lite2 provided a fix for a silly
missing-parentheses bug, but this exposed a misplaced vfs_busy_pages().
This bug cost a factor of 2.5-3 in nfsv3 write performance!  It should
be fixed in 2.2.

Removed some debugging code that gets triggered often in normal
operation.  There are still many backwards diagnostics (#define
DIAGNOSTIC gives no diagnostics).

Submitted by: vfs_busy_pages() fix by dfr

27 years agoadd lt_LN.ISO_8859-1
Wolfram Schneider [Fri, 28 Feb 1997 17:27:07 +0000 (17:27 +0000)]
add lt_LN.ISO_8859-1

27 years agoRemoved nonexistent option PSM_NO_RESET.
Bruce Evans [Fri, 28 Feb 1997 16:56:06 +0000 (16:56 +0000)]
Removed nonexistent option PSM_NO_RESET.

27 years agoFixed spelling error in a variable name.
Bruce Evans [Fri, 28 Feb 1997 14:26:34 +0000 (14:26 +0000)]
Fixed spelling error in a variable name.

27 years agoMerge from 2.2 (I keep forgetting that my /usr/src is no longer -current).
Jordan K. Hubbard [Fri, 28 Feb 1997 14:20:57 +0000 (14:20 +0000)]
Merge from 2.2 (I keep forgetting that my /usr/src is no longer -current).

27 years agoPrint function args in the current radix instead of always in hex.
Bruce Evans [Fri, 28 Feb 1997 12:36:18 +0000 (12:36 +0000)]
Print function args in the current radix instead of always in hex.

Print the stack pointer together with the frame pointer in the trap,
syscall and interrupt messages.  The frame pointer is not very useful
for locating syscall args since syscall functions don't have a frame
pointer.

Print all the numbers in the trap, syscall and interrupt messages in
the default radix.  The syscall number was confusing because it was
printed in decimal.

Use %#n format more and 0x%x less.  0x%x of course doesn't work with
a variable radix.  ddb is now fairly consistent about using %+#n to
print all numbers.  It omits the '+' for signed numbers the '#' in a
few cases (e.g., for function args) to save space.

27 years agoAdded a copyright and restored order.
Bruce Evans [Fri, 28 Feb 1997 10:14:24 +0000 (10:14 +0000)]
Added a copyright and restored order.

27 years agoSynced with the C example copyright. Cosmetic except for removing
Bruce Evans [Fri, 28 Feb 1997 10:09:09 +0000 (10:09 +0000)]
Synced with the C example copyright.  Cosmetic except for removing
clause 3, which was removed on 1996/08/03 in the C example.

27 years agoShow where the version control id should go.
Bruce Evans [Fri, 28 Feb 1997 09:35:50 +0000 (09:35 +0000)]
Show where the version control id should go.

27 years agoChanged the example copyright to be closer to the ones that we actually
Bruce Evans [Fri, 28 Feb 1997 09:24:11 +0000 (09:24 +0000)]
Changed the example copyright to be closer to the ones that we actually
use:
- don't put [your name] on a a separate line.  Most authors have shorter
  names than "The Regents of the University of California".
- don't repeat [your name].

27 years agoRemoved an obsolete test which prevented mouse movement from quiting
Kazutaka YOKOTA [Fri, 28 Feb 1997 08:42:35 +0000 (08:42 +0000)]
Removed an obsolete test which prevented mouse movement from quiting
screen saver. Added a missing `break' statement  in set_normal_mode().

Reviewed by: sos

27 years agoSynchronize with NetBSD/pc98 patch level 81.
KATO Takenori [Fri, 28 Feb 1997 08:34:06 +0000 (08:34 +0000)]
Synchronize with NetBSD/pc98 patch level 81.

Submitted by: Naofumi Honda <honda@Kururu.math.hokudai.ac.jp>
Obtained from: NetBSD/pc98 patch level 81

27 years agoAdd a missing period so that the -n option is display properly
Mike Pritchard [Fri, 28 Feb 1997 07:33:37 +0000 (07:33 +0000)]
Add a missing period so that the -n option is display properly
in the man page output.  Closes PR# 2831.

Submitted by:  Marc Slemko <marcs@znep.com>

27 years agoFixed the gcc ellipsis change to work with gcc-1.x.
Bruce Evans [Fri, 28 Feb 1997 07:12:34 +0000 (07:12 +0000)]
Fixed the gcc ellipsis change to work with gcc-1.x.

27 years agogetnetbyaddr now takes an unsigned long as its first argument.
Mike Pritchard [Fri, 28 Feb 1997 06:28:53 +0000 (06:28 +0000)]
getnetbyaddr now takes an unsigned long as its first argument.

27 years agoOops! I accidently commited a change that wasn't ready for prime
Mike Pritchard [Fri, 28 Feb 1997 06:26:26 +0000 (06:26 +0000)]
Oops!  I accidently commited a change that wasn't ready for prime
time yet. Revert to rev 1.2.

27 years agoThe struct vfsconf element vfc_index is now vfs_typenum.
Mike Pritchard [Fri, 28 Feb 1997 06:22:29 +0000 (06:22 +0000)]
The struct vfsconf element vfc_index is now vfs_typenum.

27 years agoCorrect the xref section - it was incorrectly using .Fn instead
Mike Pritchard [Fri, 28 Feb 1997 05:46:19 +0000 (05:46 +0000)]
Correct the xref section - it was incorrectly using .Fn instead
of .Xr for the xrefs.

27 years agoSync with the original.
Hiroyuki Hanai [Fri, 28 Feb 1997 04:07:56 +0000 (04:07 +0000)]
Sync with the original.

27 years agoFunctionalize some code that was repeated throughout the driver.
Justin T. Gibbs [Fri, 28 Feb 1997 03:58:21 +0000 (03:58 +0000)]
Functionalize some code that was repeated throughout the driver.

Fix a bug in the initialization of the busreset_args that left the B channel
args unitialized and the A channel ones initialized to B's vales.  Oops.

If we get a NO_IDENT sequencer interrupt (the reconnecting target didn't
issue an identify or botched it), reset the bus instead of panicing.  We
should be able to recover from this error.

In the AWAITING_MSG handler, order messages by severity.  Since the message
we send is based on a flag on the SCB, it is possible, during error recovery,
to get more than one flag set.  This is fine since any time a new flag is
set, it is meant to take us to a more draconian level of recovery.  This
also ensures that we don't lose any "history" of what the command has gone
through.

When we reset the bus, reset the "send ordered tag" bitmask.

Clear some additional interrupt status when we perform a bus reset.

27 years agoNo longer clear all interrupt status when the sequencer is reset. The only
Justin T. Gibbs [Fri, 28 Feb 1997 03:51:00 +0000 (03:51 +0000)]
No longer clear all interrupt status when the sequencer is reset.  The only
time that we really want to do this is when a bus reset causes the sequencer
to be reset and the kernel driver now handles this case.

Remove some reordering in the select2 routine that wasn't necessary.
It was an experimental fix for a race condition I fixed elsewhere, and
confused the code flow.

Don't bother looping on a parity error in the mesgout loop since we can't
see parity errors on out phases.

Clean up the mesgin_identify code.  In the old days, we "snooped" for tag
messages and used this as an indicator of whether or not the target was
using tagged transactions.  This forced the sequencer to ack the identify
before determining if a valid SCB matched the target meaning that an abort
message to handle this case might not be seen before the target entered a
data phase.  Since we can determin the "tagged-ness" of a target by looking
it up in the array of busy targets (recently introduced), we can determine
this up front simplifying the search code as well as ensuring we can follow
the SCSI specs method for rejecting a reselection.

When an SCB is placed on the free list, set its SCB_TAG to SCB_LIST_NULL.
This makes it much easier for the kernel driver to find active SCBs on the
card during error recovery.

27 years agoSync with the original.
Hiroyuki Hanai [Fri, 28 Feb 1997 03:24:54 +0000 (03:24 +0000)]
Sync with the original.
Submitted by: WATANABE tomoo <tomo@maple.elcom.nitech.ac.jp>

27 years agoSync with the original.
Hiroyuki Hanai [Fri, 28 Feb 1997 03:23:57 +0000 (03:23 +0000)]
Sync with the original.
Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>

27 years agoThe .Fx macro doesn't know about any of the 1.* FreeBSD releases.
Mike Pritchard [Fri, 28 Feb 1997 02:20:42 +0000 (02:20 +0000)]
The .Fx macro doesn't know about any of the 1.* FreeBSD releases.

27 years agoWrapped mi_switch() with splstatclock()/splx(). This fixes excessive
Bruce Evans [Thu, 27 Feb 1997 18:03:48 +0000 (18:03 +0000)]
Wrapped mi_switch() with splstatclock()/splx().  This fixes excessive
interrupt latency for certain cases involving for restarting stopped
processes.

27 years agoFixed loading of vfs's. The Lite2 merge added unnecessary compatibility
Bruce Evans [Thu, 27 Feb 1997 16:40:20 +0000 (16:40 +0000)]
Fixed loading of vfs's.  The Lite2 merge added unnecessary compatibility
cruft and resulted in loading usually following a null pointer.  Use
something closer to the pre-Lite2 code, including not making a copy of
the new filesystem's config info.  Not making a copy also fixes a race
for loading and a memory leak for unloading.

Fixed unloading of vfs's.  maxvfsconf wasn't maintained.

Look up the vfs to unload by name instead of by number.  The numbers
should go away as soon as all mount utilities are converted.

27 years agoFixed Lite2 merge of spechash simplelocking. It was misplaced in
Bruce Evans [Thu, 27 Feb 1997 16:08:43 +0000 (16:08 +0000)]
Fixed Lite2 merge of spechash simplelocking.  It was misplaced in
checkalias() and missing in vfinddev() and vcount().

27 years agoRemoved a wrong LK_INTERLOCK flag.
Bruce Evans [Thu, 27 Feb 1997 15:38:41 +0000 (15:38 +0000)]
Removed a wrong LK_INTERLOCK flag.

27 years agoAdd forgotten entries for Croatia
Wolfram Schneider [Thu, 27 Feb 1997 12:22:25 +0000 (12:22 +0000)]
Add forgotten entries for Croatia

Pointed out by: ache

27 years agoChange my email address
Brian Somers [Thu, 27 Feb 1997 10:16:38 +0000 (10:16 +0000)]
Change my email address

27 years agoSync with the original.
Hiroyuki Hanai [Thu, 27 Feb 1997 07:47:11 +0000 (07:47 +0000)]
Sync with the original.
Submitted by: Yukinori Maeda <yuki@zephyr.elcom.nitech.ac.jp>

27 years agoFix the previous simple_lock fix breakage in the combined
John Dyson [Thu, 27 Feb 1997 05:28:58 +0000 (05:28 +0000)]
Fix the previous simple_lock fix breakage in the combined
vput/vrele routine.  Fix a panic message.  Fix the vop_nounlock
routine so that "special" filesystems that use it work correctly.

27 years agoBack out "shell" / pw_shell change, I was confused by the same
Andrey A. Chernov [Thu, 27 Feb 1997 05:09:58 +0000 (05:09 +0000)]
Back out "shell" / pw_shell change, I was confused by the same
variable name (with different functionality)

27 years agoSync with the original.
Hiroyuki Hanai [Thu, 27 Feb 1997 05:07:34 +0000 (05:07 +0000)]
Sync with the original.

27 years agoFix few bogons with pw_shell / shell variables values mismatch
Andrey A. Chernov [Thu, 27 Feb 1997 03:52:22 +0000 (03:52 +0000)]
Fix few bogons with pw_shell / shell variables values mismatch
introduced by LOGIN_CAP

27 years agoFix the simple_lock problem with the physical I/O buffer code, and
John Dyson [Thu, 27 Feb 1997 02:57:03 +0000 (02:57 +0000)]
Fix the simple_lock problem with the physical I/O buffer code, and
also fix the missing simple_unlock in vrele, and improve vrele/vput
by merging them into one routine.  BDE pointed these problems out.

27 years ago"infinity" check was missed from login_getcapsize(), add it
Andrey A. Chernov [Thu, 27 Feb 1997 00:24:05 +0000 (00:24 +0000)]
"infinity" check was missed from login_getcapsize(), add it

One manifestation of this bug: all networking users have coredumpsize=0

27 years agoAdd Croatia.
Wolfram Schneider [Thu, 27 Feb 1997 00:08:53 +0000 (00:08 +0000)]
Add Croatia.

Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>

27 years agoFix typing error in default class: rc= instead of tc=
Andrey A. Chernov [Wed, 26 Feb 1997 23:41:33 +0000 (23:41 +0000)]
Fix typing error in default class: rc= instead of tc=

27 years agoFor root & daemon classes bump max openfiles to 1024 to really activate
Andrey A. Chernov [Wed, 26 Feb 1997 23:20:11 +0000 (23:20 +0000)]
For root & daemon classes bump max openfiles to 1024 to really activate
bumped select limit

27 years agoAdd descriptions for the individual src-* and ports-* collections.
John Polstra [Wed, 26 Feb 1997 22:24:28 +0000 (22:24 +0000)]
Add descriptions for the individual src-* and ports-* collections.
Correct some errors and omissions in the listing of collections.

27 years agoActually remove sys/time.h hack; fix typo.
Eivind Eklund [Wed, 26 Feb 1997 20:10:45 +0000 (20:10 +0000)]
Actually remove sys/time.h hack; fix typo.
Pointed out by: bde

27 years ago- Added "Brent J. Nordquist" <bjn@visi.com> for his pccard doc patch.
Nate Williams [Wed, 26 Feb 1997 15:58:27 +0000 (15:58 +0000)]
- Added "Brent J. Nordquist" <bjn@visi.com> for his pccard doc patch.

27 years agoThe pccard daemon doesn't support the 'class' parameter as stated in the
Nate Williams [Wed, 26 Feb 1997 15:55:10 +0000 (15:55 +0000)]
The pccard daemon doesn't support the 'class' parameter as stated in the
documentation, so remove any hints of it.

Submitted by: "Brent J. Nordquist" <bjn@visi.com>

27 years agoFixed unmounting of the root fs. vfs_unmountroot() wasn't fully updated
Bruce Evans [Wed, 26 Feb 1997 15:35:42 +0000 (15:35 +0000)]
Fixed unmounting of the root fs.  vfs_unmountroot() wasn't fully updated
to do Lite2 locking and vfs_unmountall() wasn't as simple as the Lite2
version.

27 years agoUpdated msdosfs to use Lite2 vfs configuration and Lite2 locking. It
Bruce Evans [Wed, 26 Feb 1997 14:23:16 +0000 (14:23 +0000)]
Updated msdosfs to use Lite2 vfs configuration and Lite2 locking.  It
should now work as (un)well as before the Lite2 merge.

27 years agoBring in Argentina, Denmark, Poland.
Jordan K. Hubbard [Wed, 26 Feb 1997 11:07:24 +0000 (11:07 +0000)]
Bring in Argentina, Denmark, Poland.

27 years agoPoland now has a proper hostmaster in charge of pl.freebsd.org
Jordan K. Hubbard [Wed, 26 Feb 1997 10:58:49 +0000 (10:58 +0000)]
Poland now has a proper hostmaster in charge of pl.freebsd.org

27 years agoRemove the -lrpclib, since it causes the build of these examples
Mike Pritchard [Wed, 26 Feb 1997 06:56:57 +0000 (06:56 +0000)]
Remove the -lrpclib, since it causes the build of these examples
to fail.

Closes PR# 2359

Submitted by: Pedro A M Vazquez <vazquez@IQM.Unicamp.BR>

27 years agoBuffer overflow from DNS name information which could cause root access
Warner Losh [Wed, 26 Feb 1997 06:12:34 +0000 (06:12 +0000)]
Buffer overflow from DNS name information which could cause root access
when called from lpd.

Reviewed by: jkh, pst
Submitted by: Oliver Friedrichs <oliver@secnet.com>

27 years agoSilence -Wall when SYSLOG_NAMES is defined.
Mike Pritchard [Wed, 26 Feb 1997 06:03:20 +0000 (06:03 +0000)]
Silence -Wall when SYSLOG_NAMES is defined.

Submitted by: davidn

27 years agoIf an administrator somehow manages to break the hardlinks
Mike Pritchard [Wed, 26 Feb 1997 05:31:52 +0000 (05:31 +0000)]
If an administrator somehow manages to break the hardlinks
on chpass & passwd and turn the links into individual files
with the schg flag set, make install will fail to install all
of the proper links.

Fixed by removing the schg flag on all of the links before installing.

Closes PR# 2040.

Submitted by:  Ph. Charnier <charnier@xp11.frmug.org>

27 years agoCorrect the port of ext2fs to Lite/2. I incorrectly used ufs_reclaim
John Dyson [Wed, 26 Feb 1997 05:08:18 +0000 (05:08 +0000)]
Correct the port of ext2fs to Lite/2.  I incorrectly used ufs_reclaim
instead of ffs_reclaim.

27 years agoSync with the original.
Hiroyuki Hanai [Wed, 26 Feb 1997 04:49:47 +0000 (04:49 +0000)]
Sync with the original.
Submitted by: Hidetoshi Shimokawa <simokawa@jp.FreeBSD.ORG>

27 years agoFix an off by one error when determing the default job name for
Mike Pritchard [Wed, 26 Feb 1997 02:22:45 +0000 (02:22 +0000)]
Fix an off by one error when determing the default job name for
the banner page.

Closes PR# 1986.

Submitted by: Mark Valentine <mark@linus.demon.co.uk>

27 years agoLarn needs /var/games/larn to exist so that it can create its scorefile.
Mike Pritchard [Wed, 26 Feb 1997 01:17:49 +0000 (01:17 +0000)]
Larn needs /var/games/larn to exist so that it can create its scorefile.
Closes PR# 1944.

27 years agoAdd timedef for Austria. The only difference to the German timedef is
Wolfram Schneider [Tue, 25 Feb 1997 21:01:52 +0000 (21:01 +0000)]
Add timedef for Austria. The only difference to the German timedef is
the full month name for January.

27 years agoMerged some missing locking from Lite2:
Bruce Evans [Tue, 25 Feb 1997 19:33:23 +0000 (19:33 +0000)]
Merged some missing locking from Lite2:
- getnewvnode() and vref() were missing one simple_unlock() each.
- the Lite2 locking changes weren't merged at all in
  printlockedvnodes() or sysctl_vnode().  Merging these undid
  some KNF style regressions.

27 years agoSynchronize with sys/i386/i386/machdep.c revision 1.229.
KATO Takenori [Tue, 25 Feb 1997 16:36:48 +0000 (16:36 +0000)]
Synchronize with sys/i386/i386/machdep.c revision 1.229.

27 years agoSync with the original.
Hiroyuki Hanai [Tue, 25 Feb 1997 14:24:28 +0000 (14:24 +0000)]
Sync with the original.
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>

27 years agoosreldate.h stuff suggested by: Eivind Eklund
Brian Somers [Tue, 25 Feb 1997 14:05:17 +0000 (14:05 +0000)]
osreldate.h stuff suggested by: Eivind Eklund

Remove #include's from sig.h and get dependant modules to include them
themselves.  Make inclusion of if_var.h depend on __FreeBSD_version so
that the -current version of ppp can be used with 2.1.*

2.2 Candidate ?

27 years agoSync with the original.
Hiroyuki Hanai [Tue, 25 Feb 1997 09:31:39 +0000 (09:31 +0000)]
Sync with the original.

27 years agoAdd joel Sutton for his xgs port.
Thomas Gellekum [Tue, 25 Feb 1997 09:08:06 +0000 (09:08 +0000)]
Add joel Sutton for his xgs port.

27 years agoSynchronize the ``Original revision'' field with the original.
Hiroyuki Hanai [Tue, 25 Feb 1997 08:04:56 +0000 (08:04 +0000)]
Synchronize the ``Original revision'' field with the original.

27 years agoUpdate section about __FreeBSD_version. Add 2.1.7R (same as 2.1.6R), and
Satoshi Asami [Tue, 25 Feb 1997 07:51:19 +0000 (07:51 +0000)]
Update section about __FreeBSD_version.  Add 2.1.7R (same as 2.1.6R), and
change 2.2R to 220000 and 3.0-current to 300000.

27 years agoClose PR#2459
Jordan K. Hubbard [Tue, 25 Feb 1997 07:22:23 +0000 (07:22 +0000)]
Close PR#2459

27 years agoSync with the original.
Hiroyuki Hanai [Tue, 25 Feb 1997 07:02:40 +0000 (07:02 +0000)]
Sync with the original.

27 years agoA maintainer's e-mail address changed.
John Polstra [Tue, 25 Feb 1997 06:41:08 +0000 (06:41 +0000)]
A maintainer's e-mail address changed.

27 years agoDon't set the umask until after we have processed the arguments
Mike Pritchard [Tue, 25 Feb 1997 06:11:19 +0000 (06:11 +0000)]
Don't set the umask until after we have processed the arguments
and opened the archive file.  This allows "cpio -o -O output_file"
to create the output file with the callers proper umask.
Closes PR# 1391.

27 years ago``Original revision'' fields are changed to synchronize with
Hiroyuki Hanai [Tue, 25 Feb 1997 04:59:30 +0000 (04:59 +0000)]
``Original revision'' fields are changed to synchronize with
the original handbook.

27 years agoMake it clearer how the termination settings from the PCI probe are used by
Justin T. Gibbs [Tue, 25 Feb 1997 03:06:19 +0000 (03:06 +0000)]
Make it clearer how the termination settings from the PCI probe are used by
the ahc_init routine.

27 years agoFix numerous problems with the abort/recovery code. Highlights include fixing
Justin T. Gibbs [Tue, 25 Feb 1997 03:05:35 +0000 (03:05 +0000)]
Fix numerous problems with the abort/recovery code.  Highlights include fixing
a race condition in how SDTR and WDTR negotiation are handled, fixes for multi-lun
non-tagged device recovery, and ensuring that the timedout scbs in the waiting queue
are cleaned up.

Fix a problem with SCB paging that caused bogus residuals to be reported.

27 years agoLeave reselections on all the time.
Justin T. Gibbs [Tue, 25 Feb 1997 03:02:58 +0000 (03:02 +0000)]
Leave reselections on all the time.
If we are aborting an SCB from findSCB, don't add it back to the free list -
the kernel driver will do this for us.

27 years agoDon't include /usr/X11R6/man in the makewhatis search path if
Mike Pritchard [Tue, 25 Feb 1997 02:56:13 +0000 (02:56 +0000)]
Don't include /usr/X11R6/man in the makewhatis search path if
it doesn't exist.  Closes PR# 326.

27 years agoFix a minor problem with restore from tapes from big endian machines.
Warner Losh [Tue, 25 Feb 1997 02:25:02 +0000 (02:25 +0000)]
Fix a minor problem with restore from tapes from big endian machines.
This finishes the closing of PR2446 which J"org Wunsch pointed out to
me after I closed it.

Submitted by: Tor Egge <Tor.Egge@idt.ntnu.no>

27 years agoAdded calendar entries from OpenBSD and NetBSD that we were missing.
Mike Pritchard [Tue, 25 Feb 1997 01:20:28 +0000 (01:20 +0000)]
Added calendar entries from OpenBSD and NetBSD that we were missing.

27 years agoAdd the date of Carl Sagan's death, since we list his birthday.
Mike Pritchard [Tue, 25 Feb 1997 00:45:24 +0000 (00:45 +0000)]
Add the date of Carl Sagan's death, since we list his birthday.

Obtained from:  NetBSD PR# 3235

27 years agoAdd a missing period in the -o option description.
Mike Pritchard [Tue, 25 Feb 1997 00:26:53 +0000 (00:26 +0000)]
Add a missing period in the -o option description.

Document the depreciated -g option.

Inspired by: OpenBSD PR# 119

27 years agoAdd a missing "the".
Mike Pritchard [Mon, 24 Feb 1997 23:20:49 +0000 (23:20 +0000)]
Add a missing "the".

27 years agoHoliday renamed
Andrey A. Chernov [Mon, 24 Feb 1997 22:52:52 +0000 (22:52 +0000)]
Holiday renamed

Should go into 2.2

27 years agoUse new sysctl(3) interface to mbuf statistics. While we're at it,
Garrett Wollman [Mon, 24 Feb 1997 20:59:03 +0000 (20:59 +0000)]
Use new sysctl(3) interface to mbuf statistics.  While we're at it,
count free mbufs correctly.

27 years agoUse the new sysctl(3) interface to mbuf statistics rather than
Garrett Wollman [Mon, 24 Feb 1997 20:40:40 +0000 (20:40 +0000)]
Use the new sysctl(3) interface to mbuf statistics rather than
groveling about in kmem.

27 years agoWhen group wheel is empty, allow everyone to su to root. This has normally
Guido van Rooij [Mon, 24 Feb 1997 20:32:24 +0000 (20:32 +0000)]
When group wheel is empty, allow everyone to su to root. This has normally
no conseqeunces as we ship with a non-empty wheel.

Closes PR/1882
Submitted by: Arne Henrik Juul <arnej@frida.imf.unit.no>

27 years agoAdd new kern.ipc MIB branch constants and mbuf stats.
Garrett Wollman [Mon, 24 Feb 1997 20:32:10 +0000 (20:32 +0000)]
Add new kern.ipc MIB branch constants and mbuf stats.

27 years agoFix #include order.
Garrett Wollman [Mon, 24 Feb 1997 20:31:25 +0000 (20:31 +0000)]
Fix #include order.