142224 Commits

Author SHA1 Message Date
yamt
6fce056253 mark /usr/include/nfs/nfs_var.h obsolete. 2006-01-03 12:49:36 +00:00
yamt
dbf3dbe4b0 don't install nfs_var.h. 2006-01-03 12:47:51 +00:00
yamt
27dc8f3f48 move function prototypes from nfs.h to nfs_var.h. 2006-01-03 12:30:46 +00:00
yamt
7416ebb551 nfssvc_nfsd: reduce a chance for a slow peer to capture all our threads.
instead of sleeping to wait for the socket to send our reply,
just hand-off our reply to the thread which is holding the socket.
2006-01-03 12:30:01 +00:00
yamt
a5da6cae5b remove a few unnecessary caddr_t casts. 2006-01-03 11:41:50 +00:00
yamt
acff143090 improve nfsd locking.
- don't bother to take nfs_sndlock when doing nfsrv_rcv.
  unlike client, we never reconnect.
- nfsrv_getstream: fix the case that m_split sleeps.
- free socket in nfsrv_slpderef rather than nfsrv_zapsock.
  fix race with nfssvc_nfsd.
- while i'm here, remove NFSD_WAITING and NFSD_REQINPROG
  as they are redundant.
- some comments and assertions.
2006-01-03 11:41:03 +00:00
rumble
b4ad7ed6ec Typo: add a missing article. 2006-01-03 02:17:22 +00:00
rumble
a2cdb58340 Mention that some IBM Etherjet cards are X3201-3's. 2006-01-03 02:15:15 +00:00
rumble
fffc3b7bd8 Fix a little comment typo. 2006-01-03 02:11:57 +00:00
rumble
809e7519ba Fix the comment. It is perfectly valid to have a kernel that supports
MIPS1 and MIPS3. However, we need a separate config due to different
start addresses.
2006-01-03 02:09:02 +00:00
rumble
a8a473f44e As noted in sys/dev/pci/cs4280.c, the cs461x chips are not fully supported
and the wss(4) or sb(4) drivers should be used instead. The man page
previously implied full support.
2006-01-03 01:59:25 +00:00
uwe
6922812a19 Spell HP 620LX correctly.
A comment about scif(4) should refer SCIFCONSOLE.  SCICONSOLE is for sci(4).
Add a comment before hd64461if, so that it's clear it's not for PERSONA only.
Add (commented out) HD64461{PCMCIA,VIDEO}_DEBUG, HD64461VIDEO_HWACCEL.
2006-01-03 01:47:37 +00:00
rumble
71b162b8f8 I believe that the VME bus is optional, but a GIO bus is always found. 2006-01-03 01:41:54 +00:00
rumble
c1a87362c3 Note that not all gio bus devices require the use of the HPC. Also, mention
existence in the 4D/3x series and the three GIO bus types.
2006-01-03 01:35:52 +00:00
uwe
ba99e8a02c Nuke __P. 2006-01-03 01:29:46 +00:00
rumble
b7eab49e74 Fix several typos and improve english. 2006-01-03 01:22:51 +00:00
uwe
68ef13b0ba HD64461VIDEO options now come from "opt_hd64461video.h". 2006-01-03 01:15:47 +00:00
uwe
63bf4c684b Properly defflag HD64461VIDEO_HWACCEL to opt_hd64461pcmcia.h (new file).
Put HD64461VIDEO_DEBUG there as well to minimize impact on unrelated
sources.
2006-01-03 01:15:04 +00:00
uwe
b2a5d74369 Fix constification fallout under #ifdef HD64461PCMCIA_DEBUG. 2006-01-03 01:07:54 +00:00
uwe
dd228393cb HD64461PCMCIA options now come from "opt_hd64461pcmcia.h". 2006-01-03 01:06:45 +00:00
uwe
346947ed0e Put HD64461PCMCIA_REORDER_ATTACH to opt_hd64461pcmcia.h (new file).
Put HD64461PCMCIA_DEBUG there as well to minimize impact on unrelated
sources.
2006-01-03 01:05:55 +00:00
uwe
8214ff33f4 Be more consistent about whitespace. 2006-01-03 00:54:56 +00:00
garbled
0f9fab16a0 Fix a spello, and change the intent of the message slightly. 2006-01-03 00:15:45 +00:00
uwe
5804629139 KNF: space after the keyword, blank line between function declarations
and variable definitions.
2006-01-02 23:37:34 +00:00
uwe
6ee797fb71 Prepend "cpu0: " to autoconfiguration messages.
While here move separator space to the beginning of optional messages.
Tweak write-through/back message so that is parses as expected.

PR: port-sh3/31315
2006-01-02 23:32:11 +00:00
uwe
e968ab9426 Prepend "cpu0: " to autoconfiguration messages.
While here re-wrap some lines to be more readable.

PR: port-sh3/31315
2006-01-02 23:30:33 +00:00
uwe
3099c2f7de Add space between cpu speed and "MHz" in the attachment message. 2006-01-02 23:16:20 +00:00
manu
a4e775f913 regen 2006-01-02 23:12:50 +00:00
manu
8756a32ca6 Add support for nForce430 ATA133 and SATA controllers. My disks now run
at a decent speed.
2006-01-02 23:12:23 +00:00
is
a19aac46b7 Make the bootblocks compile again using the shared libc functions. 2006-01-02 22:10:31 +00:00
uwe
e177fb2157 Spell LK_CANRECURSE correctly in the comment. 2006-01-02 21:53:30 +00:00
tron
85c59666a3 Regen. 2006-01-02 21:49:44 +00:00
tron
99e5326f57 Fix cut and paste error. Noted by Bernhard Moellemann. 2006-01-02 21:48:41 +00:00
yamt
07684acc5e nfs_inactive:
- use LK_CANRECURSE instead of LK_RECURSEFAIL.
  PR/32435 from Valeriy E. Ushakov.
- panic explicitly if the parent directory has been revoked.
  add an XXX comment.
2006-01-02 21:43:24 +00:00
garbled
fd2134d98b Add repeat mode to cdplay(1) per PR bin/13970
Applied the second patch in the PR, with minor tweaking, and adjusted
manpage for change.
2006-01-02 21:29:53 +00:00
xtraeme
f5294a2b2e Remove the amd_powernow_probe() function introduced in the powernow
patch. Now we check for powernow capable cpus only if it's AMD and
family 6 (in the amd_family6_setup() function).

Fixes the panic reported by Steven M. Bellovin (tested by him too).
2006-01-02 20:55:42 +00:00
uwe
ba474401d6 In kloader_open print errno if namei or vn_open fail.
Use consistent style for error messages.
While here, return NULL instead on 0 on error.
2006-01-02 20:51:09 +00:00
garbled
a25ab7d823 Change "garbled time" panic to a message that gives the user a better
idea of what happened.  Addresses PR bin/12463
2006-01-02 20:18:59 +00:00
garbled
6ac601d8c4 Add error printing for ENAMETOOLONG. Partially addresses PR bin/13850 .
The actual bug mentioned in that PR no longer exists, but it does cause:
~~~~~: error 63
Which this fix cleans up.
2006-01-02 19:10:33 +00:00
uwe
4224340c16 Handle the case when control transfer instruction jumps to its own
delay slot (e.g. PLT entries use such code).  We can not set the
breakpoint there, as trapa is illegal in the delay slot.  Set the
breakpoint to the next instruction instead.  We are guaranteed to
arrive there, as control transfers are illegal in the delay slot.
2006-01-02 17:35:55 +00:00
rumble
ef94d87056 Fix a small typo and tweak wording slightly. 2006-01-02 16:45:44 +00:00
tron
63f7e82864 Regen. 2006-01-02 12:49:29 +00:00
tron
a406c78c32 - Spell NVIDIA as "NVIDIA" instead of "Nvidia". This matches their
website and viaide(4).
- Add entry for builtin ethernet of NVIDIA nForce4 chipset.
  Information provided by Bernhard Moellemann.
2006-01-02 12:48:34 +00:00
christos
13d27fec78 recognize 307 redirect code. 2006-01-02 12:30:01 +00:00
heas
b6a4c18d48 Contribute to the rnd entropy pool (already attached as a source). 2006-01-02 05:46:25 +00:00
yamt
95b350ea52 ppp_dequeue: fix a mbuf leak/packet loss introduced by rev.1.104. 2006-01-02 01:42:36 +00:00
elad
8682fa88f0 This commit log is rated PG-13.
Remove MDMA.

Apparently, "LJBF" is a very commonly used slang acronym; but not the
street name for ecstasy. If you frequest #teenchat, that is.

For some time I learned that people often automatically go to wtf(6)
when stumbling upon a new acronym, and that was also indicated by
the additions to the acronyms file in the CVS log. The very initial
commit does not provide any guidelines for this file, and I honestly
think that we should step outside the computer chat bubble and try
to fill up this file with terms used *online* elsewhere.
2006-01-01 19:02:08 +00:00
yamt
f79b461ad5 update MAXNFSDCNT and bump date. 2006-01-01 17:03:54 +00:00
yamt
46a5c6f4e8 vn_lock: LK_CANRECURSE is used by layered filesystems. pointed by cube@. 2006-01-01 16:45:42 +00:00
he
f5a8e7919c Add an obviously missing double-quote. 2006-01-01 15:05:32 +00:00