wiz
320f2aadb0
Remove superfluous .Pp.
2009-05-13 22:57:34 +00:00
wiz
7560090357
Whitespace fix.
2009-05-13 22:56:42 +00:00
wiz
9207759b21
New sentence, new line.
2009-05-13 22:52:26 +00:00
wiz
ed8d5fd9a5
Sort option descriptions.
2009-05-13 22:49:48 +00:00
wiz
12c8b134a4
Mark up NULL with Dv.
2009-05-13 22:46:04 +00:00
wiz
d9351635be
Expand abbreviation in subsection header.
2009-05-13 22:43:58 +00:00
wiz
4dfd7ed6ff
No Pp needed before El.
2009-05-13 22:42:31 +00:00
wiz
1c465113fd
Reduce Pf/Ns usage.
2009-05-13 22:41:43 +00:00
wiz
6937bb0cf0
Sort option descriptions.
2009-05-13 22:36:39 +00:00
wiz
115f03ce99
New sentence, new line.
2009-05-13 22:35:02 +00:00
wiz
166859c3e1
Sort SEE ALSO.
2009-05-13 22:33:59 +00:00
wiz
e923b399de
New sentence, new line.
2009-05-13 22:31:59 +00:00
pgoyette
1463b8efaf
1. Extend CPU probe of Intel processors to handle extended-models. This
...
allows us to properly identify new Intel 45nm processors, Core i7,
Atom, and the 45nm Xeon MP.
2. Properly decode several new Intel cache descriptors, as listed in the
most recent (March 2009) edition of Intel's Application Note 485.
3. Convert decode of the various features masks to use the newly added
snprintb_m(3) routine.
Addresses my PR bin/41289
Addresses my PR bin/41290
2009-05-13 22:25:51 +00:00
cube
d502f7a8c0
Dependency on config_time.src was removed today from Makefile.kern.inc, so
...
starting from that date it's not necessary to create it. (Of course that
won't happen until config version is bumped for some other reason.)
2009-05-13 18:54:34 +00:00
skrll
51fd854ffa
Fix fallout from device_t/softc changes.
2009-05-13 18:44:23 +00:00
cube
2a75637a75
Nothing has used config_time.h since 1/8/2008.
2009-05-13 18:06:26 +00:00
tsutsui
13544cbb6e
Add .WAIT between bootxx_ffsv1 and bootxx_ffsv2 to avoid race
...
on parallel build as well as i386.
XXX: maybe it's better to build libsa in each bootxx dir.
2009-05-13 14:55:20 +00:00
cegger
76480e5237
regen.
2009-05-13 14:49:57 +00:00
cegger
eb3bf0c3e4
add RX780/RX790 chipset host bridge and Radeon X1600
2009-05-13 14:49:20 +00:00
skrll
81991f9f02
If the PDC_MODEL_CPUID call fails use cpu_hvers to work out cpu_type.
...
Fixes PR/41379.
2009-05-13 14:33:42 +00:00
tsutsui
4890eaf0d8
Pass correct size (after padding) to bus_dmamap_sync(9) for RX mbufs
...
in iee_intr(). Fixes panic on DIAGNOSTIC kernel reported by skrll@.
2009-05-13 13:12:06 +00:00
wiz
c51c1df6fe
Whitespace fixes. Sort SEE ALSO.
2009-05-13 13:01:02 +00:00
wiz
6f389d1082
Use more markup. New sentence, new line. Add comma in enumeration.
2009-05-13 12:58:34 +00:00
wiz
1e9633cfe4
Merge two descriptions for same error code.
2009-05-13 12:56:05 +00:00
wiz
504d66e756
Sort errors. Avoid marking up punctuation.
2009-05-13 12:51:13 +00:00
wiz
048d15f741
Fix xref. Prepare for HTML output.
2009-05-13 12:47:35 +00:00
wiz
923e93790d
New sentence, new line.
2009-05-13 12:44:22 +00:00
wiz
33fa2bcd2c
Drop trailing whitespace, add a comma.
2009-05-13 12:42:02 +00:00
wiz
4e26d0e6ae
New sentence, new line.
2009-05-13 12:41:09 +00:00
wiz
fe1eea94dc
New sentence, new line. Use more markup.
2009-05-13 12:40:37 +00:00
wiz
a5edb77c53
Sort sections. Remove trailing whitespace. New sentence, new line.
2009-05-13 12:38:55 +00:00
roy
45d9fd18a3
Use new way of associating, which fixes wpa with ral(4)
2009-05-13 11:57:16 +00:00
skrll
169b77c55c
Fix obvious typo in last.
2009-05-13 09:40:48 +00:00
mhitch
033728692b
Add "memory" clobber to mtpr for barrier. See also kern/38637.
2009-05-13 03:40:13 +00:00
mhitch
f3c29cad43
Revert using __insn_barrier(); changed to use "memory" clobber in the
...
mtpr() macro.
2009-05-13 03:38:08 +00:00
christos
a1776a6de9
make this compile where size_t is not unsigned int.
2009-05-13 03:21:41 +00:00
pgoyette
28469fc250
Implement snprintb_m(3) to provide multi-line bit/bit-field decode.
...
Discussed on tech-kern.
2009-05-13 02:50:31 +00:00
christos
467b3dd79a
sprinkle #ifdef _KERNEL to make scsictl compile.
2009-05-13 02:35:25 +00:00
macallan
e6c0357236
remove leftover debug code
2009-05-12 23:51:25 +00:00
elad
6f53f02a37
Move kauth(9) call before going into splnet().
...
Mailing list reference:
http://mail-index.netbsd.org/tech-net/2009/05/08/msg001286.html
2009-05-12 23:03:24 +00:00
elad
29c3cf04e6
Remove "privileged" variable, perform the kauth(9) call before we go into
...
splnet() for the privileged commands. Privileged commands were marked as
such for clarity.
Mailing list reference:
http://mail-index.netbsd.org/tech-net/2009/05/08/msg001283.html
2009-05-12 23:01:26 +00:00
elad
b15203315e
Implicit EPERM -> explicit EACCES.
...
Requested by ad@ and yamt@.
2009-05-12 22:22:46 +00:00
plunky
46776ecc20
update bluetooth service discovery API, merging libsdp into
...
libbluetooth.
2009-05-12 22:07:02 +00:00
elad
3a4dad547d
Fix previous, || -> &&.
...
Pointed out by cube@, thanks!
2009-05-12 22:01:20 +00:00
plunky
ab1f45acf7
update to use the new Service Discovery API
2009-05-12 21:50:38 +00:00
elad
d2379b2f18
Fix inverted permissions check.
2009-05-12 21:48:42 +00:00
plunky
309b0691a2
add an exit hook at the tap so that on the way out (for whatever reason),
...
btpand will mark down the interface.
2009-05-12 21:21:23 +00:00
plunky
493f204d6d
rework the channel shutdown code path, each channel now has its own
...
action to process which separates the server and client code.
2009-05-12 21:08:30 +00:00
ad
1d2d012fbe
Add di_modrev to the inode, for NFSv4. From FreeBSD.
2009-05-12 21:08:23 +00:00
ad
a94f2ab36f
Reserve a bit for FS_GJOURNAL (from FreeBSD).
2009-05-12 21:01:02 +00:00