Warner Losh
f939cab371
Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt for
...
pci interrupts for the bridge.
2001-07-10 04:43:21 +00:00
Alfred Perlstein
5c5e4328d3
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
2001-07-10 04:35:22 +00:00
Alfred Perlstein
983bb14077
Note that this function is for debugging purposes.
2001-07-10 04:31:33 +00:00
Alfred Perlstein
275a0fac29
Fix explanation of LK_SLEEPFAIL option.
...
Remove extra period from end of sentance.
2001-07-10 04:29:24 +00:00
Alfred Perlstein
ec12cfb58b
fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.
2001-07-10 04:27:03 +00:00
Alfred Perlstein
82ed18ac0c
Document some of the kernel API dealing with locks used primarily by VFS.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 04:22:14 +00:00
David E. O'Brien
8dfd7bcddf
MFS: add the FreeBSD history.
2001-07-10 00:12:50 +00:00
David E. O'Brien
6e6c8a08c8
Give the FreeBSD history also.
2001-07-10 00:11:00 +00:00
Peter Wemm
57385865a9
Somehow I missed this. Use INTR_TYPE_AV (high priority) instead of
...
INTR_TYPE_TTY (lowest priority).
2001-07-09 23:44:54 +00:00
David E. O'Brien
fb8d590c0e
style nit
2001-07-09 23:12:23 +00:00
David E. O'Brien
ae394d3ffc
Add LIBBZ2.
2001-07-09 22:00:32 +00:00
Mike Smith
dfcd35dd08
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.
2001-07-09 21:24:59 +00:00
Bruce A. Mah
20dc1576ee
New release notes: sysctl for TCP ISN fix, fsck_msdosfs(8), dump(8) -D,
...
OPIE replaced S/Key.
2001-07-09 21:21:38 +00:00
Joerg Wunsch
0e17a5bcdb
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
2001-07-09 21:11:10 +00:00
Joerg Wunsch
5d54fe9172
Hmpf, remove two variables that got unused by rev 1.214.
2001-07-09 21:00:02 +00:00
Joerg Wunsch
83edbfa5ff
Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds
...
till timeout.
2001-07-09 20:53:19 +00:00
Joerg Wunsch
e3b525a006
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.
2001-07-09 20:50:41 +00:00
Joerg Wunsch
3fef646ef0
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
2001-07-09 20:46:45 +00:00
Anton Berezin
b5b2871f9d
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
2001-07-09 20:46:00 +00:00
Matt Jacob
5819b85009
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
2001-07-09 19:18:00 +00:00
Dag-Erling Smørgrav
f0cc1c6f81
Constify the fstype argument to vfs_mount(). This eliminates at least one
...
"call discards qualifier" warning (in sys/compat/linux/linux_file.c).
2001-07-09 19:11:51 +00:00
Guido van Rooij
333ea48563
Don't share sig handlers after an exec
...
Reviewed by: Alfred Perlstein
2001-07-09 19:01:42 +00:00
Guido van Rooij
9b956e9897
Get rid of useless bcopy (the next statement was equivalent)
2001-07-09 19:00:08 +00:00
Mark Murray
1642eb1a52
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.
2001-07-09 18:20:51 +00:00
Mark Murray
5d87b61e6f
Bump the major number. The libraries API has changed incompatibly.
2001-07-09 18:16:33 +00:00
Mark Murray
c3a080c527
Almost completely rewrite the PAM module options processing
...
routines, and provide a more extended API for doing this.
Provide an API for debug logging.
Audit and clean up the code.
2001-07-09 18:14:43 +00:00
Mark Murray
1ba0449fc5
Add the WANT_INSECURE_OPIE frob which is useful for debugging and
...
over secure (encrypted) links.
Add a MLINK for skey(4) to opie(4) to assist in the transition.
2001-07-09 18:08:16 +00:00
Bill Paul
75ff968cd5
Apply patch supplied by Jonathan Chen: use the correct arguments to
...
pci_enable_io(). We need to use SYS_RES_IOPORT/SYS_RES_MEMORY instead
of PCIM_CMD_PORTEN/PCIM_CMD_MEMEN.
2001-07-09 17:58:42 +00:00
Mark Murray
ccdee0d9f4
Axe S/Key. OPIE is the legal successor.
2001-07-09 17:52:34 +00:00
Mark Murray
132463cacb
Axe S/Key. OPIE is the true and faithful successor.
2001-07-09 17:49:34 +00:00
Mark Murray
fa1746c93c
Remove S/Key. PAM can do its job. Well, not quite - there is an issue
...
with the conversation function and challenges which needs to be
revisited, so in the interim a hack is introduced to provide
an OPIE challenge (which is random if OPIE does not apply)
at all non-anonymnous logins.
2001-07-09 17:46:24 +00:00
Mark Murray
8509234471
Remove the S/Key key-handling apps, which are no longer needed, as
...
they are replaced by opiepasswd, opieinfo and opiekey.
2001-07-09 17:40:57 +00:00
Mark Murray
875afe974f
Provide a WANT_INSECURE_OPIE compile-time option, which is useful if
...
you encrypt all traffic routinely, and is also useful for debugging.
Also, (properly) set SUID bit on relevant apps - opieinfo and
opiepasswd, which need it to mess with /etc/opiekeys.
2001-07-09 17:37:52 +00:00
Mark Murray
20934175ae
Goodbye S/Key, Hello OPIE.
...
I believe I have done due dilligence on this, but I'd appreciate
decent test scenarios and sucess (or failure) reports.
2001-07-09 17:34:22 +00:00
Warner Losh
66abd14823
Note that spls are noops
2001-07-09 16:06:06 +00:00
Bruce A. Mah
a2ddea9863
Better support for multi-lingual release documentation. We now support
...
language-dependant SGML catalogs (in ${LANG_CODE}/share/sgml) and also
use a default.dsl stylesheet similar to what the rest of the DocProj
documents use.
Requested by: hrs, Alex Kapranoff <kapr@acm.org>
Reviewed by: hrs, dd
MFC after: 2 days
2001-07-09 16:01:38 +00:00
Ruslan Ermilov
e25e8ab41c
mdoc(7) police: eliminate -ww warnings.
2001-07-09 15:54:36 +00:00
Ruslan Ermilov
42dadc4a58
mdoc(7) police: eliminate -ww warnings.
2001-07-09 15:46:02 +00:00
David E. O'Brien
863f7db9bb
Fix disordering.
2001-07-09 11:06:47 +00:00
David E. O'Brien
4879cc0787
Add fsck_msdosfs
2001-07-09 11:06:21 +00:00
David E. O'Brien
0120256800
Style tweaks.
2001-07-09 10:38:15 +00:00
David E. O'Brien
0121b42aca
Add fsck_msdosfs.
...
Obtained from: NetBSD
2001-07-09 10:35:18 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Brian Somers
7bc6d0158f
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
Brian Somers
b5b15b9e7f
Fix the type of the last arg to execl()
...
Obtained from: OpenBSD
2001-07-09 08:17:47 +00:00
Alfred Perlstein
ffe734e3a2
Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf.
2001-07-09 07:15:51 +00:00
Alfred Perlstein
8981fef84c
Document kernel API for vfs_busy(), vfs_mount(), vfs_unbusy(), and
...
vinvalbuf().
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-09 06:47:10 +00:00
David E. O'Brien
fbd7787b32
It is just stupid to have to do ``<ESC>!rm -f %'' to write a file you own.
...
So lets stop that nonsense and allow `w!' to do something useful.
Submitted by: green
2001-07-09 04:11:33 +00:00
Dag-Erling Smørgrav
bf3009895e
Fix missing newline and terminator at the end of the vm.zone sysctl.
2001-07-09 03:37:33 +00:00
Matthew Dillon
988d64c256
Add manual page and usage for dump -D (supplied by Dima Dorfman) (will also
...
be MFC'd)
Submitted by: Dima Dorfman <dima@unixfreak.org>
2001-07-09 03:06:56 +00:00