Maxime Henrion
7cc35e41e7
Don't send the available space as is in the FSSTAT call. Under
...
FreeBSD, we can have a negative available space value, but the
corresponding fields in the NFS protocol are unsigned. So
trnucate the value to 0 if it's negative, so that the client
doesn't receive absurdly high values.
Tested by: cognet
2004-04-12 13:02:21 +00:00
Tim J. Robbins
c282a0a1ed
Remove a nonsensical remark about byte order markers in UTF-8 streams.
2004-04-12 12:58:41 +00:00
Ruslan Ermilov
bce2e7c8bb
Fixed alignment of multicast addresses when printing that got
...
broken in previous revision.
2004-04-12 09:44:42 +00:00
Mark Murray
f587c6bf9f
Fix "sleeping without a mutex" panic.
2004-04-12 09:13:24 +00:00
Nate Lawson
881c6e063e
Remove a check for the return value added in rev 1.41. It's not an error
...
to fail to turn off a fan, since the case is that it's usually already off.
2004-04-12 05:04:47 +00:00
Warner Losh
a844e89f9c
Move sx to i386/NOTES for the moment. I missed the
...
enable/disable_intr() in the code.
2004-04-12 02:36:51 +00:00
Tim Kientzle
aee47dd7c8
More work on ACLs: fix error in archive_entry's ACL parsing code,
...
try to set ACLs even if fflag restore fails, first cut at reading
Solaris tar ACLs
Code improvement: merge gnu tar read support into main tar reader;
this eliminates a lot of duplicate code and generalizes the tar
reader to handle formats with GNU-like extensions.
Style: Makefile cleanup, eliminate 'dmalloc' references, remove 'tartype'
from archive_entry (this makes archive_entry more format-agnostic)
Thanks to: David Magda for providing Solaris tar test files
2004-04-12 01:16:16 +00:00
Tim Kientzle
4cbbc3a35e
Add DPADD to Makefile (thanks to Andrey for pointing this out).
...
Generally clean up Makefile, remove dmalloc references from source
(there are better ways to do this than pollute the FreeBSD src tree).
2004-04-12 00:13:23 +00:00
Bruce A. Mah
445d3a34a6
Fix some minor grammar nits. Translators can probably ignore this.
2004-04-11 23:49:16 +00:00
Maxime Henrion
b839b3d9c0
Bump __FreeBSD_version for getgrent(3) removal. I doubt anything
...
outside of the tree uses it, but it doesn't cost anything.
2004-04-11 21:57:07 +00:00
Maxime Henrion
4af6b50978
Belatedly remove the getvfsent(3) API. All the consumers have been
...
updated to use getvfsbyname(3) or the vfs.conflist sysctl since a
long time, except mount_smbfs(8) which has just been fixed.
2004-04-11 21:36:31 +00:00
Maxime Henrion
0bf573017b
Put struct ovfsconf inside BURN_BRIDGES as well.
2004-04-11 21:26:07 +00:00
Maxime Henrion
a0b5a67929
Put deprecated sysctl code inside BURN_BRIDGES.
2004-04-11 21:09:22 +00:00
Maxime Henrion
24449958e4
Sync with other mount_*fs(8) utilities; we don't need to try to
...
load the smbfs module because the mount(2) syscall will do it
if it's needed.
2004-04-11 21:07:26 +00:00
Ruslan Ermilov
6707138161
Implemented per-interface polling(4) control.
2004-04-11 21:01:12 +00:00
Ruslan Ermilov
f4ab22c94a
Implemented per-interface polling(4) control.
2004-04-11 20:34:08 +00:00
Warner Losh
d7bf7681f2
Add sx driver, since it looks like it should work on all
...
architectures.
2004-04-11 20:17:34 +00:00
Warner Losh
3b453e1bba
Update to recent driver api changes.
2004-04-11 20:15:15 +00:00
Warner Losh
9dc313a3f7
Add glue for new sx driver.
2004-04-11 20:01:18 +00:00
Alan Cox
148b3f62a9
Use vm_page_hold() rather than vm_page_wire() for short-duration page
...
wiring. The reason being that vm_page_hold() is cheaper.
2004-04-11 19:57:11 +00:00
Warner Losh
7134a2219c
Frank Mayhar's <frank@exit.com> sx driver for older Specialix
...
I/O8+ and I/O4+ intelligent serial controllers. si is for
completely different hardware, also made by Specialix.
2004-04-11 19:32:20 +00:00
Ruslan Ermilov
37f5f2397d
Implemented per-interface polling(4) control.
2004-04-11 19:25:56 +00:00
Warner Losh
a7c43559c1
Add note about why we're ignoring the below 1MB bit.
2004-04-11 19:22:25 +00:00
Ruslan Ermilov
1e73ec7d53
Fixed resetting of the watchdog timer and queue full flag.
2004-04-11 18:28:14 +00:00
Max Laier
00e7fbfb60
Commit import of OpenBSD-stable fix:
...
Fix by dhartmei@ and mcbride@
1.433
Properly m_copyback() modified TCP sequence number after demodulation
1.432
Fix icmp checksum when sequence number modlation is being used.
Also fix a daddr vs saddr cut-n-paste error in ICMP error handling.
Fixes PR 3724
Obtained from: OpenBSD
Reviewed by: dhartmei
Approved by: rwatson
2004-04-11 17:35:40 +00:00
Marcel Moolenaar
5fa064a8d8
Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g
2004-04-11 17:15:36 +00:00
Robert Watson
41a76b481f
In 4.x, if_ipending is used to track network interrupt state. In 5.x,
...
it is no longer used, so GC the ifnet.if_ipending field.
2004-04-11 16:35:53 +00:00
Scott Mitchell
c70d9b301f
Stop xe claiming ownership of every card passed to xe_pccard_match.
...
Found by: Pete Carss <itinerant at mac dot com>
Reviewed by: imp (mentor)
Pointy hat to: rsm
2004-04-11 16:34:29 +00:00
Robert Watson
fa9336b832
Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending,
...
which was almost certainly a bug since polling support was introduced
in this driver.
Found during discussion with: mlaier
2004-04-11 16:26:39 +00:00
Ruslan Ermilov
2ea4f0effc
Implemented per-interface polling(4) control.
2004-04-11 16:23:16 +00:00
Marcel Moolenaar
4880b26184
Include nehemiah.c only on i386, as is done for the non-modules
...
build.
2004-04-11 15:40:18 +00:00
Ruslan Ermilov
fb9172265b
Implemented per-interface polling(4) control.
2004-04-11 15:35:49 +00:00
Ruslan Ermilov
43de1cf4be
Implemented per-interface polling(4) control.
2004-04-11 15:18:09 +00:00
Ruslan Ermilov
054b4ce6e5
Implemented per-interface polling(4) control.
2004-04-11 14:42:25 +00:00
Hiroki Sato
0fad79e6fc
New release note:
...
04:06.ipv6.
2004-04-11 14:19:36 +00:00
Ruslan Ermilov
e695984e6f
First driver with user-configurable polling(4).
2004-04-11 13:47:15 +00:00
Ruslan Ermilov
fc2814036c
Document that -m also causes the capability list to be displayed.
2004-04-11 13:44:57 +00:00
Ruslan Ermilov
3a3b019aeb
Added the new interface capability option for drivers that implement
...
user-configurable polling(4) support. Make ifconfig(8) aware of it.
Suggested by: luigi
2004-04-11 13:36:52 +00:00
Peter Edwards
ae00154c4b
Don't let the NFS server module be unloaded as long as there are
...
nfsd processes running
Reviewed By: iedowse
PR: 16299
2004-04-11 13:33:34 +00:00
Peter Edwards
1630ff08a3
Clean up properly when unloading NFS client module.
...
This includes a modified form of some code from Thomas Moestl (tmm@)
to properly clean up the UMA zone and the "nfsnodehashtbl" hash
table.
Reviewed By: iedowse
PR: 16299
2004-04-11 13:30:20 +00:00
Yoshihiro Takahashi
55fda92f91
Fix pc98 build.
2004-04-11 09:13:42 +00:00
Joe Marcus Clarke
8589938ec4
Move en_CA from US_LINKS to GB_LINKS.
...
Submitted by: adamw
Approved by: ache
Committed by: me since adamw should be studying for exams
2004-04-11 08:07:22 +00:00
Warner Losh
e3d5128493
Add system tunable to turn off power state changes. Default to off until
...
we get the resource allocation stuff hammered out.
Fix and off by one error that caused unnecessary filtering of valid
BARs for only 4 bytes than ICH3 and other PCI IDE controllers have.
Andrew Gallatin submitted this, although it doesn't solve the problems
ICH3 controllers have with the new code, it does restore the former
resource list on the probe line.
2004-04-11 07:02:49 +00:00
Warner Losh
565e9d9bc4
Move advise from DEVICE_PROBE.9 about where to probe children.
2004-04-11 06:37:50 +00:00
Alan Cox
4e67150a95
Remove a comment that refers to avail_start and avail_end as these
...
variables no longer exist.
2004-04-11 06:37:36 +00:00
Warner Losh
a545630488
Document more clearly that a probe routine:
...
Should have no side effects
Must not hold resources when it returns
May be called multiple times if it returns < 0.
Remove the bad advise that the probe routine should look for children
for devices that implement busses. This is more properly reserved for
the attach routine.
2004-04-11 06:37:21 +00:00
Alan Cox
1f51408ade
Remove avail_end. It is not used.
2004-04-11 06:02:24 +00:00
Tim J. Robbins
78c4a3f225
Document the meaning of the zero return value.
2004-04-11 05:19:19 +00:00
Alan Cox
bf5a327d5e
Remove avail_end. It is not used.
2004-04-11 05:08:26 +00:00
Alan Cox
2c38d78e41
- is_physical_memory()'s parameter, which is a physical address, should be
...
a vm_paddr_t not a vm_offset_t.
2004-04-11 04:26:58 +00:00