davidxu
b4c9d04a7a
Add cross references to siginfo.3.
2005-12-13 03:05:58 +00:00
rodrigc
1e6d75869f
Inherit system-wide BLKDEV_IOSIZE definition.
...
Submitted by: kan
2005-12-13 02:32:30 +00:00
davidxu
da6fd2f691
Add siginfo.
2005-12-13 00:28:09 +00:00
ps
3b0631d180
Improve upon rev 1.133 where NFS/TCP would not reconnect.
...
Submitted by: Mohan Srinivasan
2005-12-12 23:18:05 +00:00
peter
5aa0590aa8
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
imp
8aa9fc9c15
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
rodrigc
961396d5dd
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
glebius
1f47ea5605
- Polling can be used on SMP.
...
- A kernel module can support polling.
2005-12-12 19:29:30 +00:00
sam
7245fda6a0
add mcastrate support
...
MFC after: 1 week
2005-12-12 19:23:55 +00:00
sam
f051015cb9
disallow module unload when there are dynamic references
...
MFC after: 1 week
2005-12-12 19:07:48 +00:00
sam
a106e1bec9
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
14e234a70b
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
85817ec368
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
2911d079c2
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
8c5ce57de4
add some useful definitions that'll be used soon
2005-12-12 17:57:00 +00:00
sam
9b57399d9c
add fixed rate for sending multicast frames
...
Obtained from: atheros
MFC after: 1 week
2005-12-12 17:54:39 +00:00
sam
4c5cf2f0f1
change malloc when setting an optional ie to use M_NOWAIT
...
MFC after: 3 days
2005-12-12 17:40:49 +00:00
sam
4b58922473
correct parameter check when retrieving the current channel list
...
MFC after: 3 days
2005-12-12 17:38:53 +00:00
brueffer
bf92a08699
Mention SiS write support and add a missing parenthesis.
2005-12-12 16:46:19 +00:00
marius
6bbb42473d
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
dds
101ce2716d
Add missing John Gilmore quote.
2005-12-12 15:47:33 +00:00
flz
c001683d8c
- 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
mux
ec4362ed2e
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
sos
09f8635fd4
Add support for writing SiS metadata.
2005-12-12 14:13:55 +00:00
bruno
8e7b5a27f9
Don't flood kernel logs with "invalid _PSS package" messages.
...
Approved by: njl, imp (mentor)
2005-12-12 11:15:20 +00:00
ru
224a7e6475
Remove all redundant option file names that don't hurt readability.
2005-12-12 10:15:11 +00:00
davidxu
7bdde27518
Remove unused _get_curthread() call.
2005-12-12 07:14:57 +00:00
bz
cc22e5c9be
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
davidxu
a7ea81a09f
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
emax
820329430a
Fix typo in rfcomm_pppd(8) man page.
...
Noticed by: Ronald Klop
MFC after: 1 day
2005-12-12 04:19:36 +00:00
rodrigc
2721ded13f
#define __user to nothing
2005-12-12 03:21:37 +00:00
rodrigc
a60289fdf5
Add read-only XFS to LINT.
2005-12-12 02:01:51 +00:00
rodrigc
e5595be623
Build xfs before xl.
...
Noticed by: pjd
2005-12-12 01:37:57 +00:00
rodrigc
5965c6f439
Add xfs to list of modules which are built.
2005-12-12 01:29:57 +00:00
rodrigc
86837578d0
Remove extra geom_zero.
...
Noticed by: pjd
2005-12-12 01:28:19 +00:00
rodrigc
9127ed225e
Hook XFS into kernel build.
2005-12-12 01:14:59 +00:00
rodrigc
d823b4fb7c
Add Makefile for compiling XFS as a kernel module.
2005-12-12 01:11:08 +00:00
rodrigc
410e08d350
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
rodrigc
ff6c302a67
Request pre-commit review for XFS.
2005-12-12 00:54:22 +00:00
rodrigc
4377e3b906
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
16b60b2224
note shuffle of commonly used programs in tools/tools/ath
2005-12-11 23:18:58 +00:00
sam
11460b5b71
this didn't make it in the last commit
2005-12-11 23:15:24 +00:00
sam
310b3b7c69
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
97e6ad836b
remove cts burst extension stats
2005-12-11 22:46:41 +00:00
alc
a5d0ac5faf
Remove unneeded calls to pmap_remove_all(). The given page is not mapped.
...
Reviewed by: tegge
2005-12-11 22:06:57 +00:00
mlaier
a5a3178da8
Fix calculation of meminfo's swaptotal and swapfree on at least amd64.
...
MFC after: 3 days
2005-12-11 21:37:42 +00:00
flz
fa0e8a0657
- 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
bde
0c881f6eff
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
bde
94455e43e1
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
delphij
3c8b4e6094
Add /boot/firmware as iwi(4) now reads its firmware there.
...
Reminded by: flz
2005-12-11 15:21:18 +00:00