wiz
3d3c5d42cb
Observe the following spelling:
...
- wide character (noun)
- wide-character (adjective)
Inspired by jmc@OpenBSD.
2010-12-16 17:42:25 +00:00
wiz
9d8035939e
Add missing word.
2010-12-16 17:17:07 +00:00
riz
b83a35485a
Factor out more common code. No functional changes intended.
2010-12-16 17:16:07 +00:00
jakllsch
b8d95ef624
Enable ETHERCAP_VLAN_MTU in vr(4). Tested on VT6105M and VT8237R+.
...
May or may not work on earlier chips, for now just assume it will.
Provoked by PR#44243.
2010-12-16 17:07:44 +00:00
pooka
393eecc12a
Have the client and server perform some sort of handshake first.
...
It's pretty much a placeholder for now. One plan for the future
is to require some sort of authentication for superuser clients.
The code will need a little massage then, though, to prevent DoS
attacks.
2010-12-16 17:05:44 +00:00
gdt
f1cf9a1e3b
When encountering a certificate where "ID mismatched with ASN1
...
SubjectName", and verify_identifier is off, don't raise an error.
This makes the behavior match the man page.
Patch sent for review long ago:
http://mail-index.netbsd.org/tech-security/2006/03/24/0000.html
with no negative feedback received to date.
2010-12-16 16:59:05 +00:00
njoly
608cbb3a81
Be sure to always initialize props variable to a sensible value.
...
Fix a problem with envstat -S call which was installing bogus/random
limits.
ok pgoyette.
2010-12-16 16:08:57 +00:00
jruoho
b71dd4cbdd
Paraphrase slightly.
2010-12-16 15:55:41 +00:00
pooka
7d31b6aa96
+rump_sp manpage
2010-12-16 15:30:56 +00:00
pooka
02d25938f6
Describe the rump_sp facility a bit.
2010-12-16 15:29:28 +00:00
pgoyette
120c01c6d1
When skipping output for a temperature of absolute zero, don't forget to
...
skip past the display columns that the value would otherwise occupy.
Fixes display issue when swsensor(4) is used and it has a value of 0K,
as reported by njoly@
2010-12-16 14:37:23 +00:00
pgoyette
5c690f069b
Also allow specification of sensor's initial value when it is loaded,
...
using "-i value=<value>".
Suggested by njoly@
2010-12-16 14:33:30 +00:00
uebayasi
b6783821a9
Fix build.
2010-12-16 13:02:51 +00:00
uebayasi
afe9f78ddf
Bump SYMTAB_SPACE.
2010-12-16 12:49:19 +00:00
pooka
f55f15b84d
xfer rump_etfs
2010-12-16 12:39:39 +00:00
pooka
3c4a27f7cd
Print a banner a connecting client. The banner contains rump sp
...
protocol version, os name, os revision and machine.
2010-12-16 12:38:20 +00:00
jruoho
9f95187844
.Fn, offset indent, complete reference.
2010-12-16 12:08:16 +00:00
jruoho
fe6e1d361b
Fix the references and -offset indent.
2010-12-16 11:57:20 +00:00
jruoho
c1a91d0bee
Use .Fn.
2010-12-16 11:49:35 +00:00
jruoho
ec9cee68b7
Xref cdefs(3).
2010-12-16 10:40:04 +00:00
jruoho
85e71b7d90
Now that <sys/cdefs.h> is mostly documented, include a small summary page
...
for it, cdefs(3).
2010-12-16 10:19:13 +00:00
wiz
fbde82609d
regen.
2010-12-16 10:10:53 +00:00
pooka
16d0773e7a
_KERNEL_OPT
...
XXX: should figure out how to make defopt compatible with a modular
world (e.g. "kill it" or define it a little better).
2010-12-16 10:08:43 +00:00
wiz
d714991586
Use full month name in dates.
2010-12-16 10:08:27 +00:00
martin
c4992e112b
Ooops, backout intended part of previous change, pointed out by
...
Masao Uebayashi.
2010-12-16 09:35:31 +00:00
plunky
aaac48679d
bump date for previous
2010-12-16 08:45:32 +00:00
jruoho
af41f549a3
Remove extra .Pp before wizd(8) beats me.
2010-12-16 08:45:05 +00:00
plunky
a1c148fc46
remove unnecessary step in example code
...
(sdp_service_attribute() did that already)
while here, start new paragraph for next example
2010-12-16 08:44:23 +00:00
jruoho
e7b1a862f7
Mention attribute(3) in passing.
2010-12-16 08:43:01 +00:00
jruoho
084bbf58ac
Start to document the GNU C attributes. For now, only __packed, __aligned,
...
and __section are documented, but I will keep extending this.
2010-12-16 08:35:35 +00:00
cegger
7d94efc224
ioctl: KNF switch-case
2010-12-16 07:59:10 +00:00
cegger
90b5942bd9
add PCI VGA drivers
2010-12-16 07:51:21 +00:00
cegger
571a11ca1c
Brdige -> Bridge
2010-12-16 07:02:07 +00:00
cegger
ca7fa2468a
ioctl: KNF switch-case, remove useless brackets
2010-12-16 06:45:50 +00:00
cegger
fbb25dd545
ioctl: KNF switch-case
2010-12-16 06:19:01 +00:00
dholland
c79b866358
Don't pass unused argument. From Doug Barton.
2010-12-16 05:42:14 +00:00
dholland
f0a79c06c5
Use strlcpy, not strncpy, when the desired semantics are strlcpy's
...
rather than strncpy's.
2010-12-16 05:30:16 +00:00
uebayasi
bf42172963
uebayasi-xip: Add a few files.
2010-12-16 02:01:37 +00:00
macallan
293786a171
finish device_t-ification, now it works again
2010-12-16 01:56:21 +00:00
eeh
a94c765810
ubc_init needs to run while we're still cold or uvmhist breaks.
2010-12-16 00:42:22 +00:00
matt
b6b4811bfa
Slighty tweak the interrupt debug printfs.
2010-12-15 23:48:15 +00:00
matt
8d939e1496
Fix typo (damn :q! in vi allow the commit to proceed).
2010-12-15 23:43:02 +00:00
matt
afd0412fc3
Add a workaround (hopefully temporary) for corrupted usb fragments on powerpc.
...
With this in effect, USB is now usable on some powerpc platforms again.
Basically this prevents the DMA portion of the fragment ever overlapping the
usb_frag_hdr which is enough to solve the problem. To enable this, add
options USB_FRAG_DMA_WORKAROUND
to your config file.
Switch from malloc to kmem.
2010-12-15 23:38:15 +00:00
sjg
b3f04f7310
Invalidate meta_fname when we finish a job, so that in compat
...
mode, we do not report a previous .meta file as being involved
in an error.
2010-12-15 23:03:35 +00:00
haad
363aa1ba89
Whitespace police.
2010-12-15 22:49:42 +00:00
haad
59385470cf
Only KM_SLEEP | KM_NOSLEEP can be passed down to kmem layer, clean up
...
tqflags from internal taskq flags (TQ_FRONT) before calling kmem_alloc.
2010-12-15 22:09:14 +00:00
pooka
b9274e267e
fix post-move testsdir. duh
2010-12-15 21:33:10 +00:00
pooka
cff244c45d
goop for initial raidframe test
2010-12-15 20:42:23 +00:00
pooka
a918a74628
"A few seconds later" I realized the kernel directory is dev/raidframe,
...
not dev/raid, so reflect this in the test dir. Affects location
for test of PR kern/44239.
2010-12-15 20:40:17 +00:00
pooka
b3286c98db
Add first raidframe tests. This is the test for the kernel fault
...
described in PR kern/44239
2010-12-15 20:37:52 +00:00