]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoEliminate troff(1) warnings.
Ruslan Ermilov [Thu, 12 Jul 2001 12:12:24 +0000 (12:12 +0000)]
Eliminate troff(1) warnings.

23 years agoConvert to mdoc(7).
Ruslan Ermilov [Thu, 12 Jul 2001 12:00:58 +0000 (12:00 +0000)]
Convert to mdoc(7).

23 years agoForgot this fix from another tree. make enable_sse() a real prototype.
Peter Wemm [Thu, 12 Jul 2001 11:54:11 +0000 (11:54 +0000)]
Forgot this fix from another tree.  make enable_sse() a real prototype.

23 years ago- Define a convenience macro ISTTYOPEN().
Kazutaka YOKOTA [Thu, 12 Jul 2001 11:43:29 +0000 (11:43 +0000)]
- Define a convenience macro ISTTYOPEN().
- Slightly refine screen saver logic.

No functional change.
MFC after: 2 weeks

23 years agoBump param, for SSE support and include file impact (<machine/pcb.h>)
Peter Wemm [Thu, 12 Jul 2001 11:42:47 +0000 (11:42 +0000)]
Bump param, for SSE support and include file impact (<machine/pcb.h>)

23 years agoAdded missing DPADD and CLEANFILES.
Ruslan Ermilov [Thu, 12 Jul 2001 09:17:51 +0000 (09:17 +0000)]
Added missing DPADD and CLEANFILES.

23 years agoFixed CLEANFILES.
Ruslan Ermilov [Thu, 12 Jul 2001 08:48:36 +0000 (08:48 +0000)]
Fixed CLEANFILES.

23 years agoadd dependency for lex.o on roken.h (from "Alexander N. Kabaev"
Assar Westerlund [Thu, 12 Jul 2001 08:36:01 +0000 (08:36 +0000)]
add dependency for lex.o on roken.h (from "Alexander N. Kabaev"
<ak03@gte.com>)
remove duplicate build-tools target

23 years agoAlways preprocess manpages with tbl(1).
Ruslan Ermilov [Thu, 12 Jul 2001 07:47:39 +0000 (07:47 +0000)]
Always preprocess manpages with tbl(1).

23 years agoFixed warning:
Ruslan Ermilov [Thu, 12 Jul 2001 07:35:06 +0000 (07:35 +0000)]
Fixed warning:

bc.1:643: warning: numeric expression expected (got `e')

23 years agoMove init_sse() out of the "GenuineIntel" section, my AthlonMP system
Peter Wemm [Thu, 12 Jul 2001 06:36:03 +0000 (06:36 +0000)]
Move init_sse() out of the "GenuineIntel" section, my AthlonMP system
has it, for example, and it works fine.

23 years agoApply the i386 SSE mods to pc98 as well.
Peter Wemm [Thu, 12 Jul 2001 06:34:25 +0000 (06:34 +0000)]
Apply the i386 SSE mods to pc98 as well.

23 years agoActivate SSE/SIMD. This is the extra context switching support that
Peter Wemm [Thu, 12 Jul 2001 06:32:51 +0000 (06:32 +0000)]
Activate SSE/SIMD.  This is the extra context switching support that
we are required to do if we let user processes use the extra 128 bit
registers etc.

This is the base part of the diff I got from:
  http://www.issei.org/issei/FreeBSD/sse.html
I believe this is by:  Mr. SUZUKI Issei <issei@issei.org>
SMP support apparently by: Takekazu KATO <kato@chino.it.okayama-u.ac.jp>
Test code by: NAKAMURA Kazushi <kaz@kobe1995.net>, see
  http://kobe1995.net/~kaz/FreeBSD/SSE.en.html

I have fixed a couple of style(9) deviations.  I have some followup
commits to fix a couple of non-style things.

23 years agoIntroduce an "include" directive. It takes one argument, a filename
Dima Dorfman [Thu, 12 Jul 2001 02:08:51 +0000 (02:08 +0000)]
Introduce an "include" directive.  It takes one argument, a filename
to be included into this one.  This works the same way as #include
does in C; as far as the user is concerned, the included file is
inlined into the current one.

Since config(8) is no longer limited to working on one user-supplied
file, printing just a line number in an error message is not
sufficient.  The new global variable yyfile represents the file
currently being parsed, and must be printed as well.

Reviewed by: imp
Obtained from: OpenBSD

23 years agoFix IP address checking, now we allow addresses like 172.17.0.0/23 as
Jesper Skriver [Thu, 12 Jul 2001 00:01:45 +0000 (00:01 +0000)]
Fix IP address checking, now we allow addresses like 172.17.0.0/23 as
a host address

PR: misc/27799
Reviewed by: jkh
Approved by: jkh
MFC after: 1 month

23 years agonetbsd 1.5.1: official announcement on Wed, 11 Jul 2001 16:35:16 -0400 (EDT)
Jun-ichiro itojun Hagino [Wed, 11 Jul 2001 23:57:16 +0000 (23:57 +0000)]
netbsd 1.5.1: official announcement on Wed, 11 Jul 2001 16:35:16 -0400 (EDT)

23 years agoRemove an extraneous space
Brian Somers [Wed, 11 Jul 2001 23:02:07 +0000 (23:02 +0000)]
Remove an extraneous space

23 years agoAnother NatSemi gigE card; the Netgear GA622T
Bill Paul [Wed, 11 Jul 2001 22:29:05 +0000 (22:29 +0000)]
Another NatSemi gigE card; the Netgear GA622T

23 years agoDocument additional cards supported by the nge driver: LinkSys EG1032
Bill Paul [Wed, 11 Jul 2001 22:09:31 +0000 (22:09 +0000)]
Document additional cards supported by the nge driver: LinkSys EG1032
anf EG1064, and the Surecom EP-320G-TX.

Also fix typo in nge.4 man page: Addrton -> Addtron.

23 years agoDon't try to compile v6-only files if NOINET6.
Bill Fenner [Wed, 11 Jul 2001 21:46:06 +0000 (21:46 +0000)]
Don't try to compile v6-only files if NOINET6.

PR: misc/28287 , misc/28288

23 years agoDocument SET CONSOLE SERIAL/GRAPHICS for NoName as well
Wilko Bulte [Wed, 11 Jul 2001 18:33:58 +0000 (18:33 +0000)]
Document SET CONSOLE SERIAL/GRAPHICS for NoName as well

Suggested by: bob@sfcei.com

23 years agoCommited patch for uni signaling fix.
Jim Pirzyk [Wed, 11 Jul 2001 16:31:50 +0000 (16:31 +0000)]
Commited patch for uni signaling fix.

PR: kern/28748
Submitted by: Richard Hodges <rh@matriplex.com>
MFC after: 2 weeks

23 years agoDue to the documented bug in inet_aton(3), it wasn't possible
Ruslan Ermilov [Wed, 11 Jul 2001 16:11:15 +0000 (16:11 +0000)]
Due to the documented bug in inet_aton(3), it wasn't possible
to use 0xffffffff (INADDR_NONE) as a netmask value.  The fix
is to use inet_addr(3) which doesn't suffer from this problem.

PR: bin/28873

Also, while here, fixed the bug when netmask value was ignored
(RTF_HOST flag was set) if the "destination gateway netmask"
syntax is used, e.g. ``route add 1.2.3.4 127.1 255.255.255.255''.

23 years agoAdd ftp2.jp.freebsd.org as IPv6 ready mirror server.
Hajimu UMEMOTO [Wed, 11 Jul 2001 11:24:06 +0000 (11:24 +0000)]
Add ftp2.jp.freebsd.org as IPv6 ready mirror server.
Now, ftp2.jp.freebsd.org is serverd by IIJ.

MFC after: 1 week

23 years agomdoc(7) police: fixed markup and some content typos.
Ruslan Ermilov [Wed, 11 Jul 2001 10:31:49 +0000 (10:31 +0000)]
mdoc(7) police: fixed markup and some content typos.

23 years agomdoc(7) police: fixed markup.
Ruslan Ermilov [Wed, 11 Jul 2001 09:13:12 +0000 (09:13 +0000)]
mdoc(7) police: fixed markup.

23 years agomdoc(7) police: fixed markup.
Ruslan Ermilov [Wed, 11 Jul 2001 08:59:10 +0000 (08:59 +0000)]
mdoc(7) police: fixed markup.

23 years agomdoc(7) police: fixed markup and program name.
Ruslan Ermilov [Wed, 11 Jul 2001 08:51:18 +0000 (08:51 +0000)]
mdoc(7) police: fixed markup and program name.

23 years agomdoc(7) police: fixed markup, a little bit.
Ruslan Ermilov [Wed, 11 Jul 2001 08:36:26 +0000 (08:36 +0000)]
mdoc(7) police: fixed markup, a little bit.

23 years agomdoc(7) police: fixed markup any numerous typos.
Ruslan Ermilov [Wed, 11 Jul 2001 08:35:34 +0000 (08:35 +0000)]
mdoc(7) police: fixed markup any numerous typos.

23 years agoCall disk_destroy in cdcleanup() as appropriate.
Dima Dorfman [Wed, 11 Jul 2001 05:16:27 +0000 (05:16 +0000)]
Call disk_destroy in cdcleanup() as appropriate.

PR: 24596
Reviewed by: ken

23 years ago I have gone through all of the functions and added
Alfred Perlstein [Wed, 11 Jul 2001 03:51:44 +0000 (03:51 +0000)]
I have gone through all of the functions and added
    the correct includes and changed the functions as
    requested.

Submitted by: Chad David <davidc@acns.ab.ca>

23 years agoAdd 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and
Brian S. Dean [Wed, 11 Jul 2001 03:15:25 +0000 (03:15 +0000)]
Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and
'dwatch'.  The new commands install hardware watchpoints if supported
by the architecture and if there are enough registers to cover the
desired memory area.

No objection by: audit@, hackers@

MFC after: 2 weeks

23 years agoHmm. Let's try this on for size...
Matt Jacob [Wed, 11 Jul 2001 02:34:21 +0000 (02:34 +0000)]
Hmm. Let's try this on for size...

We originally had it such that if the connection topology was FL-loop
(public loop), we never looked at any local loop addresses. The reason
for not doing that was fear or concern that we'd see the same local
loop disks reflected from the name server and we'd attach them twice.

However, when I recently hooked up a JBOD and a system to an ANCOR SA-8
switch, the disks did *not* show up on the fabric. So at least the
ANCOR is screening those disks from appearing on the fabric. Now, it's
possible this is a 'feature' of the ANCOR. When I get a chance, I'll
check the Brocade (it's hard to do this on a low budget).

In any case, if they *do* also show up on the fabric, we should
simply elect to not log into them because we already have an
entry for the local loop. There is relatively unexercised code
just for this case.

MFC after: 2 weeks

23 years agoSanity guard- return ENODEV if we don't have a good IRQ resource.
Matt Jacob [Wed, 11 Jul 2001 02:24:28 +0000 (02:24 +0000)]
Sanity guard- return ENODEV if we don't have a good IRQ resource.

23 years agoSlight cleanliness- add an unlock of Giant in one dopanic case. Do
Matt Jacob [Wed, 11 Jul 2001 02:23:31 +0000 (02:23 +0000)]
Slight cleanliness- add an unlock of Giant in one dopanic case. Do
some very minor formatting changes.

23 years agoCorrect spelling in a comment and remove trailing newline from a
Dima Dorfman [Wed, 11 Jul 2001 02:04:43 +0000 (02:04 +0000)]
Correct spelling in a comment and remove trailing newline from a
panic() call (panic() adds it itself).

23 years agoNew release note: FreeBSD-SA-01:42.
Bruce A. Mah [Wed, 11 Jul 2001 01:10:45 +0000 (01:10 +0000)]
New release note:  FreeBSD-SA-01:42.

23 years agoTwo optimizations:
Bill Paul [Tue, 10 Jul 2001 23:07:15 +0000 (23:07 +0000)]
Two optimizations:

1) Bite the bullet, and allow unaligned accesses without buffer copies
   on the i386 platform. According to some tests run by Andrew Gallatin,
   the buffer copy performance hit is greater than the unaligned access
   performance hit (especially with jumbo frames). We still need to copy
   everywhere else.

2) Enable interrupt moderation with a 100us timeout.

Submitted by: Andrew Gallatin <no longer at duke.edu>
MFC after: 1 week

23 years agoBring in dirhash, a simple hash-based lookup optimisation for large
Ian Dowse [Tue, 10 Jul 2001 21:21:29 +0000 (21:21 +0000)]
Bring in dirhash, a simple hash-based lookup optimisation for large
directories. When enabled via "options UFS_DIRHASH", in-core hash
arrays are maintained for large directories. These allow all
directory operations to take place quickly instead of requiring
long linear searches. For now anyway, dirhash is not enabled by
default.

The in-core hash arrays have a memory requirement that is approximately
half the size of the size of the on-disk directory file. A number
of new sysctl variables allow control over which directories get
hashed and over the maximum amount of memory that dirhash will use:

  vfs.ufs.dirhash_minsize
    The minimum on-disk directory size for which hashing should be
    used. The default is 2560 (2.5k).

  vfs.ufs.dirhash_maxmem
    The system-wide maximum total memory to be used by dirhash data
    structures. The default is 2097152 (2MB).

The current amount of memory being used by dirhash is visible
through the read-only sysctl variable vfs.ufs.dirhash_maxmem.
Finally, some extra sanity checks that are enabled by default, but
which may have an impact on performance, can be disabled by setting
vfs.ufs.dirhash_docheck to 0.

Discussed on: -fs, -hackers

23 years agomdoc(7) police: eliminate warnings.
Ruslan Ermilov [Tue, 10 Jul 2001 18:43:07 +0000 (18:43 +0000)]
mdoc(7) police: eliminate warnings.

23 years agomdoc(7) police: removed punctuation after the last SEE ALSO xref.
Ruslan Ermilov [Tue, 10 Jul 2001 18:00:19 +0000 (18:00 +0000)]
mdoc(7) police: removed punctuation after the last SEE ALSO xref.

23 years agomdoc(7) police: sort SEE ALSO xrefs.
Ruslan Ermilov [Tue, 10 Jul 2001 17:52:29 +0000 (17:52 +0000)]
mdoc(7) police: sort SEE ALSO xrefs.

23 years agoVCS ID fixup
David E. O'Brien [Tue, 10 Jul 2001 17:50:46 +0000 (17:50 +0000)]
VCS ID fixup

23 years agostyle nits
David E. O'Brien [Tue, 10 Jul 2001 17:48:07 +0000 (17:48 +0000)]
style nits

23 years agoAdd $FreeBSD$ CVS tag.
Ruslan Ermilov [Tue, 10 Jul 2001 17:23:07 +0000 (17:23 +0000)]
Add $FreeBSD$ CVS tag.

23 years agoUpgrade to Groff 1.17.2.
Ruslan Ermilov [Tue, 10 Jul 2001 17:15:52 +0000 (17:15 +0000)]
Upgrade to Groff 1.17.2.

23 years agoMerge Groff 1.17.2 changes.
Ruslan Ermilov [Tue, 10 Jul 2001 17:15:31 +0000 (17:15 +0000)]
Merge Groff 1.17.2 changes.

23 years agoUse stock (FSF) version of this file.
Ruslan Ermilov [Tue, 10 Jul 2001 17:14:46 +0000 (17:14 +0000)]
Use stock (FSF) version of this file.

23 years agoProvide a hint for the OPIE 'insecure' mode.
Mark Murray [Tue, 10 Jul 2001 17:11:02 +0000 (17:11 +0000)]
Provide a hint for the OPIE 'insecure' mode.

23 years agoThis commit was generated by cvs2svn to compensate for changes in r79546,
Ruslan Ermilov [Tue, 10 Jul 2001 17:10:51 +0000 (17:10 +0000)]
This commit was generated by cvs2svn to compensate for changes in r79546,
which included commits to RCS files with non-trunk default branches.

23 years agoThis commit was generated by cvs2svn to compensate for changes in r79543,
Ruslan Ermilov [Tue, 10 Jul 2001 17:09:00 +0000 (17:09 +0000)]
This commit was generated by cvs2svn to compensate for changes in r79543,
which included commits to RCS files with non-trunk default branches.

23 years agoVirgin import of FSF groff v1.17.2
Ruslan Ermilov [Tue, 10 Jul 2001 17:09:00 +0000 (17:09 +0000)]
Virgin import of FSF groff v1.17.2

23 years agoFix a horrible bug introduced by myself where the options collection
Mark Murray [Tue, 10 Jul 2001 16:59:30 +0000 (16:59 +0000)]
Fix a horrible bug introduced by myself where the options collection
keeps on growing as the module stack is parsed.

23 years agoMake this build again after breakage from previous commits.
Doug Rabson [Tue, 10 Jul 2001 16:18:20 +0000 (16:18 +0000)]
Make this build again after breakage from previous commits.

23 years agomdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov [Tue, 10 Jul 2001 15:31:11 +0000 (15:31 +0000)]
mdoc(7) police: removed HISTORY info from the .Os call.

23 years agomdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov [Tue, 10 Jul 2001 15:12:08 +0000 (15:12 +0000)]
mdoc(7) police: removed HISTORY info from the .Os call.

23 years agobzip2(1) is in the base system - we don't need /usr/local/bin in the PATH
Maxim Sobolev [Tue, 10 Jul 2001 15:10:47 +0000 (15:10 +0000)]
bzip2(1) is in the base system - we don't need /usr/local/bin in the PATH
anymore.

23 years agomdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov [Tue, 10 Jul 2001 14:16:33 +0000 (14:16 +0000)]
mdoc(7) police: removed HISTORY info from the .Os call.

23 years agoFix dependencies between kernel options:
Kazutaka YOKOTA [Tue, 10 Jul 2001 14:13:34 +0000 (14:13 +0000)]
Fix dependencies between kernel options:
- When both SC_PIXEL_MODE and SC_NO_FONT_LOADING are defined,
  quietly drop SC_NO_FONT_LOADING, because the pixel(raster)
  console requires font.
- When SC_NO_FONT_LOADING is defined, force SC_ALT_MOUSE_IMAGE.
  Without font, the arrow-shaped mouse cursor cannot be drawn.
- Fiddle and simplify some internal macros.
MFC after: 2 weeks

23 years agoFix typo: "fending of" -> "fending off"
Sheldon Hearn [Tue, 10 Jul 2001 14:09:37 +0000 (14:09 +0000)]
Fix typo: "fending of" -> "fending off"

23 years agomdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov [Tue, 10 Jul 2001 13:41:46 +0000 (13:41 +0000)]
mdoc(7) police: removed HISTORY info from the .Os call.

23 years agomdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov [Tue, 10 Jul 2001 11:04:34 +0000 (11:04 +0000)]
mdoc(7) police: removed HISTORY info from the .Os call.

23 years agomdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov [Tue, 10 Jul 2001 10:49:54 +0000 (10:49 +0000)]
mdoc(7) police: removed HISTORY info from the .Os call.

23 years agomdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov [Tue, 10 Jul 2001 10:42:19 +0000 (10:42 +0000)]
mdoc(7) police: removed HISTORY info from the .Os call.

23 years agomdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov [Tue, 10 Jul 2001 10:04:09 +0000 (10:04 +0000)]
mdoc(7) police: removed HISTORY info from the .Os call.

23 years agoAdded #include <sys/proc.h>
Yoshihiro Takahashi [Tue, 10 Jul 2001 09:59:52 +0000 (09:59 +0000)]
Added #include <sys/proc.h>

Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>

23 years agomdoc(7) police: minor markup tweaks.
Ruslan Ermilov [Tue, 10 Jul 2001 09:37:53 +0000 (09:37 +0000)]
mdoc(7) police: minor markup tweaks.

23 years agomdoc(7) police:
Ruslan Ermilov [Tue, 10 Jul 2001 09:34:55 +0000 (09:34 +0000)]
mdoc(7) police:
Restored .Pa for ``dumpdates'' (it's still a file).
Also, removed duplicate ``file'' words.

23 years agomdoc(7) police: eliminate warnings, fix markup.
Ruslan Ermilov [Tue, 10 Jul 2001 08:04:09 +0000 (08:04 +0000)]
mdoc(7) police: eliminate warnings, fix markup.

23 years agoSort MAN= section.
Alfred Perlstein [Tue, 10 Jul 2001 07:42:35 +0000 (07:42 +0000)]
Sort MAN= section.

23 years agonetbsd 1.5.1 is in jul 2001 (available via ftp already, but we need a concrete
Jun-ichiro itojun Hagino [Tue, 10 Jul 2001 07:29:11 +0000 (07:29 +0000)]
netbsd 1.5.1 is in jul 2001 (available via ftp already, but we need a concrete
date of the announcement)

couple of URL fixes.  From: Petri Koistinen <pkoistin@cs.stadia.fi>
(http://www.byte.com/art/9410/sec8/art3.htm is now a dangling link.
any alternative URL?)

23 years agoInstall:
Alfred Perlstein [Tue, 10 Jul 2001 07:28:11 +0000 (07:28 +0000)]
Install:
cdevsw_add.9 cdevsw_remove.9 devsw.9
major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9

23 years agoDocument some of the dev_t related APIs.
Alfred Perlstein [Tue, 10 Jul 2001 07:25:18 +0000 (07:25 +0000)]
Document some of the dev_t related APIs.

Submitted by: Chad David <davidc@acns.ab.ca>

23 years agoFix rule parsing breakage introduced in 1.103 cleanup. 'tcp' and
Crist J. Clark [Tue, 10 Jul 2001 05:44:51 +0000 (05:44 +0000)]
Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' and
'icmp' rules could drop into infinite loops when given bad arguments.

Reviewed by: ru, des
Approved by: ru

23 years agoUse INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt for
Warner Losh [Tue, 10 Jul 2001 04:43:21 +0000 (04:43 +0000)]
Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt for
pci interrupts for the bridge.

23 years agoLink in new manpages:
Alfred Perlstein [Tue, 10 Jul 2001 04:35:22 +0000 (04:35 +0000)]
Link in new manpages:
BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9
BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9
lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9

23 years agoNote that this function is for debugging purposes.
Alfred Perlstein [Tue, 10 Jul 2001 04:31:33 +0000 (04:31 +0000)]
Note that this function is for debugging purposes.

23 years agoFix explanation of LK_SLEEPFAIL option.
Alfred Perlstein [Tue, 10 Jul 2001 04:29:24 +0000 (04:29 +0000)]
Fix explanation of LK_SLEEPFAIL option.
Remove extra period from end of sentance.

23 years agofix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.
Alfred Perlstein [Tue, 10 Jul 2001 04:27:03 +0000 (04:27 +0000)]
fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.

23 years agoDocument some of the kernel API dealing with locks used primarily by VFS.
Alfred Perlstein [Tue, 10 Jul 2001 04:22:14 +0000 (04:22 +0000)]
Document some of the kernel API dealing with locks used primarily by VFS.

Submitted by: Chad David <davidc@acns.ab.ca>

23 years agoMFS: add the FreeBSD history.
David E. O'Brien [Tue, 10 Jul 2001 00:12:50 +0000 (00:12 +0000)]
MFS: add the FreeBSD history.

23 years agoGive the FreeBSD history also.
David E. O'Brien [Tue, 10 Jul 2001 00:11:00 +0000 (00:11 +0000)]
Give the FreeBSD history also.

23 years agoSomehow I missed this. Use INTR_TYPE_AV (high priority) instead of
Peter Wemm [Mon, 9 Jul 2001 23:44:54 +0000 (23:44 +0000)]
Somehow I missed this. Use INTR_TYPE_AV (high priority) instead of
INTR_TYPE_TTY (lowest priority).

23 years agostyle nit
David E. O'Brien [Mon, 9 Jul 2001 23:12:23 +0000 (23:12 +0000)]
style nit

23 years agoAdd LIBBZ2.
David E. O'Brien [Mon, 9 Jul 2001 22:00:32 +0000 (22:00 +0000)]
Add LIBBZ2.

23 years agoWhoops; we get an ACPI_OBJECT back from evaluating a method, not
Mike Smith [Mon, 9 Jul 2001 21:24:59 +0000 (21:24 +0000)]
Whoops; we get an ACPI_OBJECT back from evaluating a method, not
an ACPI_OPERAND_OBJECT.  Fix this so that the power resource type
can be properly checked, and we can get the system level and
resource order.

23 years agoNew release notes: sysctl for TCP ISN fix, fsck_msdosfs(8), dump(8) -D,
Bruce A. Mah [Mon, 9 Jul 2001 21:21:38 +0000 (21:21 +0000)]
New release notes:  sysctl for TCP ISN fix, fsck_msdosfs(8), dump(8) -D,
OPIE replaced S/Key.

23 years agoLog when the user is turning debugging on/off.
Joerg Wunsch [Mon, 9 Jul 2001 21:11:10 +0000 (21:11 +0000)]
Log when the user is turning debugging on/off.
Also sanitize the TRACE* macros a bit so they syntactically behave like
single C statements (even inside in `if' statement).

Submitted by: des

23 years agoHmpf, remove two variables that got unused by rev 1.214.
Joerg Wunsch [Mon, 9 Jul 2001 21:00:02 +0000 (21:00 +0000)]
Hmpf, remove two variables that got unused by rev 1.214.

23 years agoOuch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds
Joerg Wunsch [Mon, 9 Jul 2001 20:53:19 +0000 (20:53 +0000)]
Ouch, calculate correctly.  With 300 rpm and 25 retries, it's 5 seconds
till timeout.

23 years agoRemove parts of rev 1.211 again: do not delete our children iff they
Joerg Wunsch [Mon, 9 Jul 2001 20:50:41 +0000 (20:50 +0000)]
Remove parts of rev 1.211 again: do not delete our children iff they
haven't been probed successfully.  It's a known bug that ISA hints
processing instantiates those devices, and prematurely killing them
has other unwanted side-effects.

23 years agoAs des' example shows us, DMA overruns could happen in a situation
Joerg Wunsch [Mon, 9 Jul 2001 20:46:45 +0000 (20:46 +0000)]
As des' example shows us, DMA overruns could happen in a situation
where they will never succeed.  Add a stop-gap measure that will at
least eventually timeout the operation instead of retrying it
indefinately.

MFC after: 1 month

23 years agoDocument more resolver(3) routines: dn_skip() from resolv.h, and
Anton Berezin [Mon, 9 Jul 2001 20:46:00 +0000 (20:46 +0000)]
Document more resolver(3) routines: dn_skip() from resolv.h, and
ns_get16(), ns_get32(), ns_put16(), and ns_put32() from arpa/nameser.h.

Markup by: ru
OK'ed by: markm

23 years agoAdd SYSCTL ints for default normal I/O timeout && retry counts.
Matt Jacob [Mon, 9 Jul 2001 19:18:00 +0000 (19:18 +0000)]
Add SYSCTL ints for default normal I/O timeout && retry counts.

This is useful if you want to dynamically move into a Fibre Channel
or Multi-initiator environment that happens to be particularly noisy
and ugly that requires a lot of retries (with shorter I/O timeouts)
for commands destried by LIPs or Bus Resets.

Reviewed by: deafening silence on audit && scsi on the retry counts
MFC after: 2 weeks

23 years agoConstify the fstype argument to vfs_mount(). This eliminates at least one
Dag-Erling Smørgrav [Mon, 9 Jul 2001 19:11:51 +0000 (19:11 +0000)]
Constify the fstype argument to vfs_mount().  This eliminates at least one
"call discards qualifier" warning (in sys/compat/linux/linux_file.c).

23 years agoDon't share sig handlers after an exec
Guido van Rooij [Mon, 9 Jul 2001 19:01:42 +0000 (19:01 +0000)]
Don't share sig handlers after an exec

Reviewed by: Alfred Perlstein

23 years agoGet rid of useless bcopy (the next statement was equivalent)
Guido van Rooij [Mon, 9 Jul 2001 19:00:08 +0000 (19:00 +0000)]
Get rid of useless bcopy (the next statement was equivalent)

23 years agoClean up (and in some cases write) the PAM mudules, using
Mark Murray [Mon, 9 Jul 2001 18:20:51 +0000 (18:20 +0000)]
Clean up (and in some cases write) the PAM mudules, using
o The new options-processing API
o The new DEBUG-logging API

Add man(1) pages for ALL modules. MDOC-Police welcome
to check this.

Audit, clean up while I'm here.

23 years agoBump the major number. The libraries API has changed incompatibly.
Mark Murray [Mon, 9 Jul 2001 18:16:33 +0000 (18:16 +0000)]
Bump the major number. The libraries API has changed incompatibly.