David Xu
e9e7495667
Add cross references to siginfo.3.
2005-12-13 03:05:58 +00:00
Craig Rodrigues
e497db39e8
Inherit system-wide BLKDEV_IOSIZE definition.
...
Submitted by: kan
2005-12-13 02:32:30 +00:00
David Xu
22fc836263
Add siginfo.
2005-12-13 00:28:09 +00:00
Paul Saab
fc6ff223c4
Improve upon rev 1.133 where NFS/TCP would not reconnect.
...
Submitted by: Mohan Srinivasan
2005-12-12 23:18:05 +00:00
Peter Wemm
6bcdd71391
For the amd64 platform, we can depend on the TSC being present. This patch
...
changes DELAY to use the TSC once it has been calibrated. This does NOT
use the TSC for long-term timekeeping. It only uses it to bound the
DELAY() spinloop. This should not be affected by the Athlon64 X2 TSC
quirks because the cpu is not halted while we use DELAY().
2005-12-12 22:27:07 +00:00
Warner Losh
fbd68c4b4c
Make uart_getenv() not be ns8250 dependent. This will allow, in the future,
...
compilation of kernels without ns8250 support but using the uart framework.
These kernels will be for machines where size matters more, so including code
that can never be executed is undesriable...
2005-12-12 21:00:58 +00:00
Craig Rodrigues
cf9e56b04e
For reiserfs, pass mount parameters directly to nmount() instead
...
of forking an external mount_reiserfs program.
Reviewed by: dumbbell
2005-12-12 19:51:37 +00:00
Gleb Smirnoff
02a101a611
- Polling can be used on SMP.
...
- A kernel module can support polling.
2005-12-12 19:29:30 +00:00
Sam Leffler
439b4702f3
add mcastrate support
...
MFC after: 1 week
2005-12-12 19:23:55 +00:00
Sam Leffler
d16441fde1
disallow module unload when there are dynamic references
...
MFC after: 1 week
2005-12-12 19:07:48 +00:00
Sam Leffler
1fd2349de8
propagate current bss state on sta join so, in particular, authmode
...
is set properly in the new bss node
MFC after: 2 weeks
2005-12-12 18:44:27 +00:00
Sam Leffler
1b49e12042
Bandaid ieee80211_set_chan to handle a channel parameter of "any";
...
this can happen under certain conditions when scanning. This logic
will eventually go away with the new scanning code.
While here de-inline the routine.
MFC after: 1 week
2005-12-12 18:42:20 +00:00
Sam Leffler
6cfac1074c
o correct auto mode logic for avoiding turbo channels
...
o correct assumption that a static turbo channel is also
usable in 11a; the opposite is true
MFC after: 1 week
2005-12-12 18:38:20 +00:00
Sam Leffler
e701e041f2
Add ieee80211_beacon_miss for processing sta mode beacon miss events
...
in the 802.11 layer: we send a directed probe request frame to the
current ap bmiss_max times (w/o answer) before scanning for a new ap.
MFC after: 2 weeks
2005-12-12 18:04:44 +00:00
Sam Leffler
047f1635dd
add some useful definitions that'll be used soon
2005-12-12 17:57:00 +00:00
Sam Leffler
64353cb0ef
add fixed rate for sending multicast frames
...
Obtained from: atheros
MFC after: 1 week
2005-12-12 17:54:39 +00:00
Sam Leffler
c25442860a
change malloc when setting an optional ie to use M_NOWAIT
...
MFC after: 3 days
2005-12-12 17:40:49 +00:00
Sam Leffler
e55e5e4276
correct parameter check when retrieving the current channel list
...
MFC after: 3 days
2005-12-12 17:38:53 +00:00
Christian Brueffer
5804e5be7f
Mention SiS write support and add a missing parenthesis.
2005-12-12 16:46:19 +00:00
Marius Strobl
00d3c930da
Fix a bug introduced in rev. 1.5; for retrieving the device_t of the
...
parent bridge of a PCI-PCI bridge we need two device_get_parent().
2005-12-12 16:07:11 +00:00
Diomidis Spinellis
8af06aba63
Add missing John Gilmore quote.
2005-12-12 15:47:33 +00:00
Florent Thoumie
a3a5e8e574
- Add a note about latest changes to the iwi(4) driver. A message is printed
...
if the firmware can't be found in /boot/firmware.
Approved by: brueffer
2005-12-12 15:00:45 +00:00
Maxime Henrion
52dfd9cdad
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.
...
PR: kern/90024
Submitted by: Thomas Hurst <tom@hur.st>
MFC after: 3 days
2005-12-12 14:30:13 +00:00
Søren Schmidt
921f15117f
Add support for writing SiS metadata.
2005-12-12 14:13:55 +00:00
Bruno Ducrot
f9ead0fcbe
Don't flood kernel logs with "invalid _PSS package" messages.
...
Approved by: njl, imp (mentor)
2005-12-12 11:15:20 +00:00
Ruslan Ermilov
e9484e32a1
Remove all redundant option file names that don't hurt readability.
2005-12-12 10:15:11 +00:00
David Xu
e6a9baa280
Remove unused _get_curthread() call.
2005-12-12 07:14:57 +00:00
Bjoern A. Zeeb
3e4212785c
Make nve(4) work for people with nf3/nf4 who never got it
...
working at all and only saw "nve0: device timeout (N)" messages.
- Setup PHY before handing control to NVidia API setting
speed, duplex, enabling interrupts, etc.
- Add restriction of MAXADDR_32BIT for high address to contigmalloc
to make the driver work on machines with 4+GB of memory.
PR: kern/85583, kern/88045
Tested by: scottl, others earlier version
MFC after: 10 days
2005-12-12 06:23:43 +00:00
David Xu
dd1a6f53ac
Stop fiddling thread priority with msleep, eliminating unnecessary
...
context switching. This improves performance about 30% on UP machine.
2005-12-12 05:04:56 +00:00
Maksim Yevmenkin
4b99735d08
Fix typo in rfcomm_pppd(8) man page.
...
Noticed by: Ronald Klop
MFC after: 1 day
2005-12-12 04:19:36 +00:00
Craig Rodrigues
15fd62fa0f
#define __user to nothing
2005-12-12 03:21:37 +00:00
Craig Rodrigues
7b30d7180f
Add read-only XFS to LINT.
2005-12-12 02:01:51 +00:00
Craig Rodrigues
80d8e89620
Build xfs before xl.
...
Noticed by: pjd
2005-12-12 01:37:57 +00:00
Craig Rodrigues
5518f0df3a
Add xfs to list of modules which are built.
2005-12-12 01:29:57 +00:00
Craig Rodrigues
778a46030c
Remove extra geom_zero.
...
Noticed by: pjd
2005-12-12 01:28:19 +00:00
Craig Rodrigues
e1fd210e51
Hook XFS into kernel build.
2005-12-12 01:14:59 +00:00
Craig Rodrigues
1f83e99e4c
Add Makefile for compiling XFS as a kernel module.
2005-12-12 01:11:08 +00:00
Craig Rodrigues
93d9c69ff4
Initial import of read-only support for SGI's XFS filesystem.
...
Contributed by: XFS for FreeBSD project
2005-12-12 01:04:32 +00:00
Craig Rodrigues
c84b7832a2
Request pre-commit review for XFS.
2005-12-12 00:54:22 +00:00
Craig Rodrigues
92f44a3f3c
Contributions from XFS for FreeBSD project:
...
- Implement cv_wait_unlock() method which has semantics compatible
with the sv_wait() method in IRIX. For cv_wait_unlock(), the lock
must be held before entering the function, but is not held when the
function is exited.
- Implement the existing cv_wait() function in terms of cv_wait_unlock().
Submitted by: kan
Feedback from: jhb, trhodes, Christoph Hellwig <hch at infradead dot org>
2005-12-12 00:02:22 +00:00
Sam Leffler
6dba929a4e
note shuffle of commonly used programs in tools/tools/ath
2005-12-11 23:18:58 +00:00
Sam Leffler
f6a064998f
this didn't make it in the last commit
2005-12-11 23:15:24 +00:00
Sam Leffler
12f961f487
o move programs to separate directories and use stock Makefiles;
...
this simplifies including them in crunchgen images
o rename 80211* programs to wlan* as was originally intended
2005-12-11 23:13:54 +00:00
Sam Leffler
bbcd5573da
remove cts burst extension stats
2005-12-11 22:46:41 +00:00
Alan Cox
05406e6f33
Remove unneeded calls to pmap_remove_all(). The given page is not mapped.
...
Reviewed by: tegge
2005-12-11 22:06:57 +00:00
Max Laier
2694019753
Fix calculation of meminfo's swaptotal and swapfree on at least amd64.
...
MFC after: 3 days
2005-12-11 21:37:42 +00:00
Florent Thoumie
17e41731b7
- Rename UQ_BROKEN_IPOD to UQ_NO_OPEN_CLEARSTALL since it's likely to be used
...
by more devices than iPods.
Proposed by: iedowse
Approved by: ssouhlal
MFC after: 3 days
2005-12-11 20:14:38 +00:00
Bruce Evans
af7f99131d
Added comments about the magic behind
...
<cbrt(x) in bits> ~= <x in bits>/3 + BIAS.
Keep the large comments only in the double version as usual.
Fixed some style bugs (mainly grammar and spelling errors in comments).
2005-12-11 19:51:30 +00:00
Bruce Evans
288a8c86cb
Fixed the unexpectedly large maximum error after the previous commit.
...
It was because I forgot to translate the part of the double precision
algorithm that chops t so that t*t is exact. Now the maximum error
is the same as for double precision (almost exactly 2.0/3 ulps).
2005-12-11 17:58:14 +00:00
Xin LI
21aab1d809
Add /boot/firmware as iwi(4) now reads its firmware there.
...
Reminded by: flz
2005-12-11 15:21:18 +00:00