Commit Graph

221720 Commits

Author SHA1 Message Date
jakllsch
e32de526f8 Use the universal pciide_detach() for detach function of all remaining
pciide-core drivers, except pciide at pnpbios which isn't actually PCI.
2013-10-07 19:51:55 +00:00
jakllsch
fb7ab073c5 Remove unused structure. 2013-10-07 19:37:24 +00:00
matt
94de07308f iMX233/OLinuXino changes from Petri Laskso.
See http://mail-index.netbsd.org/port-arm/2013/10/07/msg002042.html
2013-10-07 17:36:40 +00:00
christos
73da111b07 fix the rest of the lint warnings [pass 1] 2013-10-07 15:17:24 +00:00
jdc
6dc8fb4754 Belatedly note root on RAIDframe support for sandpoint. 2013-10-07 10:50:37 +00:00
dholland
0a9e41d103 Use uint32_t, not u_int32_t; makes this file standalone like it ought
to be. PR 45693.
2013-10-07 07:11:40 +00:00
dholland
31c7ba91f6 Remove stray KERNEL_UNLOCK_ONE() in error path of lfs_markv().
From Wolfgang Stukenbrock in PR 44370.

This error path is only reachable if lfs_markv is handed an out of
range inode number, so it's unlikely that it gets tickled very often.

It isn't clear to me that we need the kernel lock in here at all, as
the path to lfs_markv that's actually used at this point (via fcntl)
doesn't take it. But, one thing at a time.
2013-10-07 05:19:23 +00:00
dholland
af9796645f english usage patrol 2013-10-07 05:06:45 +00:00
dholland
49c2ea4f59 Update SYNOPSIS; PR 48080. Bump date. 2013-10-07 04:04:57 +00:00
dholland
04fb430032 Save errno around fwrite(), which can otherwise trash it; PR 47813.
This appears to fully resolve the problem described in the PR, even
though one might think it wouldn't.
2013-10-07 02:00:46 +00:00
dholland
603ad97a41 Merge some of the cleanup from PR 21894. Do a bit more of my own.
lint still squawks quite a bit, and it woudl probably be worthwhile
for someone to go through and make all the signedness consistent, but
I think I've got the valuable bits.
2013-10-07 00:16:19 +00:00
ast
83d9b54597 Fix PR bin/48202 [non-critical/low]:
sh +nounset and `for X; do` iteration fails if parameter set empty
by applying and testing FreeBSD's patch of Oct 24 2009 for this; see
  http://svnweb.freebsd.org/base/head/bin/sh/expand.c?r1=198453&r2=198454
Also created an ATF test in tests/bin/sh/t_expand.sh for this error and
corrected a space->tabs problem there as well.
2013-10-06 21:05:50 +00:00
jym
c8b47a469d Enable VerifyHostKeyDNS (SSHFP records verification) from DNS for hosts
under NetBSD.org domain.

Multiple TNF hosts have an up-to-date SSHFP record inside the DNS.
This offers a second channel verification for host key fingerprints
(weaker than known_hosts, but spoofing a host on first connect would
also require DNS forgery).

This can provide a trusted second channel (like DANE TLSA records) once
DNSSEC gets more widely used, but for now it is purely informational.

No regression expected, except that the ssh client will print a message
upon first connect to confirm/infirm that it got a correct SSHFP record
from DNS.

Only done for NetBSD.org domain, SSHFP are sadly more an exception than
the rule.

Notified on netbsd-users@, no objection after a week -- committed.
2013-10-06 17:25:34 +00:00
christos
8818316ba3 add more compression suffixes and local suffixes. 2013-10-06 17:14:49 +00:00
christos
b496a26a9d Recognize .gz and .bz2 suffixes so $ man ./man.1.gz works. From Franco Fichter
via dfly.
2013-10-06 16:43:41 +00:00
jakllsch
5dbec99fd5 Correct acpi_md_OsWritable() logic so that it can return TRUE.
From Masanori Kanaoka in PR 47571.
2013-10-06 16:34:48 +00:00
christos
7d79a7ccd9 Be more permissive in interpreting man pages as filenames, from Franco
Fichter via dfly. fixes:
	$ man usr.bin/man/man.1
2013-10-06 16:29:26 +00:00
apb
d53a09e4f6 Suggest using -b 1023/255/63 for modern disks where the BIOS is
configured to use LBA-Assisted translation.
2013-10-06 12:27:15 +00:00
wiz
3961ed8afd bump date for previous. 2013-10-06 08:27:00 +00:00
dholland
10d3e932da I'm a document, Jim, not a shell script.
Fix this to not use .sy to generate portions of the document.
Instead, generate the necessary bits with sed beforehand.

Apparently -ms is too feeble to be able to generate tables of contents
with automatically generated page numbers, so add the expected page
numbers into the document and make it possible to turn on a
rudimentary mechanism for crosschecking them. (This mechanism still
requires .sy though. Improvements welcome.)

This makes it unnecessary to build the document twice, or to use
groff in unsafe mode.
2013-10-06 05:45:19 +00:00
christos
891807de18 remove unrelated diff. 2013-10-06 01:21:24 +00:00
christos
4973924c26 update gcc info 2013-10-06 00:48:03 +00:00
christos
3c64f4a96f bump date 2013-10-06 00:46:07 +00:00
christos
661d78dfcf mention increased tcp window size, from logan 2013-10-05 23:34:33 +00:00
christos
d67ce930dc fix the source too, not just the doc. 2013-10-05 23:22:34 +00:00
christos
cef26ebe03 Add SIOCGIFINDEX from Ty Sarna and Matthew Sporleder. 2013-10-05 23:16:54 +00:00
rmind
4da50fc205 bpf_filter: re-use some code. No functional change intended. 2013-10-05 22:38:52 +00:00
jnemeth
de9c4809eb regen 2013-10-05 22:01:12 +00:00
jnemeth
b412ddd3f1 add Keyspan USA-19H serial adapter 2013-10-05 22:00:28 +00:00
ast
9994c709c8 Fixed spelling of 'appeared'. 2013-10-05 21:24:36 +00:00
christos
ebc3424719 dollarize NetBSD tag 2013-10-05 18:38:03 +00:00
christos
45fd133595 mother's little helper. 2013-10-05 18:37:16 +00:00
christos
26ac899854 remove error(1) output. 2013-10-05 16:52:55 +00:00
rmind
931d487d87 Remove some unused variables. 2013-10-05 16:50:31 +00:00
gson
95c92af30e Force PCI mode 1 when running under QEMU, to work around QEMU bug 897771.
This should also make it possible to boot NetBSD under versions of KVM
that have inherited said QEMU bug.  Fixes PR kern/45671.
2013-10-05 11:20:34 +00:00
njoly
9ef9256e1a Regen for utimensat(2). 2013-10-05 09:22:43 +00:00
njoly
acf696a10e Add utimensat(2) support. 2013-10-05 09:22:01 +00:00
njoly
6c208a44f4 Add missing El macro. 2013-10-05 09:18:56 +00:00
skrll
9491cef7bc Typo. 2013-10-05 08:20:22 +00:00
ast
7d4f6c34b0 No code change: corrected spelling in comment, removed trailing white spaces. 2013-10-05 08:06:35 +00:00
skrll
33e736ad8f Trailing whitespace. 2013-10-05 07:05:01 +00:00
skrll
77db6ccfaa Better instructions 2013-10-05 07:00:41 +00:00
skrll
244c883ef8 Merge conflicts. 2013-10-05 06:51:43 +00:00
kiyohara
04a0db1bc9 Disable mvgbec and mvgbe. 2013-10-05 06:15:51 +00:00
kiyohara
e081e0cd5a Add comment-outed mvgbec1 and mvgbe for A7. 2013-10-05 06:14:48 +00:00
kiyohara
a9a5b4472d Cleanup. 2013-10-05 06:10:35 +00:00
kiyohara
c0f9fb7281 Change some comments and coment-outed options. 2013-10-05 03:59:49 +00:00
kiyohara
040bab61e9 Add options COM_16750. It is requiring now. 2013-10-05 02:47:44 +00:00
kiyohara
ac2cfb4440 Add defparam MVSOC_FIXUP_DEVID to opt_mvsoc.h. 2013-10-05 02:43:16 +00:00
kiyohara
8408d8c300 Remove options LKM. 2013-10-05 02:39:06 +00:00