peter
efbced43f3
The vfs.nfs.bufpackets sysctl is in the client, not the server. Move it
...
to the client section. Turn off nfsiod, it no longer exists (now just
kthreads). I need revisit nfsiod so that we have an argument passthrough.
2001-09-19 00:22:26 +00:00
brooks
3e9d16ac4c
Make stf a clonable device.
...
Yes this really is rather silly and the implementation is overkill given
that you are only allowed one of them, but NetBSD implements cloning on
this device and it's a less cluttered example of cloning then most.
2001-09-19 00:13:00 +00:00
peter
09d2b9e4f7
Sigh, Last minute pre-merge typo. (missing quotes)
2001-09-18 23:49:33 +00:00
peter
68a5e33921
Userland part of nfs client/server split and cleanup.
2001-09-18 23:34:44 +00:00
peter
240c3fa09f
Regenerate
2001-09-18 23:33:33 +00:00
peter
85182a8d78
Cleanup and split of nfs client and server code.
...
This builds on the top of several repo-copies.
2001-09-18 23:32:09 +00:00
jhb
abe9cf18de
Use a 'p' variable instead of repetitively indirecting td->td_proc for
...
signal things that are still per-process and won't be per-thread.
2001-09-18 23:27:06 +00:00
julian
195d6aa050
Remove accidentally included debug stuff.
...
Noticed by: jhb
2001-09-18 22:52:42 +00:00
n_hibma
8b2456392d
Regen.
2001-09-18 22:30:02 +00:00
n_hibma
90fcad2a4d
Update the header of the file with a comment on how to regenerate
...
the usbdevs* file correctly.
Suggested by: phantom
2001-09-18 22:27:41 +00:00
jhb
b03804752e
Don't initialize proc0's mutex twice. It is already done earlier on in the
...
MD startup code.
2001-09-18 22:09:47 +00:00
jhb
8b42ca6665
GC obsolete cruft from this file.
2001-09-18 21:53:25 +00:00
jhb
814bb9623f
Whitespace fixes.
2001-09-18 21:52:15 +00:00
jhb
0fc343f1d8
- If we ever do the per-cpu KTR stuff, the index won't be volatile as it
...
will be private to each CPU.
- Re-style(9) the globaldata structures. There really needs to be a MI
struct pcpu that has a MD struct mdpcpu member at some point.
2001-09-18 21:46:26 +00:00
jhb
681e830ed0
- Fix a missed idleproc -> idlethread conversion.
...
- Remove redundany fpucurproc (fpucurthread already existed)
2001-09-18 21:37:09 +00:00
jhb
8f1f6bfe73
If we have a p variable pointing to td->td_proc already, use it instead of
...
needlessly repeating the indirection in several places. Half of the places
used td->td_proc, and half used p. They are now consistent with each other
and all use p.
2001-09-18 21:20:58 +00:00
jhb
5ee8d7e543
Whitespace fixes.
2001-09-18 21:05:04 +00:00
rwatson
bc78942658
o Introduce two new calls, securelevel_gt() and securelevel_ge(), which
...
abstract the securelevel implementation details from the checking
code. The call in -CURRENT accepts a struct ucred--in -STABLE, it
will accept struct proc. This facilitates the upcoming commit of
per-jail securelevel support. The calls will also generate a
kernel printf if the calls are made with NULL ucred/proc pointers:
generally speaking, there are few instances of this, and they should
be fixed.
o Update p_candebug() to use securelevel_gt(); future updates to the
remainder of the kernel tree will be committed soon.
Obtained from: TrustedBSD Project
2001-09-18 21:03:53 +00:00
jlemon
f00876504b
Have the driver announce its rxcsum capabilities.
2001-09-18 20:19:28 +00:00
jlemon
ead81b8e59
Split hwcsum into rxcsum and txcsum components.
2001-09-18 20:13:48 +00:00
jlemon
28193b25ab
Split HWCSUM into two components: RX and TX, for the benefit of drivers
...
which can only do checksum offloading in one direction.
2001-09-18 20:13:03 +00:00
rwatson
892ce726ef
o Remove redundant securelevel/pid1 check in procfs_rw() -- this
...
protection is enforced at the invidual method layer using
p_candebug().
Obtained from: TrustedBSD Project
2001-09-18 19:53:10 +00:00
mp
b34d7ff9aa
Set debug information on the process being traced, not the current (debugger)
...
process. This should allow gdb to function correctly on post-KSE kernels.
2001-09-18 19:06:11 +00:00
jlemon
aab4748586
Have the driver to announce what capabilitis it supports.
2001-09-18 18:53:41 +00:00
jlemon
f1f8ab43b1
Have the driver announce what capabilities it supports. These are
...
currently not under user control.
2001-09-18 18:41:39 +00:00
jlemon
26343eb1f5
Have the driver advertise that it is capable of hardware checksums, and
...
allow the user to control the setting. (checksums are enabled by default)
2001-09-18 18:40:22 +00:00
imp
26847c44d7
nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that
...
will pass NULL as the struct proc when td is NULL. This has stopped
crashing on my machine.
Note: The passing of NULL may be bogus, but I'll let others fix that
problem.
Reviewed by: jhb
2001-09-18 18:37:52 +00:00
bmah
c93cede993
Drop maintainership.
2001-09-18 17:58:10 +00:00
bmah
e0b6c6ba36
Support the use of ${PORTSDIR} to find a ports tree INDEX file in
...
an other-than-default location.
PR: bin/30350
Submitted by: "NINOMIYA Hideyuki <NINOMIYA Hideyuki" <nin@jp.FreeBSD.org>
MFC after: 3 days
2001-09-18 17:56:44 +00:00
jlemon
8fc7300a95
Teach ifconfig about the new interface capability words.
2001-09-18 17:43:30 +00:00
jlemon
0d05508a93
Add SIO{CG}IFCAP entries. Fix formatting of some other entries.
2001-09-18 17:42:25 +00:00
jlemon
131e3ad4ce
Add two fields to the ifnet structure indicating what extra capabilities
...
a network device has, and which ones are enabled.
2001-09-18 17:41:42 +00:00
bmah
7f8575ebc7
Try to work off backlog of CURRENT release notes: vm.zeroidle_enable,
...
an(4)/ancontrol(8) -M monitor mode, burncd(8) -d, cat(1) UNIX-domain
sockets.
2001-09-18 15:25:00 +00:00
dfr
915ac6e38a
Add ia64_get_cpuid().
2001-09-18 15:21:18 +00:00
cg
b86875b944
when setting blocksize, fix blockcount to 2 to reduce latency with smaller
...
block sizes.
2001-09-18 15:19:44 +00:00
cg
30230e56a5
make buffer size adjustable.
2001-09-18 15:12:35 +00:00
cg
fb1faed56b
don't enable the mic record channel unless the codec supports it.
...
allow hardware buffer size to be specified using hints.
2001-09-18 14:53:01 +00:00
sobomax
5597a20c93
Add support for loading bzip2-compressed kernels and modules. This support
...
is turned off by default and could be enabled by defining LOADER_BZIP2_SUPPORT
make variable. Also make gzip support optional (turned on by default) -
it could be turned off via LOADER_NO_GZIP_SUPPORT make variable.
Please note, that due to limit on the amount of memory available to the
loader(8), it is possible to load modules/kernels compressed with the smallest
block size supported by the bzip2 - 100k (`-1' bzip2(1) option), however
even in this mode bzip2(1) usually provides better compression ratio than
gzip(1) in its best compression mode.
MFC after: 1 month
2001-09-18 14:52:36 +00:00
sumikawa
aa9b71c68d
Removed ipip_input(). No codes calls it anymore due to ip_encap.c's
...
encapsulation support.
2001-09-18 14:52:20 +00:00
cg
afd9c60fd0
change tracking of channel counts.
...
add method for retrieving "buffersize" hints for pcm devices, adjusted for
specified minimum, maximum and default values.
2001-09-18 14:50:52 +00:00
cg
89b447d520
add a tunable/sysctl, hw.snd.targetirqrate, to modify the default target
...
irq rate for apps that do not set a blocksize.
2001-09-18 14:45:09 +00:00
cg
afb2bba74c
add a method for retrieving codec capabilities
2001-09-18 14:34:59 +00:00
dfr
60e38e9b01
Flesh out identifycpu().
2001-09-18 13:26:30 +00:00
sobomax
f261311bf8
Add support for loading bzip2-compressed filesystems. Among other things
...
this would allow to load bzip2-compressed kernels/modules from the loader(8)
(support for that will be committer separately).
MFC after: 1 month
2001-09-18 13:01:12 +00:00
ru
62ef09324a
Style.
2001-09-18 12:28:22 +00:00
ru
6de95f9679
Style.
2001-09-18 12:03:42 +00:00
ru
b6199c81dd
KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60.
...
Forgotten by: peter
2001-09-18 11:03:35 +00:00
murray
ba1a8dcb45
Add release note entry about the amdpm(4) driver.
2001-09-18 04:55:25 +00:00
jlemon
63d26820fb
Change p into ke->ke_proc, this was hidden behind INVARIANTS.
2001-09-18 03:36:21 +00:00
murray
a7a974ed66
Add 'device smb' to the synopsis, as this is required to do anything
...
useful with these devices.
2001-09-18 02:50:24 +00:00