Nate Lawson
ec693c0e79
Quirk for Sony USB disk-on-key device.
...
PR: kern/46386
Submitted by: dillon
MFC after: 3 days
2003-01-13 05:09:07 +00:00
David E. O'Brien
497c45b6e1
Enable rl(4). It is now fully working using busdma.
2003-01-13 04:06:38 +00:00
David E. O'Brien
44ea4fc8d6
Regenerate
2003-01-13 03:58:41 +00:00
Jeff Roberson
8fb913face
- Unbreak world. I did not notice that libkvm was still used in some places
...
to access the pctcpu. This will have to be sorted out more later as the
new scheduler requires a procedural interface for this data. A more
complete solution will follow.
2003-01-13 03:42:41 +00:00
Benno Rice
e9a0b8260e
Correct an off-by-one error in the calculation of the number of interrupt
...
resources we're managing.
2003-01-13 03:24:07 +00:00
Tim J. Robbins
2c19171bc1
Lock the stream before calling __sfileno() to retrieve the file descriptor.
...
1003.1-2001 requires that fileno() behave as if it locks the stream.
2003-01-13 02:58:18 +00:00
Tim J. Robbins
83bb3b4979
Add missing word to "Return Values" section.
2003-01-13 01:29:14 +00:00
Matthew Dillon
48e3128b34
Bow to the whining masses and change a union back into void *. Retain
...
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.
2003-01-13 00:33:17 +00:00
Alan Cox
a15700fe32
Make vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZERO is specified.
...
The objective being to eliminate some cases of page queues locking.
(See, for example, vm/vm_fault.c revision 1.160.)
Reviewed by: tegge
(Also, pointed out by tegge that I changed vm_fault.c before changing
vm_page.c. Oops.)
2003-01-12 23:32:46 +00:00
Hiroki Sato
277b215162
MFen: Add `id' attribute to <sect1>.
...
1.9 -> 1.11 early-adopter/article.sgml
1.10 -> 1.12 errata/article.sgml
1.124 -> 1.126 hardware/common/dev.sgml
1.3 -> 1.5 hardware/common/intro.sgml
1.3 -> 1.5 hardware/i386/proc-i386.sgml
1.1 -> 1.3 hardware/ia64/proc-ia64.sgml
1.2 -> 1.4 hardware/pc98/proc-pc98.sgml
1.7 -> 1.9 hardware/sparc64/proc-sparc64.sgml
1.474 -> 1.476 relnotes/common/new.sgml
2003-01-12 22:33:40 +00:00
Hiroki Sato
21b57add18
Merge the following from the English version:
...
1.1 -> 1.2 hardware/pc98/proc-pc98.sgml
1.122 -> 1.124 hardware/common/dev.sgml
1.5 -> 1.7 hardware/sparc64/proc-sparc64.sgml
Submitted by: Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References: [doc-jp-work 581]
2003-01-12 21:34:48 +00:00
Poul-Henning Kamp
6f4f00f114
Add code to make md(4) a GEOM device driver instead of relying in
...
the disk mini-layer.
This is currently not enabled.
2003-01-12 21:16:49 +00:00
David E. O'Brien
f9b7742405
Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY
...
and 3com MAC. Specifications for the Altima PHY are available at:
http://www.altimacom.com/products/ac101L.html
Submitted by: Mikko S. Hyvarinen <morphy@morphy.iki.fi>
2003-01-12 21:03:38 +00:00
Hiroki Sato
05470b579d
Merge the following from the English version:
...
1.424 -> 1.444 relnotes/common/new.sgml
Submitted by: Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References: [doc-jp-work 577]
2003-01-12 19:48:18 +00:00
Jeff Roberson
bcb06d5980
- Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.
...
This will prevent access through mechanisms other than the published
interfaces.
2003-01-12 19:04:49 +00:00
Peter Pentchev
e5930ece05
Forced commit; the previous commit's message should have been:
...
Add 'id' tags to all <sect1> sections to ensure a sensible naming scheme
for the generated HTML documents.
Translators: no content changes.
Discussed with: bmah and udo on -doc
2003-01-12 18:27:04 +00:00
Peter Pentchev
5b14ecc0a4
/tmp/msg
2003-01-12 18:23:15 +00:00
Poul-Henning Kamp
a522a15950
Shift things around a bit in preparation for future evilness.
2003-01-12 17:39:29 +00:00
Mike Barcroft
0f0ca6ffc9
Fix struct iovec documentation to match reality.
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-01-12 15:18:47 +00:00
Udo Erdelhoff
070f13151d
MFbed: translation update
...
hardware/sparc64/proc-sparc64.sgml: 1.6 -> 1.7
2003-01-12 09:55:02 +00:00
Tim J. Robbins
ae3b195fcf
Allowing nent < 0 in aio_suspend() and lio_listio() is just asking for
...
trouble. Return EINVAL instead.
2003-01-12 09:40:23 +00:00
Tim J. Robbins
44a2c818de
Remove "XXX undocumented" comment from lio_listio().
2003-01-12 09:33:16 +00:00
Tim J. Robbins
b0efb842b9
Add a manual page for the lio_listio() syscall. Still needs a bit
...
of polishing.
2003-01-12 09:28:16 +00:00
Warner Losh
26b6ab4e45
Make compile cleanly when USB_DEBUG is defined.
2003-01-12 08:28:14 +00:00
Alan Cox
1761f1829d
vm_fault_copy_entry() needn't clear PG_ZERO because it didn't pass
...
VM_ALLOC_ZERO to vm_page_alloc().
2003-01-12 07:33:16 +00:00
Alan Cox
8febaa4df0
vm_hold_load_pages() needn't clear PG_ZERO because it didn't pass
...
VM_ALLOC_ZERO to vm_page_alloc(). (PG_ZERO is clear by default.)
2003-01-12 06:30:15 +00:00
Mike Makonnen
48055d8c9d
Fix the named script to find the correct pid file for the
...
named(8) daemon by providing a new rc.conf knob: named_pidfile
that defaults to the path specified in the system-installed named.conf(5).
Approved by: markm (mentor)
Reviewed by: dougb
Noticed by : Galen Sampson <galen_sampson@yahoo.com>
Dan Pelleg <daniel+bsd@pelleg.org>
PR: conf/46402
MFC: 2 weeks (with re@ approval)
2003-01-12 04:53:54 +00:00
Matthew Dillon
6690be9efa
It turns out that we do not need to add a new ioctl to unbreak a
...
default-to-deny firewall. Simply turning off IPFW via a preexisting
sysctl does the job. To make it more apparent (since nobody picked up
on this in a week's worth of flames), the boolean sysctl's have been
integrated into the /sbin/ipfw command set in an obvious and straightforward
manner. For example, you can now do 'ipfw disable firewall' or
'ipfw enable firewall'. This is far easier to remember then the
net.inet.ip.fw.enable sysctl.
Reviewed by: imp
MFC after: 3 days
2003-01-12 03:31:10 +00:00
Yoshihiro Takahashi
7a6794e9c4
Merged from sys/isa/fd.c revision 1.244.
2003-01-12 03:11:21 +00:00
Matthew Dillon
cd72f2180b
Change struct file f_data to un_data, a union of the correct struct
...
pointer types, and remove a huge number of casts from code using it.
Change struct xfile xf_data to xun_data (ABI is still compatible).
If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary. There are no operational changes in this
commit.
2003-01-12 01:37:13 +00:00
David E. O'Brien
1bd6f83d4d
Note that the 1E is the 1 Enterprise.
2003-01-11 20:46:55 +00:00
David E. O'Brien
bb6972ab6e
Make iso.1 more readable.
2003-01-11 20:34:34 +00:00
Joerg Wunsch
294d88444b
Bail out of fd_clone() if the parsed unit number doesn't match our
...
expectation.
This solves the problem, where in a constellation with two (or more)
drives, an attempt is made to access a device name for that device
using a historic partition letter, like /dev/fd1c. This is supposed
to create a symlink to the master device, but previously, the link was
always created to /dev/fd0, even if the request was for fd1*.
2003-01-11 20:10:41 +00:00
Eric Anholt
55dbef54ca
Add support for the Intel 82820 UP-only AGP bridge.
...
PR: 41466
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
MFC after: 1 week
2003-01-11 20:08:28 +00:00
Alan Cox
b5dc830507
In vm_page_alloc(), fuse two if statements that are conditioned on the same
...
expression.
2003-01-11 20:07:17 +00:00
Matthew Dillon
654e22e7bb
Cleanup the formatting from the last commit, convert everything to
...
a more human-readable 'kilobytes' instead of pages.
2003-01-11 20:03:43 +00:00
Dag-Erling Smørgrav
9af714a731
FBSDIDize and clean up whitespace nits.
2003-01-11 16:11:21 +00:00
Dag-Erling Smørgrav
f4be139a67
Read sanpei's mind, and unbreak the build.
2003-01-11 16:08:59 +00:00
Takeshi Shibagaki
2b687084b6
Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,
...
RATOC REX-9530 is SCSI2 Card.
2003-01-11 13:04:59 +00:00
Takeshi Shibagaki
ef967a91bd
Regen.
2003-01-11 13:01:40 +00:00
Takeshi Shibagaki
b40e62fd9d
RATOC REX-R280(10Base-T Ether Card) and REX-9530(SCSI2 Card) have
...
same product id. So use CIS info(PCCARD_CISTPL_VERS_1).
2003-01-11 13:00:56 +00:00
Maxime Henrion
5d9155dfee
Fix kernel build.
...
Pointy hats to: dillon, Hiten Pandya <hiten@unixdaemons.com>
2003-01-11 12:39:45 +00:00
Poul-Henning Kamp
78b9d70000
Don't restrict MBR sectorsize to 512 bytes.
...
Test data provided by: Andrey Koklin <aka@veco.ru>
2003-01-11 12:30:51 +00:00
Udo Erdelhoff
81d89781bd
MFbed: translation update
...
hardware/alpha/proc-alpha.sgml: 1.51 -> 1.52
hardware/common/dev.sgml: 1.119 -> 1.124
hardware/pc98/proc-pc98.sgml: 1.1 -> 1.2
hardware/sparc64/Makefile: 1.1 -> 1.3
hardware/sparc64/article.sgml: 1.2 -> 1.3
hardware/sparc64/proc-sparc64.sgml: 1.4 -> 1.6
installation/common/trouble.sgml: 1.10 -> 1.11
relnotes/common/new.sgml: 1.467 -> 1.473
2003-01-11 09:56:31 +00:00
Tim J. Robbins
b3f1af6b8e
Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control data
...
in sballoc(), sbcompress(), sbdrop() and sbfree(). Fixes fstat() st_size
reporting and kevent() EVFILT_READ on TCP sockets.
2003-01-11 07:51:52 +00:00
Matthew Dillon
f7550ecf3f
Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.
...
(the patch in the PR was stale).
PR: kern/5689
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
2003-01-11 07:29:47 +00:00
Marcel Moolenaar
42cf585a69
Implement missing fpgetround() and fpsetround().
2003-01-11 07:24:54 +00:00
MIHIRA Sanpei Yoshiro
fe41c67cfc
Add support for Corega FEtherII CB-TXD (CardBus 100M/10M).
...
Fix typo (Coreaga->Corega)
2003-01-11 07:10:35 +00:00
Sam Leffler
4f0797a36d
correct printf format
...
Noticed by: alpha tinderbox
2003-01-11 04:55:52 +00:00
Jake Burkholder
776c5378cb
Reset the channel in attach if its not the console.
2003-01-11 04:15:46 +00:00